[
  {
    "path": ".clang-format",
    "content": "AccessModifierOffset: -4\nAlignAfterOpenBracket: AlwaysBreak\nAlignConsecutiveAssignments: false\nAlignConsecutiveDeclarations: false\nAlignEscapedNewlines: Right\nAlignOperands: true\nAlignTrailingComments: true\nAllowAllParametersOfDeclarationOnNextLine: false\nAllowShortBlocksOnASingleLine: false\nAllowShortCaseLabelsOnASingleLine: false\nAllowShortFunctionsOnASingleLine: None\nAllowShortIfStatementsOnASingleLine: false\nAllowShortLoopsOnASingleLine: false\nAlwaysBreakAfterDefinitionReturnType: None\nAlwaysBreakAfterReturnType: None\nAlwaysBreakBeforeMultilineStrings: false\nAlwaysBreakTemplateDeclarations: true\nBinPackArguments: false\nBinPackParameters: false\nBreakBeforeBinaryOperators: NonAssignment\nBreakBeforeBraces: Allman\nBreakBeforeInheritanceComma: false\nBreakBeforeTernaryOperators: true\nBreakConstructorInitializersBeforeComma: false\nBreakConstructorInitializers: BeforeComma\nBreakAfterJavaFieldAnnotations: true\nBreakStringLiterals: true\nColumnLimit: 160\nCommentPragmas: '^ IWYU pragma:'\nCompactNamespaces: true\nConstructorInitializerAllOnOneLineOrOnePerLine: false\nConstructorInitializerIndentWidth: 4\nContinuationIndentWidth: 4\nCpp11BracedListStyle: false\nDerivePointerAlignment: false\nDisableFormat: false\nExperimentalAutoDetectBinPacking: false\nFixNamespaceComments: false\nIncludeBlocks: Preserve\nIncludeCategories: \n  - Regex:           '^<ext/.*\\.h>'\n    Priority:        2\n  - Regex:           '^<.*\\.h>'\n    Priority:        1\n  - Regex:           '^<.*'\n    Priority:        2\n  - Regex:           '.*'\n    Priority:        3\nIncludeIsMainRegex: '([-_](test|unittest))?$'\nIndentCaseLabels: false\nIndentPPDirectives: None\nIndentWidth: 4\nIndentWrappedFunctionNames: false\nJavaScriptQuotes: Single\nJavaScriptWrapImports: true\nKeepEmptyLinesAtTheStartOfBlocks: false\nMacroBlockBegin: ''\nMacroBlockEnd: ''\nMaxEmptyLinesToKeep: 1\nNamespaceIndentation: All\nObjCBlockIndentWidth: 4\nObjCSpaceAfterProperty: false\nObjCSpaceBeforeProtocolList: true\nPenaltyBreakAssignment: 2\nPenaltyBreakBeforeFirstCallParameter: 19\nPenaltyBreakComment: 300\nPenaltyBreakFirstLessLess: 120\nPenaltyBreakString: 1000\nPenaltyExcessCharacter: 1000000\nPenaltyReturnTypeOnItsOwnLine: 60\nPointerAlignment: Left\nReflowComments: true\nSortIncludes: false\nSortUsingDeclarations: true\nSpaceAfterCStyleCast: false\nSpaceAfterTemplateKeyword: true\nSpaceBeforeAssignmentOperators: true\nSpaceBeforeParens: ControlStatements\nSpaceInEmptyParentheses: false\nSpacesBeforeTrailingComments: 1\nSpacesInAngles: false\nSpacesInContainerLiterals: false\nSpacesInCStyleCastParentheses: false\nSpacesInParentheses: false\nSpacesInSquareBrackets: false\nStandard: Cpp11\nTabWidth: 4\nUseTab: Never\n#...\n# unsupported rules\n#BreakInheritanceList: AfterColon\n#Language: None\n#ObjCBinPackProtocolList: Auto\n#PenaltyBreakTemplateDeclaration: 10\n#SpaceBeforeCpp11BracedList: false\n#SpaceBeforeCtorInitializerColon: true\n#SpaceBeforeInheritanceColon: true\n#SpaceBeforeRangeBasedForLoopColon: true\n\n"
  },
  {
    "path": ".config/1espt/PipelineAutobaseliningConfig.yml",
    "content": "## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.\r\n\r\npipelines:\n  141517:\n    retail:\n      source:\n        credscan:\n          lastModifiedDate: 2024-09-24\n        eslint:\n          lastModifiedDate: 2024-09-24\n        armory:\n          lastModifiedDate: 2024-09-24\n      binary:\n        credscan:\n          lastModifiedDate: 2024-09-24\n        binskim:\n          lastModifiedDate: 2025-02-13\n  36523:\n    retail:\n      source:\n        credscan:\n          lastModifiedDate: 2024-12-02\n        eslint:\n          lastModifiedDate: 2024-12-02\n        psscriptanalyzer:\n          lastModifiedDate: 2024-12-02\n        armory:\n          lastModifiedDate: 2024-12-02\n      binary:\n        credscan:\n          lastModifiedDate: 2024-12-02\n        binskim:\n          lastModifiedDate: 2024-12-02\n        spotbugs:\n          lastModifiedDate: 2024-12-02\n"
  },
  {
    "path": ".editorconfig",
    "content": "## IDE-independent coding style via EditorConfig: https://editorconfig.org/\n\nroot = true\n\n[*]\nindent_style = space\nindent_size = 4\ncharset = utf-8\ntrim_trailing_whitespace = true\ninsert_final_newline = true\n"
  },
  {
    "path": ".gitattributes",
    "content": "###############################################################################\n# Set default behavior to automatically normalize line endings.\n###############################################################################\n* text=auto\n\n###############################################################################\n# Set default behavior for command prompt diff.\n#\n# This is need for earlier builds of msysgit that does not have it on by\n# default for csharp files.\n# Note: This is only used by command line\n###############################################################################\n*.cs     diff=csharp\n\n###############################################################################\n# behavior for image files\n#\n# image files are treated as binary by default.\n###############################################################################\n*.jpg   binary\n*.png   binary\n*.gif   binary\n\n###############################################################################\n# diff behavior for common document formats\n# \n# Convert binary document formats to text before diffing them. This feature\n# is only available from the command line. Turn it on by uncommenting the \n# entries below.\n###############################################################################\n*.doc   diff=astextplain\n*.DOC   diff=astextplain\n*.docx  diff=astextplain\n*.DOCX  diff=astextplain\n*.dot   diff=astextplain\n*.DOT   diff=astextplain\n*.pdf   diff=astextplain\n*.PDF   diff=astextplain\n*.rtf   diff=astextplain\n*.RTF   diff=astextplain\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report.md",
    "content": "---\nname: Bug report\nabout: Report a problem with Calculator\ntitle: ''\nlabels: ''\nassignees: ''\n\n---\n<!--\nBefore filing a bug\n- Ensure the bug reproduces on the latest version of the app.\n- Search existing issues and make sure this issue is not already filed.\n-->\n\n**Describe the bug**\n<!-- A clear and concise description of what the bug is. -->\n\n**Steps To Reproduce**\n<!--\nSteps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n-->\n\n**Expected behavior**\n<!-- A clear and concise description of what you expected to happen. -->\n\n**Screenshots**\n<!-- If applicable, add screenshots to help explain your problem. -->\n\n**Device and Application Information**\n - OS Build:\n - Architecture:\n - Application Version:\n - Region:\n - Dev Version Installed:\n\n<!--\nRun the following commands in Powershell and copy/paste the output.\n\" - OS Build: $([Environment]::OSVersion.Version)\"\n\" - Architecture: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)\"\n\" - Application Version: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)\"\n\" - Region: $((Get-Culture).Name)\"\n\" - Dev Version Installed: $($null -ne (Get-AppxPackage -Name Microsoft.WindowsCalculator.Dev))\"\n-->\n\n**Additional context**\n<!-- Add any other context about the problem here. -->\n\n**Requested Assignment**\n<!--\nSome people just want to report a bug and let someone else fix it.\nOther people want to not only submit the bug report, but fix it as well.\nBoth scenarios are completely ok. We just want to know which one it is.\nPlease indicate which bucket you fall into by keeping one and removing the other.\n-->\nIf possible, I would like to fix this.\nI'm just reporting this problem.  I don't want to fix it.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature_request.md",
    "content": "---\nname: Feature request\nabout: Propose a new feature in the app\ntitle: ''\nlabels: 'Enhancement'\nassignees: ''\n\n---\n\n<!--\nSee https://github.com/Microsoft/calculator/blob/main/docs/NewFeatureProcess.md for suggestions on how to write a good feature pitch. Just want to submit an idea quickly? Try Feedback Hub instead: https://insider.windows.com/en-us/fb/?contextid=130\n-->\n\n**Problem Statement**\n<!--\nWhat problem are we trying to solve? Who’s the target audience? Is there a customer need or pain point we need to remedy? Is there a business goal or metric we are trying to improve? Do we have a hypothesis we want to prove or disprove?\n-->\n\n**Evidence or User Insights**\n<!--\nWhy should we do this? Potential sources of data: Feedback Hub, other GitHub issues, other anecdotes from listening to customers in person or online, request from another team, telemetry data, user research, market or competitive research\n-->\n\n**Proposal**\n<!--\nHow will the solution/feature help us solve the problem? How will it meet the target audience’s needs? If there are business goals or metrics, how does this improve them?\n-->\n\n**Goals**\n<!--\nWhat you want to accomplish with this feature. Typical examples include\n\"User Can *perform some task*\"\n-->\n\n**Non-Goals**\n<!--\nThings we are explicitly not doing or supporting or that are out of scope, including reasons why.\n-->\n\n**Low-Fidelity Concept**\n<!--\nShow as much of the experience as needed to explain the idea. This can be as simple as a napkin drawing but can also be a code prototype, or a design comp. Keep it simple at this stage, as it can be refined later during the pre-production stage.\n-->\n\n**Requested Assignment**\n<!--\nSome people just want to suggest a feature and let someone else implement it.\nOther people want to not only suggest a feature, but implement it as well.\nBoth scenarios are completely ok. We just want to know which one it is.\nWe are likely to prioritize the review of feature requests if they already have someone who can implement them.\nPlease indicate which bucket you fall into by keeping one and removing the other.\n-->\nIf possible, I would like to implement this.\nI'm just suggesting this idea.  I don't want to implement it.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/localization_suggestion.md",
    "content": "---\nname: Localization Suggestion\nabout: Report a problem or suggested change to Calculator's localized content.\ntitle: '[Localization] '\nlabels: 'Area: World-Readiness'\nassignees: ''\n---\n<!--\nPLEASE NOTE: \nWe cannot _merge_ any suggested localization changes to our localized resources files. These files are automatically generated from an internal localization process.  Any suggestion submitted this way will be duplicated into our internal localization system, and then closed here.\n\nAlternatively, you can launch feedback-hub://, click on the \"Language Community\" tab on the left-side of the app, and follow the steps to submit a localization suggestion that way.  (The \"Language Community\" tab currently will only be visible if your system is running a non-English language).\n\nBefore filing a bug\n- Ensure the bug reproduces on the latest version of the app.\n- Search existing issues and make sure this issue is not already filed.\n-->\n\n**Describe the bug**\n<!-- A clear and concise description of what the bug is. -->\n\n**Steps To Reproduce**\n<!--\nSteps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n-->\n\n**Expected behavior**\n<!-- A clear and concise description of what you expected to happen. -->\n\n**Screenshots**\n<!-- If applicable, add screenshots to help explain your problem. -->\n\n**Device and Application Information**\n - OS Build:\n - Architecture:\n - Application Version:\n - Region: \n - Dev Version Installed: \n \n<!--\nRun the following commands in Powershell and copy/paste the output.\n\" - OS Build: $([Environment]::OSVersion.Version)\"\n\" - Architecture: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)\"\n\" - Application Version: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)\"\n\" - Region: $((Get-Culture).Name)\"\n\" - Dev Version Installed: $($null -ne (Get-AppxPackage -Name Microsoft.WindowsCalculator.Dev))\"\n-->\n\n**Additional context**\n<!-- Add any other context about the problem here. -->\n"
  },
  {
    "path": ".github/policies/resourceManagement.yml",
    "content": "id: \r\nname: GitOps.PullRequestIssueManagement\r\ndescription: GitOps.PullRequestIssueManagement primitive\r\nowner: \r\nresource: repository\r\ndisabled: false\r\nwhere: \r\nconfiguration:\r\n  resourceManagementConfiguration:\r\n    scheduledSearches:\r\n    - description: \r\n      frequencies:\r\n      - hourly:\r\n          hour: 3\r\n      filters:\r\n      - isPullRequest\r\n      - isOpen\r\n      - hasLabel:\r\n          label: needs author feedback\r\n      - noActivitySince:\r\n          days: 7\r\n      - isNotLabeledWith:\r\n          label: no recent activity\r\n      actions:\r\n      - addLabel:\r\n          label: no recent activity\r\n      - addReply:\r\n          reply: This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **7 days**. Thank you for your contributions to Windows Calculator!\r\n    eventResponderTasks:\r\n    - if:\r\n      - payloadType: Issue_Comment\r\n      - hasLabel:\r\n          label: no recent activity\r\n      then:\r\n      - removeLabel:\r\n          label: no recent activity\r\n      description: \r\n    - if:\r\n      - payloadType: Issues\r\n      - isAction:\r\n          action: Closed\r\n      then:\r\n      - removeLabel:\r\n          label: needs pitch review\r\n      - removeLabel:\r\n          label: needs more info\r\n      - removeLabel:\r\n          label: needs spec\r\n      - removeLabel:\r\n          label: no recent activity\r\n      - removeLabel:\r\n          label: help wanted\r\n      - removeLabel:\r\n          label: needs spec review\r\n      - removeLabel:\r\n          label: needs spec\r\n      description: \r\n      triggerOnOwnActions: true\r\n    - if:\r\n      - payloadType: Pull_Request_Review\r\n      - isAction:\r\n          action: Submitted\r\n      - isReviewState:\r\n          reviewState: Changes_requested\r\n      then:\r\n      - addLabel:\r\n          label: needs author feedback\r\n      description: \r\n    - if:\r\n      - payloadType: Pull_Request\r\n      - isActivitySender:\r\n          issueAuthor: True\r\n      - not:\r\n          isAction:\r\n            action: Closed\r\n      - hasLabel:\r\n          label: needs author feedback\r\n      then:\r\n      - removeLabel:\r\n          label: needs author feedback\r\n      description: \r\n    - if:\r\n      - payloadType: Issue_Comment\r\n      - isActivitySender:\r\n          issueAuthor: True\r\n      - hasLabel:\r\n          label: needs author feedback\r\n      then:\r\n      - removeLabel:\r\n          label: needs author feedback\r\n      description: \r\n    - if:\r\n      - payloadType: Pull_Request_Review\r\n      - isActivitySender:\r\n          issueAuthor: True\r\n      - hasLabel:\r\n          label: needs author feedback\r\n      then:\r\n      - removeLabel:\r\n          label: needs author feedback\r\n      description: \r\n    - if:\r\n      - payloadType: Pull_Request\r\n      - not:\r\n          isAction:\r\n            action: Closed\r\n      - hasLabel:\r\n          label: no recent activity\r\n      then:\r\n      - removeLabel:\r\n          label: no recent activity\r\n      description: \r\n    - if:\r\n      - payloadType: Issue_Comment\r\n      - hasLabel:\r\n          label: no recent activity\r\n      then:\r\n      - removeLabel:\r\n          label: no recent activity\r\n      description: \r\n    - if:\r\n      - payloadType: Pull_Request_Review\r\n      - hasLabel:\r\n          label: no recent activity\r\n      then:\r\n      - removeLabel:\r\n          label: no recent activity\r\n      description: \r\n    - if:\r\n      - payloadType: Issue_Comment\r\n      then:\r\n      - cleanEmailReply\r\n      description: \r\nonFailure: \r\nonSuccess: \r\n"
  },
  {
    "path": ".github/pull_request_template.md",
    "content": "## Fixes #.\n\n\n### Description of the changes:\n-\n-\n-\n\n### How changes were validated:\n<!--Review https://github.com/Microsoft/calculator/blob/main/CONTRIBUTING.md and ensure all contributing requirements are met.\n\nSpecify how you tested your changes (i.e. manual/ad-hoc testing, automated testing, new automated tests added)-->\n-\n-\n-\n\n"
  },
  {
    "path": ".github/workflows/action-ci.yml",
    "content": "name: Windows Calculator Continuous Integration Pipeline\nrun-name: WinCalc-CI-0.${{ github.run_number }}\non:\n  push:\n    branches: [main, release/**, feature/**]\n  pull_request:\n    branches: [main, release/**, feature/**]\n  workflow_dispatch:\njobs:\n  defineBuilds:\n    name: Define builds\n    runs-on: windows-latest \n    env:\n      isPR: ${{ github.event_name == 'pull_request' }}\n    outputs:\n      version: ${{ steps.version.outputs.version }}\n      platformList: ${{ steps.platformList.outputs.platformList }}\n      unitTestPlatformList: ${{ steps.unitTestPlatformList.outputs.unitTestPlatformList }}\n    steps:\n      - name: Generate version number\n        id: version\n        run: |\n          $version = \"0.${{ github.run_number }}.${{ github.run_attempt }}.0\"\n          \"version=`\"$version`\"\" | Out-File $env:GITHUB_OUTPUT -Append\n        shell: pwsh\n      - name: Choose platforms to build\n        id: platformList\n        run: |\n          if ($env:isPR -eq $false) {\n            'platformList=[\"x64\", \"x86\", \"ARM64\"]' | Out-File $env:GITHUB_OUTPUT -Append\n            echo 'Build all platforms.'\n          }\n          else {\n            'platformList=[\"x64\"]' | Out-File $env:GITHUB_OUTPUT -Append\n            echo 'Build x64 only.'\n          }\n        shell: pwsh\n      - name: Choose platforms for unit test\n        id: unitTestPlatformList\n        run: |\n          if ($env:isPR -eq $false){\n            'unitTestPlatformList=[\"x64\", \"x86\"]' | Out-File $env:GITHUB_OUTPUT -Append\n            echo 'Test x64, x86'\n          }\n          else{\n            'unitTestPlatformList=[\"x64\"]' | Out-File $env:GITHUB_OUTPUT -Append\n            echo 'Test x64'\n          }\n        shell: pwsh\n\n  build:\n    needs: defineBuilds\n    name: Build\n    runs-on: windows-latest\n    strategy:\n      matrix:\n        platform: ${{ fromJSON(needs.defineBuilds.outputs.platformList) }}\n    env:\n      buildVersion: ${{ fromJSON(needs.defineBuilds.outputs.version) }}\n    steps:\n    - uses: actions/checkout@v4\n    - uses: microsoft/setup-msbuild@v2\n      name: Setup msbuild\n    - uses: nuget/setup-nuget@v2\n      name: Use nuget 6.x\n      with:\n        nuget-version: '6.x'\n    - run: nuget restore ./src/Calculator.sln\n      name: Restore nuget dependencies\n    - run: |\n        ./build/scripts/UpdateAppxManifestVersion.ps1 `\n          -AppxManifest ./src/Calculator/Package.appxmanifest `\n          -Version ${{ env.buildVersion }}\n      shell: pwsh\n      name: Set version number in AppxManifest\n    - run: |\n        msbuild ./src/Calculator.sln `\n          -bl:${{ github.workspace }}/output/Calculator.binlog `\n          -p:OutDir=${{ github.workspace }}\\output\\ `\n          -p:Platform=${{ matrix.platform }} `\n          -p:Configuration=Release `\n          -p:GenerateProjectSpecificOutputFolder=true `\n          -p:Version=${{ env.buildVersion }} `\n          -maxCpuCount `\n          -t:Publish `\n          -p:PublishDir=${{ github.workspace }}\\output\\publish\\\n      shell: pwsh\n      name: Build calculator.sln\n    - uses: actions/upload-artifact@v4\n      name: Upload build outputs\n      with:\n        name: Build-${{ matrix.platform }}\n        path: ${{ github.workspace }}/output\n    - uses: actions/upload-artifact@v4\n      with:\n        name: Tools-${{ matrix.platform }}\n        path: ${{ github.workspace }}/build/scripts/SignTestApp.ps1\n\n  unitTests:\n    needs: [defineBuilds, build]\n    runs-on: windows-latest\n    name: Run unit tests\n    strategy:\n      matrix:\n        platform: ${{ fromJSON(needs.defineBuilds.outputs.unitTestPlatformList) }}\n    env:\n      testDir: ${{ github.workspace }}/download/CalculatorUnitTests/AppPackages/CalculatorUnitTests_Test\n    steps:\n    - uses: actions/download-artifact@v4\n      name: Download build outputs\n      with:\n        name: Build-${{ matrix.platform }}\n        path: ${{ github.workspace }}/download\n    - uses: actions/download-artifact@v4\n      name: Download tools\n      with:\n        name: Tools-${{ matrix.platform }}\n        path: ${{ github.workspace }}/download/tools\n    - run: |\n        ${{ github.workspace }}/download/tools/SignTestApp.ps1 -AppToSign ${{ env.testDir }}/CalculatorUnitTests.msix\n      shell: pwsh\n      name: Install test certificate\n    - uses: ilammy/msvc-dev-cmd@v1  # this is a workaround because microsoft/vstest-action is broken.\n      name: Setup dev tools\n    - run: vstest.console.exe ${{ env.testDir }}/CalculatorUnitTests.msix /Platform:${{ matrix.platform }}\n      name: Run unit tests\n        \n  uiTests:\n    needs: build\n    runs-on: windows-latest\n    name: Run UI tests (x64)\n    env:\n      appDir: ${{ github.workspace }}/download/Calculator/AppPackages/Calculator*_Test\n      pubDir: ${{ github.workspace }}/download/publish\n    steps:\n    - uses: actions/download-artifact@v4\n      name: Download build outputs\n      with:\n        name: Build-x64\n        path: ${{ github.workspace }}/download\n    - uses: actions/download-artifact@v4\n      name: Download tools\n      with:\n        name: Tools-x64\n        path: ${{ github.workspace }}/download/tools\n    - run: |\n        Set-DisplayResolution -Width 1920 -Height 1080 -Force\n      shell: pwsh\n      name: Set screen resolution\n    - run: |\n        ${{ github.workspace }}/download/tools/SignTestApp.ps1 -AppToSign '${{ env.appDir }}/Calculator_*.msixbundle'\n        ${{ env.appDir }}/Add-AppDevPackage.ps1 -Force\n      shell: powershell\n      name: Install app\n    - run: |\n        Invoke-WebRequest 'https://github.com/microsoft/WinAppDriver/releases/download/v1.2.1/WindowsApplicationDriver_1.2.1.msi' `\n          -OutFile (New-Item -Path '${{ github.workspace }}/download2/wad.msi' -Force)\n        cd ${{ github.workspace }}/download2\n        msiexec.exe /i wad.msi /quiet /passive\n      shell: powershell\n      name: Install WindowsApplicationDriver\n    - uses: ilammy/msvc-dev-cmd@v1  # this is a workaround because microsoft/vstest-action is broken.\n      name: Setup dev tools\n    - run: |\n        vstest.console.exe ${{ github.workspace }}\\download\\publish\\CalculatorUITests.dll `\n          /Platform:x64 `\n          /Settings:${{ github.workspace }}\\download\\publish\\CalculatorUITests.ci.runsettings\n      shell: pwsh\n      name: Run UI tests\n"
  },
  {
    "path": ".gitignore",
    "content": "﻿## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n##\n## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore\n\n# User-specific files\n*.suo\n*.user\n*.userosscache\n*.sln.docstates\n\n# User-specific files (MonoDevelop/Xamarin Studio)\n*.userprefs\n\n# Build results\n[Dd]ebug/\n[Dd]ebugPublic/\n[Rr]elease/\n[Rr]eleases/\nx64/\nx86/\nbld/\n[Bb]in/\n[Oo]bj/\n[Ll]og/\n\n# Visual Studio 2015 cache/options directory\n.vs/\n# Uncomment if you have tasks that create the project's static files in wwwroot\n#wwwroot/\n\n# MSTest test Results\n[Tt]est[Rr]esult*/\n[Bb]uild[Ll]og.*\n\n# NUNIT\n*.VisualState.xml\nTestResult.xml\n\n# Build Results of an ATL Project\n[Dd]ebugPS/\n[Rr]eleasePS/\ndlldata.c\n\n# .NET Core\nproject.lock.json\nproject.fragment.lock.json\nartifacts/\n**/Properties/launchSettings.json\n\n*_i.c\n*_p.c\n*_i.h\n*.ilk\n*.meta\n*.obj\n*.pch\n*.pdb\n*.pgc\n*.pgd\n*.rsp\n*.sbr\n*.tlb\n*.tli\n*.tlh\n*.tmp\n*.tmp_proj\n*.log\n*.vspscc\n*.vssscc\n.builds\n*.pidb\n*.svclog\n*.scc\n\n# Chutzpah Test files\n_Chutzpah*\n\n# Visual C++ cache files\nipch/\n*.aps\n*.ncb\n*.opendb\n*.opensdf\n*.sdf\n*.cachefile\n*.VC.db\n*.VC.VC.opendb\n\n# Visual Studio profiler\n*.psess\n*.vsp\n*.vspx\n*.sap\n\n# Visual Studio Code\n.vscode/\n\n# TFS 2012 Local Workspace\n$tf/\n\n# Guidance Automation Toolkit\n*.gpState\n\n# ReSharper is a .NET coding add-in\n_ReSharper*/\n*.[Rr]e[Ss]harper\n*.DotSettings.user\n\n# JustCode is a .NET coding add-in\n.JustCode\n\n# TeamCity is a build add-in\n_TeamCity*\n\n# DotCover is a Code Coverage Tool\n*.dotCover\n\n# Visual Studio code coverage results\n*.coverage\n*.coveragexml\n\n# NCrunch\n_NCrunch_*\n.*crunch*.local.xml\nnCrunchTemp_*\n\n# MightyMoose\n*.mm.*\nAutoTest.Net/\n\n# Web workbench (sass)\n.sass-cache/\n\n# Installshield output folder\n[Ee]xpress/\n\n# DocProject is a documentation generator add-in\nDocProject/buildhelp/\nDocProject/Help/*.HxT\nDocProject/Help/*.HxC\nDocProject/Help/*.hhc\nDocProject/Help/*.hhk\nDocProject/Help/*.hhp\nDocProject/Help/Html2\nDocProject/Help/html\n\n# Click-Once directory\npublish/\n\n# Publish Web Output\n*.[Pp]ublish.xml\n*.azurePubxml\n# TODO: Comment the next line if you want to checkin your web deploy settings\n# but database connection strings (with potential passwords) will be unencrypted\n*.pubxml\n*.publishproj\n\n# Microsoft Azure Web App publish settings. Comment the next line if you want to\n# checkin your Azure Web App publish settings, but sensitive information contained\n# in these scripts will be unencrypted\nPublishScripts/\n\n# NuGet Packages\n*.nupkg\n# The packages folder can be ignored because of Package Restore\n**/packages/*\n# except build/, which is used as an MSBuild target.\n!**/packages/build/\n# Uncomment if necessary however generally it will be regenerated when needed\n#!**/packages/repositories.config\n# NuGet v3's project.json files produces more ignorable files\n*.nuget.props\n*.nuget.targets\n\n# Microsoft Azure Build Output\ncsx/\n*.build.csdef\n\n# Microsoft Azure Emulator\necf/\nrcf/\n\n# Windows Store app package directories and files\nAppPackages/\nBundleArtifacts/\nPackage.StoreAssociation.xml\n_pkginfo.txt\n\n# Visual Studio cache files\n# files ending in .cache can be ignored\n*.[Cc]ache\n# but keep track of directories ending in .cache\n!*.[Cc]ache/\n\n# Others\nClientBin/\n~$*\n*~\n*.dbmdl\n*.dbproj.schemaview\n*.jfm\n*.publishsettings\norleans.codegen.cs\n\n# Since there are multiple workflows, uncomment next line to ignore bower_components\n# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)\n#bower_components/\n\n# RIA/Silverlight projects\nGenerated_Code/\n\n# Backup & report files from converting an old project file\n# to a newer Visual Studio version. Backup files are not needed,\n# because we have git ;-)\n_UpgradeReport_Files/\nBackup*/\nUpgradeLog*.XML\nUpgradeLog*.htm\n\n# SQL Server files\n*.mdf\n*.ldf\n*.ndf\n\n# Business Intelligence projects\n*.rdl.data\n*.bim.layout\n*.bim_*.settings\n\n# Microsoft Fakes\nFakesAssemblies/\n\n# GhostDoc plugin setting file\n*.GhostDoc.xml\n\n# Node.js Tools for Visual Studio\n.ntvs_analysis.dat\nnode_modules/\n\n# Typescript v1 declaration files\ntypings/\n\n# Visual Studio 6 build log\n*.plg\n\n# Visual Studio 6 workspace options file\n*.opt\n\n# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)\n*.vbw\n\n# Visual Studio LightSwitch build output\n**/*.HTMLClient/GeneratedArtifacts\n**/*.DesktopClient/GeneratedArtifacts\n**/*.DesktopClient/ModelManifest.xml\n**/*.Server/GeneratedArtifacts\n**/*.Server/ModelManifest.xml\n_Pvt_Extensions\n\n# Paket dependency manager\n.paket/paket.exe\npaket-files/\n\n# FAKE - F# Make\n.fake/\n\n# JetBrains Rider\n.idea/\n*.sln.iml\n\n# CodeRush\n.cr/\n\n# Python Tools for Visual Studio (PTVS)\n__pycache__/\n*.pyc\n\n# Cake - Uncomment if you are using it\n# tools/**\n# !tools/packages.config\n\n# Telerik's JustMock configuration file\n*.jmconfig\n\n# BizTalk build output\n*.btp.cs\n*.btm.cs\n*.odx.cs\n*.xsd.cs\n\n# Calculator specific\nGenerated Files/\nsrc/GraphControl/GraphingImplOverrides.props\nsrc/CalcViewModel/DataLoaders/DataLoaderConstants.h\n!src/x64\n!src/x86\n!src/out"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "content": "# Code of Conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)\nor contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or\ncomments."
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contributing to Calculator\nThe Calculator team encourages community feedback and contributions. Thank you for your interest in\nmaking Calculator better! There are several ways you can get involved.\n\n## Reporting issues and suggesting new features\nIf Calculator is not working properly, please file a report in the \n[Feedback Hub](https://insider.windows.com/en-us/fb/?contextid=130&newFeedback=True).\nFeedback Hub reports automatically include diagnostic data, such as the version of Calculator\nyou're using.\n\nWe are happy to hear your ideas for the future of Calculator. Check the\n[Feedback Hub](https://insider.windows.com/en-us/fb/?contextid=130) and see if others have\nsubmitted similar feedback. You can upvote existing feedback or submit a new suggestion.\n\nWe always look at upvoted items in Feedback Hub when we decide what to work on next. We read the\ncomments in both Feedback Hub and GitHub, and we look forward to hearing your input. Remember that\nall community interactions must abide by the [Code of Conduct](CODE_OF_CONDUCT.md).\n\n## Finding issues you can help with\nLooking for something to work on?\nIssues marked [``good first issue``](https://github.com/Microsoft/calculator/labels/good%20first%20issue)\nare a good place to start.\n\nYou can also check the [``help wanted``](https://github.com/Microsoft/calculator/labels/help%20wanted) tag to find \nother issues to help with. If you're interested in working on a fix, leave a comment to let everyone know and to help\navoid duplicated effort from others.\n\n## Contributions we accept\nWe welcome your contributions to the Calculator project, especially to fix bugs and to make\nimprovements which address the top issues reported by Calculator users. Some general guidelines:\n\n* **DO** create one pull request per Issue, and ensure that the Issue is linked in the pull request.\n* **DO** follow our [Coding and Style](#style-guidelines) guidelines, and keep code changes as small as possible.\n* **DO** include corresponding tests whenever possible.\n* **DO** check for additional occurrences of the same problem in other parts of the codebase before submitting your PR.\n* **DO** [link the issue](https://github.com/blog/957-introducing-issue-mentions) you are addressing in the \n   pull request.\n* **DO** write a good description for your pull request. More detail is better. Describe *why* the change is being \n   made and *why* you have chosen a particular solution. Describe any manual testing you performed to validate your change.\n* **DO NOT** submit a PR unless it is linked to an Issue marked \n   [`triage approved`](https://github.com/Microsoft/calculator/issues?q=is%3Aissue+is%3Aopen+label%3A%22Triage%3A+Approved%22). \n   This enables us to have a discussion on the idea before anyone invests time in an implementation.\n* **DO NOT** merge multiple changes into one PR unless they have the same root cause.\n* **DO NOT** submit pure formatting/typo changes to code that has not been modified otherwise.\n\nWe follow a [user-centered process for developing features](docs/NewFeatureProcess.md). New features\nneed sponsorship from the Calculator team, but we welcome community contributions at many stages of\nthe process.\n\n> Submitting a pull request for an approved Issue is not a guarantee it will be approved.\n> The change must meet our high bar for code quality, architecture, and performance, as well as\n> [other requirements](#docs/NewFeatureProcess.md#technical-review).\n\n## Making changes to the code\n\n### Preparing your development environment\nTo learn how to build the code and run tests, follow the instructions in the [README](README.md).\n\n### Style guidelines\nThe code in this project uses several different coding styles, depending on the age and history of\nthe code. Please attempt to match the style of surrounding code as much as possible. In new\ncomponents, prefer the patterns described in the \n[C++ core guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)\nand the [modern C++/WinRT language projections](https://docs.microsoft.com/en-us/windows/uwp/cpp-and-winrt-apis/).\n\n### Testing\nYour change should include tests to verify new functionality wherever possible. Code should be\nstructured so that it can be unit tested independently of the UI. [Manual test cases](docs/ManualTests.md)\nshould be used where automated testing is not feasible.\n\n### Git workflow\nCalculator uses the [GitHub flow](https://guides.github.com/introduction/flow/) where most\ndevelopment happens directly on the `main` branch. The `main` branch should always be in a\nhealthy state which is ready for release.\n\nIf your change is complex, please clean up the branch history before submitting a pull request.\nYou can use [git rebase](https://docs.microsoft.com/en-us/azure/devops/repos/git/rebase#squash-local-commits)\nto group your changes into a small number of commits which we can review one at a time.\n\nWhen completing a pull request, we will generally squash your changes into a single commit. Please\nlet us know if your pull request needs to be merged as separate commits.\n\n## Review Process\nAfter submitting a pull request, members of the calculator team will review your code. We will\nassign the request to an appropriate reviewer. Any member of the community may\nparticipate in the review, but at least one member of the Calculator team will ultimately approve\nthe request.\n\nOften, multiple iterations will be needed to responding to feedback from reviewers. Try looking at\n[past pull requests](https://github.com/Microsoft/calculator/pulls?q=is%3Apr+is%3Aclosed) to see\nwhat the experience might be like.\n\n## Contributor License Agreement\nBefore we can review and accept a pull request from you, you'll need to sign a Contributor License\nAgreement (CLA). The CLA ensures that the community is free to use your contributions. More\ninformation about the agreement is available on the [Microsoft web site](https://cla.opensource.microsoft.com/).\nSigning the CLA is an automated process, and you only need to do it once for Microsoft projects on\nGitHub.\n\nYou don't need to sign a CLA until you're ready to create a pull request. When your pull request is\ncreated, it is classified by a bot. If the change is trivial (i.e. you just fixed a typo) then the\nbot will label the PR `cla-not-required`. Otherwise, it's classified as `cla-required`. In that\ncase, the system will also tell you how you can sign the CLA. Once you have signed a CLA, the\ncurrent and all future pull requests will be labeled as `cla-signed`.\n"
  },
  {
    "path": "LICENSE",
    "content": "Copyright (c) Microsoft Corporation. All rights reserved.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "NOTICE.txt",
    "content": "THIRD PARTY SOFTWARE NOTICES AND INFORMATION\nDo Not Translate or Localize\n\nThis software incorporates material from third parties. Microsoft makes certain \nopen source code available at https://3rdpartysource.microsoft.com, or you may \nsend a check or money order for US $5.00, including the product name, the open \nsource component name, and version number, to:\n\nSource Code Compliance Team\nMicrosoft Corporation\nOne Microsoft Way\nRedmond, WA 98052\nUSA\n\nNotwithstanding any other terms, you may reverse engineer this software to the \nextent required to debug changes to any libraries licensed under the GNU Lesser \nGeneral Public License.\n\n---\n\nHebrew OpenType Layout logic\n\nThe MIT License (MIT)\nCopyright (c) 2003, 2007 Ralph Hancock & John Hudson\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "# Calculator\nThe Windows Calculator app is a modern Windows app written in C++ and C# that ships pre-installed with Windows.\nThe app provides standard, scientific, and programmer calculator functionality, as well as a set of converters between various units of measurement and currencies.\n\nCalculator ships regularly with new features and bug fixes. You can get the latest version of Calculator in the [Microsoft Store](https://www.microsoft.com/store/apps/9WZDNCRFHVN5).\n\n[![Continuous Integration](https://github.com/microsoft/calculator/actions/workflows/action-ci.yml/badge.svg)](https://github.com/microsoft/calculator/actions/workflows/action-ci.yml)\n\n<img src=\"docs/Images/CalculatorScreenshot.png\" alt=\"Calculator Screenshot\" width=\"450px\" />\n\n## Features\n- Standard Calculator functionality which offers basic operations and evaluates commands immediately as they are entered.\n- Scientific Calculator functionality which offers expanded operations and evaluates commands using order of operations.\n- Programmer Calculator functionality which offers common mathematical operations for developers including conversion between common bases.\n- Date Calculation functionality which offers the difference between two dates, as well as the ability to add/subtract years, months and/or days to/from a given input date.\n- Calculation history and memory capabilities.\n- Conversion between many units of measurement.\n- Currency conversion based on data retrieved from [Bing](https://www.bing.com).\n- [Infinite precision](https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic) for basic\n  arithmetic operations (addition, subtraction, multiplication, division) so that calculations\n  never lose precision.\n\n## Getting started\nPrerequisites:\n- Your computer must be running Windows 11, build 22000 or newer.\n- Install the latest version of [Visual Studio](https://developer.microsoft.com/en-us/windows/downloads) (the free community edition is sufficient).\n  - Install the \"Universal Windows Platform Development\" workload.\n  - Install the optional \"C++ Universal Windows Platform tools\" component.\n  - Install the latest Windows 11 SDK.\n\n  ![Visual Studio Installation Screenshot](docs/Images/VSInstallationScreenshot.png)\n- Install the [XAML Styler](https://marketplace.visualstudio.com/items?itemName=TeamXavalon.XAMLStyler) Visual Studio extension.\n\n- Get the code:\n    ```\n    git clone https://github.com/Microsoft/calculator.git\n    ```\n\n- Open [src\\Calculator.sln](/src/Calculator.sln) in Visual Studio to build and run the Calculator app.\n- For a general description of the Calculator project architecture see [ApplicationArchitecture.md](docs/ApplicationArchitecture.md).\n- To run the UI Tests, you need to make sure that\n  [Windows Application Driver (WinAppDriver)](https://github.com/microsoft/WinAppDriver/releases/latest)\n  is installed.\n\n## Contributing\nWant to contribute? The team encourages community feedback and contributions. Please follow our [contributing guidelines](CONTRIBUTING.md).\n\nIf Calculator is not working properly, please file a report in the [Feedback Hub](https://insider.windows.com/en-us/fb/?contextid=130).\nWe also welcome [issues submitted on GitHub](https://github.com/Microsoft/calculator/issues).\n\n## Roadmap\nFor information regarding Windows Calculator plans and release schedule, please see the [Windows Calculator Roadmap](docs/Roadmap.md).\n\n### Graphing Mode\nAdding graphing calculator functionality [is on the project roadmap](https://github.com/Microsoft/calculator/issues/338) and we hope that this project can create a great end-user experience around graphing. To that end, the UI from the official in-box Windows Calculator is currently part of this repository, although the proprietary Microsoft-built graphing engine, which also drives graphing in Microsoft Mathematics and OneNote, is not. Community members can still be involved in the creation of the UI, however developer builds will not have graphing functionality due to the use of a [mock implementation of the engine](/src/GraphingImpl/Mocks) built on top of a\n[common graphing API](/src/GraphingInterfaces).\n\n## Diagnostic Data\nThis project collects usage data and sends it to Microsoft to help improve our products and services.\nRead our [privacy statement](https://go.microsoft.com/fwlink/?LinkId=521839) to learn more.\nDiagnostic data is disabled in development builds by default, and can be enabled with the `SEND_DIAGNOSTICS`\nbuild flag.\n\n## Currency Converter\nWindows Calculator includes a currency converter feature that uses mock data in developer builds. The data that\nMicrosoft uses for the currency converter feature (e.g., in the retail version of the application) is not licensed\nfor your use. The mock data will be clearly identifiable as it references planets instead of countries,\nand remains static regardless of selected inputs.\n\n## Reporting Security Issues\nPlease refer to [SECURITY.md](./SECURITY.md).\n\n## License\nCopyright (c) Microsoft Corporation. All rights reserved.\n\nLicensed under the [MIT License](./LICENSE).\n"
  },
  {
    "path": "SECURITY.md",
    "content": "<!-- BEGIN MICROSOFT SECURITY.MD V0.0.1 BLOCK -->\n\n## Security\n\nMicrosoft takes the security of our software products and services seriously, which includes all\nsource code repositories managed through our GitHub organizations, which include\n[Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure),\n[DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet),\n[Xamarin](https://github.com/xamarin), and [many more](https://opensource.microsoft.com/).\n\nIf you believe you have found a security vulnerability in any Microsoft-owned repository that meets\nMicrosoft's [definition](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10))\nof a security vulnerability, please report it to us as described below.\n\n## Reporting Security Issues\n\n**Please do not report security vulnerabilities through public GitHub issues.** Instead, please\nreport them to the Microsoft Security Response Center at [secure@microsoft.com](mailto:secure@microsoft.com).\nIf possible, encrypt your message with our PGP key; please download it from the\n[Microsoft Security Response Center PGP Key page](https://technet.microsoft.com/en-us/security/dn606155).\n\nYou should receive a response within 24 hours. If for some reason you do not, please follow up via\nemail to ensure we received your original message. Additional information can be found at\n[microsoft.com/msrc](https://www.microsoft.com/msrc).\n\nPlease include the requested information listed below (as much as you can provide) to help us better\nunderstand the nature and scope of the possible issue:\n\n  * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)\n  * Full paths of source file(s) related to the manifestation of the issue\n  * The location of the affected source code (tag/branch/commit or direct URL)\n  * Any special configuration required to reproduce the issue\n  * Step-by-step instructions to reproduce the issue\n  * Proof-of-concept or exploit code (if possible)\n  * Impact of the issue, including how an attacker might exploit the issue\n\nThis information will help us triage your report more quickly.\n\n## Preferred Languages\n\nWe prefer all communications to be in English.\n\n## Policy\n\nMicrosoft follows the principle of\n[Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).\n\n<!-- END MICROSOFT SECURITY.MD BLOCK -->\n"
  },
  {
    "path": "Tools/PGO/Microsoft.WindowsCalculator.PGO.nuspec",
    "content": "<?xml version=\"1.0\"?>\n<package xmlns=\"http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd\">\n    <metadata>\n        <id>Microsoft.WindowsCalculator.PGO</id>\n        <version>$version$</version>\n        <authors>Microsoft</authors>\n        <owners>sourceapps</owners>\n        <projectUrl>https://microsoft.visualstudio.com/Apps/_git/calculator.app</projectUrl>\n        <requireLicenseAcceptance>false</requireLicenseAcceptance>\n        <description>A package containing the required files for Profile Guided Optimization for Calculator.</description>\n        <copyright>Microsoft Corporation. All rights reserved.</copyright>\n        <tags>pgo</tags>\n        <language>en-US</language>\n    </metadata>\n</package>"
  },
  {
    "path": "Tools/PGO/build/native/Microsoft.WindowsCalculator.PGO.props",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n\n    <PropertyGroup>\n        <PGOBuildMode Condition=\"'$(PGOBuildMode)'==''\">Optimize</PGOBuildMode>\n    </PropertyGroup>\n  \n</Project>"
  },
  {
    "path": "Tools/PGO/build/native/Microsoft.WindowsCalculator.PGO.targets",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n\n    <PropertyGroup>\n        <VC_PGO_RunTime_Dir>$(VCToolsInstallDir)bin\\Host$(PlatformShortName)\\$(PlatformShortName)</VC_PGO_RunTime_Dir>\n        <VC_PGO_RunTime_Dir Condition=\"'$(Platform)'=='ARM64'\">$(VCToolsInstallDir)bin\\$(PlatformShortName)</VC_PGO_RunTime_Dir>\n        <ProfileGuidedDatabaseFileName>$(MSBuildThisFileDirectory)..\\..\\tools\\$(PlatformShortName)\\Calculator.pgd</ProfileGuidedDatabaseFileName>\n    </PropertyGroup>\n\n    <!-- Enable PGO optimization only for Release builds. -->\n    <ItemDefinitionGroup Condition=\"'$(Configuration)' == 'Release' and '$(PGOBuildMode)' == 'Instrument'\">\n        <Link>\n            <LinkTimeCodeGeneration>PGInstrument</LinkTimeCodeGeneration>\n            <AdditionalDependencies Condition=\"'$(Platform)'=='ARM64'\">$(VC_ReferencesPath_VC_ARM64)\\pgort.lib;%(AdditionalDependencies)</AdditionalDependencies>\n            <AdditionalDependencies Condition=\"'$(Platform)'=='Win32'\">$(VC_ReferencesPath_VC_x86)\\pgort.lib;%(AdditionalDependencies)</AdditionalDependencies>\n            <AdditionalDependencies Condition=\"'$(Platform)'=='x64'\">$(VC_ReferencesPath_VC_x64)\\pgort.lib;%(AdditionalDependencies)</AdditionalDependencies>\n        </Link>\n    </ItemDefinitionGroup>\n\n    <!-- Include pgort140.dll in the app package -->\n    <ItemGroup Condition=\"'$(Configuration)' == 'Release' and '$(PGOBuildMode)' == 'Instrument'\">\n        <None Include=\"$(VC_PGO_RunTime_Dir)\\pgort140.dll\">\n            <Link>%(Filename)%(Extension)</Link>\n            <DeploymentContent>true</DeploymentContent>\n            <Visible>false</Visible>\n            <InProject>false</InProject>\n            <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\n        </None>\n    </ItemGroup>\n\n    <!-- Enable PGO optimization only for if the pgds file exists. -->\n    <ItemDefinitionGroup Condition=\"'$(Configuration)' == 'Release' and '$(PGOBuildMode)' == 'Optimize' and Exists('$(ProfileGuidedDatabaseFileName)')\">\n        <Link>\n            <LinkTimeCodeGeneration>PGUpdate</LinkTimeCodeGeneration>\n            <ProfileGuidedDatabase>$(ProfileGuidedDatabaseFileName)</ProfileGuidedDatabase>\n        </Link>\n    </ItemDefinitionGroup>\n\n</Project>"
  },
  {
    "path": "Tools/Scripts/clang-format/clang-format-all.ps1",
    "content": "<#\n    .DESCRIPTION\n        Helper script to format all header and source files in the repository.\n\n        By default, the script will recursively search under the repo root for\n        files to format.  Users can give explicit parameters indicating how the\n        search should include and exclude filetypes.\n\n        If users don't want the search functionality, they can instead provide\n        an explicit list of files to format.\n\n    .PARAMETER RepoRoot\n        Full path to the root of the repository which is the target of the search.\n        Will default to the root of the current working directory.\n\n    .PARAMETER Include\n        Array of filetype extensions to target for formatting.\n        By default, targets standard extensions for header and source files.\n        Follows the same rules as the -Include parameter for Get-ChildItem.\n\n    .PARAMETER Exclude\n        Array of filetype extensions to exclude from formatting.\n        By default, excludes generated XAML files.\n        Follows the same rules as the -Exclude paramter for Get-ChildItem.\n\n    .PARAMETER Files\n        Array of files to format. The script will exit if one of the provided\n        filepaths does not exist.\n\n    .EXAMPLE\n        .\\clang-format-all.ps1\n\n        Formats all header and source files under the repository root.\n\n    .EXAMPLE\n        .\\clang-format-all.ps1 -RepoRoot 'S:\\repos\\calculator' -Include '*.h', '*.cpp' -Exclude '*.g.*'\n\n        Formats all *.h and *.cpp files under 'S:\\repos\\calculator', excluding files with an extension\n        like *.g.*\n\n    .EXAMPLE\n        .\\clang-format-all.ps1 -File 'S:\\repos\\calculator\\src\\CalcViewModel\\UnitConverterViewModel.h', 'S:\\repos\\calculator\\src\\CalcViewModel\\MemoryItemViewModel.cpp'\n\n        Formats the specified files.\n#>\n[CmdletBinding( DefaultParameterSetName = 'Search' )]\nparam(\n    [Parameter( ParameterSetName = 'Search' )]\n    [ValidateScript({ Test-Path -PathType Container -Path $_ })]\n    [string] $RepoRoot = \"$( git rev-parse --show-toplevel )\",\n\n    [Parameter( ParameterSetName = 'Search' )]\n    [string[]] $Include = ( '*.h', '*.hh', '*.hpp', '*.c', '*.cc', '*.cpp' ),\n\n    [Parameter( ParameterSetName = 'Search' )]\n    [string[]] $Exclude = '*.g.*',\n\n    [Parameter(\n        ParameterSetName = 'Explicit',\n        Mandatory)]\n    [ValidateScript({\n        $_ | Where-Object { -not (Test-Path -PathType Leaf -Path $_) } |\n             ForEach-Object { throw \"Could not find file: [$_]\" }\n\n        return $true\n    })]\n    [string[]] $Files\n)\n\nif ($PSCmdlet.ParameterSetName -eq 'Explicit')\n{\n    # Use the file paths we were given.\n    $targetFiles = @($Files)\n}\nelse\n{\n    # Gather the files to be formatted.\n    $targetFiles = @(\n        Get-ChildItem -Recurse -Path $RepoRoot -Include $Include -Exclude $Exclude |\n            Select-Object -ExpandProperty FullName\n    )\n}\n\n# Format the files.\n$formatParams = @(\n    '-i'          # In-place\n    '-style=file' # Search for a .clang-format file in the parent directory of the source file.\n    '-verbose'\n)\n\nclang-format $formatParams $targetFiles"
  },
  {
    "path": "Tools/Scripts/clang-format/clang-format-all.sh",
    "content": "#!/bin/bash\n\nfunction usage {\n    echo \"Usage: $0 DIR...\"\n    exit 1\n}\n\n# Variable that will hold the name of the clang-format command\nFMT=\"\"\n\n# Some distros just call it clang-format. Others (e.g. Ubuntu) are insistent\n# that the version number be part of the command. We prefer clang-format if\n# that's present, otherwise we work backwards from highest version to lowest\n# version.\nfor clangfmt in clang-format{,-{4,3}.{9,8,7,6,5,4,3,2,1,0}}; do\n    if which \"$clangfmt\" &>/dev/null; then\n        FMT=\"$clangfmt\"\n        break\n    fi\ndone\n\n# Check if we found a working clang-format\nif [ -z \"$FMT\" ]; then\n    echo \"failed to find clang-format\"\n    exit 1\nfi\n\nSRC_PATH=\"$@\"\nif [ -z \"$SRC_PATH\" ]; then\n    SRC_PATH=\"../../../src\"\nfi\n\n# Check all of the arguments first to make sure they're all directories\nfor dir in \"$SRC_PATH\"; do\n    if [ ! -d \"${dir}\" ]; then\n        echo \"${dir} is not a directory\"\n        usage\n    fi\ndone\n\n# Run clang-format -i on all of the things\nfor dir in \"$SRC_PATH\"; do\n    pushd \"${dir}\" &>/dev/null\n    find . \\\n         \\( -name '*.c' \\\n         -o -name '*.cc' \\\n         -o -name '*.cpp' \\\n         -o -name '*.h' \\\n         -o -name '*.hh' \\\n         -o -name '*.hpp' \\) \\\n         -exec \"${FMT}\" -style=file -i '{}' \\;\n    popd &>/dev/null\ndone\n"
  },
  {
    "path": "Tools/ThreatModels/Calculator.tm7",
    "content": "<ThreatModel xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\"><DrawingSurfaceList><DrawingSurfaceModel z:Id=\"i1\" xmlns:z=\"http://schemas.microsoft.com/2003/10/Serialization/\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">DRAWINGSURFACE</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">d3f963ff-0a03-476e-ad6a-20239a956929</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\" xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Diagram</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name>Name</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Restore from snapshot URI</b:Value></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">DRAWINGSURFACE</TypeId><Borders xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><a:KeyValueOfguidanyType><a:Key>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</a:Key><a:Value z:Id=\"i2\" i:type=\"StencilRectangle\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.EI</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Generic External Interactor</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Generic External Interactor</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Authenticates Itself</b:DisplayName><b:Name>authenticatesItself</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Applicable</a:string><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Type</b:DisplayName><b:Name>type</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Code</a:string><a:string>Human</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Microsoft</b:DisplayName><b:Name>MS</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.EI</TypeId><Height xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">100</Height><Left xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">148</Left><StrokeDashArray i:nil=\"true\" xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"/><StrokeThickness xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">0</StrokeThickness><Top xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">92</Top><Width xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">100</Width></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>87092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value z:Id=\"i3\" i:type=\"StencilEllipse\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.P</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">87092820-fe38-4bf8-a928-e8a471acc7b0</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Managed Application</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Calculator App - UWP Application (Dotnet Native)</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Predefined Static Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StaticListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Code Type</b:DisplayName><b:Name>codeType</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Managed</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic Process</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Running As</b:DisplayName><b:Name>runningAs</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Kernel</a:string><a:string>System</a:string><a:string>Network Service</a:string><a:string>Local Service</a:string><a:string>Administrator</a:string><a:string>Standard User With Elevation</a:string><a:string>Standard User Without Elevation</a:string><a:string>Windows Store App</a:string></b:Value><b:SelectedIndex>8</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Isolation Level</b:DisplayName><b:Name>Isolation</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>AppContainer</a:string><a:string>Low Integrity Level</a:string><a:string>Microsoft Office Isolated Conversion Environment (MOICE)</a:string><a:string>Sandbox</a:string></b:Value><b:SelectedIndex>1</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Accepts Input From</b:DisplayName><b:Name>acceptsInputFrom</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Any Remote User or Entity</a:string><a:string>Kernel, System, or Local Admin</a:string><a:string>Local or Network Service</a:string><a:string>Local Standard User With Elevation</a:string><a:string>Local Standard User Without Elevation</a:string><a:string>Windows Store Apps or App Container Processes</a:string><a:string>Nothing</a:string><a:string>Other</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Implements or Uses an Authentication Mechanism</b:DisplayName><b:Name>implementsAuthenticationScheme</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Implements or Uses an Authorization Mechanism</b:DisplayName><b:Name>implementsCustomAuthorizationMechanism</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Implements or Uses a Communication Protocol</b:DisplayName><b:Name>implementsCommunicationProtocol</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>1</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Sanitizes Input</b:DisplayName><b:Name>hasInputSanitizers</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Yes</a:string><a:string>No</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Sanitizes Output</b:DisplayName><b:Name>hasOutputSanitizers</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Yes</a:string><a:string>No</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.P.TMCore.NetApp</TypeId><Height xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">127</Height><Left xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">510</Left><StrokeDashArray i:nil=\"true\" xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"/><StrokeThickness xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">0</StrokeThickness><Top xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">329</Top><Width xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">140</Width></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>64fd5280-0f1c-4410-b6b5-75781fe344d4</a:Key><a:Value z:Id=\"i4\" i:type=\"StencilRectangle\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.EI</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">64fd5280-0f1c-4410-b6b5-75781fe344d4</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Windows RT Runtime</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Windows RT Runtime (User Activity)</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Predefined Static Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StaticListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Authenticates Itself</b:DisplayName><b:Name>authenticatesItself</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Applicable</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:StaticListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Type</b:DisplayName><b:Name>type</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Code</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic External Interactor</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Microsoft</b:DisplayName><b:Name>MS</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.EI.TMCore.WinRT</TypeId><Height xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">100</Height><Left xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">1098</Left><StrokeDashArray i:nil=\"true\" xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"/><StrokeThickness xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">0</StrokeThickness><Top xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">277</Top><Width xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">100</Width></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>55675d76-019e-4f8a-8add-e31f7e4aa3a2</a:Key><a:Value z:Id=\"i5\" i:type=\"StencilRectangle\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.A</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">55675d76-019e-4f8a-8add-e31f7e4aa3a2</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Free Text Annotation</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Calculator App:&#xD;\nCalculator is a UWP application written with C# and C++/CX and compiled with the Dotnet Native tech.&#xD;\n&#xD;\nPrivilege level of Calculator:&#xD;\nCurrent user privilege. UWP application does not support \"Run as\".&#xD;\n&#xD;\nWindows RT Runtime (User Activity):&#xD;\nCalculator stores its snapshot data into a user activity.&#xD;\nUser Activity APIs are provide by Windows SDK for UWP under Windows.Foundation.UniversalApiContract.&#xD;\nA UserActivity is created by an app during its execution to notify the system of a user work stream that can be continued on another device, or at another time on the same device. It provides information about a task the user is engaged in.&#xD;\n&#xD;\n</b:Value></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.A</TypeId><Height xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">355</Height><Left xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">373</Left><StrokeDashArray i:nil=\"true\" xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"/><StrokeThickness xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">0</StrokeThickness><Top xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">510</Top><Width xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">395</Width></a:Value></a:KeyValueOfguidanyType></Borders><Header>Restore from snapshot URI</Header><Lines xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><a:KeyValueOfguidanyType><a:Key>3bf1dba0-2532-43cf-8711-b68d3e3413e8</a:Key><a:Value z:Id=\"i6\" i:type=\"LineBoundary\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.TB.L</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">3bf1dba0-2532-43cf-8711-b68d3e3413e8</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>AppContainer Boundary</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Calculator Application Trust Boundary</b:Value></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic Trust Line Boundary</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.TB.L.TMCore.AppContainer</TypeId><HandleX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">493</HandleX><HandleY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">93</HandleY><PortSource xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">None</PortSource><PortTarget xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">None</PortTarget><SourceGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">00000000-0000-0000-0000-000000000000</SourceGuid><SourceX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">931</SourceX><SourceY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">54</SourceY><TargetGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">00000000-0000-0000-0000-000000000000</TargetGuid><TargetX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">10</TargetX><TargetY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">516</TargetY></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>77b3182a-0ea6-4be1-b696-921aa98477ec</a:Key><a:Value z:Id=\"i7\" i:type=\"Connector\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.DF</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">77b3182a-0ea6-4be1-b696-921aa98477ec</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Generic Data Flow</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">1) User/Program launches Calculator via URI activation. &#xD;\nCalculator verifies and parses out an activity ID from the input URI.</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Dataflow Order</b:DisplayName><b:Name>15ccd509-98eb-49ad-b9c2-b4a2926d1780</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">0</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Physical Network</b:DisplayName><b:Name>channel</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Wire</a:string><a:string>Wi-Fi</a:string><a:string>Bluetooth</a:string><a:string>2G-4G</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Source Authenticated</b:DisplayName><b:Name>authenticatesSource</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Destination Authenticated</b:DisplayName><b:Name>authenticatesDestination</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Confidentiality</b:DisplayName><b:Name>providesConfidentiality</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Integrity</b:DisplayName><b:Name>providesIntegrity</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Transmits XML</b:DisplayName><b:Name>XMLenc</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Contains Cookies</b:DisplayName><b:Name>Cookies</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Yes</a:string><a:string>No</a:string></b:Value><b:SelectedIndex>1</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>SOAP Payload</b:DisplayName><b:Name>SOAP</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>REST Payload</b:DisplayName><b:Name>REST</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>RSS Payload</b:DisplayName><b:Name>RSS</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>JSON Payload</b:DisplayName><b:Name>JSON</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Forgery Protection</b:DisplayName><b:Name>54851a3b-65da-4902-b4e0-94ef015be735</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>ValidateAntiForgeryTokenAttribute</a:string><a:string>ViewStateUserKey</a:string><a:string>Nonce</a:string><a:string>Other dynamic canary</a:string><a:string>Static header not available to the browser</a:string><a:string>Other</a:string><a:string>None</a:string><a:string>Not applicable because the request does not change data</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Custom Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:CustomStringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Custom property</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Comment: The link to the document about URI Activation: https://learn.microsoft.com/en-us/windows/uwp/launch-resume/handle-uri-activation</b:Value></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.DF</TypeId><HandleX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">410</HandleX><HandleY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">252</HandleY><PortSource xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">East</PortSource><PortTarget xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">NorthWest</PortTarget><SourceGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</SourceGuid><SourceX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">243</SourceX><SourceY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">142</SourceY><TargetGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">87092820-fe38-4bf8-a928-e8a471acc7b0</TargetGuid><TargetX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">534</TargetX><TargetY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">351</TargetY></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>4fc41911-3d22-45c1-8818-de3700f34d82</a:Key><a:Value z:Id=\"i8\" i:type=\"Connector\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.DF</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">4fc41911-3d22-45c1-8818-de3700f34d82</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Binary</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">2) Calculator uses the activity ID to try&#xD;\nretrieving the User Activity stored before.</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Dataflow Order</b:DisplayName><b:Name>15ccd509-98eb-49ad-b9c2-b4a2926d1780</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">0</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic Data Flow</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Physical Network</b:DisplayName><b:Name>channel</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Wire</a:string><a:string>Wi-Fi</a:string><a:string>Bluetooth</a:string><a:string>2G-4G</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Source Authenticated</b:DisplayName><b:Name>authenticatesSource</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Destination Authenticated</b:DisplayName><b:Name>authenticatesDestination</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Confidentiality</b:DisplayName><b:Name>providesConfidentiality</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Integrity</b:DisplayName><b:Name>providesIntegrity</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Transmits XML</b:DisplayName><b:Name>XMLenc</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Contains Cookies</b:DisplayName><b:Name>Cookies</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Yes</a:string><a:string>No</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>SOAP Payload</b:DisplayName><b:Name>SOAP</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>REST Payload</b:DisplayName><b:Name>REST</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>RSS Payload</b:DisplayName><b:Name>RSS</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>JSON Payload</b:DisplayName><b:Name>JSON</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Forgery Protection</b:DisplayName><b:Name>54851a3b-65da-4902-b4e0-94ef015be735</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>ValidateAntiForgeryTokenAttribute</a:string><a:string>ViewStateUserKey</a:string><a:string>Nonce</a:string><a:string>Other dynamic canary</a:string><a:string>Static header not available to the browser</a:string><a:string>Other</a:string><a:string>None</a:string><a:string>Not applicable because the request does not change data</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.DF.TMCore.Binary</TypeId><HandleX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">852</HandleX><HandleY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">243</HandleY><PortSource xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">NorthEast</PortSource><PortTarget xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">West</PortTarget><SourceGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">87092820-fe38-4bf8-a928-e8a471acc7b0</SourceGuid><SourceX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">625</SourceX><SourceY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">351</SourceY><TargetGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">64fd5280-0f1c-4410-b6b5-75781fe344d4</TargetGuid><TargetX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">1103</TargetX><TargetY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">327</TargetY></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>2e73a97d-8ce5-4f8c-b2c6-bfb17c9d7e13</a:Key><a:Value z:Id=\"i9\" i:type=\"Connector\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.DF</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">2e73a97d-8ce5-4f8c-b2c6-bfb17c9d7e13</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Binary</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">3) Calculator verifies the User Activity and then&#xD;\nrestore its state from the data saved in the User Activity.</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Dataflow Order</b:DisplayName><b:Name>15ccd509-98eb-49ad-b9c2-b4a2926d1780</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">0</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic Data Flow</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Physical Network</b:DisplayName><b:Name>channel</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Wire</a:string><a:string>Wi-Fi</a:string><a:string>Bluetooth</a:string><a:string>2G-4G</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Source Authenticated</b:DisplayName><b:Name>authenticatesSource</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Destination Authenticated</b:DisplayName><b:Name>authenticatesDestination</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Confidentiality</b:DisplayName><b:Name>providesConfidentiality</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Integrity</b:DisplayName><b:Name>providesIntegrity</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Transmits XML</b:DisplayName><b:Name>XMLenc</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Contains Cookies</b:DisplayName><b:Name>Cookies</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Yes</a:string><a:string>No</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>SOAP Payload</b:DisplayName><b:Name>SOAP</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>REST Payload</b:DisplayName><b:Name>REST</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>RSS Payload</b:DisplayName><b:Name>RSS</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>JSON Payload</b:DisplayName><b:Name>JSON</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Forgery Protection</b:DisplayName><b:Name>54851a3b-65da-4902-b4e0-94ef015be735</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>ValidateAntiForgeryTokenAttribute</a:string><a:string>ViewStateUserKey</a:string><a:string>Nonce</a:string><a:string>Other dynamic canary</a:string><a:string>Static header not available to the browser</a:string><a:string>Other</a:string><a:string>None</a:string><a:string>Not applicable because the request does not change data</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.DF.TMCore.Binary</TypeId><HandleX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">839</HandleX><HandleY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">415</HandleY><PortSource xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">West</PortSource><PortTarget xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SouthEast</PortTarget><SourceGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">64fd5280-0f1c-4410-b6b5-75781fe344d4</SourceGuid><SourceX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">1103</SourceX><SourceY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">327</SourceY><TargetGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">87092820-fe38-4bf8-a928-e8a471acc7b0</TargetGuid><TargetX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">625</TargetX><TargetY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">433</TargetY></a:Value></a:KeyValueOfguidanyType></Lines><Zoom>1</Zoom></DrawingSurfaceModel><DrawingSurfaceModel z:Id=\"i10\" xmlns:z=\"http://schemas.microsoft.com/2003/10/Serialization/\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">DRAWINGSURFACE</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">95b5de49-2481-4962-86f8-f44ca0ffa799</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\" xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Diagram</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name>Name</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Save snapshot on demand</b:Value></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">DRAWINGSURFACE</TypeId><Borders xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><a:KeyValueOfguidanyType><a:Key>c2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value z:Id=\"i11\" i:type=\"StencilEllipse\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.P</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">c2f44e2e-18f9-4f0a-9620-fd613d85f360</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Managed Application</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Calculator App - UWP Application (Dotnet Native)</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Predefined Static Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StaticListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Code Type</b:DisplayName><b:Name>codeType</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Managed</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic Process</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Running As</b:DisplayName><b:Name>runningAs</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Kernel</a:string><a:string>System</a:string><a:string>Network Service</a:string><a:string>Local Service</a:string><a:string>Administrator</a:string><a:string>Standard User With Elevation</a:string><a:string>Standard User Without Elevation</a:string><a:string>Windows Store App</a:string></b:Value><b:SelectedIndex>8</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Isolation Level</b:DisplayName><b:Name>Isolation</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>AppContainer</a:string><a:string>Low Integrity Level</a:string><a:string>Microsoft Office Isolated Conversion Environment (MOICE)</a:string><a:string>Sandbox</a:string></b:Value><b:SelectedIndex>1</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Accepts Input From</b:DisplayName><b:Name>acceptsInputFrom</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Any Remote User or Entity</a:string><a:string>Kernel, System, or Local Admin</a:string><a:string>Local or Network Service</a:string><a:string>Local Standard User With Elevation</a:string><a:string>Local Standard User Without Elevation</a:string><a:string>Windows Store Apps or App Container Processes</a:string><a:string>Nothing</a:string><a:string>Other</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Implements or Uses an Authentication Mechanism</b:DisplayName><b:Name>implementsAuthenticationScheme</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Implements or Uses an Authorization Mechanism</b:DisplayName><b:Name>implementsCustomAuthorizationMechanism</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Implements or Uses a Communication Protocol</b:DisplayName><b:Name>implementsCommunicationProtocol</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>1</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Sanitizes Input</b:DisplayName><b:Name>hasInputSanitizers</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Yes</a:string><a:string>No</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Sanitizes Output</b:DisplayName><b:Name>hasOutputSanitizers</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Yes</a:string><a:string>No</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.P.TMCore.NetApp</TypeId><Height xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">127</Height><Left xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">563</Left><StrokeDashArray i:nil=\"true\" xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"/><StrokeThickness xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">0</StrokeThickness><Top xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">295</Top><Width xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">140</Width></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>8ce2142b-8646-4daf-afdf-6c6867d68489</a:Key><a:Value z:Id=\"i12\" i:type=\"StencilRectangle\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.EI</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">8ce2142b-8646-4daf-afdf-6c6867d68489</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Windows Runtime</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Recall App</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Predefined Static Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StaticListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Authenticates Itself</b:DisplayName><b:Name>authenticatesItself</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Applicable</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:StaticListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Type</b:DisplayName><b:Name>type</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Code</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic External Interactor</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Microsoft</b:DisplayName><b:Name>MS</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.EI.TMCore.CRT</TypeId><Height xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">100</Height><Left xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">94</Left><StrokeDashArray i:nil=\"true\" xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"/><StrokeThickness xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">0</StrokeThickness><Top xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">24</Top><Width xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">100</Width></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>d8fb8b09-1f09-4658-a865-8cba8069ef5f</a:Key><a:Value z:Id=\"i13\" i:type=\"StencilRectangle\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.EI</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">d8fb8b09-1f09-4658-a865-8cba8069ef5f</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Windows RT Runtime</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Windows RT Runtime (User Activity)</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Predefined Static Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StaticListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Authenticates Itself</b:DisplayName><b:Name>authenticatesItself</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Applicable</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:StaticListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Type</b:DisplayName><b:Name>type</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Code</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic External Interactor</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Microsoft</b:DisplayName><b:Name>MS</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.EI.TMCore.WinRT</TypeId><Height xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">100</Height><Left xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">1140</Left><StrokeDashArray i:nil=\"true\" xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"/><StrokeThickness xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">0</StrokeThickness><Top xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">296</Top><Width xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">100</Width></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>eb9e4ef1-e917-40d0-a2bb-bd51c1815695</a:Key><a:Value z:Id=\"i14\" i:type=\"StencilRectangle\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.A</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">eb9e4ef1-e917-40d0-a2bb-bd51c1815695</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Free Text Annotation</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Recall App:&#xD;\nRecall is a new System Application that stores and restores the state of the apps running in foreground.&#xD;\n&#xD;\nCalculator App:&#xD;\nCalculator is a UWP application written with C# and C++/CX and compiled with the Dotnet Native tech.&#xD;\n&#xD;\nPrivilege level of Calculator:&#xD;\nCurrent user privilege. UWP application does not support \"Run as\".&#xD;\n&#xD;\nPrivilege level of Recall:&#xD;\nCurrent user privilege or higher.&#xD;\n&#xD;\nWindows RT Runtime (User Activity):&#xD;\nCalculator stores its snapshot data into a user activity.&#xD;\nUser Activity APIs are provide by Windows SDK for UWP under Windows.Foundation.UniversalApiContract.&#xD;\nA UserActivity is created by an app during its execution to notify the system of a user work stream that can be continued on another device, or at another time on the same device. It provides information about a task the user is engaged in.&#xD;\n&#xD;\n</b:Value></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.A</TypeId><Height xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">432</Height><Left xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">319</Left><StrokeDashArray i:nil=\"true\" xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"/><StrokeThickness xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">0</StrokeThickness><Top xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">506</Top><Width xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">395</Width></a:Value></a:KeyValueOfguidanyType></Borders><Header>Save snapshot on demand</Header><Lines xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><a:KeyValueOfguidanyType><a:Key>4fbf0c1c-170d-4f0c-9b6d-371d634fc07d</a:Key><a:Value z:Id=\"i15\" i:type=\"LineBoundary\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.TB.L</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">4fbf0c1c-170d-4f0c-9b6d-371d634fc07d</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>AppContainer Boundary</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">Calculator Application Trust Boundary</b:Value></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic Trust Line Boundary</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.TB.L.TMCore.AppContainer</TypeId><HandleX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">440</HandleX><HandleY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">114</HandleY><PortSource xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">None</PortSource><PortTarget xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">None</PortTarget><SourceGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">00000000-0000-0000-0000-000000000000</SourceGuid><SourceX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">963</SourceX><SourceY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">51</SourceY><TargetGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">00000000-0000-0000-0000-000000000000</TargetGuid><TargetX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">41</TargetX><TargetY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">503</TargetY></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>3777792c-2421-448c-85b1-49fbf31d23d5</a:Key><a:Value z:Id=\"i16\" i:type=\"Connector\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.DF</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">3777792c-2421-448c-85b1-49fbf31d23d5</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Binary</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">1) Recall app initiates a request to Calculator asking for taking a snapshot and&#xD;\nstoring it into a User Activity.</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Dataflow Order</b:DisplayName><b:Name>15ccd509-98eb-49ad-b9c2-b4a2926d1780</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">0</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic Data Flow</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Physical Network</b:DisplayName><b:Name>channel</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Wire</a:string><a:string>Wi-Fi</a:string><a:string>Bluetooth</a:string><a:string>2G-4G</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Source Authenticated</b:DisplayName><b:Name>authenticatesSource</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Destination Authenticated</b:DisplayName><b:Name>authenticatesDestination</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Confidentiality</b:DisplayName><b:Name>providesConfidentiality</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Integrity</b:DisplayName><b:Name>providesIntegrity</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Transmits XML</b:DisplayName><b:Name>XMLenc</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Contains Cookies</b:DisplayName><b:Name>Cookies</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Yes</a:string><a:string>No</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>SOAP Payload</b:DisplayName><b:Name>SOAP</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>REST Payload</b:DisplayName><b:Name>REST</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>RSS Payload</b:DisplayName><b:Name>RSS</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>JSON Payload</b:DisplayName><b:Name>JSON</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Forgery Protection</b:DisplayName><b:Name>54851a3b-65da-4902-b4e0-94ef015be735</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>ValidateAntiForgeryTokenAttribute</a:string><a:string>ViewStateUserKey</a:string><a:string>Nonce</a:string><a:string>Other dynamic canary</a:string><a:string>Static header not available to the browser</a:string><a:string>Other</a:string><a:string>None</a:string><a:string>Not applicable because the request does not change data</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.DF.TMCore.Binary</TypeId><HandleX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">426</HandleX><HandleY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">214</HandleY><PortSource xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">East</PortSource><PortTarget xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">NorthWest</PortTarget><SourceGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">8ce2142b-8646-4daf-afdf-6c6867d68489</SourceGuid><SourceX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">189</SourceX><SourceY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">74</SourceY><TargetGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">c2f44e2e-18f9-4f0a-9620-fd613d85f360</TargetGuid><TargetX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">587</TargetX><TargetY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">317</TargetY></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>3e95f648-6267-4b07-80eb-223b572e9ad4</a:Key><a:Value z:Id=\"i17\" i:type=\"Connector\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.DF</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">3e95f648-6267-4b07-80eb-223b572e9ad4</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Binary</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">2) Calculator retrieves a new User Activity using a newly generated GUID.</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Dataflow Order</b:DisplayName><b:Name>15ccd509-98eb-49ad-b9c2-b4a2926d1780</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">0</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic Data Flow</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Physical Network</b:DisplayName><b:Name>channel</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Wire</a:string><a:string>Wi-Fi</a:string><a:string>Bluetooth</a:string><a:string>2G-4G</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Source Authenticated</b:DisplayName><b:Name>authenticatesSource</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Destination Authenticated</b:DisplayName><b:Name>authenticatesDestination</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Confidentiality</b:DisplayName><b:Name>providesConfidentiality</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Integrity</b:DisplayName><b:Name>providesIntegrity</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Transmits XML</b:DisplayName><b:Name>XMLenc</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Contains Cookies</b:DisplayName><b:Name>Cookies</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Yes</a:string><a:string>No</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>SOAP Payload</b:DisplayName><b:Name>SOAP</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>REST Payload</b:DisplayName><b:Name>REST</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>RSS Payload</b:DisplayName><b:Name>RSS</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>JSON Payload</b:DisplayName><b:Name>JSON</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Forgery Protection</b:DisplayName><b:Name>54851a3b-65da-4902-b4e0-94ef015be735</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>ValidateAntiForgeryTokenAttribute</a:string><a:string>ViewStateUserKey</a:string><a:string>Nonce</a:string><a:string>Other dynamic canary</a:string><a:string>Static header not available to the browser</a:string><a:string>Other</a:string><a:string>None</a:string><a:string>Not applicable because the request does not change data</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.DF.TMCore.Binary</TypeId><HandleX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">915</HandleX><HandleY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">300</HandleY><PortSource xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">NorthEast</PortSource><PortTarget xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">NorthWest</PortTarget><SourceGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">c2f44e2e-18f9-4f0a-9620-fd613d85f360</SourceGuid><SourceX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">678</SourceX><SourceY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">317</SourceY><TargetGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">d8fb8b09-1f09-4658-a865-8cba8069ef5f</TargetGuid><TargetX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">1145</TargetX><TargetY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">301</TargetY></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>46755abb-a146-4c93-8874-0a78670a9bad</a:Key><a:Value z:Id=\"i18\" i:type=\"Connector\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.DF</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">46755abb-a146-4c93-8874-0a78670a9bad</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Binary</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">3) Calculator stores its serialized current state into the User Activity.</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Dataflow Order</b:DisplayName><b:Name>15ccd509-98eb-49ad-b9c2-b4a2926d1780</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">0</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic Data Flow</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Physical Network</b:DisplayName><b:Name>channel</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Wire</a:string><a:string>Wi-Fi</a:string><a:string>Bluetooth</a:string><a:string>2G-4G</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Source Authenticated</b:DisplayName><b:Name>authenticatesSource</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Destination Authenticated</b:DisplayName><b:Name>authenticatesDestination</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Confidentiality</b:DisplayName><b:Name>providesConfidentiality</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Integrity</b:DisplayName><b:Name>providesIntegrity</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Transmits XML</b:DisplayName><b:Name>XMLenc</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Contains Cookies</b:DisplayName><b:Name>Cookies</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Yes</a:string><a:string>No</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>SOAP Payload</b:DisplayName><b:Name>SOAP</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>REST Payload</b:DisplayName><b:Name>REST</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>RSS Payload</b:DisplayName><b:Name>RSS</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>JSON Payload</b:DisplayName><b:Name>JSON</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Forgery Protection</b:DisplayName><b:Name>54851a3b-65da-4902-b4e0-94ef015be735</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>ValidateAntiForgeryTokenAttribute</a:string><a:string>ViewStateUserKey</a:string><a:string>Nonce</a:string><a:string>Other dynamic canary</a:string><a:string>Static header not available to the browser</a:string><a:string>Other</a:string><a:string>None</a:string><a:string>Not applicable because the request does not change data</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.DF.TMCore.Binary</TypeId><HandleX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">957</HandleX><HandleY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">416</HandleY><PortSource xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SouthWest</PortSource><PortTarget xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SouthEast</PortTarget><SourceGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">d8fb8b09-1f09-4658-a865-8cba8069ef5f</SourceGuid><SourceX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">1145</SourceX><SourceY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">391</SourceY><TargetGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">c2f44e2e-18f9-4f0a-9620-fd613d85f360</TargetGuid><TargetX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">678</TargetX><TargetY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">399</TargetY></a:Value></a:KeyValueOfguidanyType><a:KeyValueOfguidanyType><a:Key>0ef7348c-9dd9-4781-b8c8-f44e13b8066f</a:Key><a:Value z:Id=\"i19\" i:type=\"Connector\"><GenericTypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">GE.DF</GenericTypeId><Guid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">0ef7348c-9dd9-4781-b8c8-f44e13b8066f</Guid><Properties xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\"><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Binary</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Name</b:DisplayName><b:Name/><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">4) Calculator returns the cooked User Activity back to&#xD;\nthe Recall app via its snapshot request.</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Dataflow Order</b:DisplayName><b:Name>15ccd509-98eb-49ad-b9c2-b4a2926d1780</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">0</b:Value></a:anyType><a:anyType i:type=\"b:BooleanDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Out Of Scope</b:DisplayName><b:Name>71f3d9aa-b8ef-4e54-8126-607a1d903103</b:Name><b:Value i:type=\"c:boolean\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:Value></a:anyType><a:anyType i:type=\"b:StringDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Reason For Out Of Scope</b:DisplayName><b:Name>752473b6-52d4-4776-9a24-202153f7d579</b:Name><b:Value i:type=\"c:string\" xmlns:c=\"http://www.w3.org/2001/XMLSchema\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Configurable Attributes</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:HeaderDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>As Generic Data Flow</b:DisplayName><b:Name/><b:Value i:nil=\"true\"/></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Physical Network</b:DisplayName><b:Name>channel</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>Wire</a:string><a:string>Wi-Fi</a:string><a:string>Bluetooth</a:string><a:string>2G-4G</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Source Authenticated</b:DisplayName><b:Name>authenticatesSource</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Destination Authenticated</b:DisplayName><b:Name>authenticatesDestination</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Confidentiality</b:DisplayName><b:Name>providesConfidentiality</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Provides Integrity</b:DisplayName><b:Name>providesIntegrity</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Transmits XML</b:DisplayName><b:Name>XMLenc</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Contains Cookies</b:DisplayName><b:Name>Cookies</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Yes</a:string><a:string>No</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>SOAP Payload</b:DisplayName><b:Name>SOAP</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>REST Payload</b:DisplayName><b:Name>REST</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>RSS Payload</b:DisplayName><b:Name>RSS</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>JSON Payload</b:DisplayName><b:Name>JSON</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>No</a:string><a:string>Yes</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType><a:anyType i:type=\"b:ListDisplayAttribute\" xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:DisplayName>Forgery Protection</b:DisplayName><b:Name>54851a3b-65da-4902-b4e0-94ef015be735</b:Name><b:Value i:type=\"a:ArrayOfstring\"><a:string>Not Selected</a:string><a:string>ValidateAntiForgeryTokenAttribute</a:string><a:string>ViewStateUserKey</a:string><a:string>Nonce</a:string><a:string>Other dynamic canary</a:string><a:string>Static header not available to the browser</a:string><a:string>Other</a:string><a:string>None</a:string><a:string>Not applicable because the request does not change data</a:string></b:Value><b:SelectedIndex>0</b:SelectedIndex></a:anyType></Properties><TypeId xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SE.DF.TMCore.Binary</TypeId><HandleX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">364</HandleX><HandleY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">305</HandleY><PortSource xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">SouthWest</PortSource><PortTarget xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">South</PortTarget><SourceGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">c2f44e2e-18f9-4f0a-9620-fd613d85f360</SourceGuid><SourceX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">587</SourceX><SourceY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">399</SourceY><TargetGuid xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">8ce2142b-8646-4daf-afdf-6c6867d68489</TargetGuid><TargetX xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">144</TargetX><TargetY xmlns=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Model.Abstracts\">119</TargetY></a:Value></a:KeyValueOfguidanyType></Lines><Zoom>1</Zoom></DrawingSurfaceModel></DrawingSurfaceList><MetaInformation><Assumptions/><Contributors/><ExternalDependencies/><HighLevelSystemDescription/><Owner/><Reviewer/><ThreatModelName/></MetaInformation><Notes/><ThreatInstances xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>E774f11287-6ca1-4e2d-a6eb-d0b1b49c685177b3182a-0ea6-4be1-b696-921aa98477ec87092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>d3f963ff-0a03-476e-ad6a-20239a956929</b:DrawingSurfaceGuid><b:FlowGuid>77b3182a-0ea6-4be1-b696-921aa98477ec</b:FlowGuid><b:Id>19</b:Id><b:InteractionKey>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851:77b3182a-0ea6-4be1-b696-921aa98477ec:87092820-fe38-4bf8-a928-e8a471acc7b0</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Elevation by Changing the Execution Flow in Calculator App - UWP Application (Dotnet Native)</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Elevation Of Privilege</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>An attacker may pass data into Calculator App - UWP Application (Dotnet Native) in order to change the flow of program execution within Calculator App - UWP Application (Dotnet Native) to the attacker's choosing.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>87092820-fe38-4bf8-a928-e8a471acc7b0</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>E7</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>E674f11287-6ca1-4e2d-a6eb-d0b1b49c685177b3182a-0ea6-4be1-b696-921aa98477ec87092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>d3f963ff-0a03-476e-ad6a-20239a956929</b:DrawingSurfaceGuid><b:FlowGuid>77b3182a-0ea6-4be1-b696-921aa98477ec</b:FlowGuid><b:Id>18</b:Id><b:InteractionKey>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851:77b3182a-0ea6-4be1-b696-921aa98477ec:87092820-fe38-4bf8-a928-e8a471acc7b0</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Calculator App - UWP Application (Dotnet Native) May be Subject to Elevation of Privilege Using Remote Code Execution</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Elevation Of Privilege</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Generic External Interactor may be able to remotely execute code for Calculator App - UWP Application (Dotnet Native).</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>87092820-fe38-4bf8-a928-e8a471acc7b0</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>E6</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>E574f11287-6ca1-4e2d-a6eb-d0b1b49c685177b3182a-0ea6-4be1-b696-921aa98477ec87092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>d3f963ff-0a03-476e-ad6a-20239a956929</b:DrawingSurfaceGuid><b:FlowGuid>77b3182a-0ea6-4be1-b696-921aa98477ec</b:FlowGuid><b:Id>17</b:Id><b:InteractionKey>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851:77b3182a-0ea6-4be1-b696-921aa98477ec:87092820-fe38-4bf8-a928-e8a471acc7b0</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Elevation Using Impersonation</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Elevation Of Privilege</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Calculator App - UWP Application (Dotnet Native) may be able to impersonate the context of Generic External Interactor in order to gain additional privilege.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>87092820-fe38-4bf8-a928-e8a471acc7b0</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>E5</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>D474f11287-6ca1-4e2d-a6eb-d0b1b49c685177b3182a-0ea6-4be1-b696-921aa98477ec87092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>d3f963ff-0a03-476e-ad6a-20239a956929</b:DrawingSurfaceGuid><b:FlowGuid>77b3182a-0ea6-4be1-b696-921aa98477ec</b:FlowGuid><b:Id>16</b:Id><b:InteractionKey>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851:77b3182a-0ea6-4be1-b696-921aa98477ec:87092820-fe38-4bf8-a928-e8a471acc7b0</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Data Flow 1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI. Is Potentially Interrupted</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Denial Of Service</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Denial of Service happens when the process or a datastore is not able to service incoming requests or perform up to spec.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>An external agent interrupts data flowing across a trust boundary in either direction.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>87092820-fe38-4bf8-a928-e8a471acc7b0</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>D4</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>D374f11287-6ca1-4e2d-a6eb-d0b1b49c685177b3182a-0ea6-4be1-b696-921aa98477ec87092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>d3f963ff-0a03-476e-ad6a-20239a956929</b:DrawingSurfaceGuid><b:FlowGuid>77b3182a-0ea6-4be1-b696-921aa98477ec</b:FlowGuid><b:Id>15</b:Id><b:InteractionKey>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851:77b3182a-0ea6-4be1-b696-921aa98477ec:87092820-fe38-4bf8-a928-e8a471acc7b0</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Potential Process Crash or Stop for Calculator App - UWP Application (Dotnet Native)</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Denial Of Service</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Denial of Service happens when the process or a datastore is not able to service incoming requests or perform up to spec.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Calculator App - UWP Application (Dotnet Native) crashes, halts, stops or runs slowly; in all cases violating an availability metric.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>87092820-fe38-4bf8-a928-e8a471acc7b0</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>D3</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>I674f11287-6ca1-4e2d-a6eb-d0b1b49c685177b3182a-0ea6-4be1-b696-921aa98477ec87092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>d3f963ff-0a03-476e-ad6a-20239a956929</b:DrawingSurfaceGuid><b:FlowGuid>77b3182a-0ea6-4be1-b696-921aa98477ec</b:FlowGuid><b:Id>14</b:Id><b:InteractionKey>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851:77b3182a-0ea6-4be1-b696-921aa98477ec:87092820-fe38-4bf8-a928-e8a471acc7b0</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Data Flow Sniffing</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Information Disclosure</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Information disclosure happens when the information can be read by an unauthorized party.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Data flowing across 1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI. may be sniffed by an attacker. Depending on what type of data an attacker can read, it may be used to attack other parts of the system or simply be a disclosure of information leading to compliance violations. Consider encrypting the data flow.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>87092820-fe38-4bf8-a928-e8a471acc7b0</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>I6</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>R674f11287-6ca1-4e2d-a6eb-d0b1b49c685177b3182a-0ea6-4be1-b696-921aa98477ec87092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>d3f963ff-0a03-476e-ad6a-20239a956929</b:DrawingSurfaceGuid><b:FlowGuid>77b3182a-0ea6-4be1-b696-921aa98477ec</b:FlowGuid><b:Id>13</b:Id><b:InteractionKey>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851:77b3182a-0ea6-4be1-b696-921aa98477ec:87092820-fe38-4bf8-a928-e8a471acc7b0</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Potential Data Repudiation by Calculator App - UWP Application (Dotnet Native)</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Repudiation</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Repudiation threats involve an adversary denying that something happened.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Calculator App - UWP Application (Dotnet Native) claims that it did not receive data from a source outside the trust boundary. Consider using logging or auditing to record the source, time, and summary of the received data.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>87092820-fe38-4bf8-a928-e8a471acc7b0</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>R6</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>T174f11287-6ca1-4e2d-a6eb-d0b1b49c685177b3182a-0ea6-4be1-b696-921aa98477ec87092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>d3f963ff-0a03-476e-ad6a-20239a956929</b:DrawingSurfaceGuid><b:FlowGuid>77b3182a-0ea6-4be1-b696-921aa98477ec</b:FlowGuid><b:Id>12</b:Id><b:InteractionKey>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851:77b3182a-0ea6-4be1-b696-921aa98477ec:87092820-fe38-4bf8-a928-e8a471acc7b0</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Potential Lack of Input Validation for Calculator App - UWP Application (Dotnet Native)</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Tampering</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Data flowing across 1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI. may be tampered with by an attacker. This may lead to a denial of service attack against Calculator App - UWP Application (Dotnet Native) or an elevation of privilege attack against Calculator App - UWP Application (Dotnet Native) or an information disclosure by Calculator App - UWP Application (Dotnet Native). Failure to verify that input is as expected is a root cause of a very large number of exploitable issues. Consider all paths and the way they handle data. Verify that all input is verified for correctness using an approved list input validation approach.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>87092820-fe38-4bf8-a928-e8a471acc7b0</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>T1</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>S374f11287-6ca1-4e2d-a6eb-d0b1b49c685177b3182a-0ea6-4be1-b696-921aa98477ec87092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>d3f963ff-0a03-476e-ad6a-20239a956929</b:DrawingSurfaceGuid><b:FlowGuid>77b3182a-0ea6-4be1-b696-921aa98477ec</b:FlowGuid><b:Id>21</b:Id><b:InteractionKey>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851:77b3182a-0ea6-4be1-b696-921aa98477ec:87092820-fe38-4bf8-a928-e8a471acc7b0</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Spoofing the Generic External Interactor External Entity</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Spoofing</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Generic External Interactor may be spoofed by an attacker and this may lead to unauthorized access to Calculator App - UWP Application (Dotnet Native). Consider using a standard authentication mechanism to identify the external entity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>87092820-fe38-4bf8-a928-e8a471acc7b0</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>S3</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>S274f11287-6ca1-4e2d-a6eb-d0b1b49c685177b3182a-0ea6-4be1-b696-921aa98477ec87092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>d3f963ff-0a03-476e-ad6a-20239a956929</b:DrawingSurfaceGuid><b:FlowGuid>77b3182a-0ea6-4be1-b696-921aa98477ec</b:FlowGuid><b:Id>10</b:Id><b:InteractionKey>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851:77b3182a-0ea6-4be1-b696-921aa98477ec:87092820-fe38-4bf8-a928-e8a471acc7b0</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Spoofing the Calculator App - UWP Application (Dotnet Native) Process</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Spoofing</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Calculator App - UWP Application (Dotnet Native) may be spoofed by an attacker and this may lead to information disclosure by Generic External Interactor. Consider using a standard authentication mechanism to identify the destination process.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) User/Program launches Calculator via URI activation. Calculator verifies and parses out an activity ID from the input URI.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>74f11287-6ca1-4e2d-a6eb-d0b1b49c6851</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>87092820-fe38-4bf8-a928-e8a471acc7b0</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>S2</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>E58ce2142b-8646-4daf-afdf-6c6867d684893777792c-2421-448c-85b1-49fbf31d23d5c2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>3777792c-2421-448c-85b1-49fbf31d23d5</b:FlowGuid><b:Id>39</b:Id><b:InteractionKey>8ce2142b-8646-4daf-afdf-6c6867d68489:3777792c-2421-448c-85b1-49fbf31d23d5:c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Elevation Using Impersonation</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Elevation Of Privilege</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Calculator App - UWP Application (Dotnet Native) may be able to impersonate the context of Recall App in order to gain additional privilege.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>E5</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>S364fd5280-0f1c-4410-b6b5-75781fe344d42e73a97d-8ce5-4f8c-b2c6-bfb17c9d7e1387092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>d3f963ff-0a03-476e-ad6a-20239a956929</b:DrawingSurfaceGuid><b:FlowGuid>2e73a97d-8ce5-4f8c-b2c6-bfb17c9d7e13</b:FlowGuid><b:Id>23</b:Id><b:InteractionKey>64fd5280-0f1c-4410-b6b5-75781fe344d4:2e73a97d-8ce5-4f8c-b2c6-bfb17c9d7e13:87092820-fe38-4bf8-a928-e8a471acc7b0</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Spoofing the Windows RT Runtime (User Activity) External Entity</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Spoofing</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Windows RT Runtime (User Activity) may be spoofed by an attacker and this may lead to unauthorized access to Calculator App - UWP Application (Dotnet Native). Consider using a standard authentication mechanism to identify the external entity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>3) Calculator verifies the User Activity and then restore its state from the data saved in the User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>64fd5280-0f1c-4410-b6b5-75781fe344d4</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>87092820-fe38-4bf8-a928-e8a471acc7b0</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>S3</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>D48ce2142b-8646-4daf-afdf-6c6867d684893777792c-2421-448c-85b1-49fbf31d23d5c2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>3777792c-2421-448c-85b1-49fbf31d23d5</b:FlowGuid><b:Id>38</b:Id><b:InteractionKey>8ce2142b-8646-4daf-afdf-6c6867d68489:3777792c-2421-448c-85b1-49fbf31d23d5:c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Data Flow 1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity. Is Potentially Interrupted</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Denial Of Service</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Denial of Service happens when the process or a datastore is not able to service incoming requests or perform up to spec.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>An external agent interrupts data flowing across a trust boundary in either direction.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>D4</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>D38ce2142b-8646-4daf-afdf-6c6867d684893777792c-2421-448c-85b1-49fbf31d23d5c2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>3777792c-2421-448c-85b1-49fbf31d23d5</b:FlowGuid><b:Id>37</b:Id><b:InteractionKey>8ce2142b-8646-4daf-afdf-6c6867d68489:3777792c-2421-448c-85b1-49fbf31d23d5:c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Potential Process Crash or Stop for Calculator App - UWP Application (Dotnet Native)</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Denial Of Service</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Denial of Service happens when the process or a datastore is not able to service incoming requests or perform up to spec.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Calculator App - UWP Application (Dotnet Native) crashes, halts, stops or runs slowly; in all cases violating an availability metric.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>D3</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>I68ce2142b-8646-4daf-afdf-6c6867d684893777792c-2421-448c-85b1-49fbf31d23d5c2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>3777792c-2421-448c-85b1-49fbf31d23d5</b:FlowGuid><b:Id>36</b:Id><b:InteractionKey>8ce2142b-8646-4daf-afdf-6c6867d68489:3777792c-2421-448c-85b1-49fbf31d23d5:c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Data Flow Sniffing</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Information Disclosure</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Information disclosure happens when the information can be read by an unauthorized party.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Data flowing across 1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity. may be sniffed by an attacker. Depending on what type of data an attacker can read, it may be used to attack other parts of the system or simply be a disclosure of information leading to compliance violations. Consider encrypting the data flow.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>I6</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>R68ce2142b-8646-4daf-afdf-6c6867d684893777792c-2421-448c-85b1-49fbf31d23d5c2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>3777792c-2421-448c-85b1-49fbf31d23d5</b:FlowGuid><b:Id>35</b:Id><b:InteractionKey>8ce2142b-8646-4daf-afdf-6c6867d68489:3777792c-2421-448c-85b1-49fbf31d23d5:c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Potential Data Repudiation by Calculator App - UWP Application (Dotnet Native)</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Repudiation</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Repudiation threats involve an adversary denying that something happened.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Calculator App - UWP Application (Dotnet Native) claims that it did not receive data from a source outside the trust boundary. Consider using logging or auditing to record the source, time, and summary of the received data.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>R6</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>T18ce2142b-8646-4daf-afdf-6c6867d684893777792c-2421-448c-85b1-49fbf31d23d5c2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>3777792c-2421-448c-85b1-49fbf31d23d5</b:FlowGuid><b:Id>34</b:Id><b:InteractionKey>8ce2142b-8646-4daf-afdf-6c6867d68489:3777792c-2421-448c-85b1-49fbf31d23d5:c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Potential Lack of Input Validation for Calculator App - UWP Application (Dotnet Native)</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Tampering</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Data flowing across 1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity. may be tampered with by an attacker. This may lead to a denial of service attack against Calculator App - UWP Application (Dotnet Native) or an elevation of privilege attack against Calculator App - UWP Application (Dotnet Native) or an information disclosure by Calculator App - UWP Application (Dotnet Native). Failure to verify that input is as expected is a root cause of a very large number of exploitable issues. Consider all paths and the way they handle data. Verify that all input is verified for correctness using an approved list input validation approach.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>T1</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>E564fd5280-0f1c-4410-b6b5-75781fe344d42e73a97d-8ce5-4f8c-b2c6-bfb17c9d7e1387092820-fe38-4bf8-a928-e8a471acc7b0</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>d3f963ff-0a03-476e-ad6a-20239a956929</b:DrawingSurfaceGuid><b:FlowGuid>2e73a97d-8ce5-4f8c-b2c6-bfb17c9d7e13</b:FlowGuid><b:Id>29</b:Id><b:InteractionKey>64fd5280-0f1c-4410-b6b5-75781fe344d4:2e73a97d-8ce5-4f8c-b2c6-bfb17c9d7e13:87092820-fe38-4bf8-a928-e8a471acc7b0</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Elevation Using Impersonation</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Elevation Of Privilege</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Calculator App - UWP Application (Dotnet Native) may be able to impersonate the context of Windows RT Runtime (User Activity) in order to gain additional privilege.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>3) Calculator verifies the User Activity and then restore its state from the data saved in the User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>64fd5280-0f1c-4410-b6b5-75781fe344d4</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>87092820-fe38-4bf8-a928-e8a471acc7b0</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>E5</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>S38ce2142b-8646-4daf-afdf-6c6867d684893777792c-2421-448c-85b1-49fbf31d23d5c2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>3777792c-2421-448c-85b1-49fbf31d23d5</b:FlowGuid><b:Id>33</b:Id><b:InteractionKey>8ce2142b-8646-4daf-afdf-6c6867d68489:3777792c-2421-448c-85b1-49fbf31d23d5:c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Spoofing the Recall App External Entity</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Spoofing</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Recall App may be spoofed by an attacker and this may lead to unauthorized access to Calculator App - UWP Application (Dotnet Native). Consider using a standard authentication mechanism to identify the external entity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>S3</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>S28ce2142b-8646-4daf-afdf-6c6867d684893777792c-2421-448c-85b1-49fbf31d23d5c2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>3777792c-2421-448c-85b1-49fbf31d23d5</b:FlowGuid><b:Id>32</b:Id><b:InteractionKey>8ce2142b-8646-4daf-afdf-6c6867d68489:3777792c-2421-448c-85b1-49fbf31d23d5:c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Spoofing the Calculator App - UWP Application (Dotnet Native) Process</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Spoofing</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Calculator App - UWP Application (Dotnet Native) may be spoofed by an attacker and this may lead to information disclosure by Recall App. Consider using a standard authentication mechanism to identify the destination process.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>S2</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>E68ce2142b-8646-4daf-afdf-6c6867d684893777792c-2421-448c-85b1-49fbf31d23d5c2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>3777792c-2421-448c-85b1-49fbf31d23d5</b:FlowGuid><b:Id>40</b:Id><b:InteractionKey>8ce2142b-8646-4daf-afdf-6c6867d68489:3777792c-2421-448c-85b1-49fbf31d23d5:c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Calculator App - UWP Application (Dotnet Native) May be Subject to Elevation of Privilege Using Remote Code Execution</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Elevation Of Privilege</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Recall App may be able to remotely execute code for Calculator App - UWP Application (Dotnet Native).</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>E6</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>E78ce2142b-8646-4daf-afdf-6c6867d684893777792c-2421-448c-85b1-49fbf31d23d5c2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>3777792c-2421-448c-85b1-49fbf31d23d5</b:FlowGuid><b:Id>41</b:Id><b:InteractionKey>8ce2142b-8646-4daf-afdf-6c6867d68489:3777792c-2421-448c-85b1-49fbf31d23d5:c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Elevation by Changing the Execution Flow in Calculator App - UWP Application (Dotnet Native)</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Elevation Of Privilege</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>An attacker may pass data into Calculator App - UWP Application (Dotnet Native) in order to change the flow of program execution within Calculator App - UWP Application (Dotnet Native) to the attacker's choosing.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>1) Recall app initiates a request to Calculator asking for taking a snapshot and storing it into a User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>E7</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>S3d8fb8b09-1f09-4658-a865-8cba8069ef5f46755abb-a146-4c93-8874-0a78670a9badc2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>46755abb-a146-4c93-8874-0a78670a9bad</b:FlowGuid><b:Id>42</b:Id><b:InteractionKey>d8fb8b09-1f09-4658-a865-8cba8069ef5f:46755abb-a146-4c93-8874-0a78670a9bad:c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Spoofing the Windows RT Runtime (User Activity) External Entity</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Spoofing</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Windows RT Runtime (User Activity) may be spoofed by an attacker and this may lead to unauthorized access to Calculator App - UWP Application (Dotnet Native). Consider using a standard authentication mechanism to identify the external entity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>3) Calculator stores its serialized current state into the User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>d8fb8b09-1f09-4658-a865-8cba8069ef5f</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>S3</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>E5d8fb8b09-1f09-4658-a865-8cba8069ef5f46755abb-a146-4c93-8874-0a78670a9badc2f44e2e-18f9-4f0a-9620-fd613d85f360</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>46755abb-a146-4c93-8874-0a78670a9bad</b:FlowGuid><b:Id>43</b:Id><b:InteractionKey>d8fb8b09-1f09-4658-a865-8cba8069ef5f:46755abb-a146-4c93-8874-0a78670a9bad:c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Elevation Using Impersonation</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Elevation Of Privilege</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Calculator App - UWP Application (Dotnet Native) may be able to impersonate the context of Windows RT Runtime (User Activity) in order to gain additional privilege.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>3) Calculator stores its serialized current state into the User Activity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>d8fb8b09-1f09-4658-a865-8cba8069ef5f</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>E5</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>S8c2f44e2e-18f9-4f0a-9620-fd613d85f3600ef7348c-9dd9-4781-b8c8-f44e13b8066f8ce2142b-8646-4daf-afdf-6c6867d68489</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>0ef7348c-9dd9-4781-b8c8-f44e13b8066f</b:FlowGuid><b:Id>44</b:Id><b:InteractionKey>c2f44e2e-18f9-4f0a-9620-fd613d85f360:0ef7348c-9dd9-4781-b8c8-f44e13b8066f:8ce2142b-8646-4daf-afdf-6c6867d68489</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Spoofing of the Recall App External Destination Entity</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Spoofing</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Recall App may be spoofed by an attacker and this may lead to data being sent to the attacker's target instead of Recall App. Consider using a standard authentication mechanism to identify the external entity.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>4) Calculator returns the cooked User Activity back to the Recall app via its snapshot request.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>S8</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>R7c2f44e2e-18f9-4f0a-9620-fd613d85f3600ef7348c-9dd9-4781-b8c8-f44e13b8066f8ce2142b-8646-4daf-afdf-6c6867d68489</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>0ef7348c-9dd9-4781-b8c8-f44e13b8066f</b:FlowGuid><b:Id>45</b:Id><b:InteractionKey>c2f44e2e-18f9-4f0a-9620-fd613d85f360:0ef7348c-9dd9-4781-b8c8-f44e13b8066f:8ce2142b-8646-4daf-afdf-6c6867d68489</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>External Entity Recall App Potentially Denies Receiving Data</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Repudiation</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Repudiation threats involve an adversary denying that something happened.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>Recall App claims that it did not receive data from a process on the other side of the trust boundary. Consider using logging or auditing to record the source, time, and summary of the received data.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>4) Calculator returns the cooked User Activity back to the Recall app via its snapshot request.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>R7</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB><a:KeyValueOfstringThreatpc_P0_PhOB><a:Key>D4c2f44e2e-18f9-4f0a-9620-fd613d85f3600ef7348c-9dd9-4781-b8c8-f44e13b8066f8ce2142b-8646-4daf-afdf-6c6867d68489</a:Key><a:Value xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"><b:ChangedBy i:nil=\"true\"/><b:DrawingSurfaceGuid>95b5de49-2481-4962-86f8-f44ca0ffa799</b:DrawingSurfaceGuid><b:FlowGuid>0ef7348c-9dd9-4781-b8c8-f44e13b8066f</b:FlowGuid><b:Id>46</b:Id><b:InteractionKey>c2f44e2e-18f9-4f0a-9620-fd613d85f360:0ef7348c-9dd9-4781-b8c8-f44e13b8066f:8ce2142b-8646-4daf-afdf-6c6867d68489</b:InteractionKey><b:InteractionString i:nil=\"true\"/><b:ModifiedAt>0001-01-01T00:00:00</b:ModifiedAt><b:Priority>High</b:Priority><b:Properties><a:KeyValueOfstringstring><a:Key>Title</a:Key><a:Value>Data Flow 4) Calculator returns the cooked User Activity back to the Recall app via its snapshot request. Is Potentially Interrupted</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatCategory</a:Key><a:Value>Denial Of Service</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatShortDescription</a:Key><a:Value>Denial of Service happens when the process or a datastore is not able to service incoming requests or perform up to spec.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>UserThreatDescription</a:Key><a:Value>An external agent interrupts data flowing across a trust boundary in either direction.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>InteractionString</a:Key><a:Value>4) Calculator returns the cooked User Activity back to the Recall app via its snapshot request.</a:Value></a:KeyValueOfstringstring><a:KeyValueOfstringstring><a:Key>Priority</a:Key><a:Value>High</a:Value></a:KeyValueOfstringstring></b:Properties><b:SourceGuid>c2f44e2e-18f9-4f0a-9620-fd613d85f360</b:SourceGuid><b:State>AutoGenerated</b:State><b:StateInformation i:nil=\"true\"/><b:TargetGuid>8ce2142b-8646-4daf-afdf-6c6867d68489</b:TargetGuid><b:Title i:nil=\"true\"/><b:TypeId>D4</b:TypeId><b:Upgraded>false</b:Upgraded><b:UserThreatCategory i:nil=\"true\"/><b:UserThreatDescription i:nil=\"true\"/><b:UserThreatShortDescription i:nil=\"true\"/><b:Wide>false</b:Wide></a:Value></a:KeyValueOfstringThreatpc_P0_PhOB></ThreatInstances><ThreatGenerationEnabled>true</ThreatGenerationEnabled><Validations xmlns:a=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\"/><Version>4.3</Version><KnowledgeBase z:Id=\"i20\" xmlns:a=\"http://schemas.datacontract.org/2004/07/ThreatModeling.KnowledgeBase\" xmlns:z=\"http://schemas.microsoft.com/2003/10/Serialization/\"><a:GenericElements><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Managed</b:Value><b:Value>Unmanaged</b:Value></a:AttributeValues><a:DisplayName>Code Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>codeType</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Kernel</b:Value><b:Value>System</b:Value><b:Value>Network Service</b:Value><b:Value>Local Service</b:Value><b:Value>Administrator</b:Value><b:Value>Standard User With Elevation</b:Value><b:Value>Standard User Without Elevation</b:Value><b:Value>Windows Store App</b:Value></a:AttributeValues><a:DisplayName>Running As</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>runningAs</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>AppContainer</b:Value><b:Value>Low Integrity Level</b:Value><b:Value>Microsoft Office Isolated Conversion Environment (MOICE)</b:Value><b:Value>Sandbox</b:Value></a:AttributeValues><a:DisplayName>Isolation Level</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>Isolation</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Any Remote User or Entity</b:Value><b:Value>Kernel, System, or Local Admin</b:Value><b:Value>Local or Network Service</b:Value><b:Value>Local Standard User With Elevation</b:Value><b:Value>Local Standard User Without Elevation</b:Value><b:Value>Windows Store Apps or App Container Processes</b:Value><b:Value>Nothing</b:Value><b:Value>Other</b:Value></a:AttributeValues><a:DisplayName>Accepts Input From</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>acceptsInputFrom</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Implements or Uses an Authentication Mechanism</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>implementsAuthenticationScheme</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Implements or Uses an Authorization Mechanism</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>implementsCustomAuthorizationMechanism</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Implements or Uses a Communication Protocol</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>implementsCommunicationProtocol</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Sanitizes Input</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>hasInputSanitizers</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Sanitizes Output</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>hasOutputSanitizers</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>A representation of a generic process.</a:Description><a:Hidden>false</a:Hidden><a:Id>GE.P</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAARRJREFUOE99ksFmQ0EUhtOHKCGUUi6hhEieoVy6CiGrkG3IA2TVB+hThVLyDN1eSghdZTX5P84fc5u5d/H558z5z5kzc+/gYVb/ZydS6F0+pdTCCcwHUYsvQQPU8Vb0NjgKirog39vgXWA8iZWYhBKzT76zwUZ47KV4ER/iOWL2yeMrNriECUbiM9Y0IXYOX7FBPsFCcPJeUEzMfu8E8CYw/gqKnkKJ2SdvbwsvvgXGLsi3Co0X+X+AUoTy+v4PXgXX+xFDMRa3Bjlr8RfqvbmgqT+rdZ4X9sGD0pRJH0OJR3evmiODaQQnVqE8MtoUC40MhsKz4GTujhJXxUIjg5kKTmTsXKfFQiNDDg/JJBRzBcX14ApRBWL6a6sYxQAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Generic Process</a:Name><a:ParentId>ROOT</a:ParentId><a:Representation>Ellipse</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Applicable</b:Value><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Authenticates Itself</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>authenticatesItself</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Code</b:Value><b:Value>Human</b:Value></a:AttributeValues><a:DisplayName>Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>type</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Microsoft</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>MS</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an external interactor.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>GE.EI</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAALEwAACxMBAJqcGAAAANBJREFUOE9j+P//P1UwVkFyMJhgNPX+jwW/B2J5dA24MJhAMwCOmc19LgJpfnRN2DCYQDeADGxPFYN0I7J8aG+QgGPYHdWglJ0wvkVi0SJWC7/PyGpgGK9B6W2TM4Fy2iDDAkqau4BsJb+ixg5savEaxGTm8wFI64MMA2IpEBsYix+R1cAwwTASdY1MB8mDMLdt0FRsakAYr0FQ74BdAsJAtjpymCFjQoG9Ekjrg7wI86aEe/R6ZDUwTNBrxGLqGwTErhRiQZhBFGOsgqTj/wwAWDijBcYFCvcAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Generic External Interactor</a:Name><a:ParentId>ROOT</a:ParentId><a:Representation>Rectangle</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Stores Credentials</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>storesCredentials</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Stores Log Data</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>storesLogData</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Encrypted</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>Encrypted</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Signed</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>Signed</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Write Access</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>AccessType</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Removable Storage</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>RemoveableStorage</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Backup</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>Backup</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Shared</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>shared</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>SQL Relational Database</b:Value><b:Value>Non Relational Database</b:Value><b:Value>File System</b:Value><b:Value>Registry</b:Value><b:Value>Configuration</b:Value><b:Value>Cache</b:Value><b:Value>HTML5 Storage</b:Value><b:Value>Cookie</b:Value><b:Value>Device</b:Value></a:AttributeValues><a:DisplayName>Store Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>storeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a data store.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>GE.DS</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAIxJREFUOE9j+P//PxwzmnrPB+L/BPB5IOaH6SFVMxgzmflcANJgQ0jWDMMwQ8jSDMMgQ0Au0AZiVzKxBcgFWE0nFoMNcM6smoaPxoZhcpS7AIu/SMLDIQxKJswpxoVhikC2YZMHYVAgCuLCMANcs6vDsMmDMMwL9jDFJGCwHrABuhFZPkgSRGGIHu//AJbS3MIG0q+eAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Generic Data Store</a:Name><a:ParentId>ROOT</a:ParentId><a:Representation>ParallelLines</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Wire</b:Value><b:Value>Wi-Fi</b:Value><b:Value>Bluetooth</b:Value><b:Value>2G-4G</b:Value></a:AttributeValues><a:DisplayName>Physical Network</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>channel</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Source Authenticated</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>authenticatesSource</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Destination Authenticated</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>authenticatesDestination</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Provides Confidentiality</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>providesConfidentiality</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Provides Integrity</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>providesIntegrity</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Transmits XML</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>XMLenc</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Contains Cookies</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>Cookies</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>SOAP Payload</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>SOAP</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>REST Payload</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>REST</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>RSS Payload</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>RSS</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>JSON Payload</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>JSON</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>ValidateAntiForgeryTokenAttribute</b:Value><b:Value>ViewStateUserKey</b:Value><b:Value>Nonce</b:Value><b:Value>Other dynamic canary</b:Value><b:Value>Static header not available to the browser</b:Value><b:Value>Other</b:Value><b:Value>None</b:Value><b:Value>Not applicable because the request does not change data</b:Value></a:AttributeValues><a:DisplayName>Forgery Protection</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>54851a3b-65da-4902-b4e0-94ef015be735</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A unidirectional representation of the flow of data between elements.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>GE.DF</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAEtJREFUOE9j+P//P1bMaOr9Hx2jqwFhDAEYHngDYBiXRhjGKoiMR5IBIIWkYmwGgGh0jFN8OBkA4qBhbGJYxbEagMNQrOIUGuD9HwBIkRfD8QF9EgAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Generic Data Flow</a:Name><a:ParentId>ROOT</a:ParentId><a:Representation>Line</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        An arc representation of a trust boundary.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>GE.TB.L</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABX0lEQVQ4T2NgNPXGh/mhGJscGCNzQArtgVgfxmcy87kAwlA5ZLVwDGOAFQPp/1Dcj8zHZwiY4LUPdgLSMM0YmM8+5JaAY5gRkI3dAJuUUlsgjVUzCM/ZuDPg////vEA2dgNAkqpBKTuBbKwGRNV0iQNpmCZQGMG9AxPk57IJvA6ksRrAYu67EEjLA7E+s7nPReQwAWtGC0CiMMwQkPNZ5H0TtqArIIRBAWueUCgM9gLQEG1QGHDbBr1YuftQDJDvapFYtAhdEwwDY+TO8cvXXUCWw8IAbMjCrXtDgDQHlK8E04CO1YPTVoA0A9nwQIQZAtYMxaBAw2oAFINSLaoBSFgfGEgPgDQ2jWAs5hZVCaSxGwB0Ca+iX9I2IBusGORn3YistTA+q4Xf59KJcy1BarEaAMJAQ8ABixRg6omN/fWgwF26Y38EzLsghfiwNhBbADELlC8KxEpAzAHh/2cAANCSU7ngF2KpAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Generic Trust Line Boundary</a:Name><a:ParentId>ROOT</a:ParentId><a:Representation>LineBoundary</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A border representation of a trust boundary.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>GE.TB.B</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABGSURBVDhPY/hPIWBQ9Ev6z2jqDccPnr0ESxArzoDMAeEDZy+DFRIrDjeAVDCcDIDyyQajgTioAhGEQekdHx+bGIUGeP8HAJ4fIfJijo6MAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Generic Trust Border Boundary</a:Name><a:ParentId>ROOT</a:ParentId><a:Representation>BorderBoundary</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an annotation.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>GE.A</a:Id><a:ImageLocation i:nil=\"true\"/><a:ImageSource i:nil=\"true\"/><a:ImageStream i:nil=\"true\"/><a:Name>Free Text Annotation</a:Name><a:ParentId>ROOT</a:ParentId><a:Representation>Annotation</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType></a:GenericElements><a:Manifest><a:Author>TwC MSEC</a:Author><a:Id>cc62ebae-3748-431e-b1df-f4220dc9003f</a:Id><a:Name>SDL TM Knowledge Base (Core)</a:Name><a:Version>4.1.0.11</a:Version></a:Manifest><a:StandardElements><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A Windows Process.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.OSProcess</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAEFJREFUOE9jYDT1ngnE/8nEM0EG/EETJAV/ABmATYJYTD0DQDQ5eNSAUQNAmDoGgDITugSxGGzAfCAGuYIM7D0HAH9a5DRx46KEAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>OS Process</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A thread of execution in a Windows process.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.Thread</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAEFJREFUOE9jYDT1ngnE/8nEM0EG/EETJAV/ABmATYJYTD0DQDQ5eNSAUQNAmDoGgDITugSxGGzAfCAGuYIM7D0HAH9a5DRx46KEAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Thread</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Unmanaged</b:Value></a:AttributeValues><a:DisplayName>Code Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>codeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A thread of execution in the Windows kernel.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.KernelThread</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAEFJREFUOE9jYDT1ngnE/8nEM0EG/EETJAV/ABmATYJYTD0DQDQ5eNSAUQNAmDoGgDITugSxGGzAfCAGuYIM7D0HAH9a5DRx46KEAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Kernel Thread</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Unmanaged</b:Value></a:AttributeValues><a:DisplayName>Code Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>codeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a Win32 or Win64 application.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.WinApp</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAEFJREFUOE9jYDT1ngnE/8nEM0EG/EETJAV/ABmATYJYTD0DQDQ5eNSAUQNAmDoGgDITugSxGGzAfCAGuYIM7D0HAH9a5DRx46KEAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Native Application</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Managed</b:Value></a:AttributeValues><a:DisplayName>Code Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>codeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a .NET Web application.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.NetApp</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAANFJREFUOE+t09EGAkEUxvF6lG6jqxQR3cbQbURERER0FV31ErEsveI+QNT3X3NYszPsji5+Zsycvjk7o8Fw5gr5ZioI+ASLfVQExDa6+l8AY45kgJO7HGQvD78W1kUD+MFYljLxmE9lJ83aVsBRLsLTnuXpMWftKtQkA+yErR+tA+Z01qxBK+AlJ+E0RuuAeelH9pIBls7lMfbuYCNruQkXx6dgLrwKe9QkA8BJI1mJdcCcEOvCRAPA6dw4nwJeYSFhXR3Anync6KoOeAtdZHDlD8vn/L46Hi6/AAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Managed Application</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Unmanaged</b:Value></a:AttributeValues><a:DisplayName>Code Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>codeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a thick client.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.ThickClient</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAGBJREFUOE/FjdEJwDAIBe1QnaJ7BzpA5nmpH8KjkaC2kI9L5MBTAHzClRnkOK/+gABdF95+EissoL/N/wRMrOAAsyfArhRgSgF2pQBTCrDT59YhQLMlZrqUxZUZXBkHMgDkpHNwRk9QLgAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Thick Client</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Unmanaged</b:Value></a:AttributeValues><a:DisplayName>Code Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>codeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a browser client.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.BrowserClient</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAASBJREFUOE+l0q1LBGEQx/FdMMsVg/H+AG1WmxqMZ1WDWC5dUMQiyImIQVARRTGpRVHwpYigd/iCmLQZBINYD8yG576/Y0Y27AOehs/O7PA8s/PwbBJC+JfcYjuStG/Y9WAML9jAE0ZQRGuNNhBDlm+exDvqKmLP4hXeMIifBv515Xp04Rrb2MIdZiyu4NB0xBos4RZzOMYNplHDPhZwj7JvylJBo+tFi78s37X4iSPLa7EGq9D441jDJkattowJy+e9gaLnenwogcb/tvzAYgMXltdjE1Rwjins4ARli+uYhZqUYhN04gFqoi+/ompRt6Kr1XRpbAIZwjMuVYQf4QyP6EX0P3DdGMApFqEj9KOA1prcCbzbX+UW25Fb/L2QNAG8ROHz0OoHewAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Browser Client</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>ActiveX</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>ActiveX</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Browser Plug-in Object (BHO)</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>BHO</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an browser plugin.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.PlugIn</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAANxJREFUOE+l070OwVAYgGEdDG7BbJUYMPhZJKYmBgYJg9lgwCDhAoTJHXSR2A0MRPxdA4nRDRgYxML7JW3SoI62w5PTnp68+XKSBrSEXsPTI0MCl7dNVyRgvcizG64CafTQte0pA1G0McASKdi//wyUccQaMzxwRgzWGcdAGAdskUEIHciZFZSBLDaYY4wJppAzMokyEMcOezTRQh1VVKAMyLgnXJGEhgL6kLtRBkZo4A7Zv5mrjJ/HXwFZS1hA7mKICKwzwjGQQxEyftDc++Yj4IkEfP9MPn5n3XgBkdQdpG8eZzEAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Browser and ActiveX Plugins</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Managed</b:Value></a:AttributeValues><a:DisplayName>Code Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>codeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an Web Server Process.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.WebServer</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAJ5JREFUOE9j+P//Pxgzmnr/JwejGOCcWTWtZMKcYmIxhgGu2dVhQLYgsRjDAN2ILB8YnxgMNgBEYMH22DSgY5BarAYQ6xKQWjABCjwBx7A7qkEpO8kyAB3T3wDk+Ec2iBiM1QW4DMSW0LC6ADlBIRuALaERDAOLxKJFMBxS3qYHE4dhnAZgE0fC8IQGIlyxYJDzsInDMEgebgAF+D8DAHhvQ2cWCf/0AAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Web Server</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Local</b:Value><b:Value>Web</b:Value></a:AttributeValues><a:DisplayName>Context</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>context</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Documents Library capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>documentsLibrary</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Enterprise Authentication capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>enterprizeAuthentication</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Internet (Client &amp; Server) capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>internetClientServer</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Internet (Client) capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>internetClient</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Location capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>location</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Microphone capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>microphone</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Music Library capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>musicLibrary</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Pictures Library capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>pictureLibrary</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Private Networks (Client &amp; Server) capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>privateNetworkClientServer</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Proximity capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>proximity</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Removable Storage capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>removableStorage</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Shared User Certificates capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>sharedUserCertificates</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Text Messaging capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>sms</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Videos Library capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>videosLibrary</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Selected</b:Value><b:Value>Yes</b:Value><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Webcam capability</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>webcam</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Managed</b:Value></a:AttributeValues><a:DisplayName>Code Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>codeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a Windows Store process.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.Modern</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAARRJREFUOE99ksFmQ0EUhtOHKCGUUi6hhEieoVy6CiGrkG3IA2TVB+hThVLyDN1eSghdZTX5P84fc5u5d/H558z5z5kzc+/gYVb/ZydS6F0+pdTCCcwHUYsvQQPU8Vb0NjgKirog39vgXWA8iZWYhBKzT76zwUZ47KV4ER/iOWL2yeMrNriECUbiM9Y0IXYOX7FBPsFCcPJeUEzMfu8E8CYw/gqKnkKJ2SdvbwsvvgXGLsi3Co0X+X+AUoTy+v4PXgXX+xFDMRa3Bjlr8RfqvbmgqT+rdZ4X9sGD0pRJH0OJR3evmiODaQQnVqE8MtoUC40MhsKz4GTujhJXxUIjg5kKTmTsXKfFQiNDDg/JJBRzBcX14ApRBWL6a6sYxQAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Windows Store Process</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Unmanaged</b:Value></a:AttributeValues><a:DisplayName>Code Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>codeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an network process or service.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.Win32Service</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAANFJREFUOE+t09EGAkEUxvF6lG6jqxQR3cbQbURERER0FV31ErEsveI+QNT3X3NYszPsji5+Zsycvjk7o8Fw5gr5ZioI+ASLfVQExDa6+l8AY45kgJO7HGQvD78W1kUD+MFYljLxmE9lJ83aVsBRLsLTnuXpMWftKtQkA+yErR+tA+Z01qxBK+AlJ+E0RuuAeelH9pIBls7lMfbuYCNruQkXx6dgLrwKe9QkA8BJI1mJdcCcEOvCRAPA6dw4nwJeYSFhXR3Anync6KoOeAtdZHDlD8vn/L46Hi6/AAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Win32 Service</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Unmanaged</b:Value></a:AttributeValues><a:DisplayName>Code Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>codeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        Delivers web content to a human user.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.WebApp</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAANFJREFUOE+t09EGAkEUxvF6lG6jqxQR3cbQbURERER0FV31ErEsveI+QNT3X3NYszPsji5+Zsycvjk7o8Fw5gr5ZioI+ASLfVQExDa6+l8AY45kgJO7HGQvD78W1kUD+MFYljLxmE9lJ83aVsBRLsLTnuXpMWftKtQkA+yErR+tA+Z01qxBK+AlJ+E0RuuAeelH9pIBls7lMfbuYCNruQkXx6dgLrwKe9QkA8BJI1mJdcCcEOvCRAPA6dw4nwJeYSFhXR3Anync6KoOeAtdZHDlD8vn/L46Hi6/AAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Web Application</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Unmanaged</b:Value></a:AttributeValues><a:DisplayName>Code Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>codeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        Exposes a programmatic interface.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.WebSvc</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAANFJREFUOE+t09EGAkEUxvF6lG6jqxQR3cbQbURERER0FV31ErEsveI+QNT3X3NYszPsji5+Zsycvjk7o8Fw5gr5ZioI+ASLfVQExDa6+l8AY45kgJO7HGQvD78W1kUD+MFYljLxmE9lJ83aVsBRLsLTnuXpMWftKtQkA+yErR+tA+Z01qxBK+AlJ+E0RuuAeelH9pIBls7lMfbuYCNruQkXx6dgLrwKe9QkA8BJI1mJdcCcEOvCRAPA6dw4nwJeYSFhXR3Anync6KoOeAtdZHDlD8vn/L46Hi6/AAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Web Service</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A virtual machine running in a Hyper-V partition.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.VM</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAARRJREFUOE99ksFmQ0EUhtOHKCGUUi6hhEieoVy6CiGrkG3IA2TVB+hThVLyDN1eSghdZTX5P84fc5u5d/H558z5z5kzc+/gYVb/ZydS6F0+pdTCCcwHUYsvQQPU8Vb0NjgKirog39vgXWA8iZWYhBKzT76zwUZ47KV4ER/iOWL2yeMrNriECUbiM9Y0IXYOX7FBPsFCcPJeUEzMfu8E8CYw/gqKnkKJ2SdvbwsvvgXGLsi3Co0X+X+AUoTy+v4PXgXX+xFDMRa3Bjlr8RfqvbmgqT+rdZ4X9sGD0pRJH0OJR3evmiODaQQnVqE8MtoUC40MhsKz4GTujhJXxUIjg5kKTmTsXKfFQiNDDg/JJBRzBcX14ApRBWL6a6sYxQAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Virtual Machine</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        Microsoft applications running on operating systems from Google or Apple.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.P.TMCore.NonMS</a:Id><a:ImageLocation>Centered on stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAARRJREFUOE99ksFmQ0EUhtOHKCGUUi6hhEieoVy6CiGrkG3IA2TVB+hThVLyDN1eSghdZTX5P84fc5u5d/H558z5z5kzc+/gYVb/ZydS6F0+pdTCCcwHUYsvQQPU8Vb0NjgKirog39vgXWA8iZWYhBKzT76zwUZ47KV4ER/iOWL2yeMrNriECUbiM9Y0IXYOX7FBPsFCcPJeUEzMfu8E8CYw/gqKnkKJ2SdvbwsvvgXGLsi3Co0X+X+AUoTy+v4PXgXX+xFDMRa3Bjlr8RfqvbmgqT+rdZ4X9sGD0pRJH0OJR3evmiODaQQnVqE8MtoUC40MhsKz4GTujhJXxUIjg5kKTmTsXKfFQiNDDg/JJBRzBcX14ApRBWL6a6sYxQAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Applications Running on a non Microsoft OS</a:Name><a:ParentId>GE.P</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Code</b:Value></a:AttributeValues><a:DisplayName>Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>type</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an external Web browser.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.EI.TMCore.Browser</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAMRJREFUOE9j+P//PwOjqfd/NGwPEkfH2NSBJUomzCmGCTpnVk1rmbdCHl0zLnVgCZggDPPaBzuha8alDquEbkSWD5C+jyYuj8YHq8NnAIqYuFu0K7oY2AAgA90mkjCG7aRinAaAQhkbGx3jNMA1uzoMGD6uUCyHTQ0I4zQAFECgAIZhbGpAeJAYYJFYtAiUTEE4sbG/HiSGzQBs6hi4bYNegBjoOKS8TQ/ZAFzqQJI2QAwLbWTMAcRwA4AYqzpkBWTg/wwA3lTsAWB+hJkAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Browser</a:Name><a:ParentId>GE.EI</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an external authorization provider.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.EI.TMCore.AuthProvider</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAATpJREFUOE9j+P//PwZmNPWuB+L7QPwfit8D8Xwg5kdXi8IBYajC/0YxeXNLJswpBmG/osYOFnPfT0xmPhfQDUHXHA/SDNIE5CsBsSAUS529fseH1cLvM9CghSC1MIxiALuV/xXVoJSdQDZIE4ocELOAXAKyANkVKIpAkuGVHfHIYsh47sZd6iA1vPbBTjAxFAUgSd2ILB9kMWRsnlAojK4GRYGAY9gdLpvApchiyJjTOjAJZEDLvBXyMDEUBW45NU0gBUCM4Q2gmD6zuc9HaBixwMRRFAGxFEgB1BCU6AJG4Qd+h9DbO0+cM0cWhzOQsDbIAJBzYWJAvjxILLSirQzIh9sOwnAGMoa6AAObxhX4o6tF4SBhVxwYI32gcJAxFhfYY1OHIYCECdoOwhgCyJiQ7SCMVZB4/J8BAHcPi99NNItPAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Authorization Provider</a:Name><a:ParentId>GE.EI</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Code</b:Value></a:AttributeValues><a:DisplayName>Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>type</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an external Web application (portal, front ed, etc.).\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.EI.TMCore.WebApp</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAIBJREFUOE9j+P//PwOjqXc8EP8nEc8H6QUbwGzu8xGLAmKwPswFYAHnzKppJRPmFBPCMPUqgSmeKAa4ZleHAfmChDBMvW5Elg+KASABEJ8QHjVg1AAQxmkAqRhuAKuF32dsCmB5A5scCNuklNqCDfArauzApgAfVg1K2fn//39eAIdsIEry0cBoAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>External Web Application</a:Name><a:ParentId>GE.EI</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Code</b:Value></a:AttributeValues><a:DisplayName>Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>type</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an external Web service.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.EI.TMCore.WebSvc</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAJ5JREFUOE9j+P//Pxgzmnr/JwejGOCcWTWtZMKcYmIxhgGu2dVhQLYgsRjDAN2ILB8YnxgMNgBEYMH22DSgY5BarAYQ6xKQWjABCjwBx7A7qkEpO8kyAB3T3wDk+Ec2iBiM1QW4DMSW0LC6ADlBIRuALaERDAOLxKJFMBxS3qYHE4dhnAZgE0fC8IQGIlyxYJDzsInDMEgebgAF+D8DAHhvQ2cWCf/0AAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>External Web Service</a:Name><a:ParentId>GE.EI</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Human</b:Value></a:AttributeValues><a:DisplayName>Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>type</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a user.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.EI.TMCore.User</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAQNJREFUOE9j+P//PwZmNPXWB+L7QPwfiveDxLCpxRAAKuRnMvP5gKQZjJnNfS6iqwVhDAFe+2AndM1IGMMVKBwQ1o3I8sGiEYyL+mdLo6tH4YAwl03gUmyaQZjN0r8QXT0KB4SFnSP2YNMMwsoByQ3o6lE4ILzvzEVrVgu/z+iaBRzD7izbcUAbXT0KB4pZlPyTtqMb4JZT0wSSQ1OL1QCG8MqOeHQDgEAKWQ0MYwgAFfMDo3IaugFAHI+uFoThDKACUOqbD8TvoRqwYVDqrAdiebgBQA5IIyipYtOAD4Ms42cAJVE0CaIxi7nvQpALsEoSg/kdQk9RZICgU9gZCg0IOwMAqzT/oq6scnwAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Human User</a:Name><a:ParentId>GE.EI</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A large service that has only one instance on the Internet, for example, Outlook.com and Xbox Live.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.EI.TMCore.Megasevrice</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAALBJREFUOE+l0rEJwmAQBeBfBEFwAAcQBHsLwQ1srRwgrUu4gZO4gQNYWQmpbG0d4HwvmHD+eZocFh8JL3eP5CfJzP4iw4g0WG66LKCAlcsarcCZwhnMucEMmjm/UJvDEPLl2hX4vJr3ixO4AIee7+s3a2gVbEENK3v4KNgBX00NKzwL7lQFPGE11EfBgnsWRpQs6DqwXx4sOGVhxJEFY95A5FNKOMBI/t8RMoyQYX+WXnB1v3lL8LpjAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Megaservice</a:Name><a:ParentId>GE.EI</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Applicable</b:Value></a:AttributeValues><a:DisplayName>Authenticates Itself</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>authenticatesItself</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Code</b:Value></a:AttributeValues><a:DisplayName>Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>type</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        Represents the point where an application calls into an unmanaged runtime library such as the CRT.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.EI.TMCore.CRT</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAALEwAACxMBAJqcGAAAANBJREFUOE9j+P//P1UwVkFyMJhgNPX+jwW/B2J5dA24MJhAMwCOmc19LgJpfnRN2DCYQDeADGxPFYN0I7J8aG+QgGPYHdWglJ0wvkVi0SJWC7/PyGpgGK9B6W2TM4Fy2iDDAkqau4BsJb+ixg5savEaxGTm8wFI64MMA2IpEBsYix+R1cAwwTASdY1MB8mDMLdt0FRsakAYr0FQ74BdAsJAtjpymCFjQoG9Ekjrg7wI86aEe/R6ZDUwTNBrxGLqGwTErhRiQZhBFGOsgqTj/wwAWDijBcYFCvcAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Windows Runtime</a:Name><a:ParentId>GE.EI</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Applicable</b:Value></a:AttributeValues><a:DisplayName>Authenticates Itself</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>authenticatesItself</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Code</b:Value></a:AttributeValues><a:DisplayName>Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>type</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        Represents the point where an application calls into the .NET Framework.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.EI.TMCore.NFX</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAALEwAACxMBAJqcGAAAANBJREFUOE9j+P//P1UwVkFyMJhgNPX+jwW/B2J5dA24MJhAMwCOmc19LgJpfnRN2DCYQDeADGxPFYN0I7J8aG+QgGPYHdWglJ0wvkVi0SJWC7/PyGpgGK9B6W2TM4Fy2iDDAkqau4BsJb+ixg5savEaxGTm8wFI64MMA2IpEBsYix+R1cAwwTASdY1MB8mDMLdt0FRsakAYr0FQ74BdAsJAtjpymCFjQoG9Ekjrg7wI86aEe/R6ZDUwTNBrxGLqGwTErhRiQZhBFGOsgqTj/wwAWDijBcYFCvcAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Windows .NET Runtime</a:Name><a:ParentId>GE.EI</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Not Applicable</b:Value></a:AttributeValues><a:DisplayName>Authenticates Itself</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>authenticatesItself</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Code</b:Value></a:AttributeValues><a:DisplayName>Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>type</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        Represents the point where an application calls into WinRT.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.EI.TMCore.WinRT</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAALEwAACxMBAJqcGAAAANBJREFUOE9j+P//P1UwVkFyMJhgNPX+jwW/B2J5dA24MJhAMwCOmc19LgJpfnRN2DCYQDeADGxPFYN0I7J8aG+QgGPYHdWglJ0wvkVi0SJWC7/PyGpgGK9B6W2TM4Fy2iDDAkqau4BsJb+ixg5savEaxGTm8wFI64MMA2IpEBsYix+R1cAwwTASdY1MB8mDMLdt0FRsakAYr0FQ74BdAsJAtjpymCFjQoG9Ekjrg7wI86aEe/R6ZDUwTNBrxGLqGwTErhRiQZhBFGOsgqTj/wwAWDijBcYFCvcAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Windows RT Runtime</a:Name><a:ParentId>GE.EI</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a Cloud Storage.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DS.TMCore.CloudStorage</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAXRJREFUOE+NkztLA0EUhVcFg4U2goUgWKxVKnGNqKCBKBYGZBVUkO1iEfHR+0ZSCoKNIGIjwR+ghb2Vv8DeVlDBLiYZ7zfM6OyyPorD5J57zpndvTeeUioVLcOzgeBFoBxQB64uZrJAJGi25oofQbRVnVnfPeWkhndDXNOlaerbEN/cPyxJzxf0cVLDC16tzw1odoyHz9zWXVh+5BQ+Y/sGGZ6ECyxnzbeQe2dXq1JzW86crlkju1g+QCuoUGOuQLSPzr0L0WWFwq0ZoZTfAYfn1QCt6VUQ1o057wr9sLSTFiDgtfImpE6AKpS3TxKi3wI08NDTAUPRJu8eE/wVYPuejKThjiUp+CmgbaT4htezYxGwZXy4XkHNcC5qGOUMBXpD8ZLmmy1rQA6ubPRH+8eM6mup+H10cU24ngxaPHjtI7FtU4JpAV+5Z2C+dGcDjJgRsxto0OJJ/y8YZNnMzsmFJ/mtxWlIJR1MCMYSXAyp5P+hvE94cVhHBmDVoQAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Cloud Storage</a:Name><a:ParentId>GE.DS</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>SQL Relational Database</b:Value></a:AttributeValues><a:DisplayName>Store Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>storeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a SQL Database.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DS.TMCore.SQL</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAASJJREFUOE99kj1Ow0AQhQ2IjsJHSA7Bj4SJZCmpiNLQUSJRIwpQOAItSgvKDXIe6lyAAgkoyPA+s2vtrr2O9Ekz895MdrxbmFmxd3y5FB9iJ6wH6uhL/CE0I9j+yXx3NLnaXtw+vKZQR8eHPx1gGJRMxbkY9UB9ig+/fvEAx694F6wD10FMHb3xdgZwzMOzxafi7DdAx0feGTBe3DwrqcVsAPRR7wBHtEJoSmBYm2dX8AbFlfjydQd51Q7IrOCbw8aUanAF3f230yI4Le8CfXAFH4fgk1Y7/7+pbwXVm+O7R0beNituXi8UfpJIVyhdHTZucNQMfOk6t8LB6fzH52IjomZ0f5+8984tPL683YUNKeh+QI7yabW+T07S/DN1Myv/AMyfAkxuIUzjAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>SQL Database</a:Name><a:ParentId>GE.DS</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Non Relational Database</b:Value></a:AttributeValues><a:DisplayName>Store Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>storeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a non-relational database.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DS.TMCore.NoSQL</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAQtJREFUOE99krFKA0EQhs8EO4t7hOQhokLOQCBWOa6xsxSsQ4qE+Ai2kjYhr5XaF7AQ1MKM88nOsdnb3YMPdv7/37md2ytEpLgYzTfKh3JSJAI6/oa8D5sxpHddn64mD+93z6tdCDo+OfJhAyGgxUwZK4MI6DNy5PU5b+D4VY4K48Cjt0bH/892GnDMy9vmU9fJb4BPjrrTYNg8vWoxVe4z4A+iDRxnI/ihAJq1dXIEC+i6Ur5Md1BXbYPECLbZ3xhSZUfQu/92Xgf+C/zsCLbOkRxB9fb4vm6YV7g3U4QjlE7Pwpeepkbo39Q/VsfAt/vkf+/cwvptv4htNPCtQYryZXtYhiehRheR8g/o7QMp4dB2sAAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Non Relational Database</a:Name><a:ParentId>GE.DS</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>NTFS</b:Value><b:Value>ExFAT</b:Value><b:Value>FAT</b:Value><b:Value>ReFS</b:Value><b:Value>IFS</b:Value><b:Value>UDF</b:Value><b:Value>Other</b:Value></a:AttributeValues><a:DisplayName>File System Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>fsType</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>File System</b:Value></a:AttributeValues><a:DisplayName>Store Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>storeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a file system.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DS.TMCore.FS</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAASFJREFUOE9j+P//PwOjqfd/InE8SD0yJtUAEEYxBMUAIHDFhZEMQDEE3QC4yegYSTOKISiSMMXYMJJGZKyPIomsASp+GYiLoHwM76gEpnhiNQDIPgfEZ5nMfH6zWfo/ArIfA3EbkjxYvW5Elg9WA/jsQ66B+OxW/m+ZzX1+gthA27ph8jD1WA0A0seAmr5zWge+LZs0L9sqqXgui7nvdyB+CZS7TNAAoIYufofQ20ANXwSdwhoFHMO2Ag38LeoaecYysXgSQQOAWBZo+xMQHxgGf4D0PxBbyT9pBVBOHlk9zjAASizWj8xeAwpEcbfoc0D+ervUskKYPEEDgFgViNWEnSOuAp3dCWSrA7E4VI4oA2DYDIhl0cRwG0AqpoIBWT4AXz0GcRbZcbEAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>File System</a:Name><a:ParentId>GE.DS</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Registry</b:Value></a:AttributeValues><a:DisplayName>Store Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>storeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a Registry.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DS.TMCore.Registry</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAZxJREFUOE+Vkr1LQlEYxm9lSyFlUEuEEEFDxJ3KOxSSUEFqYoVJECoEQYt97eocqHO0VNgm0hC4hBQ0BEUNLUFQTbVV9Afcnudwj5x7uUENv3vPed6Pc877vpppmoKWsbAOaiAotb8gPgjKAbN/bvW0dTzyiXUJdDmd3RDBbYHI1275YAfCSKXeSHLfbswXnM5uaP5ouszTEfSKf8wTiF5wT90twEkzgRNnAmgpEFM1oqXzxXD3VOJJDe6cXHinbgX6QUOxs9DN+vDjBYaR2T6iw2hyo3r98DhLHfusVVShD4RTV1yDDyBuo15nEEyDYeCBgzi1YyL+ZhWYup4plHIo8LeVqKYmsEEHPuXw7HwJe59i62WnrAT2IBXpgCe84N8cLqxj8llEikGQlU6WJhwUOFwsoE2nY4kZvcHFOtZ3QP8lgSvCcau4v4kgvSe0fIsCXf47gcUz/75Q4oYJWHkWUbHb4OzsHVfXNaUlgqH42gkTAB/ngf1X7YQzA7sBvFoFLembWblnIvYYIvsti+nhXt5GngqNMwO7qf0AFBEVY8ZCOLAAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Registry Hive</a:Name><a:ParentId>GE.DS</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Configuration</b:Value></a:AttributeValues><a:DisplayName>Store Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>storeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A configuration file, this includes XML, INI, and INF files.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DS.TMCore.ConfigFile</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAZxJREFUOE+Vkr1LQlEYxm9lSyFlUEuEEEFDxJ3KOxSSUEFqYoVJECoEQYt97eocqHO0VNgm0hC4hBQ0BEUNLUFQTbVV9Afcnudwj5x7uUENv3vPed6Pc877vpppmoKWsbAOaiAotb8gPgjKAbN/bvW0dTzyiXUJdDmd3RDBbYHI1275YAfCSKXeSHLfbswXnM5uaP5ouszTEfSKf8wTiF5wT90twEkzgRNnAmgpEFM1oqXzxXD3VOJJDe6cXHinbgX6QUOxs9DN+vDjBYaR2T6iw2hyo3r98DhLHfusVVShD4RTV1yDDyBuo15nEEyDYeCBgzi1YyL+ZhWYup4plHIo8LeVqKYmsEEHPuXw7HwJe59i62WnrAT2IBXpgCe84N8cLqxj8llEikGQlU6WJhwUOFwsoE2nY4kZvcHFOtZ3QP8lgSvCcau4v4kgvSe0fIsCXf47gcUz/75Q4oYJWHkWUbHb4OzsHVfXNaUlgqH42gkTAB/ngf1X7YQzA7sBvFoFLembWblnIvYYIvsti+nhXt5GngqNMwO7qf0AFBEVY8ZCOLAAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Configuration File</a:Name><a:ParentId>GE.DS</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Cache</b:Value></a:AttributeValues><a:DisplayName>Store Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>storeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a local data cache.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DS.TMCore.Cache</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAF1JREFUOE9j+P//PxwzmnrPB+L/BPB5IOaH6SFVMxgzmflcANJgQ0jWDMMwQ8jSDMMgQ0Au0AZiVzKxBcgFWE0nFoMNcM6smoaPxoZhcpS7AIu/SMKjYTAMwsD7PwDo1eAuODnTegAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Cache</a:Name><a:ParentId>GE.DS</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>HTML5 Storage</b:Value></a:AttributeValues><a:DisplayName>Store Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>storeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of HTML5 local storage.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DS.TMCore.HTML5LS</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAS1JREFUOE9j+P//P0UYqyApGEOA0dSbH4jtQTSaOEhMHlkMhFE4QAX6QPweiP+zWfoXoon/h+J4ZD3ImvORFP03TyhMgcm5ZFVpsVr4fUaSnw/EYBfCnAwSAEuCFHYvXpsOlBSFGQDEHEt37I8QcAy7A1PHZOZzAUjLM0AZYEExt6gLZ6/f8QFq4EXSDDcEiC10I7LWIhnygQHZac6ZVQ1ARSxImjBwRvsUf2Q9DO0LVqWg+a8em0YQBsr5g2yFqQ0oae4CSfCCnI3sPyCej0VzPEweKZykYApYjl++7gIKA5giIM5H0gyPRm7boBcgVwPFweEEtwGIQX43gQUStmgEWXDyyk13oBg8kJENgGF1IHYFYpRoBGJHIDYBYpRAhjPIxVgFScFYBYnH/xkAObxzbhFjTVgAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>HTML5 Local Storage</a:Name><a:ParentId>GE.DS</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>HTTPOnly</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>HTTPOnly</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Cookie</b:Value></a:AttributeValues><a:DisplayName>Store Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>storeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of cookie storage.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DS.TMCore.Cookie</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAGFJREFUOE9jYDT1/k8JBhvgnFk1rWTCnGJSMdwA1+zqsP///wuSiuEG6EZk+QAF0L1jj0UMQw6nATAxIHbFgkEuIM4AZDEkjN0FQIxhC5oYihyGASA2Eh4NgxEWBuRj7/8An7gYjzKNJXgAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Cookies</a:Name><a:ParentId>GE.DS</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>GPS</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>GPS</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Contacts</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>Contacts</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Calendar Events</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>Calendar</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>SMS messages</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>SMSmessages</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Cached Credentials</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>Creds</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Enterprise Data</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>Enterprise</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Messaging Data (Mail, IM, SMS)</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>e-mail</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>SIM Storage</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>SIM</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Other Data</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>misc</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Device</b:Value></a:AttributeValues><a:DisplayName>Store Type</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>storeType</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of device local storage.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DS.TMCore.Device</a:Id><a:ImageLocation>Lower right of stencil</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAKpJREFUOE9j+P//P0UYzmA09bYH4v9E4noMAzisA7ZgUYgVM5v7fEQxACgoj66ICBwPNwBo+2QsCvBidiv/K2ADgBx+kJPQFRCJ7Rk4rQOTsEgQhblsApcysJj7PsImSSwGeQGrBLEYbIBzZtW0kglziknFcANcs6vDQLRuRJYPOg0MaUF0jKwGbABUoStUAToNT2xIGCwHN4ASDDONbIzuNJIxVkHi8X8GAIAQEkmTSFVLAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Device</a:Name><a:ParentId>GE.DS</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Source Authenticated</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>authenticatesSource</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Destination Authenticated</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>authenticatesDestination</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Provides Confidentiality</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>providesConfidentiality</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value></a:AttributeValues><a:DisplayName>Provides Integrity</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>providesIntegrity</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an HTTP data flow.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DF.TMCore.HTTP</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAADhJREFUOE9jYDT1/k8JHjWAWgaAAIwmBWA1AEQTw4bRcANgAF0hNjYMgPhkuwCGqWMAJXjUAO//APzi2/y5tNUIAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>HTTP</a:Name><a:ParentId>GE.DF</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Destination Authenticated</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>authenticatesDestination</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Provides Confidentiality</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>providesConfidentiality</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Provides Integrity</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>providesIntegrity</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an HTTPS data flow.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DF.TMCore.HTTPS</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAP9JREFUOE+10s1mQ0EYxvFECCGr3EcI0dBVKeFw6B1kFULpKqvSVSkl5A5yE9lmFbINJWSVVbZZhRBKmf6f8U5NT9pptbL4OWfmvO8zH06pfJG7/zh7wAzX6GCIFT7VpALWqDrnSoHGeLbvXirgMWp8wAKZjSfwdamApyhgbnNvuEQdW82lApZRwBVebX5kc/4oqQDxW7aGNkZo2riPkwDd8tTete1aCCji21h1xYAXNHAP38yzC61WiZqbOOAjYIM9dK67qDDDEarZQf/FErpMv2gI0HZaGBSaw8V9KwRIL2rO8WOzhAAV1635xsYnxV+Jd6CLusWvmyUO+IPcvQN8C4wQAsHzwgAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>HTTPS</a:Name><a:ParentId>GE.DF</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an Binary data flow.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DF.TMCore.Binary</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAGNJREFUOE9jYDT1/k8JhhnwGYjnAPEHKB8fBqkBqQXpgRswGYhB7BYoHx8GqQGpBelBccFMIH4L5ePDIDUgtSguIBtT3wAgYMCH0dVT3wBSMfUNQHcyOkZXPxwNIBVTaID3fwAn5sGwmvgmbgAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Binary</a:Name><a:ParentId>GE.DF</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Source Authenticated</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>authenticatesSource</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Destination Authenticated</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>authenticatesDestination</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Provides Confidentiality</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>providesConfidentiality</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Provides Integrity</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Static</a:Mode><a:Name>providesIntegrity</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an IPsec data flow.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DF.TMCore.IPsec</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAPtJREFUOE+l0kFnA0EYxvGtUErIqdeeeiqlRG6lp5xCv0S+wVKW0lPJKacSSk79BqWUEHIKJZR8j5xKCWH6f9a8a2ynnWUPv8g7mecxO5vMOddK+XE0GP1liCU+MMUlqt9TBRfYwwU0Fyj3pAoeYMFHXOPdz2MkC+5hBTd+rYM1vnCWKujDClY4htbv/FqRKhA7smyg8NbP81iBbvnWf9exv2EFdXms4Ao7TGDhBeY4+Fl0im5YcI4e9IqeYBv1CCfQnlPof6G70WWWWSvI8YlnhGG7uKiwQF5g4Tf8G5awQJv1bhV+9fOvQF39BLqoGRqFpSpoI7rYnMt+APCSd3DankzjAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>IPsec</a:Name><a:ParentId>GE.DF</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a named pipe data flow.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DF.TMCore.NamedPipe</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAKxJREFUOE9jYDT1rgDin0D8HwueD8QgNfxAfBIqhowvgSS/AfFtIJ6JAzsBMS5DwAaAGEuBGMTGh0EGHANisgzApploA7BpLoWKwQ2YBsToGkEYm78zgRgkxwPEM0EMfAZwAvFeIEbXDMPMIAKfASAMMwRdcxQQE2UALrwFiKeBGJQYQDAQ8eHBYcA9EIMSAx6CGJ+B+BUQnyERfwBisBdCgPgwVJAUDEwb3vYAyzfmxSXYv1YAAAAASUVORK5CYII=</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Named Pipe</a:Name><a:ParentId>GE.DF</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of a SMBv1 or SMBv2 data flow.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DF.TMCore.SMB</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAEhJREFUOE/NzLENACAMA8EwFFNk/3kCpotc2VBg6eTuY8ysGyewF463AbyCAo4WwCso4GgBvIICjhbAKyjgaAG8ggKOjwK+rAUpwkqHruWEswAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>SMB</a:Name><a:ParentId>GE.DF</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an RPC or Distributed COM (DCOM) data flow.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DF.TMCore.RPC</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAG5JREFUOE+VjMENwDAIA5OhOkX3n4eqSK4cakfhEeQ7E0ZE5JvXHe8Dn7rWsnKtZTD79oGa7bJyKttl5cDsbcEerNwnIWpmVk5+4sys3CJrWVk5W4CdB28PuMycQxW7zJxDFWDnwfbAqWst/12MB+3XXGPkZTU+AAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>RPC or DCOM</a:Name><a:ParentId>GE.DF</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A representation of an (Advanced) Local Procedure Call data flow.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DF.TMCore.ALPC</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAEtJREFUOE9j+P//P1bMaOr9Hx2jqwFhDAEYHngDYBiXRhjGKoiMR5IBIIWkYmwGgGh0jFN8OBkA4qBhbGJYxbEagMNQrOIUGuD9HwBIkRfD8QF9EgAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>ALPC</a:Name><a:ParentId>GE.DF</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        User Data Protocol Transport.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DF.TMCore.UDP</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAEtJREFUOE9j+P//P1bMaOr9Hx2jqwFhDAEYHngDYBiXRhjGKoiMR5IBIIWkYmwGgGh0jFN8OBkA4qBhbGJYxbEagMNQrOIUGuD9HwBIkRfD8QF9EgAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>UDP</a:Name><a:ParentId>GE.DF</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        An interface for an application to communicate to a device driver.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.DF.TMCore.IOCTL</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZEsRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTsAIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQdli7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtFehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGXwzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNFhImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH554SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJVgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyCqbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiEj6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhGfDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFpB+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJyeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJCYVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQlnyfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48vvacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0CvpvfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15LWytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AAbWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0zllmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHWztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5sxybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPwYyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmRXVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNmWS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wlxqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33zaEb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2vTqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqbPhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavrXTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxSfNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAEtJREFUOE9j+P//P1bMaOr9Hx2jqwFhDAEYHngDYBiXRhjGKoiMR5IBIIWkYmwGgGh0jFN8OBkA4qBhbGJYxbEagMNQrOIUGuD9HwBIkRfD8QF9EgAAAABJRU5ErkJggg==</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>IOCTL Interface</a:Name><a:ParentId>GE.DF</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        An arc representation of an Internet trust boundary.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.TB.L.TMCore.Internet</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABX0lEQVQ4T2NgNPXGh/mhGJscGCNzQArtgVgfxmcy87kAwlA5ZLVwDGOAFQPp/1Dcj8zHZwiY4LUPdgLSMM0YmM8+5JaAY5gRkI3dAJuUUlsgjVUzCM/ZuDPg////vEA2dgNAkqpBKTuBbKwGRNV0iQNpmCZQGMG9AxPk57IJvA6ksRrAYu67EEjLA7E+s7nPReQwAWtGC0CiMMwQkPNZ5H0TtqArIIRBAWueUCgM9gLQEG1QGHDbBr1YuftQDJDvapFYtAhdEwwDY+TO8cvXXUCWw8IAbMjCrXtDgDQHlK8E04CO1YPTVoA0A9nwQIQZAtYMxaBAw2oAFINSLaoBSFgfGEgPgDQ2jWAs5hZVCaSxGwB0Ca+iX9I2IBusGORn3YistTA+q4Xf59KJcy1BarEaAMJAQ8ABixRg6omN/fWgwF26Y38EzLsghfiwNhBbADELlC8KxEpAzAHh/2cAANCSU7ngF2KpAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Internet Boundary</a:Name><a:ParentId>GE.TB.L</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        An arc representation of a machine trust boundary.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.TB.L.TMCore.Machine</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABX0lEQVQ4T2NgNPXGh/mhGJscGCNzQArtgVgfxmcy87kAwlA5ZLVwDGOAFQPp/1Dcj8zHZwiY4LUPdgLSMM0YmM8+5JaAY5gRkI3dAJuUUlsgjVUzCM/ZuDPg////vEA2dgNAkqpBKTuBbKwGRNV0iQNpmCZQGMG9AxPk57IJvA6ksRrAYu67EEjLA7E+s7nPReQwAWtGC0CiMMwQkPNZ5H0TtqArIIRBAWueUCgM9gLQEG1QGHDbBr1YuftQDJDvapFYtAhdEwwDY+TO8cvXXUCWw8IAbMjCrXtDgDQHlK8E04CO1YPTVoA0A9nwQIQZAtYMxaBAw2oAFINSLaoBSFgfGEgPgDQ2jWAs5hZVCaSxGwB0Ca+iX9I2IBusGORn3YistTA+q4Xf59KJcy1BarEaAMJAQ8ABixRg6omN/fWgwF26Y38EzLsghfiwNhBbADELlC8KxEpAzAHh/2cAANCSU7ngF2KpAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Machine Trust Boundary</a:Name><a:ParentId>GE.TB.L</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A border representation of user-model / kernel-mode separation.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.TB.L.TMCore.Kernel</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABX0lEQVQ4T2NgNPXGh/mhGJscGCNzQArtgVgfxmcy87kAwlA5ZLVwDGOAFQPp/1Dcj8zHZwiY4LUPdgLSMM0YmM8+5JaAY5gRkI3dAJuUUlsgjVUzCM/ZuDPg////vEA2dgNAkqpBKTuBbKwGRNV0iQNpmCZQGMG9AxPk57IJvA6ksRrAYu67EEjLA7E+s7nPReQwAWtGC0CiMMwQkPNZ5H0TtqArIIRBAWueUCgM9gLQEG1QGHDbBr1YuftQDJDvapFYtAhdEwwDY+TO8cvXXUCWw8IAbMjCrXtDgDQHlK8E04CO1YPTVoA0A9nwQIQZAtYMxaBAw2oAFINSLaoBSFgfGEgPgDQ2jWAs5hZVCaSxGwB0Ca+iX9I2IBusGORn3YistTA+q4Xf59KJcy1BarEaAMJAQ8ABixRg6omN/fWgwF26Y38EzLsghfiwNhBbADELlC8KxEpAzAHh/2cAANCSU7ngF2KpAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>User mode or Kernel mode Boundary</a:Name><a:ParentId>GE.TB.L</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A border representation for a Window Store AppContainer boundary.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.TB.L.TMCore.AppContainer</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABX0lEQVQ4T2NgNPXGh/mhGJscGCNzQArtgVgfxmcy87kAwlA5ZLVwDGOAFQPp/1Dcj8zHZwiY4LUPdgLSMM0YmM8+5JaAY5gRkI3dAJuUUlsgjVUzCM/ZuDPg////vEA2dgNAkqpBKTuBbKwGRNV0iQNpmCZQGMG9AxPk57IJvA6ksRrAYu67EEjLA7E+s7nPReQwAWtGC0CiMMwQkPNZ5H0TtqArIIRBAWueUCgM9gLQEG1QGHDbBr1YuftQDJDvapFYtAhdEwwDY+TO8cvXXUCWw8IAbMjCrXtDgDQHlK8E04CO1YPTVoA0A9nwQIQZAtYMxaBAw2oAFINSLaoBSFgfGEgPgDQ2jWAs5hZVCaSxGwB0Ca+iX9I2IBusGORn3YistTA+q4Xf59KJcy1BarEaAMJAQ8ABixRg6omN/fWgwF26Y38EzLsghfiwNhBbADELlC8KxEpAzAHh/2cAANCSU7ngF2KpAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>AppContainer Boundary</a:Name><a:ParentId>GE.TB.L</a:ParentId><a:Representation>Inherited</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A border representation of a corporate network trust boundary.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.TB.B.TMCore.CorpNet</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABGSURBVDhPY/hPIWBQ9Ev6z2jqDccPnr0ESxArzoDMAeEDZy+DFRIrDjeAVDCcDIDyyQajgTioAhGEQekdHx+bGIUGeP8HAJ4fIfJijo6MAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>CorpNet Trust Boundary</a:Name><a:ParentId>GE.TB.B</a:ParentId><a:Representation>BorderBoundary</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes/><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        A border representation of a sandbox trust boundary.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.TB.B.TMCore.Sandbox</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABGSURBVDhPY/hPIWBQ9Ev6z2jqDccPnr0ESxArzoDMAeEDZy+DFRIrDjeAVDCcDIDyyQajgTioAhGEQekdHx+bGIUGeP8HAJ4fIfJijo6MAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Sandbox Trust Boundary Border</a:Name><a:ParentId>GE.TB.B</a:ParentId><a:Representation>BorderBoundary</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Low Integrity Level Sandbox</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>IntegrityLevel</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>App Container Sandbox</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>AppContainer</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>JavaScript Sandbox</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>JavaScript</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Flash Sandbox</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>Flash</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        Describes the types of trust boundaries implemented by Internet Explorer.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.TB.B.TMCore.IEB</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABGSURBVDhPY/hPIWBQ9Ev6z2jqDccPnr0ESxArzoDMAeEDZy+DFRIrDjeAVDCcDIDyyQajgTioAhGEQekdHx+bGIUGeP8HAJ4fIfJijo6MAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Internet Explorer Boundaries</a:Name><a:ParentId>GE.TB.B</a:ParentId><a:Representation>BorderBoundary</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType><a:ElementType><a:IsExtension>false</a:IsExtension><a:Attributes><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Chrome JavaScript Sandbox</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>ChromeJava</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Chrome Sandbox</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>Chrome</a:Name><a:Type>List</a:Type></a:Attribute><a:Attribute><a:IsExtension>false</a:IsExtension><a:AttributeValues xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.Interfaces\"><b:Value>No</b:Value><b:Value>Yes</b:Value></a:AttributeValues><a:DisplayName>Firefox JavaScript Sandbox</a:DisplayName><a:Inheritance>Virtual</a:Inheritance><a:Mode>Dynamic</a:Mode><a:Name>FirefoxJava</a:Name><a:Type>List</a:Type></a:Attribute></a:Attributes><a:AvailableToBaseModels xmlns:b=\"http://schemas.datacontract.org/2004/07/ThreatModeling.ExternalStorage.OM\"/><a:Behavior i:nil=\"true\"/><a:Description>\n        Describes the types of trust boundaries implemented by Google Chrome and Firefox.\n      </a:Description><a:Hidden>false</a:Hidden><a:Id>SE.TB.B.TMCore.NonIEB</a:Id><a:ImageLocation>Before label</a:ImageLocation><a:ImageSource>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABGSURBVDhPY/hPIWBQ9Ev6z2jqDccPnr0ESxArzoDMAeEDZy+DFRIrDjeAVDCcDIDyyQajgTioAhGEQekdHx+bGIUGeP8HAJ4fIfJijo6MAAAAAElFTkSuQmCC</a:ImageSource><a:ImageStream i:nil=\"true\"/><a:Name>Other Browsers Boundaries</a:Name><a:ParentId>GE.TB.B</a:ParentId><a:Representation>BorderBoundary</a:Representation><a:Shape i:nil=\"true\"/><a:StencilConstraints><a:StencilConstraint><a:IsExtension>false</a:IsExtension><a:SelectedStencilConnection>Any</a:SelectedStencilConnection><a:SelectedStencilType>Any</a:SelectedStencilType></a:StencilConstraint></a:StencilConstraints></a:ElementType></a:StandardElements><a:ThreatCategories><a:ThreatCategory><a:IsExtension>false</a:IsExtension><a:Id>S</a:Id><a:LongDescription/><a:Name>Spoofing</a:Name><a:ShortDescription>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</a:ShortDescription></a:ThreatCategory><a:ThreatCategory><a:IsExtension>false</a:IsExtension><a:Id>T</a:Id><a:LongDescription/><a:Name>Tampering</a:Name><a:ShortDescription>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</a:ShortDescription></a:ThreatCategory><a:ThreatCategory><a:IsExtension>false</a:IsExtension><a:Id>R</a:Id><a:LongDescription/><a:Name>Repudiation</a:Name><a:ShortDescription>Repudiation threats involve an adversary denying that something happened.</a:ShortDescription></a:ThreatCategory><a:ThreatCategory><a:IsExtension>false</a:IsExtension><a:Id>I</a:Id><a:LongDescription/><a:Name>Information Disclosure</a:Name><a:ShortDescription>Information disclosure happens when the information can be read by an unauthorized party.</a:ShortDescription></a:ThreatCategory><a:ThreatCategory><a:IsExtension>false</a:IsExtension><a:Id>D</a:Id><a:LongDescription/><a:Name>Denial Of Service</a:Name><a:ShortDescription>Denial of Service happens when the process or a datastore is not able to service incoming requests or perform up to spec.</a:ShortDescription></a:ThreatCategory><a:ThreatCategory><a:IsExtension>false</a:IsExtension><a:Id>E</a:Id><a:LongDescription/><a:Name>Elevation Of Privilege</a:Name><a:ShortDescription>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</a:ShortDescription></a:ThreatCategory><a:ThreatCategory><a:IsExtension>false</a:IsExtension><a:Id>A</a:Id><a:LongDescription/><a:Name>Abuse</a:Name><a:ShortDescription>Abuse is when a legitimate user violates the terms of use for the system without violating a system security policy.</a:ShortDescription></a:ThreatCategory></a:ThreatCategories><a:ThreatMetaData><IsPriorityUsed>true</IsPriorityUsed><IsStatusUsed>true</IsStatusUsed><PropertiesMetaData><ThreatMetaDatum><Name>Title</Name><Label>Title</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string/></Values><Id>ac0f9ea8-3b39-4ce9-bac2-6787124d7b48</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatCategory</Name><Label>Category</Label><HideFromUI>false</HideFromUI><Values i:nil=\"true\" xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/><Id i:nil=\"true\"/><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</b:string><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string><b:string>Repudiation threats involve an adversary denying that something happened.</b:string><b:string>Information disclosure happens when the information can be read by an unauthorized party.</b:string><b:string>Denial of Service happens when the process or a datastore is not able to service incoming requests or perform up to spec.</b:string><b:string>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</b:string><b:string>Abuse is when a legitimate user violates the terms of use for the system without violating a system security policy.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string/></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>StateInformation</Name><Label>Justification</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string/></Values><Id>0406a684-e06e-4643-ba21-0f63104d9131</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>InteractionString</Name><Label>Interaction</Label><HideFromUI>false</HideFromUI><Values i:nil=\"true\" xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/><Id>d64f8926-f09d-4d67-a86f-fb4ad5036451</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>High</b:string><b:string>Medium</b:string><b:string>Low</b:string></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></PropertiesMetaData></a:ThreatMetaData><a:ThreatTypes><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>S</a:Category><a:Description>Threat was migrated from V3.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'ROOT'</a:Include></a:GenerationFilters><a:Id>SU</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Threat was migrated from V3.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Spoofing (v3)</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>S</a:Category><a:Description>{source.Name} may be spoofed by an attacker and this may lead to unauthorized access to {target.Name}. Consider using a standard authentication mechanism to identify the source process.</a:Description><a:GenerationFilters><a:Exclude>flow.authenticatesSource is 'Yes' or source.implementsAuthenticationScheme is 'Yes'</a:Exclude><a:Include>source is 'GE.P' and (target is 'GE.P' or target is 'GE.DS') and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>S1</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>{source.Name} may be spoofed by an attacker and this may lead to unauthorized access to {target.Name}. Consider using a standard authentication mechanism to identify the source process.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Spoofing the {source.Name} Process</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>S</a:Category><a:Description>{target.Name} may be spoofed by an attacker and this may lead to information disclosure by {source.Name}. Consider using a standard authentication mechanism to identify the destination process.</a:Description><a:GenerationFilters><a:Exclude>flow.authenticatesDestination is 'Yes'</a:Exclude><a:Include>(source is 'GE.P' or source is 'GE.EI' or source is 'GE.DS') and target is 'GE.P' and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>S2</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>{target.Name} may be spoofed by an attacker and this may lead to information disclosure by {source.Name}. Consider using a standard authentication mechanism to identify the destination process.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Spoofing the {target.Name} Process</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>S</a:Category><a:Description>{source.Name} may be spoofed by an attacker and this may lead to unauthorized access to {target.Name}. Consider using a standard authentication mechanism to identify the external entity.</a:Description><a:GenerationFilters><a:Exclude>source.authenticatesItself is 'Yes' or flow.authenticatesSource is 'Yes'</a:Exclude><a:Include>source is 'GE.EI' and target is 'GE.P'</a:Include></a:GenerationFilters><a:Id>S3</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>{source.Name} may be spoofed by an attacker and this may lead to unauthorized access to {target.Name}. Consider using a standard authentication mechanism to identify the external entity.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Spoofing the {source.Name} External Entity</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>S</a:Category><a:Description>{source.Name} may be spoofed by an attacker and this may lead to incorrect data delivered to {target.Name}. Consider using a standard authentication mechanism to identify the source data store.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'GE.DS'</a:Include></a:GenerationFilters><a:Id>S7</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>{source.Name} may be spoofed by an attacker and this may lead to incorrect data delivered to {target.Name}. Consider using a standard authentication mechanism to identify the source data store.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Spoofing of Source Data Store {source.Name}</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>S</a:Category><a:Description>{target.Name} may be spoofed by an attacker and this may lead to data being written to the attacker's target instead of {target.Name}. Consider using a standard authentication mechanism to identify the destination data store.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>target is 'GE.DS'</a:Include></a:GenerationFilters><a:Id>S7.1</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>{target.Name} may be spoofed by an attacker and this may lead to data being written to the attacker's target instead of {target.Name}. Consider using a standard authentication mechanism to identify the destination data store.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Spoofing of Destination Data Store {target.Name}</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>S</a:Category><a:Description>{target.Name} may be spoofed by an attacker and this may lead to data being sent to the attacker's target instead of {target.Name}. Consider using a standard authentication mechanism to identify the external entity.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'GE.P' and target is 'GE.EI' and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>S8</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Spoofing is when a process or entity is something other than its claimed identity. Examples include substituting a process, a file, website or a network address.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>{target.Name} may be spoofed by an attacker and this may lead to data being sent to the attacker's target instead of {target.Name}. Consider using a standard authentication mechanism to identify the external entity.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Spoofing of the {target.Name} External Destination Entity</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>Threat was migrated from V3.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'ROOT'</a:Include></a:GenerationFilters><a:Id>TU</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Threat was migrated from V3.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Tampering (v3)</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>Data flowing across {flow.Name} may be tampered with by an attacker. This may lead to a denial of service attack against {target.Name} or an elevation of privilege attack against {target.Name} or an information disclosure by {target.Name}. Failure to verify that input is as expected is a root cause of a very large number of exploitable issues. Consider all paths and the way they handle data. Verify that all input is verified for correctness using an approved list input validation approach.</a:Description><a:GenerationFilters><a:Exclude>(flow.providesConfidentiality is 'Yes' and flow.providesIntegrity is 'Yes')</a:Exclude><a:Include>(source is 'GE.P' or source is 'GE.EI') and target is 'GE.P' and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>T1</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Data flowing across {flow.Name} may be tampered with by an attacker. This may lead to a denial of service attack against {target.Name} or an elevation of privilege attack against {target.Name} or an information disclosure by {target.Name}. Failure to verify that input is as expected is a root cause of a very large number of exploitable issues. Consider all paths and the way they handle data. Verify that all input is verified for correctness using an approved list input validation approach.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Potential Lack of Input Validation for {target.Name}</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>If {source.Name} is given access to memory, such as shared memory or pointers, or is given the ability to control what {target.Name} executes (for example, passing back a function pointer.), then {source.Name} can tamper with {target.Name}. Consider if the function could work with less access to memory, such as passing data rather than pointers. Copy in data provided, and then validate it.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'GE.P' and target is 'GE.P' and target.codeType is 'Unmanaged'</a:Include></a:GenerationFilters><a:Id>T2</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>If {source.Name} is given access to memory, such as shared memory or pointers, or is given the ability to control what {target.Name} executes (for example, passing back a function pointer.), then {source.Name} can tamper with {target.Name}. Consider if the function could work with less access to memory, such as passing data rather than pointers. Copy in data provided, and then validate it.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>{source.Name} Process Memory Tampered</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>Packets or messages without sequence numbers or timestamps can be captured and replayed in a wide variety of ways. Implement or utilize an existing communication protocol that supports anti-replay techniques (investigate sequence numbers before timers) and strong integrity.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'GE.P' and target is 'GE.P' and source.implementsCommunicationProtocol is 'Yes'</a:Include></a:GenerationFilters><a:Id>T3</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Packets or messages without sequence numbers or timestamps can be captured and replayed in a wide variety of ways. Implement or utilize an existing communication protocol that supports anti-replay techniques (investigate sequence numbers before timers) and strong integrity.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Replay Attacks</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>Attackers who can send a series of packets or messages may be able to overlap data. For example, packet 1 may be 100 bytes starting at offset 0. Packet 2 may be 100 bytes starting at offset 25. Packet 2 will overwrite 75 bytes of packet 1. Ensure you reassemble data before filtering it, and ensure you explicitly handle these sorts of cases.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'GE.P' and target is 'GE.P' and source.implementsCommunicationProtocol is 'Yes'</a:Include></a:GenerationFilters><a:Id>T4</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Attackers who can send a series of packets or messages may be able to overlap data. For example, packet 1 may be 100 bytes starting at offset 0. Packet 2 may be 100 bytes starting at offset 25. Packet 2 will overwrite 75 bytes of packet 1. Ensure you reassemble data before filtering it, and ensure you explicitly handle these sorts of cases.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Collision Attacks</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>Log readers can come under attack via log files. Consider ways to canonicalize data in all logs. Implement a single reader for the logs, if possible, in order to reduce attack surface area. Be sure to understand and document log file elements which come from untrusted sources.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>(source is 'GE.P' and target is 'GE.DS' and target.storesLogData is 'Yes') or (target is 'GE.P' and source is 'GE.DS' and source.storesLogData is 'Yes')</a:Include></a:GenerationFilters><a:Id>T5</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Log readers can come under attack via log files. Consider ways to canonicalize data in all logs. Implement a single reader for the logs, if possible, in order to reduce attack surface area. Be sure to understand and document log file elements which come from untrusted sources.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Risks from Logging</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>An attacker can read or modify data transmitted over an authenticated dataflow.</a:Description><a:GenerationFilters><a:Exclude>(flow.providesConfidentiality is 'Yes' and flow.providesIntegrity is 'Yes')</a:Exclude><a:Include>(flow.authenticatesSource is 'Yes' or flow.authenticatesDestination is 'Yes')</a:Include></a:GenerationFilters><a:Id>T6</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>An attacker can read or modify data transmitted over an authenticated dataflow.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Authenticated Data Flow Compromised</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution. Any procedure that constructs SQL statements should be reviewed for injection vulnerabilities because SQL Server will execute all syntactically valid queries that it receives. Even parameterized data can be manipulated by a skilled and determined attacker.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>\n          (target is 'SE.DS.TMCore.SQL' and source is 'GE.P')\n        </a:Include></a:GenerationFilters><a:Id>T7</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution. Any procedure that constructs SQL statements should be reviewed for injection vulnerabilities because SQL Server will execute all syntactically valid queries that it receives. Even parameterized data can be manipulated by a skilled and determined attacker.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Potential SQL Injection Vulnerability for {target.Name}</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution. Any procedure that constructs SQL statements should be reviewed for injection vulnerabilities because SQL Server will execute all syntactically valid queries that it receives. Even parameterized data can be manipulated by a skilled and determined attacker.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>\n          (target is 'SE.DS.TMCore.SQL' and source is 'GE.EI')\n        </a:Include></a:GenerationFilters><a:Id>T8</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution. Any procedure that constructs SQL statements should be reviewed for injection vulnerabilities because SQL Server will execute all syntactically valid queries that it receives. Even parameterized data can be manipulated by a skilled and determined attacker.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Possible SQL Injection Vulnerability for {target.Name}</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>If a dataflow contains XML, XML processing threats (DTD and XSLT code execution) may be exploited.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>(flow.XMLenc is 'Yes' and target is 'GE.P')</a:Include></a:GenerationFilters><a:Id>T11</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>If a dataflow contains XML, XML processing threats (DTD and XSLT code execution) may be exploited.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>XML DTD and XSLT Processing</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>If a dataflow contains JSON, JSON processing and hijacking threats may be exploited.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>((flow is 'SE.DF.TMCore.HTTP' or flow is 'SE.DF.TMCore.HTTPS') and flow.JSON is 'Yes' and target is 'GE.P')</a:Include></a:GenerationFilters><a:Id>T12</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>If a dataflow contains JSON, JSON processing and hijacking threats may be exploited.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>JavaScript Object Notation Processing</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>The web server '{target.Name}' could be a subject to a cross-site scripting attack because it does not sanitize untrusted input.</a:Description><a:GenerationFilters><a:Exclude>(target.hasOutputSanitizers is 'Yes') and (target.hasInputSanitizers is 'Yes')</a:Exclude><a:Include>(target is 'SE.P.TMCore.WebServer' or target is 'SE.P.TMCore.WebApp')</a:Include></a:GenerationFilters><a:Id>T13.1</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>The web server '{target.Name}' could be a subject to a cross-site scripting attack because it does not sanitize untrusted input.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Cross Site Scripting</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>The web server '{target.Name}' could be a subject to a persistent cross-site scripting attack because it does not sanitize data store '{source.Name}' inputs and output.</a:Description><a:GenerationFilters><a:Exclude>(target.hasOutputSanitizers is 'Yes') and (target.hasInputSanitizers is 'Yes')</a:Exclude><a:Include>(target is 'SE.P.TMCore.WebServer' or target is 'SE.P.TMCore.WebApp') and source is 'GE.DS'</a:Include></a:GenerationFilters><a:Id>T13.2</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>The web server '{target.Name}' could be a subject to a persistent cross-site scripting attack because it does not sanitize data store '{source.Name}' inputs and output.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Persistent Cross Site Scripting</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>T</a:Category><a:Description>Data flowing across {flow.Name} may be tampered with by an attacker. This may lead to corruption of {target.Name}. Ensure the integrity of the data flow to the data store.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>(source is 'GE.P' or source is 'GE.EI') and target is 'GE.DS' and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>T18</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Tampering is the act of altering the bits. Tampering with a process involves changing bits in the running process. Similarly, Tampering with a data flow involves changing bits on the wire or between two running processes.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Data flowing across {flow.Name} may be tampered with by an attacker. This may lead to corruption of {target.Name}. Ensure the integrity of the data flow to the data store.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>The {target.Name} Data Store Could Be Corrupted</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>R</a:Category><a:Description>Threat was migrated from V3.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'ROOT'</a:Include></a:GenerationFilters><a:Id>RU</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Repudiation threats involve an adversary denying that something happened.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Threat was migrated from V3.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Repudiation (v3)</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>R</a:Category><a:Description>If you have trust levels, is anyone other outside of the highest trust level allowed to log? Letting everyone write to your logs can lead to repudiation problems. Only allow trusted code to log.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>(source is 'GE.P' or source is 'GE.EI') and (target is 'GE.DS') and (target.storesLogData is 'Yes')</a:Include></a:GenerationFilters><a:Id>R1</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Repudiation threats involve an adversary denying that something happened.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>If you have trust levels, is anyone other outside of the highest trust level allowed to log? Letting everyone write to your logs can lead to repudiation problems. Only allow trusted code to log.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Lower Trusted Subject Updates Logs</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>R</a:Category><a:Description>Do you accept logs from unknown or weakly authenticated users or systems? Identify and authenticate the source of the logs before accepting them.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>(source is 'GE.P' or source is 'GE.EI') and (target is 'GE.DS') and (target.storesLogData is 'Yes')</a:Include></a:GenerationFilters><a:Id>R2</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Repudiation threats involve an adversary denying that something happened.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Do you accept logs from unknown or weakly authenticated users or systems? Identify and authenticate the source of the logs before accepting them.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Data Logs from an Unknown Source</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>R</a:Category><a:Description>Does the log capture enough data to understand what happened in the past? Do your logs capture enough data to understand an incident after the fact? Is such capture lightweight enough to be left on all the time? Do you have enough data to deal with repudiation claims? Make sure you log sufficient and appropriate data to handle a repudiation claims. You might want to talk to an audit expert as well as a privacy expert about your choice of data.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'GE.P' and target is 'GE.DS' and target.storesLogData is 'Yes'</a:Include></a:GenerationFilters><a:Id>R3</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Repudiation threats involve an adversary denying that something happened.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Does the log capture enough data to understand what happened in the past? Do your logs capture enough data to understand an incident after the fact? Is such capture lightweight enough to be left on all the time? Do you have enough data to deal with repudiation claims? Make sure you log sufficient and appropriate data to handle a repudiation claims. You might want to talk to an audit expert as well as a privacy expert about your choice of data.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Insufficient Auditing</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>R</a:Category><a:Description>Consider what happens when the audit mechanism comes under attack, including attempts to destroy the logs, or attack log analysis programs. Ensure access to the log is through a reference monitor, which controls read and write separately. Document what filters, if any, readers can rely on, or writers should expect</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'GE.P' and target is 'GE.DS' and target.storesLogData is 'Yes'</a:Include></a:GenerationFilters><a:Id>R4</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Repudiation threats involve an adversary denying that something happened.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Consider what happens when the audit mechanism comes under attack, including attempts to destroy the logs, or attack log analysis programs. Ensure access to the log is through a reference monitor, which controls read and write separately. Document what filters, if any, readers can rely on, or writers should expect</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Potential Weak Protections for Audit Data</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>R</a:Category><a:Description>{target.Name} claims that it did not receive data from a source outside the trust boundary. Consider using logging or auditing to record the source, time, and summary of the received data.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>target is 'GE.P' and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>R6</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Repudiation threats involve an adversary denying that something happened.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>{target.Name} claims that it did not receive data from a source outside the trust boundary. Consider using logging or auditing to record the source, time, and summary of the received data.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Potential Data Repudiation by {target.Name}</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>R</a:Category><a:Description>{target.Name} claims that it did not receive data from a process on the other side of the trust boundary. Consider using logging or auditing to record the source, time, and summary of the received data.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>target is 'GE.EI' and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>R7</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Repudiation threats involve an adversary denying that something happened.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>{target.Name} claims that it did not receive data from a process on the other side of the trust boundary. Consider using logging or auditing to record the source, time, and summary of the received data.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>External Entity {target.Name} Potentially Denies Receiving Data</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>R</a:Category><a:Description>{target.Name} claims that it did not write data received from an entity on the other side of the trust boundary. Consider using logging or auditing to record the source, time, and summary of the received data.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>target is 'GE.DS' and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>R8</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Repudiation threats involve an adversary denying that something happened.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>{target.Name} claims that it did not write data received from an entity on the other side of the trust boundary. Consider using logging or auditing to record the source, time, and summary of the received data.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Data Store Denies {target.Name} Potentially Writing Data</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>I</a:Category><a:Description>Threat was migrated from V3.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'ROOT'</a:Include></a:GenerationFilters><a:Id>IU</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Information disclosure happens when the information can be read by an unauthorized party.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Threat was migrated from V3.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Information Disclosure (v3)</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>I</a:Category><a:Description>Can you access {target.Name} and bypass the permissions for the object? For example by editing the files directly with a hex editor, or reaching it via filesharing? Ensure that your program is the only one that can access the data, and that all other subjects have to use your interface.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'GE.P' and target is 'GE.DS' and source.implementsCustomAuthorizationMechanism is 'Yes'</a:Include></a:GenerationFilters><a:Id>I2</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Information disclosure happens when the information can be read by an unauthorized party.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Can you access {target.Name} and bypass the permissions for the object? For example by editing the files directly with a hex editor, or reaching it via filesharing? Ensure that your program is the only one that can access the data, and that all other subjects have to use your interface.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Authorization Bypass</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>I</a:Category><a:Description>Data flowing across {flow.Name} may be sniffed by an attacker. Depending on what type of data an attacker can read, it may be used to attack other parts of the system or simply be a disclosure of information leading to compliance violations. Consider encrypting the data flow.</a:Description><a:GenerationFilters><a:Exclude>flow.providesConfidentiality is 'Yes'</a:Exclude><a:Include>((source is 'GE.P' or source is 'GE.EI') and target is 'GE.P' and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')) or (source is 'GE.P' and target is 'GE.DS' and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B'))</a:Include></a:GenerationFilters><a:Id>I6</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Information disclosure happens when the information can be read by an unauthorized party.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Data flowing across {flow.Name} may be sniffed by an attacker. Depending on what type of data an attacker can read, it may be used to attack other parts of the system or simply be a disclosure of information leading to compliance violations. Consider encrypting the data flow.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Data Flow Sniffing</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>I</a:Category><a:Description>Improper data protection of {source.name} can allow an attacker to read information not intended for disclosure. Review authorization settings.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'GE.DS' and (target is 'GE.P' or target is 'GE.EI')</a:Include></a:GenerationFilters><a:Id>I23</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Information disclosure happens when the information can be read by an unauthorized party.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Improper data protection of {source.name} can allow an attacker to read information not intended for disclosure. Review authorization settings.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Weak Access Control for a Resource</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>I</a:Category><a:Description>Credentials held at the server are often disclosed or tampered with and credentials stored on the client are often stolen. For server side, consider storing a salted hash of the credentials instead of storing the credentials themselves. If this is not possible due to business requirements, be sure to encrypt the credentials before storage, using an SDL-approved mechanism. For client side, if storing credentials is required, encrypt them and protect the data store in which they're stored</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'GE.P' and target is 'GE.DS' and target.storesCredentials is 'Yes'</a:Include></a:GenerationFilters><a:Id>I24</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Information disclosure happens when the information can be read by an unauthorized party.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Credentials held at the server are often disclosed or tampered with and credentials stored on the client are often stolen. For server side, consider storing a salted hash of the credentials instead of storing the credentials themselves. If this is not possible due to business requirements, be sure to encrypt the credentials before storage, using an SDL-approved mechanism. For client side, if storing credentials is required, encrypt them and protect the data store in which they're stored</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Weak Credential Storage</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>I</a:Category><a:Description>Credentials on the wire are often subject to sniffing by an attacker. Are the credentials re-usable/re-playable? Are credentials included in a message? For example, sending a zip file with the password in the email. Use strong cryptography for the transmission of credentials. Use the OS libraries if at all possible, and consider cryptographic algorithm agility, rather than hardcoding a choice.</a:Description><a:GenerationFilters><a:Exclude>flow is 'SE.DF.TMCore.HTTPS' or flow is 'SE.DF.TMCore.IPsec'</a:Exclude><a:Include>source is 'GE.P' and (target is 'GE.P' or target is 'GE.DS') and (flow crosses 'SE.TB.L.TMCore.Machine')</a:Include></a:GenerationFilters><a:Id>I25</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Information disclosure happens when the information can be read by an unauthorized party.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Credentials on the wire are often subject to sniffing by an attacker. Are the credentials re-usable/re-playable? Are credentials included in a message? For example, sending a zip file with the password in the email. Use strong cryptography for the transmission of credentials. Use the OS libraries if at all possible, and consider cryptographic algorithm agility, rather than hardcoding a choice.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Weak Credential Transit</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>I</a:Category><a:Description>Custom authentication schemes are susceptible to common weaknesses such as weak credential change management, credential equivalence, easily guessable credentials, null credentials, downgrade authentication or a weak credential change management system. Consider the impact and potential mitigations for your custom authentication scheme.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'GE.P' and target is 'GE.P' and source.implementsAuthenticationScheme is 'Yes'</a:Include></a:GenerationFilters><a:Id>I26</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Information disclosure happens when the information can be read by an unauthorized party.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Custom authentication schemes are susceptible to common weaknesses such as weak credential change management, credential equivalence, easily guessable credentials, null credentials, downgrade authentication or a weak credential change management system. Consider the impact and potential mitigations for your custom authentication scheme.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Weak Authentication Scheme</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>D</a:Category><a:Description>Threat was migrated from V3.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'ROOT'</a:Include></a:GenerationFilters><a:Id>DU</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Denial of Service happens when the process or a datastore is not able to service incoming requests or perform up to spec.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Threat was migrated from V3.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Denial Of Service (v3)</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>D</a:Category><a:Description>Does {source.Name} or {target.Name} take explicit steps to control resource consumption? Resource consumption attacks can be hard to deal with, and there are times that it makes sense to let the OS do the job. Be careful that your resource requests don't deadlock, and that they do timeout.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'GE.P' and target is 'GE.DS'</a:Include></a:GenerationFilters><a:Id>D2</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Denial of Service happens when the process or a datastore is not able to service incoming requests or perform up to spec.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Does {source.Name} or {target.Name} take explicit steps to control resource consumption? Resource consumption attacks can be hard to deal with, and there are times that it makes sense to let the OS do the job. Be careful that your resource requests don't deadlock, and that they do timeout.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Potential Excessive Resource Consumption for {source.Name} or {target.Name}</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>D</a:Category><a:Description>{target.Name} crashes, halts, stops or runs slowly; in all cases violating an availability metric.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>target is 'GE.P' and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>D3</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Denial of Service happens when the process or a datastore is not able to service incoming requests or perform up to spec.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>{target.Name} crashes, halts, stops or runs slowly; in all cases violating an availability metric.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Potential Process Crash or Stop for {target.Name}</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>D</a:Category><a:Description>An external agent interrupts data flowing across a trust boundary in either direction.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>(flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>D4</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Denial of Service happens when the process or a datastore is not able to service incoming requests or perform up to spec.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>An external agent interrupts data flowing across a trust boundary in either direction.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Data Flow {flow.Name} Is Potentially Interrupted</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>D</a:Category><a:Description>An external agent prevents access to a data store on the other side of the trust boundary.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>(source is 'GE.DS' or target is 'GE.DS') and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>D5</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Denial of Service happens when the process or a datastore is not able to service incoming requests or perform up to spec.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>An external agent prevents access to a data store on the other side of the trust boundary.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Data Store Inaccessible</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>E</a:Category><a:Description>Threat was migrated from V3.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>source is 'ROOT'</a:Include></a:GenerationFilters><a:Id>EU</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Threat was migrated from V3.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Elevation Of Privilege (v3)</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>E</a:Category><a:Description>Common SSO implementations such as OAUTH2 and OAUTH Wrap are vulnerable to MitM attacks.</a:Description><a:GenerationFilters><a:Exclude>(target is 'SE.EI.TMCore.AuthProvider' and target.MS is 'Yes')</a:Exclude><a:Include>target is 'SE.EI.TMCore.AuthProvider'</a:Include></a:GenerationFilters><a:Id>E3</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Common SSO implementations such as OAUTH2 and OAUTH Wrap are vulnerable to MitM attacks.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Weakness in SSO Authorization</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>E</a:Category><a:Description>{target.Name} may be able to impersonate the context of {source.Name} in order to gain additional privilege.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>(source is 'GE.EI' or source is 'GE.P') and target is 'GE.P'</a:Include></a:GenerationFilters><a:Id>E5</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>{target.Name} may be able to impersonate the context of {source.Name} in order to gain additional privilege.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Elevation Using Impersonation</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>E</a:Category><a:Description>{source.Name} may be able to remotely execute code for {target.Name}.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>target is 'GE.P' and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>E6</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>{source.Name} may be able to remotely execute code for {target.Name}.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>{target.Name} May be Subject to Elevation of Privilege Using Remote Code Execution</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>E</a:Category><a:Description>An attacker may pass data into {target.Name} in order to change the flow of program execution within {target.Name} to the attacker's choosing.</a:Description><a:GenerationFilters><a:Exclude/><a:Include>target is 'GE.P' and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>E7</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>A user subject gains increased capability or privilege by taking advantage of an implementation bug.</b:string></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>An attacker may pass data into {target.Name} in order to change the flow of program execution within {target.Name} to the attacker's choosing.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory i:nil=\"true\"/><a:ShortTitle>Elevation by Changing the Execution Flow in {target.Name}</a:ShortTitle></a:ThreatType><a:ThreatType><a:IsExtension>false</a:IsExtension><a:Category>E</a:Category><a:Description>Cross-site request forgery (CSRF or XSRF) is a type of attack in which an attacker forces a user's browser to make a forged request to a vulnerable site by exploiting an existing trust relationship between the browser and the vulnerable web site.  In a simple scenario, a user is logged in to web site A using a cookie as a credential.  The other browses to web site B.  Web site B returns a page with a hidden form that posts to web site A.  Since the browser will carry the user's cookie to web site A, web site B now can take any action on web site A, for example, adding an admin to an account.  The attack can be used to exploit any requests that the browser automatically authenticates, e.g. by session cookie, integrated authentication, IP whitelisting. The attack can be carried out in many ways such as by luring the victim to a site under control of the attacker, getting the user to click a link in a phishing email, or hacking a reputable web site that the victim will visit. The issue can only be resolved on the server side by requiring that all authenticated state-changing requests include an additional piece of secret payload (canary or CSRF token) which is known only to the legitimate web site and the browser and which is protected in transit through SSL/TLS. See the Forgery Protection property on the flow stencil for a list of mitigations.</a:Description><a:GenerationFilters><a:Exclude>(source is 'SE.P.TMCore.OSProcess' or source is 'SE.P.TMCore.Thread' or source is 'SE.P.TMCore.KernelThread' or source is 'SE.P.TMCore.WinApp' or source is 'SE.P.TMCore.NetApp' or source is 'SE.P.TMCore.WebServer' or source is 'SE.P.TMCore.Win32Service' or  source is 'SE.P.TMCore.WebSvc' or source is 'SE.P.TMCore.VM' or (source is 'SE.P.TMCore.Modern' and source.internetClientServer is 'No' and source.internetClient is 'No' ) or source is 'SE.EI.TMCore.AuthProvider' or source is 'SE.EI.TMCore.WebSvc' or source is 'SE.EI.TMCore.WebApp' or source is 'SE.EI.TMCore.Megasevrice' or source is 'SE.EI.TMCore.CRT' or source is 'SE.EI.TMCore.NFX' or source is 'SE.EI.TMCore.WinRT' ) or (target is 'SE.P.TMCore.ThickClient' or target is 'SE.P.TMCore.BrowserClient' or target is 'SE.P.TMCore.PlugIn' or target is 'SE.P.TMCore.Modern') or (flow crosses 'SE.TB.L.TMCore.Machine' or flow crosses 'SE.TB.L.TMCore.Kernel' or flow crosses 'SE.TB.L.TMCore.AppContainer' or flow crosses 'SE.TB.B.TMCore.CorpNet' or flow crosses 'SE.TB.B.TMCore.Sandbox')</a:Exclude><a:Include>(source is 'GE.P' or  source is  'GE.EI') and (target is 'GE.P' ) and (flow.authenticatesSource is 'Not Selected' or  flow.authenticatesSource is 'Yes') and (flow.54851a3b-65da-4902-b4e0-94ef015be735 is 'None' or flow.54851a3b-65da-4902-b4e0-94ef015be735 is 'Not Selected' ) and (flow crosses 'GE.TB.L' or flow crosses 'GE.TB.B')</a:Include></a:GenerationFilters><a:Id>8404dcf5-bdd8-4902-abc2-3b6c967b0261</a:Id><a:PropertiesMetaData><ThreatMetaDatum><Name>UserThreatShortDescription</Name><Label>Short Description</Label><HideFromUI>true</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>5d3b996b-aed5-4d95-8cf6-617bb67bf042</Id><AttributeType>1</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>UserThreatDescription</Name><Label>Description</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string>Cross-site request forgery (CSRF or XSRF) is a type of attack in which an attacker forces a user's browser to make a forged request to a vulnerable site by exploiting an existing trust relationship between the browser and the vulnerable web site.  In a simple scenario, a user is logged in to web site A using a cookie as a credential.  The other browses to web site B.  Web site B returns a page with a hidden form that posts to web site A.  Since the browser will carry the user's cookie to web site A, web site B now can take any action on web site A, for example, adding an admin to an account.  The attack can be used to exploit any requests that the browser automatically authenticates, e.g. by session cookie, integrated authentication, IP whitelisting.  The attack can be carried out in many ways such as by luring the victim to a site under control of the attacker, getting the user to click a link in a phishing email, or hacking a reputable web site that the victim will visit. The issue can only be resolved on the server side by requiring that all authenticated state-changing requests include an additional piece of secret payload (canary or CSRF token) which is known only to the legitimate web site and the browser and which is protected in transit through SSL/TLS. See the Forgery Protection property on the flow stencil for a list of mitigations.</b:string></Values><Id>cf377f97-9dea-42d6-ae63-b097c4a8ec4d</Id><AttributeType>0</AttributeType></ThreatMetaDatum><ThreatMetaDatum><Name>Priority</Name><Label>Priority</Label><HideFromUI>false</HideFromUI><Values xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"><b:string i:nil=\"true\"/></Values><Id>bc9c6e2a-15d0-4863-9cac-589e51e4ca1e</Id><AttributeType>1</AttributeType></ThreatMetaDatum></a:PropertiesMetaData><a:RelatedCategory/><a:ShortTitle>Cross Site Request Forgery</a:ShortTitle></a:ThreatType></a:ThreatTypes></KnowledgeBase><Profile><PromptedKb xmlns=\"\"/></Profile></ThreatModel>"
  },
  {
    "path": "build/config/PoliCheckExclusions.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<PoliCheckExclusions>\n    <!-- Skip app and PDP localization folders except the en-US one -->\n    <Exclusion Type=\"FolderPathFull\">AF-ZA|AM-ET|AR-SA|AS-IN|AZ-LATN-AZ|BG-BG|BN-IN|BS-LATN-BA|CA-ES|CA-ES-VALENCIA|CS-CZ|CY-GB|DA-DK|DE-DE|EL-GR|EN-GB|ES-ES|ES-MX|ET-EE|EU-ES|FA-IR|FI-FI|FIL-PH|FR-CA|FR-FR|GA-IE|GD-GB|GL-ES|GU-IN|HE-IL|HI-IN|HR-HR|HU-HU|HY-AM|ID-ID|IS-IS|IT-IT|JA-JP|KA-GE|KK-KZ|KM-KH|KN-IN|KO-KR|KOK-IN|LB-LU|LO-LA|LT-LT|LV-LV|MI-NZ|MK-MK|ML-IN|MR-IN|MS-MY|MT-MT|NB-NO|NE-NP|NL-NL|NN-NO|OR-IN|PA-IN|PL-PL|PT-BR|PT-PT|QUZ-PE|RO-RO|RU-RU|SK-SK|SL-SI|SQ-AL|SR-CYRL-BA|SR-CYRL-RS|SR-LATN-RS|SV-SE|TA-IN|TE-IN|TH-TH|TR-TR|TT-RU|UG-CN|UK-UA|UR-PK|UZ-LATN-UZ|VI-VN|ZH-CN|ZH-TW</Exclusion>\n</PoliCheckExclusions>\n"
  },
  {
    "path": "build/pipelines/azure-pipelines.ci-internal.yaml",
    "content": "#\n# Continuous Integration (CI) - Internal\n# This pipeline builds and validate the app for all supported architectures, in a production\n# configuration. This pipeline relies on Microsoft-internal resources to run.\n#\n\ntrigger:\n- main\n- release/*\n- feature/*\npr: none\n\nname: 0.$(Date:yyMM).$(DayOfMonth)$(Rev:rr).0\n\nresources:\n  repositories:\n  - repository: 1esPipelines\n    type: git\n    name: 1ESPipelineTemplates/1ESPipelineTemplates\n    ref: refs/tags/release\n\nextends:\n  template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines\n  parameters:\n    pool:\n      name: EssentialExperiences-windows-2022\n      image: MMSWindows2022-Secure\n      os: windows\n    sdl:\n      policheck:\n        enabled: true\n        exclusionsFile: '$(Build.SourcesDirectory)\\build\\config\\PoliCheckExclusions.xml'\n\n    stages:\n    - stage:\n      jobs:\n      - template: /build/pipelines/templates/build-single-architecture.yaml@self\n        parameters:\n          isReleaseBuild: true\n          useReleaseAppxManifest: false\n          platform: x64\n\n      - template: /build/pipelines/templates/build-single-architecture.yaml@self\n        parameters:\n          isReleaseBuild: true\n          useReleaseAppxManifest: false\n          platform: x86\n\n      - template: /build/pipelines/templates/build-single-architecture.yaml@self\n        parameters:\n          isReleaseBuild: true\n          useReleaseAppxManifest: false\n          platform: ARM64\n\n      - template: /build/pipelines/templates/run-ui-tests.yaml@self\n        parameters:\n          platform: x64\n          runsettingsFileName: CalculatorUITests.ci-internal.runsettings\n\n      - template: /build/pipelines/templates/run-ui-tests.yaml@self\n        parameters:\n          platform: x86\n          runsettingsFileName: CalculatorUITests.ci-internal.runsettings\n\n      - template: /build/pipelines/templates/run-unit-tests.yaml@self\n        parameters:\n          platform: x64\n\n      - template: /build/pipelines/templates/run-unit-tests.yaml@self\n        parameters:\n          platform: x86\n\n      - template: /build/pipelines/templates/package-msixbundle.yaml@self\n"
  },
  {
    "path": "build/pipelines/azure-pipelines.loc.yaml",
    "content": "#\n# Localization\n# This pipeline uploads English strings files to the localization service, downloads any translated\n# files which are available, and checks them in to git. This pipeline relies on Microsoft-internal\n# resources to run.\n#\n\nschedules:\n- cron: \"0 5 * * *\"\n  displayName: Daily sync\n  branches:\n    include:\n    - main\n  always: true\n\ntrigger: none\npr: none\n\nname: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)\n\nvariables:\n  isMainBranch: ${{ eq(variables['Build.SourceBranch'], 'refs/heads/main') }}\n\njobs:\n- job: Localize\n  pool:\n    name: EssentialExperiences-windows-2022\n  variables:\n    skipComponentGovernanceDetection: true\n  steps:\n  - checkout: self\n    clean: true\n\n  - task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@5\n    displayName: Send resources to Touchdown Build\n    inputs:\n      teamId: 86\n      authType: FederatedIdentity\n      FederatedIdentityServiceConnection: EE-TDBuild-Localization-FC\n      isPreview: false\n      relativePathRoot: src/Calculator/Resources/en-US/\n      resourceFilePath: '*.resw'\n      outputDirectoryRoot: src/Calculator/Resources/\n      ${{ if eq(variables['isMainBranch'], false) }}:\n        localizationTarget: false\n\n  - script: |\n      cd $(Build.SourcesDirectory)\n      git add -A\n      git diff --cached --exit-code\n      echo ##vso[task.setvariable variable=hasChanges]%errorlevel%\n      git diff --cached > $(Build.ArtifactStagingDirectory)\\LocalizedStrings.patch\n    displayName: Check for changes and create patch file\n\n  - task: PublishPipelineArtifact@0\n    displayName: Publish patch file as artifact\n    condition: and(eq(variables['hasChanges'], '1'), eq(variables['isMainBranch'], true))\n    inputs:\n      artifactName: Patch\n      targetPath: $(Build.ArtifactStagingDirectory)\n"
  },
  {
    "path": "build/pipelines/azure-pipelines.release.yaml",
    "content": "#\n# Release\n# This pipeline builds a version of the app in a production configuration to be released to the\n# Store and the Windows image. This pipeline relies on Microsoft-internal resources to run.\n#\n\ntrigger: none\npr: none\n\nvariables:\n  - name: versionMajor\n    value: 11\n  - name: versionMinor\n    value: 2509\n  - name: versionBuild\n    value: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)]\n  - name: versionPatch\n    value: 0\n  - group: CalculatorTSAConfig\n\nname: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'\n\nparameters:\n- name: publishStore\n  displayName: Publish and flight the package on Store\n  type: boolean\n  default: true\n\n- name: publishVPack\n  displayName: Publish as undocked inbox app via VPack\n  type: boolean\n  default: true\n\nresources:\n  repositories:\n  - repository: 1esPipelines\n    type: git\n    name: 1ESPipelineTemplates/1ESPipelineTemplates\n    ref: refs/tags/release\n\nextends:\n  template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines\n  parameters:\n    pool:\n      name: EssentialExperiences-windows-2022\n      image: MMSWindows2022-Secure\n      os: windows\n    sdl:\n      tsa:\n        enabled: true\n        config:\n          codebaseName: $(TSA.CodebaseName)\n          notificationAliases: $(TSA.NotificationAliases)\n          instanceUrl: $(TSA.InstanceUrl)\n          projectName: $(TSA.ProjectName)\n          areaPath: $(TSA.AreaPath)\n          serviceTreeID: $(TSA.ServiceTreeID)\n          allTools: true\n      codeql:\n        tsaEnabled: true\n      policheck:\n        enabled: true\n        exclusionsFile: '$(Build.SourcesDirectory)\\build\\config\\PoliCheckExclusions.xml'\n\n    stages:\n    - stage: Calculator\n      jobs:\n      - template: /build/pipelines/templates/build-single-architecture.yaml@self\n        parameters:\n          platform: x64\n          isReleaseBuild: true\n          useReleaseAppxmanifest: true\n\n      - template: /build/pipelines/templates/build-single-architecture.yaml@self\n        parameters:\n          platform: x86\n          isReleaseBuild: true\n          useReleaseAppxmanifest: true\n          condition: not(eq(variables['Build.Reason'], 'PullRequest'))\n\n      - template: /build/pipelines/templates/build-single-architecture.yaml@self\n        parameters:\n          platform: ARM64\n          isReleaseBuild: true\n          useReleaseAppxmanifest: true\n          condition: not(eq(variables['Build.Reason'], 'PullRequest'))\n\n      - template: /build/pipelines/templates/run-ui-tests.yaml@self\n        parameters:\n          platform: x64\n          runsettingsFileName: CalculatorUITests.release.runsettings\n\n      - template: /build/pipelines/templates/run-ui-tests.yaml@self\n        parameters:\n          platform: x86\n          runsettingsFileName: CalculatorUITests.release.runsettings\n\n      - template: /build/pipelines/templates/run-unit-tests.yaml@self\n        parameters:\n          platform: x64\n\n      - template: /build/pipelines/templates/run-unit-tests.yaml@self\n        parameters:\n          platform: x86\n\n      - template: /build/pipelines/templates/package-msixbundle.yaml@self\n        parameters:\n          signBundle: true\n          createStoreBrokerPackages: true\n\n      - ${{ if eq(parameters.publishStore, true) }}:\n        - template: /build/pipelines/templates/release-store.yaml@self\n      - ${{ if eq(parameters.publishVPack, true) }}:\n        - template: /build/pipelines/templates/release-vpack.yaml@self\n"
  },
  {
    "path": "build/pipelines/templates/build-single-architecture.yaml",
    "content": "# This template contains a job to build the app for a single architecture.\n\nparameters:\n  isReleaseBuild: false\n  useReleaseAppxManifest: false\n  platform: ''\n  condition: ''\n\njobs:\n- job: Build${{ parameters.platform }}\n  displayName: Build ${{ parameters.platform }}\n  condition: ${{ parameters.condition }}\n  variables:\n    BuildConfiguration: Release\n    BuildPlatform: ${{ parameters.platform }}\n    ${{ if eq(parameters.isReleaseBuild, true) }}:\n      ${{ if eq(parameters.useReleaseAppxManifest, true) }}:\n        ExtraMSBuildArgs: '/p:IsStoreBuild=true /p:UseReleaseAppxManifest=true'\n      ${{ if eq(parameters.useReleaseAppxManifest, false) }}:\n        ExtraMSBuildArgs: '/p:IsStoreBuild=true'\n    ${{ if eq(parameters.isReleaseBuild, false) }}:\n      ${{ if eq(parameters.useReleaseAppxManifest, true) }}:\n        ExtraMSBuildArgs: '/p:UseReleaseAppxManifest=true'\n      ${{ if eq(parameters.useReleaseAppxManifest, false) }}:\n        ExtraMSBuildArgs: ''\n    ${{ if eq(parameters.useReleaseAppxManifest, false) }}:\n      ManifestFileName: 'Package.appxmanifest'\n    ${{ if eq(parameters.useReleaseAppxManifest, true) }}:\n      ManifestFileName: 'Package.Release.appxmanifest'\n  templateContext:\n    sdl:\n      binskim:\n        analyzeTargetGlob: +:f|$(Agent.BuildDirectory)\\binskim\\**\\*\n    outputs:\n    - output: pipelineArtifact\n      displayName: Publish drop artifact\n      targetPath: $(Build.BinariesDirectory)\\$(BuildConfiguration)\\${{ parameters.platform }}\n      artifactName: drop-${{ parameters.platform }}\n\n  steps:\n  - checkout: self\n    fetchDepth: 1\n\n  - ${{ if eq(parameters.isReleaseBuild, true) }}:\n    - task: UniversalPackages@0\n      displayName: Download internals package\n      inputs:\n        command: download\n        downloadDirectory: $(Build.SourcesDirectory)\n        vstsFeed: WindowsInboxApps\n        vstsFeedPackage: calculator-internals\n        vstsPackageVersion: 0.0.122\n\n  - task: NuGetToolInstaller@1\n    displayName: Use NuGet 6.x\n    inputs:\n      versionSpec: 6.x\n\n  - task: NuGetCommand@2\n    displayName: NuGet restore src/Calculator.sln\n    inputs:\n      command: custom\n      arguments: restore src/Calculator.sln -Verbosity Detailed\n\n  - task: PowerShell@2\n    displayName: Set version number in AppxManifest\n    inputs:\n      filePath: $(Build.SourcesDirectory)\\build\\scripts\\UpdateAppxManifestVersion.ps1\n      arguments: '-AppxManifest $(Build.SourcesDirectory)\\src\\Calculator\\$(ManifestFileName) -Version $(Build.BuildNumber)'\n\n  - task: VSBuild@1\n    displayName: 'Build solution src/Calculator.sln'\n    inputs:\n      solution: src/Calculator.sln\n      vsVersion: 17.0\n      msbuildArgs: /bl:$(Build.BinariesDirectory)\\$(BuildConfiguration)\\$(BuildPlatform)\\Calculator.binlog /p:OutDir=$(Build.BinariesDirectory)\\$(BuildConfiguration)\\$(BuildPlatform)\\ /p:GenerateProjectSpecificOutputFolder=true /p:Version=$(Build.BuildNumber) /t:Publish /p:PublishDir=$(Build.BinariesDirectory)\\$(BuildConfiguration)\\$(BuildPlatform)\\publish\\ $(ExtraMSBuildArgs)\n      platform: $(BuildPlatform)\n      configuration: $(BuildConfiguration)\n      maximumCpuCount: true\n\n  - ${{ if eq(parameters.isReleaseBuild, true) }}:\n    - task: CopyFiles@2\n      displayName: Copy Files for BinSkim analysis\n      inputs:\n        SourceFolder: '$(Build.BinariesDirectory)\\$(BuildConfiguration)\\$(BuildPlatform)\\Calculator\\'\n        # Setting up a folder to store all the binary files that we need BinSkim to scan.\n        # If we put more things than we produce pdbs for and can index (such as nuget packages that ship without pdbs), binskim will fail.\n        # Below are ignored files\n        #   - clrcompression.dll\n        #   - WebView2Loader.dll\n        #   - Microsoft.Web.WebView2.Core.dll\n        Contents: |\n          **\\*.dll\n          **\\*.exe\n          !**\\clrcompression.dll\n          !**\\WebView2Loader.dll\n          !**\\Microsoft.Web.WebView2.Core.dll\n        TargetFolder: '$(Agent.BuildDirectory)\\binskim'\n        CleanTargetFolder: true\n        OverWrite: true\n        flattenFolders: false\n        analyzeTarget: '$(Agent.BuildDirectory)\\binskim\\*'\n\n    - task: PublishSymbols@2\n      displayName: Publish symbols\n      inputs:\n        symbolsFolder: $(Build.BinariesDirectory)\\$(BuildConfiguration)\\$(BuildPlatform)\n        searchPattern: '**/*.pdb'\n        symbolServerType: teamServices\n        treatNotIndexedAsWarning: true\n\n    - task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@1\n      displayName: Run PoliCheck\n      inputs:\n        targetType: F\n"
  },
  {
    "path": "build/pipelines/templates/package-msixbundle.yaml",
    "content": "# This template contains a job which takes .msix packages which were built separately for each\n# architecture (arm64, x86, etc.) and combines them into a single .msixbundle. In release builds,\n# this job also signs the bundle and creates StoreBroker packages.\n\nparameters:\n  signBundle: false\n  createStoreBrokerPackages: false\n\njobs:\n- job: Package\n  dependsOn:\n    - Buildx64\n    - Buildx86\n    - BuildARM64\n  condition: |\n    and\n    (\n      in(dependencies.Buildx64.result, 'Succeeded', 'SucceededWithIssues', 'Skipped'),\n      in(dependencies.Buildx86.result, 'Succeeded', 'SucceededWithIssues', 'Skipped'),\n      in(dependencies.BuildARM64.result, 'Succeeded', 'SucceededWithIssues', 'Skipped')\n    )\n  variables:\n    skipComponentGovernanceDetection: true\n    StoreBrokerMediaRootPath: $(TEMP)\\SBMedia\n    StoreBrokerPackagePath: $(Build.ArtifactStagingDirectory)\\storeBrokerPayload\n    PackageX86: $[in(dependencies.Buildx86.result, 'Succeeded', 'SucceededWithIssues')]\n    PackageX64: $[in(dependencies.Buildx64.result, 'Succeeded', 'SucceededWithIssues')]\n    PackageARM64: $[in(dependencies.BuildARM64.result, 'Succeeded', 'SucceededWithIssues')]\n  templateContext:\n    outputs:\n    - ${{ if eq(parameters.signBundle, false) }}:\n      - output: pipelineArtifact\n        displayName: Publish MsixBundle artifact\n        targetPath: $(Build.ArtifactStagingDirectory)\\msixBundle\n        artifactName: msixBundle\n    - ${{ else }}:\n      - output: pipelineArtifact\n        displayName: Publish MsixBundleSigned artifact\n        targetPath: $(Build.ArtifactStagingDirectory)\\msixBundle\n        artifactName: msixBundleSigned\n      - ${{ if eq(parameters.createStoreBrokerPackages, true) }}:\n        - output: pipelineArtifact\n          displayName: Publish StoreBroker Payload artifact\n          targetPath: $(StoreBrokerPackagePath)\n          artifactName: storeBrokerPayload\n\n  steps:\n  - checkout: self\n    fetchDepth: 1\n\n  - task: DownloadPipelineArtifact@2\n    displayName: Download all .msix artifacts (x86)\n    condition: and(succeeded(), eq(variables.PackageX86, 'true'))\n    inputs:\n      artifactName: drop-x86\n      itemPattern: '**/*.msix'\n      targetPath: $(Build.ArtifactStagingDirectory)\\drop\\x86\n\n  - task: DownloadPipelineArtifact@2\n    displayName: Download all .msix artifacts (x64)\n    condition: and(succeeded(), eq(variables.PackageX64, 'true'))\n    inputs:\n      artifactName: drop-x64\n      itemPattern: '**/*.msix'\n      targetPath: $(Build.ArtifactStagingDirectory)\\drop\\x64\n\n  - task: DownloadPipelineArtifact@2\n    displayName: Download all .msix artifacts (ARM64)\n    condition: and(succeeded(), eq(variables.PackageARM64, 'true'))\n    inputs:\n      artifactName: drop-ARM64\n      itemPattern: '**/*.msix'\n      targetPath: $(Build.ArtifactStagingDirectory)\\drop\\ARM64\n\n  - ${{ if or(eq(parameters.createStoreBrokerPackages, true), eq(parameters.signBundle, true)) }}:\n    - task: UniversalPackages@0\n      displayName: Download internals package\n      inputs:\n        command: download\n        downloadDirectory: $(Build.SourcesDirectory)\n        vstsFeed: WindowsInboxApps\n        vstsFeedPackage: calculator-internals\n        vstsPackageVersion: 0.0.122\n\n  - task: PowerShell@2\n    displayName: Generate MsixBundle mapping\n    inputs:\n      filePath: $(Build.SourcesDirectory)\\build\\scripts\\CreateMsixBundleMapping.ps1\n      arguments: '-InputPath $(Build.ArtifactStagingDirectory)\\drop -ProjectName Calculator -OutputFile $(Build.BinariesDirectory)\\MsixBundleMapping.txt'\n\n  - powershell: |\n      $buildVersion = [version]$Env:BUILDVERSION\n      $bundleVersion = \"2021.$($buildVersion.Minor).$($buildVersion.Build).$($buildVersion.Revision)\"\n      & \"C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.26100.0\\x64\\MakeAppx.exe\" bundle /v /bv $bundleVersion /f $Env:MAPPINGFILEPATH /p $Env:OUTPUTPATH\n    displayName: Make MsixBundle\n    env:\n      BUILDVERSION: $(Build.BuildNumber)\n      MAPPINGFILEPATH: $(Build.BinariesDirectory)\\MsixBundleMapping.txt\n      OUTPUTPATH: $(Build.BinariesDirectory)\\Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle\n\n  - task: CopyFiles@2\n    displayName: Copy MsixBundle to staging directory\n    inputs:\n      sourceFolder: $(Build.BinariesDirectory)\n      contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle\n      targetFolder: $(Build.ArtifactStagingDirectory)\\msixBundle\n\n  - ${{ if eq(parameters.signBundle, true) }}:\n    - pwsh: |\n        $configPath = \"$(Build.SourcesDirectory)\\Tools\\Build\\Signing\\ESRP-codesign.json\"\n        $config = Get-Content -Raw $configPath | ConvertFrom-Json\n        $esrpAppRegClientId = $config.AppRegistrationClientId\n        $esrpAppRegTenantId = $config.AppRegistrationClientId\n        $esrpClientId = $config.EsrpClientId\n        echo AppRegistrationClientId:$esrpAppRegClientId, AppRegTenantId:$esrpAppRegTenantId, EsrpClientId:$esrpClientId\n        echo \"##vso[task.setvariable variable=EsrpAppRegClientId]$esrpAppRegClientId\"\n        echo \"##vso[task.setvariable variable=EsrpAppRegTenantId]$esrpAppRegTenantId\"\n        echo \"##vso[task.setvariable variable=EsrpClientId]$esrpClientId\"\n      displayName: Get ESRP config\n\n    - task: EsrpCodeSigning@5\n      displayName: Send msixbundle to code signing service\n      inputs:\n        ConnectedServiceName: Essential Experiences Codesign PME\n        UseMSIAuthentication: true\n        AppRegistrationClientId: $(EsrpAppRegClientId)\n        AppRegistrationTenantId: $(EsrpAppRegTenantId)\n        EsrpClientId: $(EsrpClientId)\n        AuthAKVName: EE-Apps-CodeSign-KV\n        AuthCertName: EE-Auth-Cert\n        AuthSignCertName: EE-Codesign-Cert\n        FolderPath: $(Build.ArtifactStagingDirectory)\\msixBundle\n        Pattern: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle\n        signConfigType: inlineSignParams\n        inlineOperation: |\n          [\n            {\n              \"CertTemplateName\": \"WINMSAPP1ST\",\n              \"CertSubjectName\": \"CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US\",\n              \"KeyCode\": \"Dynamic\",\n              \"OperationCode\": \"SigntoolvNextSign\",\n              \"Parameters\": {\n                \"OpusName\": \"Microsoft\",\n                \"OpusInfo\": \"http://www.microsoft.com\",\n                \"FileDigest\": \"/fd \\\"SHA256\\\"\",\n                \"TimeStamp\": \"/tr \\\"http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer\\\" /td sha256\"\n              },\n              \"ToolName\": \"sign\",\n              \"ToolVersion\": \"1.0\"\n            },\n            {\n              \"CertTemplateName\": \"WINMSAPP1ST\",\n              \"CertSubjectName\": \"CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US\",\n              \"KeyCode\": \"Dynamic\",\n              \"OperationCode\": \"SigntoolvNextVerify\",\n              \"Parameters\": {},\n              \"ToolName\": \"sign\",\n              \"ToolVersion\": \"1.0\"\n            }\n          ]\n\n    - ${{ if eq(parameters.createStoreBrokerPackages, true) }}:\n      - powershell: |\n          # Just modify this line to indicate where your en-us PDP file is. Leave the other lines alone.\n          $enUSPdpFilePath = \"$(Build.SourcesDirectory)\\PDP\\en-US\\PDP.xml\"\n\n          # This is going to save the release value from the PDP file to $(SBMediaReleaseVersion)\n          # which you can then refer to in the UniversalPackages task.\n          $release = ([xml](Get-Content $enUSPdpFilePath)).ProductDescription.Release.Trim()\n          Write-Host \"##vso[task.setvariable variable=SBMediaReleaseVersion;]$release\"\n        displayName: Determine the PDP Media release version from the en-us PDP file\n\n      - task: UniversalPackages@0\n        displayName: Download PDP media (screenshots, trailers) universal package\n        inputs:\n          command: download\n          downloadDirectory: $(StoreBrokerMediaRootPath)/$(SBMediaReleaseVersion)\n          vstsFeed: WindowsInboxApps\n          vstsFeedPackage: calculator-pdp-media\n          vstsPackageVersion: $(SBMediaReleaseVersion)\n\n      - task: MS-RDX-MRO.windows-store-publish.package-task.store-package@3\n        displayName: Create StoreBroker Payload\n        inputs:\n          serviceEndpoint: Calculator StoreBroker FC\n          sbConfigPath: Tools/Build/StoreBroker/SBCalculatorConfig.json\n          sourceFolder: $(Build.ArtifactStagingDirectory)/msixBundle\n          contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle\n          pdpPath: $(Build.SourcesDirectory)\\PDP\n          pdpInclude: PDP.xml\n          pdpMediaPath: $(StoreBrokerMediaRootPath)\n          outSBPackagePath: $(StoreBrokerPackagePath)\n          outSBName: SBCalculator\n"
  },
  {
    "path": "build/pipelines/templates/release-store.yaml",
    "content": "# This template contains jobs to release the app to the Store.\n\njobs:\n- job: ReleaseStore\n  dependsOn: Package\n  templateContext:\n    type: releaseJob\n    isProduction: true\n    inputs:\n    - input: pipelineArtifact\n      artifactName: storeBrokerPayload\n  variables:\n    FlightId: 161f0975-cb5f-475b-8ef6-26383c37621f\n    AppId: 9WZDNCRFHVN5\n    ProductId: 00009007199266248474\n  steps:\n  - checkout: none\n\n  - task: MS-RDX-MRO.windows-store-publish.flight-task.store-flight@3\n    displayName: Flight StoreBroker Payload to team ring\n    name: StoreBrokerFlight\n    inputs:\n      serviceEndpoint: Calculator StoreBroker FC\n      appId: $(AppId)\n      flightId: $(FlightId)\n      inputMethod: JsonAndZip\n      jsonPath: $(Pipeline.Workspace)\\SBCalculator.json\n      zipPath: $(Pipeline.Workspace)\\SBCalculator.zip\n      force: true\n      skipPolling: true\n      targetPublishMode: Immediate\n      logPath: $(Pipeline.Workspace)\\StoreBroker.log\n      deletePackages: true\n      numberOfPackagesToKeep: 0\n\n  - task: APS-Aero-Package.aero-upload-task.AeroUploadTask.AeroUpload@2\n    displayName: Aero Upload (FC)\n    inputs:\n      productId: $(ProductId)\n      flightId: $(FlightId)\n      submissionId: $(StoreBrokerFlight.WS_SubmissionId)\n      submissionDataPath: $(Pipeline.Workspace)\\SBCalculator.json\n      packagePath: $(Pipeline.Workspace)\\SBCalculator.zip\n      serviceEndpoint: AeroUpload-Calculator-FC\n"
  },
  {
    "path": "build/pipelines/templates/release-vpack.yaml",
    "content": "# This template contains a job to create a VPack. The VPack is used to preinstall the app in a\n# Windows OS build.\n\njobs:\n- job: ReleaseVPack\n  dependsOn: Package\n  variables:\n    skipComponentGovernanceDetection: true\n  templateContext:\n    outputs:\n    - output: pipelineArtifact\n      displayName: Publish vpack\\app artifact with vpack manifest\n      targetPath: $(XES_VPACKMANIFESTDIRECTORY)\\$(XES_VPACKMANIFESTNAME)\n      artifactName: vpackManifest\n      sbomEnabled: false\n\n  steps:\n  - checkout: none\n\n  - download: current\n    displayName: Download msixBundleSigned artifact\n    artifact: msixBundleSigned\n\n  - task: CopyFiles@2\n    displayName: Copy signed MsixBundle to vpack staging folder\n    inputs:\n      sourceFolder: $(Pipeline.Workspace)\\msixBundleSigned\n      contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle\n      targetFolder: $(Pipeline.Workspace)\\vpack\\msixBundle\n\n  - task: AzureCLI@2\n    displayName: Register SBOM sign service connection\n    inputs:\n      azureSubscription: Essential Experiences SBOMSign PME\n      scriptType: ps\n      scriptLocation: inlineScript\n      inlineScript: Write-Host \"Registering service connection for current run\"\n      visibleAzLogin: false\n\n  - task: UniversalPackages@0\n    displayName: Download internals package\n    inputs:\n      command: download\n      downloadDirectory: $(Build.SourcesDirectory)\n      vstsFeed: WindowsInboxApps\n      vstsFeedPackage: calculator-internals\n      vstsPackageVersion: 0.0.122\n\n  - pwsh: |\n      $configPath = \"$(Build.SourcesDirectory)\\Tools\\Build\\Signing\\ESRP-auth.json\"\n      $auth = Get-Content -Raw $configPath | ConvertFrom-Json\n      $sbomKeyCode = $auth._ExtraContext.SbomKeyCode\n      echo $sbomKeyCode\n      echo \"##vso[task.setvariable variable=SbomKeyCode]$sbomKeyCode\"\n    displayName: Get SBOM Key Code\n\n  - task: PkgESVPack@12\n    displayName: Create and push vpack for app\n    env:\n      SYSTEM_ACCESSTOKEN: $(System.AccessToken)\n    inputs:\n      sourceDirectory: $(Pipeline.Workspace)\\vpack\\msixBundle\n      description: VPack for the Calculator Application\n      pushPkgName: calculator.app\n      version: $(versionMajor).$(versionMinor).$(versionBuild)\n      owner: paxeeapps\n      provData: true\n      taskLogVerbosity: Diagnostic\n      coseUsageScenario: 'product'\n      signSbom: true\n      sbomKeyCode: $(SbomKeyCode)\n      pathToEsrpAuthJson: '$(Build.SourcesDirectory)\\Tools\\Build\\Signing\\ESRP-auth.json'\n"
  },
  {
    "path": "build/pipelines/templates/run-ui-tests.yaml",
    "content": "# This template contains jobs to run UI tests using WinAppDriver.\n\nparameters:\n  platform: ''\n  runsettingsFileName: ''\n\njobs:\n- job: UITests${{ parameters.platform }}\n  displayName: UITests ${{ parameters.platform }}\n  dependsOn: Build${{ parameters.platform }}\n  condition: succeeded()\n  variables:\n    skipComponentGovernanceDetection: true\n    DropName: drop-${{ parameters.platform }}\n\n  steps:\n  - checkout: self\n    fetchDepth: 1\n\n  - task: PowerShell@2\n    displayName: Turn off animation effects\n    inputs:\n      filePath: $(Build.SourcesDirectory)\\build\\scripts\\TurnOffAnimationEffects.ps1\n\n  - task: ScreenResolutionUtility@1\n    displayName: Set resolution to 1920x1080\n    inputs:\n      displaySettings: 'specific'\n      width: 1920\n      height: 1080\n\n  - download: current\n    displayName: Download MsixBundle and CalculatorUITests\n    artifact: $(DropName)\n    patterns: |\n      Calculator/AppPackages/**\n      publish/**\n\n  - powershell: |\n      $(Build.SourcesDirectory)/build/scripts/SignTestApp.ps1 -AppToSign '$(Pipeline.Workspace)/$(DropName)/Calculator/AppPackages/Calculator_*_Test/Calculator_*.msixbundle'\n      $(Pipeline.Workspace)/$(DropName)/Calculator/AppPackages/Calculator_*_Test/Add-AppDevPackage.ps1 -Force\n    displayName: Install app\n\n  - task: VSTest@2\n    displayName: Run CalculatorUITests\n    inputs:\n      testAssemblyVer2: $(Pipeline.Workspace)/$(DropName)/publish/CalculatorUITests.dll\n      runSettingsFile: $(Pipeline.Workspace)/$(DropName)/publish/${{ parameters.runsettingsFileName }}\n      platform: ${{ parameters.platform }}\n      configuration: Release\n"
  },
  {
    "path": "build/pipelines/templates/run-unit-tests.yaml",
    "content": "# This template contains jobs to run unit tests.\n\nparameters:\n  platform: ''\n  runsettingsFileName: ''\n\njobs:\n- job: UnitTests${{ parameters.platform }}\n  displayName: UnitTests ${{ parameters.platform }}\n  dependsOn: Build${{ parameters.platform }}\n  condition: succeeded()\n  variables:\n    skipComponentGovernanceDetection: true\n    UnitTestsDir: $(Pipeline.Workspace)\\drop-${{ parameters.platform }}\\CalculatorUnitTests\\AppPackages\\CalculatorUnitTests_Test\n  steps:\n  - checkout: self\n    fetchDepth: 1\n  \n  - download: current\n    displayName: Download CalculatorUnitTests\n    artifact: drop-${{ parameters.platform }}\n    patterns: '**/CalculatorUnitTests_Test/**'\n\n  - powershell: |\n      $(Build.SourcesDirectory)/build/scripts/SignTestApp.ps1 -AppToSign '$(UnitTestsDir)\\CalculatorUnitTests.msix'\n    displayName: Sign unit tests\n\n  - task: VSTest@2\n    displayName: Run CalculatorUnitTests\n    inputs:\n      testAssemblyVer2: $(UnitTestsDir)\\CalculatorUnitTests.msix\n      otherConsoleOptions: /Platform:${{ parameters.platform }}\n"
  },
  {
    "path": "build/scripts/CreateMsixBundleMapping.ps1",
    "content": "# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License.\n\n<#\n.SYNOPSIS\n    Generates a mapping file to be used with the MakeAppx tool. It generates the file based on\n    a folder structure grouped by architecture then by project, like this example:\n\n    drop\\\n        ARM64\\\n            Project\\\n                AppPackages\\\n                    Project_ARM64.msix\n                    Project_scale-100.msix\n        x64\\\n            Project\\\n                AppPackages\\\n                    Project_x64.msix\n                    Project_scale-100.msix\n\n.PARAMETER InputPath\n    The path where msix packages to bundle are located.\n\n.PARAMETER ProjectName\n    The folder name within each architecture to search recursively for msix packages. The msix files\n    must also have the ProjectName in their file names.\n\n.PARAMETER OutputFile\n    The path to write the generated mapping file.\n\n.EXAMPLE\n    Create-MsixBundleMapping -InputPath \"C:\\drop\" -ProjectName \"CalculatorApp\" -OutputFile \"C:\\Temp\\MsixBundleMapping.txt\"\n#>\nparam(\n    [Parameter(Mandatory)]\n    [string]\n    $InputPath,\n\n    [Parameter(Mandatory)]\n    [string]\n    $ProjectName,\n\n    [Parameter(Mandatory)]\n    [string]\n    $OutputFile\n)\n\n# List all msix packages by architecture\n$architectures = @(Get-ChildItem -Path $InputPath -Directory | Foreach-Object Name | Foreach-Object ToLower)\nif ($architectures.Count -lt 1)\n{\n    throw \"No architecture-specific folders found in $InputPath\"\n}\n\n$defaultArchitecture = $architectures[0]\n$packages = @{}\nforeach ($architecture in $architectures)\n{\n    $projectPath = [IO.Path]::Combine($InputPath, $architecture, $ProjectName)\n    $packages[$architecture] = Get-ChildItem -Path $projectPath -Recurse -Filter *$ProjectName*.msix\n\n    if ($packages[$architecture].Count -lt 1)\n    {\n        throw \"No .msix files found for architecture $architecture in $projectPath\"\n    }\n}\n\n# List msix packages which are common to all architectures\n$commonPackages = $packages[$defaultArchitecture]\nforeach ($architecture in $architectures)\n{\n    $commonPackages = $packages[$architecture] | Where {$commonPackages.Name -Contains $_.Name}\n}\n\n# List msix packages which are architecture-specific and verify that there is exactly one per\n# architecture.\n$architectureSpecificPackages = @()\nif ($architectures.Count -gt 1)\n{\n    foreach ($architecture in $architectures)\n    {\n        $uniquePackages = $packages[$architecture] | Where {$commonPackages.Name -NotContains $_.Name}\n        if ($uniquePackages.Count -ne 1)\n        {\n            throw \"Found multiple architecture-specific packages for architecture $($architecture): $($uniquePackages.Name)\"\n        }\n        $architectureSpecificPackages += $uniquePackages[0]\n    }\n}\n\n# Write the mapping file\nSet-Content $OutputFile \"[Files]\"\nforeach ($package in ($architectureSpecificPackages + $commonPackages))\n{\n    $mapping = \"`\"$($package.FullName)`\" `\"$($package.Name)`\"\"\n    Write-Host $mapping\n    Add-Content $OutputFile $mapping\n}"
  },
  {
    "path": "build/scripts/SignTestApp.ps1",
    "content": "#requires -RunAsAdministrator\nparam(\n    [Parameter(Position = 0, Mandatory = $true)][string]$AppToSign,\n    [string]$SignTool = \"C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.*\\x64\\signtool.exe\"\n)\n\n$AppToSign = (Resolve-Path -Path $AppToSign)[-1]\nWrite-Host \"AppToSign: $AppToSign\"\n$SignTool = (Resolve-Path -Path $SignTool)[-1]\nWrite-Host \"SignTool: $SignTool\"\nif ((Test-Path -Path $SignTool -PathType Leaf) -ne $true) {\n    Write-Error \"signtool is not found with the given argument: $SignTool\" -ErrorAction Stop\n}\n\n$codeSignOid = New-Object -TypeName \"System.Security.Cryptography.Oid\" -ArgumentList @(\"1.3.6.1.5.5.7.3.3\")\n$oidColl = New-Object -TypeName \"System.Security.Cryptography.OidCollection\"\n$oidColl.Add($codeSignOid) > $null\n$publisher = \"CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US\"\n$certReq = New-Object -TypeName \"System.Security.Cryptography.X509Certificates.CertificateRequest\" `\n    -ArgumentList @($publisher, ([System.Security.Cryptography.ECDsa]::Create()), \"SHA256\") \n$certReq.CertificateExtensions.Add((New-Object -TypeName \"System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension\" `\n            -ArgumentList @($oidColl, $false)))\n$now = Get-Date\n$cert = $certReq.CreateSelfSigned($now, $now.AddHours(1))\n\n$pfxFile = \"$($env:TEMP)\\$(New-Guid).pfx\"\n[System.IO.File]::WriteAllBytes($pfxFile, $cert.Export(\"Pfx\"))\nWrite-Host \"Exported PFX: $pfxFile\"\n\n& $SignTool sign /fd SHA256 /a /f $pfxFile $AppToSign\nWrite-Host \"Certificate Thumbprint: $($cert.Thumbprint.ToLower())\"\n\nImport-PfxCertificate -CertStoreLocation 'Cert:\\LocalMachine\\TrustedPeople' -FilePath $pfxFile > $null\n"
  },
  {
    "path": "build/scripts/TurnOffAnimationEffects.ps1",
    "content": "# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License.\n\n<#\n.SYNOPSIS\n    Disables animations on the system. Equivalent to turning off the \"Animation effects\" setting in the Windows Settings app.\n#>\n\nAdd-Type -AssemblyName System.Runtime.WindowsRuntime\n$asTaskGeneric = ([System.WindowsRuntimeSystemExtensions].GetMethods() | ? { $_.Name -eq 'AsTask' -and $_.GetParameters().Count -eq 1 -and $_.GetParameters()[0].ParameterType.Name -eq 'IAsyncOperation`1' })[0]\n\nFunction WaitForAsyncAction($WinRtTask, $ResultType) {\n    $asTask = $asTaskGeneric.MakeGenericMethod($ResultType)\n    $task = $asTask.Invoke($null, @($WinRtTask))\n    $task.GetAwaiter().GetResult()\n}\n\n[Windows.UI.ViewManagement.Core.UISettingsController,Windows.UI.ViewManagement.Core,ContentType=WindowsRuntime] | Out-Null\n\n$controller = WaitForAsyncAction ([Windows.UI.ViewManagement.Core.UISettingsController]::RequestDefaultAsync())  ([Windows.UI.ViewManagement.Core.UISettingsController])\n\n$controller.SetAnimationsEnabled($false)\n"
  },
  {
    "path": "build/scripts/UpdateAppxManifestVersion.ps1",
    "content": "# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the MIT License.\n\n<#\n.SYNOPSIS\n    Updates the version number in an AppxManifest file.\n\n.PARAMETER AppxManifest\n    The path to the AppxManifest file.\n\n.PARAMETER Version\n    The version number to write into the file.\n\n.EXAMPLE\n    Update-AppxManifestVersion -AppxManifest \"C:\\App\\Package.appxmanifest\" -Version \"3.2.1.0\"\n#>\nparam(\n    [ValidateScript({Test-Path $_ -PathType 'Leaf'})]\n    [Parameter(Mandatory)]\n    [string]\n    $AppxManifest,\n\n    [ValidateScript({[version]$_})]\n    [Parameter(Mandatory)]\n    [string]\n    $Version\n)\n\n$xmlDoc = [XML](Get-Content $AppxManifest)\n$xmlDoc.Package.Identity.setAttribute(\"Version\", $Version);\n$xmlDoc.Save($AppxManifest)"
  },
  {
    "path": "docs/ApplicationArchitecture.md",
    "content": "# Application Architecture\n\nWindows Calculator is a [C++/CX][C++/CX] application, built for the Universal Windows Platform ([UWP][What is UWP?]).\nCalculator uses the [XAML][XAML Overview] UI framework, and the project follows the Model-View-ViewModel ([MVVM][MVVM])\ndesign pattern. This document discusses each of the layers and how they are related to the three Visual Studio projects\nthat build into the final Calculator application.\n\n--------------------\n## Table of Contents\n\n* [View](#view)\n    * [VisualStates](#visualstates)\n    * [Data-Binding](#data-binding)\n* [ViewModel](#viewmodel)\n    * [PropertyChanged Events](#propertychanged-events)\n* [Model](#model)\n\n--------------------\n\n## View\n\nThe View layer is contained in the [Calculator project][Calculator folder]. This project contains mostly XAML files\nand various custom controls that support the UI. [App.xaml][App.xaml] contains many of the [static][StaticResource] and\n[theme][ThemeResource] resources that the other XAML files will reference. Its code-behind file, [App.xaml.cs][App.xaml.cs],\ncontains the main entry point to the application. On startup, it navigates to the main page.\n\n```C#\nrootFrame.Navigate(typeof(MainPage), argument)\n```\n\nIn Calculator, there is only one concrete [Page][Page] class: [MainPage.xaml][MainPage.xaml]. `MainPage` is the root\ncontainer for all the other application UI elements.  As you can see, there's not much content. `MainPage` uses a\n`NavigationView` control to display the toggleable navigation menu, and empty containers for delay-loaded UI elements.\nOf the many modes that Calculator shows in its menu, there are actually only three XAML files that `MainPage` needs to\nmanage in order to support all modes. They are:\n\n* [Calculator.xaml][Calculator.xaml]: This [UserControl] is itself a container for the [Standard][CalculatorStandardOperators.xaml],\n  [Scientific][CalculatorScientificOperators.xaml], and [Programmer][CalculatorProgrammerOperators.xaml] modes.\n* [DateCalculator.xaml][DateCalculator.xaml]: Everything needed for the DateCalculator mode.\n* [UnitConverter.xaml][UnitConverter.xaml]: One `UserControl` to support every Converter mode.\n\n### VisualStates\n\n[VisualStates][VisualState] are used to change the size, position, and appearance ([Style][Style]) of UI elements\nin order to create an adaptive, responsive UI. A transition to a new `VisualState` is often triggered by specific\nwindow sizes. Here are a few important examples of `VisualStates` in Calculator. Note that it is not a\ncomplete list. When making UI changes, make sure you are considering the various `VisualStates` and layouts that\nCalculator defines.\n\n#### History/Memory Dock Panel expansion\n\nIn the Standard, Scientific, and Programmer modes, the History/Memory panel is exposed as a flyout in small window sizes.\nOnce the window is resized to have enough space, the panel becomes docked along the edge of the window.\n\n<img src=\"Images\\VisualStates\\Standard1.gif\" height=\"400\" />\n\n#### Scientific mode, inverse function button presence\n\nIn the Scientific mode, for small window sizes there is not enough room to show all the function buttons. The mode\nhides some of the buttons and provides a Shift (↑) button to toggle the visibility of the collapsed rows. When the\nwindow size is large enough, the buttons are re-arranged to display all function buttons at the same time.\n\n<img src=\"Images\\VisualStates\\Scientific1.gif\" height=\"400\" />\n\n#### Unit Converter aspect ratio adjustment\n\nIn the Unit Converter mode, the converter inputs and the numberpad will re-arrange depending on if the window is in\na Portrait or Landscape aspect ratio.\n\n<img src=\"Images\\VisualStates\\Converter1.gif\" height=\"400\" />\n\n### Data-Binding\n\nCalculator uses [data binding][Data Binding] to dynamically update the properties of UI elements. If this concept\nis new for you, it's also worth reading about [data binding in depth][Data binding in depth].\n\nThe [x:Bind][x:Bind] markup extension is a newer replacement for the older [Binding][Binding] style. You may see both\nstyles in the Calculator codebase. Prefer `x:Bind` in new contributions because it has better performance. If you need\nto add or modify an existing `Binding`, updating to `x:Bind` is a great first step. Make sure to read and understand\nthe difference between the two styles, as there are some subtle behavioral changes. Refer to the\n[binding feature comparison][BindingComparison] to learn more.\n\n------------\n## ViewModel\n\nThe ViewModel layer is contained in the [CalcViewModel][CalcViewModel folder] project. ViewModels provide a source of\ndata for the UI to bind against and act as the intermediary separating pure business logic from UI components that\nshould not care about the model's implementation. Just as the View layer consists of a hierarchy of XAML files, the\nViewModel consists of a hierarchy of ViewModel files. The relationship between XAML and ViewModel files is often 1:1.\nHere are the notable ViewModel files to start exploring with:\n\n* [ApplicationViewModel.h][ApplicationViewModel.h]: The ViewModel for [MainPage.xaml][MainPage.xaml]. This ViewModel\n  is the root of the other mode-specific ViewModels. The application changes between modes by updating the `Mode` property\n  of the `ApplicationViewModel`. The ViewModel will make sure the appropriate ViewModel for the new mode is initialized.\n* [StandardCalculatorViewModel.h][StandardCalculatorViewModel.h]: The ViewModel for [Calculator.xaml][Calculator.xaml].\n  This ViewModel exposes functionality for the main three Calculator modes: Standard, Scientific, and Programmer.\n* [DateCalculatorViewModel.h][DateCalculatorViewModel.h]: The ViewModel for [DateCalculator.xaml][DateCalculator.xaml].\n* [UnitConverterViewModel.h][UnitConverterViewModel.h]: The ViewModel for [UnitConverter.xaml][UnitConverter.xaml].\n  This ViewModel implements the logic to support every converter mode, including Currency Converter.\n\n### PropertyChanged Events\n\nIn order for [data binding](#data-binding) to work, ViewModels need a way to inform the XAML framework about\nupdates to their member properties. Most ViewModels in the project do so by implementing the\n[INotifyPropertyChanged][INotifyPropertyChanged] interface. The interface requires that the class provides a\n[PropertyChanged event][PropertyChanged]. Clients of the ViewModel (such as the UI), can register for the\n`PropertyChanged` event from the ViewModel, then re-evaluate bindings or handle the event in code-behind when the\nViewModel decides to raise the event. ViewModels in the Calculator codebase generally uses a macro, defined in the\n[Utils.h][Utils.h] utility file, to implement the `INotifyPropertyChanged` interface. Here is a standard\nimplementation, taken from [ApplicationViewModel.h][ApplicationViewModel.h].\n\n```C++\n[Windows::UI::Xaml::Data::Bindable]\npublic ref class ApplicationViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n{\npublic:\n    ApplicationViewModel();\n\n    OBSERVABLE_OBJECT();\n```\n\nThe `OBSERVABLE_OBJECT()` macro defines the required `PropertyChanged` event. It also defines a private\n`RaisePropertyChanged` helper function for the class. The function takes a property name and raises a\n`PropertyChanged` event for that property.\n\nProperties that are intended to be the source for a data binding are also typically implemented with a macro. Here is\none such property from `ApplicationViewModel`:\n\n```C++\nOBSERVABLE_PROPERTY_RW(Platform::String^, CategoryName);\n```\n\nThe `OBSERVABLE_PROPERTY_RW` macro defines a Read/Write property that will raise a `PropertyChanged` event if its value\nchanges. Read/Write means the property exposes both a public getter and setter. For efficiency and to avoid raising\nunnecessary `PropertyChanged` events, the setter for these types of properties will check if the new value is\ndifferent from the previous value before raising the event.\n\nFrom this example, either `ApplicationViewModel` or clients of the class can simply assign to the `CategoryName`\nproperty and a `PropertyChanged` event will be raised, allowing the UI to respond to the new `CategoryName` value.\n\n--------\n## Model\n\nThe Model for the Calculator modes is contained in the [CalcManager][CalcManager folder] project. It consists of three layers: a `CalculatorManager`, which relies on a `CalcEngine`, which relies on the `Ratpack`.\n\n### CalculatorManager\n\nThe CalculatorManager contains the logic for managing the overall Calculator app's data such as the History and Memory lists, as well as maintaining the instances of calculator engines used for the various modes. The interface to this layer is defined in [CalculatorManager.h][CalculatorManager.h].\n\n### CalcEngine\n\nThe CalcEngine contains the logic for interpreting and performing operations according to the commands passed to it. It maintains the current state of calculations and relies on the RatPack for performing mathematical operations. The interface to this layer is defined in [CalcEngine.h][CalcEngine.h].\n\n### RatPack\n\nThe RatPack (short for Rational Pack) is the core of the Calculator model and contains the logic for\nperforming its mathematical operations (using [infinite precision][Infinite Precision] arithmetic\ninstead of regular floating point arithmetic). The interface to this layer is defined in [ratpak.h][ratpak.h].\n\n[References]:####################################################################################################\n\n[C++/CX]:                             https://docs.microsoft.com/en-us/cpp/cppcx/visual-c-language-reference-c-cx\n[What is UWP?]:                       https://docs.microsoft.com/en-us/windows/uwp/get-started/universal-application-platform-guide\n[XAML Overview]:                      https://docs.microsoft.com/en-us/windows/uwp/xaml-platform/xaml-overview\n[MVVM]:                               https://docs.microsoft.com/en-us/windows/uwp/data-binding/data-binding-and-mvvm\n\n[Calculator folder]:                  ../src/Calculator\n[App.xaml]:                           ../src/Calculator/App.xaml\n[App.xaml.cs]:                       ../src/Calculator/App.xaml.cs\n[StaticResource]:                     https://docs.microsoft.com/en-us/windows/uwp/xaml-platform/staticresource-markup-extension\n[ThemeResource]:                      https://docs.microsoft.com/en-us/windows/uwp/xaml-platform/themeresource-markup-extension\n[Page]:                               https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Xaml.Controls.Page\n[UserControl]:                        https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Xaml.Controls.UserControl\n[MainPage.xaml]:                      ../src/Calculator/Views/MainPage.xaml\n[Calculator.xaml]:                    ../src/Calculator/Views/Calculator.xaml\n[CalculatorStandardOperators.xaml]:   ../src/Calculator/Views/CalculatorStandardOperators.xaml\n[CalculatorScientificOperators.xaml]: ../src/Calculator/Views/CalculatorScientificOperators.xaml\n[CalculatorProgrammerOperators.xaml]: ../src/Calculator/Views/CalculatorProgrammerOperators.xaml\n[DateCalculator.xaml]:                ../src/Calculator/Views/DateCalculator.xaml\n[UnitConverter.xaml]:                 ../src/Calculator/Views/UnitConverter.xaml\n\n[VisualState]:                        https://docs.microsoft.com/en-us/windows/uwp/design/layout/layouts-with-xaml#adaptive-layouts-with-visual-states-and-state-triggers\n[Style]:                              https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/xaml-styles\n\n[Data Binding]:                       https://docs.microsoft.com/en-us/windows/uwp/data-binding/data-binding-quickstart\n[Data binding in depth]:              https://docs.microsoft.com/en-us/windows/uwp/data-binding/data-binding-in-depth\n[x:Bind]:                             https://docs.microsoft.com/en-us/windows/uwp/xaml-platform/x-bind-markup-extension\n[Binding]:                            https://docs.microsoft.com/en-us/windows/uwp/xaml-platform/binding-markup-extension\n[BindingComparison]:                  https://docs.microsoft.com/en-us/windows/uwp/data-binding/data-binding-in-depth#xbind-and-binding-feature-comparison\n\n[CalcViewModel folder]:               ../src/CalcViewModel\n[ApplicationViewModel.h]:             ../src/CalcViewModel/ApplicationViewModel.h\n[StandardCalculatorViewModel.h]:      ../src/CalcViewModel/StandardCalculatorViewModel.h\n[DateCalculatorViewModel.h]:          ../src/CalcViewModel/DateCalculatorViewModel.h\n[UnitConverterViewModel.h]:           ../src/CalcViewModel/UnitConverterViewModel.h\n\n[INotifyPropertyChanged]:             https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.data.inotifypropertychanged\n[PropertyChanged]:                    https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.data.inotifypropertychanged.propertychanged\n[Utils.h]:                            ../src/CalcViewModel/Common/Utils.h\n\n[CalcManager folder]:                 ../src/CalcManager\n[CalculatorManager.h]:                ../src/CalcManager/CalculatorManager.h\n[CalcEngine.h]:                       ../src/CalcManager/Header&#32;Files/CalcEngine.h\n[Infinite Precision]:                 https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic\n[ratpak.h]:                           ../src/CalcManager/Ratpack/ratpak.h\n"
  },
  {
    "path": "docs/ManualTests.md",
    "content": "# Calculator Manual Tests\nThese manual tests are run before every release of the Calculator app.\n\n## Smoke Tests\n\n### Calculators\n\n### Math in Standard Calculator \n\n**Test 1**\nSteps:\n1. From the Standard Calculator page, input “3”, “+”, “3”, “Enter” on the keyboard \n*Expected: “6” shows up in the display *\n2. Input “4”, “-”, “2”, “=” using the in-app buttons \n*Expected: “2” shows up in the display*\n \n **Test 2**\n Steps:\n1. From the Standard Calculator page, input “3”, “+”, “3”, “Enter” on the keyboard \n2. Navigate to the History pane, and verify that “3 + 3 = 6” shows up in the pane \n3. Input “MS” using the in-app buttons \n4. Navigate to the Memory pane\n*Expected: “6” shows up in the pane*\n\n### Math in Scientific Calculator\n\n**Test 1**\nSteps: \n1. From the Scientific Calculator page, input “3”, “^”, “3”, “Enter” on the keyboard \n*Expected: “27” shows up in the display*\n\n**Test 2**\nSteps:\n1. Input “5”, “n!”, “=” using the in-app buttons \n*Expected: “120” shows up in the display*\n\n### Math in Programmer Calculator \n\n**Test 1**\nSteps:\n1. From the Programmer Calculator page, input “1”, “&”, “0”, “Enter” on the keyboard \n*Expected: “0” shows up in the display*\n\n**Test 2**\nSteps:\n1. Input “15” using the in-app buttons and select “HEX” \n*Expected: “F” shows up in the display and the letters A-F show up as in-app buttons*\n\n### Converters \n\n**Converter Usage**\nSteps:\n1. From the Length Converter page, select “kilometers” as the unit type in the input field and input “5” using the keyboard \n2. Select “miles” as the unit type in the output field \n*Expected: The output starts with is “3.106856”*\n\n### Always-on-Top\n\n**Test 1**\nSteps:\n1. Launch the \"Calculator\" app and navigate to \"Standard\" Calculator\n*Expected: Always-on-Top button's tooltip says \"Keep on top\"*\n2. Click the Always-on-Top button\n*Expected: Always-on-Top button's tooltip now says \"Back to full view\"*\n3. Launch the \"Notepad\" app and put it in full-screen mode\n*Expected: Calculator is still on top of Notepad and in Always-on-Top mode*\n\n**Test 2**\nSteps: \n1. Launch the \"Calculator\" app and from \"Standard\" Calculator, input “3”, “+”, “3” (do not press “Enter”)\n2. Tab over the Always-on-Top button and press \"Enter\" on the keyboard\n*Expected: The application title, hamburger menu, calculator type title, calculation expression (the secondary line above the main display), history button and memory buttons are no longer visible. The main display shows \"3\"*\n2. Press “Enter”\n*Expected: The main display shows \"6\"*\n3. Press \"Ctrl-H\" on the keyboard\n*Expected: Nothing happens (history keyboard shortcuts are disabled)*\n4. Press \"Ctrl-P\" on the keyboard, then tab over the Always-on-Top button and press \"Enter\" on the keyboard again\n5. Open the Memory panel\n*Expected: Nothing is stored in memory (memory keyboard shortcuts are disabled in Always-on-Top mode) and \"6\" is in history*\n\n**Test 3**\nSteps: \n1. Launch the \"Calculator\" app and from \"Standard\" Calculator, click the Always-on-Top button\n2. Resize the window horizontally\n*Expected: The buttons automatically expand or shrink to fit the available screen size*\n3. Resize the window vertically\n*Expected: The buttons automatically expand or shrink to fit the available screen size and the percent, square-root, squared and reciprocal buttons disappear when the screen height is small*\n4. Click the Always-on-Top button again\n*Expected: Calculator is in Standard mode and the original window layout from before Step 1 is restored*\n5. Click the Always-on-Top button again\n*Expected: Calculator is in Always-on-Top mode and the window size from after Step 3 is restored*\n6. Close the \"Calculator\" app\n7. Launch the \"Calculator\" app again and click the Always-on-Top button\n*Expected: The window size from right before closing from Always-on-Top mode (ie. after Step 5) is restored*\n\n**Test 4**\nSteps:\n1. Launch the \"Calculator\" app and from \"Standard\" Calculator, click the Always-on-Top button\n2. Input \"/\", \"0\", “Enter” on the keyboard\n*Expected: \"Result is undefined\" is displayed in the system default app language*\n3. Click the Always-on-Top button again\n*Expected: Calculator is in Standard mode and all operator (except for \"CE\", \"C\", \"Delete\" and \"=\") and memory buttons are disabled\n\n**Test 5**\nSteps:\n1. Launch the \"Calculator\" app and navigate to \"Scientific\" Calculator\n*Expected: The Always-on-Top button is hidden*\n2. Navigate to \"Standard\" Calculator\n*Expected: The Always-on-Top button is visible*\n\n## Basic Verification Tests\n\n**Launch App Test**\nSteps:\n1.\tPress the Windows key.\n2.\tNavigate to \"all apps\".\n3.\tLook for \"Calculator\".\n4.\tClick to launch the \"Calculator\" app.\n*Expected: The calculator app launches gracefully.*\n\n\n**All Calculators Test: Verify All Numbers & Input Methods**\nSteps:\n1.\tLaunch the \"Calculator\" app.\n2.\tNavigate to \"Standard\" Calculator.\n3.\tMouse Input\n*Expected: All numbers work via mouse click.*\n4.\tKeyboard Input:\n*Expected: All numbers work via number pad.*\n5.\tNavigate to \"Scientific\" Calculator and Repeat Steps 3-5\n*Expected: Steps 3-5 pass in Scientific mode*\n6.\tNavigate to \"Programmer\" Calculator and Repeat Steps 3-5\n*Expected: Steps 3-5 pass in Programmer mode*\n\n\n**All Calculators Test: Verify Basic Arithmetic Functions**\nSteps:\n1.\tLaunch the \"Calculator\" app.\n2.\tNavigate to \"Standard\" Calculator.\n3.\tUsing the Number Pad and Mouse perform the following arithmetic functions and verify the result.\n    a.\t(+) Addition\n    b.\t(-) Subtraction\n    c.\t(x) Multiplication\n    d.\t(÷) Division\n    e.\t(1/x) Reciprocal\n    f.\t(√) Square Root\n    g.\t(x²) Squared\n    h.\t(x³) Cubed\n    i.\t(%) Percent\n    j.\t(±) Positive / Negative\n    k.\t(=) Equals\n    l.\tDelete Button (flag with x in it)\n    m.\t[CE] Clear\n    n.\t[C] Global Clear\n    o.\t(.) Decimal\n4.\tNavigate to \"Scientific\" Calculator and Repeat Steps 3-19.\n5.\tNavigate to \"Programmer\" Calculator and Repeat Steps 3-18 (No Decimal in Programming Calc).\n\n\n**Scientific Calculator Test: Verify advanced arithmetic functions**\nSteps:\n1.\tLaunch the \"Calculator\" app.\n2.\tNavigate to \"Scientific\" Calculator.\n3.\tUsing the Number Pad and Mouse perform the following arithmetic functions and verify the result.\n    a.\t(xʸ) Xth Power of Y\n    b.\t(y√x) Y Root of X\n    c.\t(10ˣ) 10 Power of X\n    d.\t(ex) E Power of X\n    e.\t(π) Pi\n    f.\t(n!) Factorial\n    g.\t(Ln) Natural Logarithm\n    h.\t(Log) Logarithm\n    i.\t(Exp) Exponential\n    j.\t(dms) Degrees, Minutes, Seconds\n    k.\t(deg) Degrees\n    l.\t(Mod) Modulo\n    m.\t“( )\" Parenthesis\n\n\n**All Calculators Test: Verify memory functions**\nSteps:\n1.\tLaunch the \"Calculator\" app.\n2.\tNavigate to \"Standard\" Calculator.\n3.\tPerform a calculation and press the MS button.\n4.\tIf small scale, Select the (M) with the drop down arrow\n*Expected: Calculation from previous step is present.*\n5.\tClick the (M+) Add to Memory.\n*Expected: Previous calculation is added to itself.*\n6.\tClick the (M-) Subtract from Memory.\n*Expected: Previous calculation is subtracted from the base calculation.*\n7.\tClick the (MR) Memory Recall.\n*Expected: Previous calculation is made primary (This is not available in the Programmer mode).*\n8.\tCheck the MC button.\n*Expected: The stored information is cleared.*\n9.\tNavigate to \"Scientific\" Calculator and Repeat Steps 3-8.\n*Expected: All in \"Scientific\" mode.*\n10.\tNavigate to \"Programmer\" Calculator and Repeat Steps 3-8.\n*Expected: All in \"Programmer\" mode.*\n\n\n**Scientific Calculator Test: Verify trigonometric functions**\nSteps:\n1.\tLaunch the \"Calculator\" app.\n2.\tNavigate to \"Scientific\" Calculator.\n3.  Using the Number Pad and Mouse perform the following trigonometric functions and verify the result.\n3.\tSine (sin)\n4.\tCosine (cos)\n5.\tTangent (tan)\n6.\tInverse Sine (sin-1)\n7.\tInverse Cosine (cos-1)\n8.\tInverse Tangent (tan-1) Inverse Tangent:\n9.\tPress (HYP) for Hyperbolic trig functions: \n*Expected: Trig function buttons show hyperbolic trig functions.*\n10.\tHyperbolic Sine (sinh)\n11.\tHyperbolic Tangent (tanh) \n12.\tHyperbolic Cosine (cosh) \n13.\tInverse Hyperbolic Sine (sinh-1) \n14.\tInverse Hyperbolic Tangent (tanh-1) \n15.\tInverse Hyperbolic Cosine (cosh-1) \n\n\n**Programmer Calculator Test: Verify logical functions**\nSteps:\n1.\tLaunch the \"Calculator\" app\n2.\tNavigate to \"Programmer\" Calculator.\n3.  Using the Number Pad and Mouse perform the following trigonometric functions and verify the result.\n4.\tRotate Left (RoL) Logical Operator:\n    01011001 rol 3 = 11001010.\n5.\tRotate Right (RoR) Logical Operator:\n    01011001 RoR 3 = 00101011.\n6.\t(Lsh) Logical Operator:\n    (10 multiplied by 2 three times)\n    10 Lsh 3 = gives 80.\n    10.345 Lsh 3 = also gives 80.\n7.\t(Rsh) Logical Operator:\n    (16 divided by 2 twice)\n    16 Rsh 2 = gives 4.\n    16.999 Rsh 2 = also gives 4.\n7.\t(Or) Logical Operator\n    101 OR 110 = gives 111.\n9.\tExclusive Or (Xor) Logical Operator:\n    101 XOR 110 = gives 11.\n9.\t(Not) Logical Operator\n    NOT 1001100111001001 =\n    0110011000110110.\n10.\t(And) Logical Operator\n    101 AND 110 = gives 100.\n11.\t(Mod) Logical Operator\n    Remainder of integer division (Modulo x)\n12.\t\"( )\" Parenthesis\n\n\n**All Calculators and Converters Test: Verify scaling functions and languages**\nSteps:\n1.\tLaunch the \"Calculator\" app.\n2.\tFor All Modes: While scaling in both directions to capacity\n*Expected: Elements like Memory and History are shifted or integrated appropriately.*\n3.\tIn Any Mode: While at the Smallest scale, Select the Menu Button\n*Expected: The menu items are scrollable with nothing overlapping.*\n4.\tWhile in the Menu: Check the About Page\n*Expected:  Everything in the about page fits into its window*\n5.\tFor Scientific Mode: At a Larger Scale\n*Expected: All buttons are present and the 2nd button is grayed out.*\n6.\tFor Scientific Mode: At a Smaller Scale\n*Expected: All buttons are present and the 2nd button is able to be toggled.*\n7.\tFor Programmer Mode: At a Any Scale\n*Expected: All buttons are present and the 2nd button is able to be toggled.*\n8.\tFor Converter Mode: While Scaling\n*Expected: The number pad and input areas move around each other gracefully.*\n9.  For Graphing Mode: While Scaling\n*Expected: The number pad, graph area, and input areas move around each other gracefully.*\n10.\tChanging Language: Open Settings app > Time & language > Region & language > Add a language > Select a Right to Left (RTL) language such as Hebrew > Install the associated files> Set it to the system default.\n11.\tSet the system number format preference: Open a Run dialog (WIN + R) > type ‘intl.cpl’ > Enter > In the format dropdown list > Select Hebrew > Apply.\n12.\tInitiating the change: Package has completed installing > Sign out > Sign in. (This change to the app may also require a reinstallation of the build)\n13.\tRepeat Steps 2-6 again in a (RTL) language.\n*Expected: No elements fall out of intended boundaries.*\n\n\n**All Calculators Test: Verify toggling functions**\nSteps:\n1.\tLaunch the \"Calculator\" app.\n2.\tFor Standard & Scientific Modes: While in the Smallest scale, verify that the History Icon brings up the history panel gracefully and is displayed appropriately.\nFor Scientific Mode: At a Smaller Scale\nVerify the following:\n3.\tGrad / Deg / Rad\n    Perform a trig function\n*Expected: The answer to the function is in the selected grad/deg/rad. Repeat for each of the modes.*\n4.\t(Hyp) Hyperbolic\n*Expected: Sin toggles to Sinh, Cos toggles to Cosh, Tan toggles to Tanh.*\n5.\t(F-E key) Floating Point Notation & Scientific Notation.\n*Expected: Display toggles between floating point and Scientific notation.*\nFor Programmer Mode\nVerify the following:\n6.\t\"Bit Toggling Keypad\":\n*Expected: In app keypad changes to represent Bits (1s and 0s).*\n7.\t\"QWORD / DWORD / WORD / BYTE\":\n*Expected: Toggles as expected.*\n8.\t\"Hex\" Hexadecimal:\n*Expected: A B C D E F become active and user can use them. A maximum of 16 characters can be entered.*\n9.\t\"Dec\" Decimal:\n*Expected: A B C D E F are inactive. A maximum of 19 characters can be entered.*\n10.\t\"Oct\" Octal:\n*Expected: A B C D E F 8 9 are inactive. A maximum of 22 characters can be entered.*\n11.\t\"Bin\" Binary:\n*Expected: A B C D E F 2 3 4 5 6 7 8 9 are inactive. A maximum of 64 characters can be entered.*\n\n**Graphing Mode Test: Verify Graphing mode functions**\nSteps:\n1.  Launch the \"Calculator\" app\n2.  Navigate to \"Graphing\" Calculator\n3.  Enter a function of x in the input field <br>\n*Expected: Function is plotted in the graph area. Line color matches the colored square next to the input field*\n4.  Select the \"+\" button below the function input and enter more functions in the fields that appear <br>\n*Expected: All functions are plotted in the graph area and match the colors of the input field squares*\n5.  Select the colored square for any function <br>\n*Expected: Visibility of the function in the graph is toggled off/on*\n6.  Select the \"Zoom In\", \"Zoom Out\", and \"Reset View' buttons in the graph area <br>\n*Expected: Both X and Y axes zoom in, out, and revert to default settings, respectively*\n7.  Select the Trace button, then click + drag the graph until the red square is near a graphed function<br>\n*Expected: Closest (X, Y) coordinates of the function to the red square are displayed with a black dot to indicate the location*\n8.  Enter \"y=mx+b\" into a function input field, then select \"Variables\" button <br>\n*Expected: y=x+1 function is plotted in the graph, \"Variables\" modal window shows two variables \"m\" and \"b\" with values set to 1.*\n9.  Adjust the value, minimum, maximum, and step for each variable <br>\n*Expected: y=mx+b graph adjusts to the new values for m and b, step size changes the increments of the slider for each value*\n10.  Share the graph via OneNote, Outlook/Mail, Twitter, and Feedback Hub <br>\n*Expected: Modifiable message that contains an image of the graph customized for the chosen application opens*\n11.  Verify Key Graph Features tab shows the correct information for the following functions: <br>\n    *(Note: IP = Inflection Points, VA = Vertical Asymptotes, HA = Horizontal Asymptotes, OA = Oblique Asymptotes)* <br>\n    a.  **y=x** <br>\n    *Expected: Domain: ⁅𝑥∈ℝ⁆; Range: ⁅y∈ℝ⁆; X/Y Intercepts: (0)/(0); Max: none; Min: none; IP: none; VA: none; HA: none; OA: none; Parity: Odd; Monotonicity: (-∞, ∞) Increasing* <br>\n    b.  **y=1/x** <br>\n    *Expected: Domain: ⁅𝑥≠0⁆; Range: ⁅y∈ℝ\\{0}⁆; X/Y Intercepts: ø/ø; Max: none; Min: none; IP: none; VA: x=0; HA: y=0; OA: none; Parity: Odd; Monotonicity: (0, ∞) Decreasing, (-∞, 0) Increasing* <br>\n    c.  **y=x^2** <br>\n    *Expected: Domain: ⁅𝑥∈ℝ⁆; Range: ⁅y∈{0, ∞)⁆; X/Y Intercepts: (0)/(0); Max: none; Min: (0,0); IP: none; VA: none; HA: none; OA: none; Parity: Even; Monotonicity: (0, ∞) Increasing, (-∞, 0) Decreasing* <br>\n    d.  **y=x^3** <br>\n    *Expected: Domain: ⁅𝑥∈ℝ⁆; Range: ⁅y∈ℝ⁆; X/Y Intercepts: (0)/(0); Max: none; Min: none; IP: (0,0); VA: none; HA: none; OA: none; Parity: Odd; Monotonicity: (-∞, ∞) Increasing* <br>\n    e.  **y=e^x** <br>\n    *Expected: Domain: ⁅𝑥∈ℝ⁆; Range: ⁅y∈(0, ∞)⁆; X/Y Intercepts: ø/(1); Max: none; Min: none; IP: none; VA: none; HA: y=0; OA: none; Parity: none; Monotonicity: (-∞, ∞) Increasing* <br>\n    f.  **y=ln(x)** <br>\n    *Expected: Domain: ⁅𝑥>0⁆; Range: ⁅y∈ℝ⁆; X/Y Intercepts: (1)/ø; Max: none; Min: none; IP: none; VA: x=0; HA: none; OA: none; Parity: none; Monotonicity: (0, ∞) Increasing* <br>\n    g.  **y=sin(x)** <br>\n    *Expected: Domain: ⁅𝑥∈ℝ⁆; Range: ⁅𝑦∈[−1,1]⁆; X/Y Intercepts: (⁅𝜋n1,n1∈ℤ⁆)/(0); Max: ⁅(2𝜋n1+𝜋/2,1),n1∈ℤ⁆; Min: ⁅(2𝜋n1+3𝜋/2,−1),n1∈ℤ⁆; IP: ⁅(𝜋n1,0),n1∈ℤ⁆; VA: none; HA: none; OA: none; Parity: Odd; Monotonicity: ⁅(2𝜋n1+𝜋/2,2𝜋n1+3𝜋/2),n1∈ℤ⁆ Decreasing; ⁅(2𝜋n1+3𝜋/2,2𝜋n1+5𝜋/2),n1∈ℤ⁆ Increasing; Period: 2𝜋* <br>\n    h.  **y=cos(x)** <br>\n    *Expected: Domain: ⁅𝑥∈ℝ⁆; Range: ⁅𝑦∈[−1,1]⁆; X/Y Intercepts: (⁅𝜋n1+𝜋/2,n1∈ℤ⁆)/(1); Max: ⁅(2𝜋n1,1),n1∈ℤ⁆; Min: ⁅(2𝜋n1+𝜋,-1),n1∈ℤ⁆; IP: ⁅(𝜋n1+𝜋/2,0),n1∈ℤ⁆; VA: none; HA: none; OA: none; Parity: Even; Monotonicity: ⁅(2𝜋n1+𝜋,2𝜋n1+2𝜋),n1∈ℤ⁆ Increasing, ⁅(2𝜋n1,2𝜋n1+𝜋),n1∈ℤ⁆ Decreasing; Period: 2𝜋* <br>\n    i.  **y=tan(x)** <br>\n    *Expected: Domain: ⁅x≠𝜋n1+𝜋/2,∀n1∈ℤ⁆; Range: ⁅𝑦∈ℝ⁆; X/Y Intercepts: (x=𝜋n1, n1 ∈ℤ)/(0); Max: none; Min: none; IP: x=𝜋n1, n1 ∈ℤ; VA: x=𝜋n1+𝜋/2, n1∈ℤ; HA: none; OA: none; Parity: Odd; Monotonicity: ⁅(𝜋n1+𝜋/2,𝜋n1+3𝜋/2),n1∈ℤ⁆ Increasing; Period: 𝜋* <br>\n    j.  **y=sqrt(25-x^2)** <br>\n    *Expected: Domain: ⁅x∈[-5,5]⁆; Range: ⁅𝑦∈[0,5]⁆; X/Y Intercepts: (5),(-5)/(5); Max: (0,5); Min: (-5,0) and (5,0); IP: none; VA: none; HA: none; OA: none; Parity: Even; Monotonicity: (0,5) Decreasing, (-5,0) Increasing* <br>\n    k.  **y=(-3x^2+2)/(x-1)** <br>\n    *Expected: Domain: ⁅x≠1⁆; Range: ⁅𝑦∈(-∞, -2√3 - 6}U{2√3 -6,∞⁆; X/Y Intercepts: (-√6/3),(√6/3)/(-2); Max: ⁅(√3/3+1,-2√3−6)⁆; Min: ⁅(−√3/3+1,2√3−6)⁆; IP: none; VA: x=1; HA: none; OA: y=-3x-3; Parity: none; Monotonicity: (√3/3+1,∞) Decreasing, (1,√3/3+1,) Increasing(-√3/3+1,1), Increasing, (-∞,-√3/3+1) Decreasing* <br>\n    l. **y=sin(sin(x))** (\"too complex\" error test) <br>\n    *Expected: Domain: ⁅𝑥∈ℝ⁆; Range: Unable to calculate range for this function; X/Y Intercepts: none; Max: none; Min: none; IP: none; VA: none; HA: none; OA: none; Parity: odd; Monotonicity: Unable to determine the monotonicity of the function* <br>\n    *These features are too complex for Calculator to calculate: Range, X Intercept, Period, Minima, Maxima, Inflection Points, Monotonicity*\n    m. **y=mx+b** <br>\n    *Expected: Analysis is not supported for this function*\n\n**Date Calculation Test: Verify dates can be calculated.**\nSteps:\n1.\tLaunch the \"Calculator\" app\n2.\tNavigate to \"Date Calculation\" Calculator\n3.  With \"Difference between dates\" Selected\n    Change the various date input fields\n*Expected: From and To reflect dates input respectively.*\n5.\tWith \"Add or Subtract days\" Selected\n    Change the various date input fields\n*Expected: Verify changes made to both add and subtract reflect input respectively.*\n\n\n**Currency Converter Test: Verify conversion & updating current currency rates.**\nSteps:\n1.\tLaunch the \"Calculator\" app.\n2.\tNavigate to \"Currency Converter\" Calculator.\n3.\tSelect 2 Currency types from the dropdowns & enter a \"1\" into a conversion slot.\n*Expected: The currency is slotted properly and converted rate matches the ratio provided under the selected currency types.*\n4.\tClick \"Updated\"\n*Expected: Display matches PC's date and time.*\n5.\tAfter at least a minute: Select \"Update rates\" & Check \"Updated\" again:\n*Expected: The \"Update Rates\" button changes the date and time to match the computer's current date and time.*\n\n\n**All Calculators Test: Hotkeys: Verify Hot Key function.**\nSteps:\n1.\tLaunch the \"Calculator\" app.\n\n    For All Applicable Modes verify the following (note: only 11-15 and 20 work in Always-on-Top mode):\n2.\tPress **Alt +1** to enter \"Standard\" mode\n*Expected: Move to \"Standard\" screen.*\n3.\tPress **Alt +2** to enter \"Scientific\" mode\n*Expected: Move to \"Scientific\" screen.*\n4.\tPress **Alt +3** to enter \"Programmer\" mode\n*Expected: Move to \"Programming\" screen.*\n5.\tPress **Alt +4** to enter \"Date Calculation\" mode\n*Expected: Move to \"Date Calculation\" screen.*\n6   Press **Alt +5** to enter \"Graphing\" mode\n*Expected: Move to \"Graphing\" screen.*\n7.\tPress **Ctrl +M** to Store in Memory\n8.\tPress **Ctrl +P** to Add to Active Memory\n9.\tPress **Ctrl +Q** to Subtract form Active Memory\n10.\tPress **Ctrl +R** to Recall from Memory\n11.\tPress **Ctrl +L** to Clear from Memory\n12.\tPress **Delete** to Clear Current Input 'CE'\n13.\tPress **Esc** to Full Clear Input 'C'\n14.\tPress **F9** to Toggle '±'\n15.\tPress **R** to Select '1/x'\n16.\tPress **@** to Select '√'\n17.\tPress **Ctrl + H** to Toggle History Panel\n*Expected: Function when in small scale window.*\n18.\tPress **Up arrow** to Move up History Panel\n*Expected: Function when in small scale window.*\n19.\tPress **Down arrow** to Move Down History Panel\n*Expected: Function when in small scale window.*\n20.\tPress **Ctrl + Shift + D** to Clear History Panel\n*Expected: Function when in small scale window.*\n21.\tPress **Spacebar** to Repeat Last Input\n\n    Verify the following in Scientific Mode\n22.\tPress **F3** to Select 'DEG'\n23.\tPress **F4** to Select 'RAD'\n24.\tPress **F5** to Select 'GRAD'\n25.\tPress **Ctrl +G** to Select '10ˣ'\n26.\tPress **Ctrl +Y** to Select 'y√x'\n27.\tPress **Shift +O** to Select 'sin-1'\n28.\tPress **Shift + S** to Select 'cos-1'\n29.\tPress **Shift +T** to Select 'tan-1'\n30.\tPress **Ctrl +O** to Select 'Cosh'\n31.\tPress **Ctrl +S** to Select 'Sinh'\n32.\tPress **Ctrl +T** to Select 'Tanh'\n33.\tPress **D** to Select 'Mod'\n34.\tPress **L** to Select 'log'\n35.\tPress **M** to Select 'dms'\n36.\tPress **N** to Select 'ln'\n37.\tPress **Ctrl +N** to Select 'ex'\n38.\tPress **O** to Select 'Cos'\n39.\tPress **P** to Select 'π'\n40.\tPress **Q** to Select 'x²'\n41.\tPress **S** to Select 'Sin'\n42.\tPress **T** to Select 'Tan'\n43.\tPress **V** to Toggle 'F-E'\n44.\tPress **X** to Select 'Exp'\n45.\tPress **Y** or **^** to Select 'xʸ'\n46.\tPress **#** to Select 'x³'\n47.\tPress **!** to Select 'n!'\n\n    Verify the following in Programmer Mode\n48.\tPress **F2** to Select 'DWORD'\n49.\tPress **F3** to Select 'WORD'\n50.\tPress **F4** to Select 'BYTE'\n51.\tPress **F5** to Select 'HEX'\n52.\tPress **F6** to Select 'DEC'\n53.\tPress **F7** to Select 'OCT'\n54.\tPress **F8** to Select 'BIN'\n55.\tPress **F12** to Select 'QWORD'\n56.\tPress **A-F** to Input in HEX\n57.\tPress **J** to Select 'RoL'\n58.\tPress **K** to Select 'RoR'\n59.\tPress **<** to Select 'Lsh'\n60.\tPress **>** to Select 'Rsh'\n61.\tPress **%** to Select 'Mod'\n62.\tPress **|** to Select 'Or'\n63.\tPress **~** to Select 'Not'\n64.\tPress **&** to Select 'And'\n\n    Verify the following in Graphing Mode\n65. Press **x** to Select 'x'\n66. Press **y** to Select 'y'\n67. Press **Ctrl +[Numpad+]** to Select 'Zoom In'\n68. Press **Ctrl +[Numpad-]** to Select 'Zoom Out'\n\n## Localization Tests\n\n### Always-on-Top\n\n**Test 1**\nSteps:\n1. Change the system default app language to Arabic\n2. Launch the \"Calculator\" app and from \"Standard\" Calculator, click the Always-on-Top button\n*Expected: UI/Menu is localized (for example, the title bar buttons is in right-to-left order)*\n3. Input \"/\", \"0\", “Enter” on the keyboard\n*Expected: Error message is in Arabic*\n\n## Ease of Access Tests\n\n### Always-on-Top\n\n**Test 1**\nSteps:\n1. Open the \"Narrator\" app\n2. Launch the \"Calculator\" app and from \"Standard\" Calculator, click the Always-on-Top button\n3. Tab over the Always-on-Top button\n*Expected: Narrator reads the localized version of \"Back to full view\"*\n4. Tab over the main results field\n*Expected: Narrator reads the localized version of exactly what's displayed (ie. \"0\")*\n5. Tab over the rest of the UI elements\n*Expected: Narrator reads the localized version of the UI elements' contents*\n"
  },
  {
    "path": "docs/NewFeatureProcess.md",
    "content": "# New feature process\n\n## Where do I submit my idea for a new feature?\nThe easiest way to submit new feature requests is through \n[Feedback Hub](https://insider.windows.com/en-us/fb/?contextid=130).\nIn Feedback Hub, any Windows user (even if they aren't on GitHub) can upvote suggestions. The\nCalculator team reviews these suggestions regularly, and when we're ready to work on an idea we\ncreate [feature pitch issues here on GitHub](https://github.com/Microsoft/calculator/issues?q=is%3Aissue+is%3Aopen+project%3AMicrosoft%2Fcalculator%2F1).\n\nBut using Feedback Hub is not required&mdash;_you_ can create feature pitches too! This document\nexplains the elements of a good pitch and how we'll guide features from a pitch to a finished\nproduct. The [Feature Tracking board](https://github.com/Microsoft/calculator/projects/1) shows\nall the features we're working on and where they're at in the process.\n\n## Do I need to follow this process? Can I just start coding and submit a PR?\nYou **do not** need to follow this process for bug fixes, performance improvements, or changes to the\ndevelopment tools. To contribute these changes, \n[discuss the proposed change in an issue](https://github.com/Microsoft/calculator/issues/new)\nand then submit a pull request.\n\nYou **do** need to follow this process for any change which \"users will notice\". This applies\nespecially to new features and major visual changes.\n\n## Step 1: Feature pitch\nFeature pitches are submitted as issues on GitHub using the \n[Feature Request template](https://github.com/Microsoft/calculator/issues/new?assignees=&labels=&template=feature_request.md&title=). \nWe encourage discussion on open issues, and as discussion progresses we will edit the issue description to refine the \nidea until it is ready for review.\n\nWe review pitches regularly, and will approve or close issues based on whether they broadly align with the \n[Calculator roadmap](https://github.com/Microsoft/calculator/blob/master/docs/Roadmap.md). Approved pitches are moved \ninto [planning](https://github.com/Microsoft/calculator/projects/1) on the feature tracking board.\n\n## Step 2: Planning\nFor most features, the output of this phase is a specification which describes how the feature will work, supported by \ndesign renderings and code prototypes as needed. The original issue will continue to track the overall progress of the \nfeature, but we will create and iterate on spec documentation in the \n[Calculator Spec repo](https://github.com/Microsoft/calculator-specs). Sometimes we'll learn new things about a feature \nproposal during planning, and we'll edit or close the original pitch.\n\nWe welcome community participation throughout planning. The best ideas often come from trying many ideas during \nthe planning phase. To enable rapid\nexperimentation, we encourage developing and sharing rough ideas&mdash;maybe even with pencil and\npaper&mdash;before making designs pixel-perfect or making code robust and maintainable.\n\nAfter the [spec review](https://github.com/Microsoft/calculator-specs#spec-review) is completed, we will move the issue \ninto [implementation](https://github.com/Microsoft/calculator/projects/1) on the feature tracking board. In _some_ cases, \nall of the details of an idea can be captured concisely in original feature pitch. When that happens, we may move ideas\ndirectly into implementation.\n\n## Step 3: Implementation\nA feature can be implemented by the original submitter, a Microsoft team member, or by other\ncommunity members. Code contributions and testing help are greatly appreciated. Please let everyone know if you're \nactively working on a feature to help avoid duplicated efforts from others.\n\nYou might be able to reuse code written during the prototype process, although there will typically\nbe more work required to make the solution robust. Once the code is ready, you can begin\n[submitting pull requests](../CONTRIBUTING.md).\n\n### Technical review\nAs with all changes, the code for new features will be reviewed by a member of the Microsoft team\nbefore being checked in to the master branch.\n\nNew features often need a more thorough technical review than bug fixes. When reviewing code for\nnew features, the Microsoft team considers at least these items:\n\n- [ ] All items on the [Accessibility checklist](https://docs.microsoft.com/en-us/windows/uwp/design/accessibility/accessibility-checklist)\n  should be addressed.\n- [ ] All items on the [Globalization checklist](https://docs.microsoft.com/en-us/windows/uwp/design/globalizing/guidelines-and-checklist-for-globalizing-your-app)\n  should be addressed.\n- [ ] The change should be tested on the oldest version of Windows that the app supports. You can\n  find this version number in AppxManifest.xml. Any calls to APIs newer than that version should be\n  [conditionally enabled](https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/version-adaptive-apps).\n- [ ] The change should use only supported APIs. If there are any questions about whether legacy or\n  undocumented APIs are in use, the [Windows App Certification Kit](https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/windows-app-certification-kit)\n  should be run to check.\n- [ ] The change should save the user's progress if the app is\n  [suspended and resumed](https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/optimize-suspend-resume).\n  Code to handle these cases should be\n  [tested in the Visual Studio debugger](https://docs.microsoft.com/en-us/visualstudio/debugger/how-to-trigger-suspend-resume-and-background-events-for-windows-store-apps-in-visual-studio).\n- [ ] If the change [has customizations for particular device families](https://docs.microsoft.com/en-us/uwp/extension-sdks/device-families-overview),\n  it should be tested on those device families.\n- [ ] The change should be tested with the app window resized to the smallest possible size.\n- [ ] The change should be tested with light, dark, and high contrast themes. It should honor the\n  user's preferred [accent color](https://docs.microsoft.com/en-us/windows/uwp/design/style/color#accent-color-palette).\n- [ ] If the change adds new libraries or other dependencies:\n    - [ ] If the library is packaged with the app, the increased size of the binaries should be\n      measured.\n    - [ ] If the library is not maintained by Microsoft, the Microsoft team will need to set up a\n      plan to monitor the upstream library for changes like security fixes.\n    - [ ] If the library is being used under an open-source license, we must comply with the license\n      and credit third parties appropriately.\n- [ ] If the change adds code which runs during the app's startup path, or adds new XAML elements\n  which are loaded at startup:\n    - [ ] Run the perf tests to measure any increase in startup time. Move work out of the startup\n      path if possible.\n- [ ] If the change adds additional logging:\n    - [ ] All logging should use \n         [TraceLogging](https://docs.microsoft.com/en-us/windows/desktop/tracelogging/trace-logging-about).\n    - [ ] Unnecessary log events should be removed, or configured so that they are collected only when\n      needed to debug issues or measure feature usage.\n- [ ] If the change reads user data from files or app settings:\n    - [ ] Verify that state saved in a previous version of the app can be used with the new version.\n- [ ] If the change makes network requests:\n    - [ ] Microsoft must plan to keep these dependencies secure and functional for the lifetime of\n      the app (which might be several years).\n    - [ ] The app should be fully functional if some network requests are slow or fail. Tools like\n      [Fiddler](https://docs.telerik.com/fiddler/knowledgebase/fiddlerscript/perftesting)\n      can be used to simulate slow or failed requests.\n\n## Step 4: Final product review and merge to master\nAfter the technical review is complete, the product team will review the finished product to make\nsure the final implementation is ready to [release to Windows customers](Roadmap.md#Releases).\n"
  },
  {
    "path": "docs/Roadmap.md",
    "content": "# Windows Calculator Roadmap\n\nWindows Calculator is under active development by Microsoft.\n\n## Focus\n\nIn 2021, the Windows Calculator team is focused on:\n* Iterating upon the existing app design based on the latest guidelines for [Fluent Design](https://developer.microsoft.com/en-us/windows/apps/design) and [WinUI](https://github.com/microsoft/microsoft-ui-xaml).\n* Unblocking community contributions by identifying and addressing bottlenecks affecting developers, including:\n  * Migrating the codebase to C# ([#893](https://github.com/microsoft/calculator/issues/893))\n  * Releasing infinite-precision engine as standalone package ([#1545](https://github.com/microsoft/calculator/issues/1545)) and adding support for arbitrary expression parsing ([#526](https://github.com/microsoft/calculator/issues/526))\n  * Adding a settings page ([#596](https://github.com/microsoft/calculator/issues/596))\n* [Your feature idea here] - please review our [new feature development process](https://github.com/Microsoft/calculator/blob/main/docs/NewFeatureProcess.md) to get started!\n\nWe welcome contributions of all kinds from the community, but especially those that support the efforts above. Please see our [contributing guidelines](https://github.com/Microsoft/calculator/blob/main/CONTRIBUTING.md) for more information on how to get involved.\n\n## Releases\n\nWindows Calculator is included in every Windows 10 release as a [provisioned Windows app](https://docs.microsoft.com/en-us/windows/application-management/apps-in-windows-10#provisioned-windows-apps). We also deliver updates through the [Microsoft Store](https://www.microsoft.com/store/productId/9WZDNCRFHVN5) approximately monthly.\n"
  },
  {
    "path": "nuget.config",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<configuration>\n  <packageSources>\n    <clear />\n    <add key=\"nuget.org\" value=\"https://api.nuget.org/v3/index.json\" />\n  </packageSources>\n  <disabledPackageSources>\n    <clear />\n  </disabledPackageSources>\n</configuration>"
  },
  {
    "path": "src/CalcManager/CEngine/CalcInput.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include <sstream>\n#include \"Header Files/CalcEngine.h\"\n\nusing namespace std;\nusing namespace CalcEngine;\n\nconstexpr int C_NUM_MAX_DIGITS = MAX_STRLEN;\nconstexpr int C_EXP_MAX_DIGITS = 4;\n\nvoid CalcNumSec::Clear()\n{\n    value.clear();\n    m_isNegative = false;\n}\n\nvoid CalcInput::Clear()\n{\n    m_base.Clear();\n    m_exponent.Clear();\n    m_hasExponent = false;\n    m_hasDecimal = false;\n    m_decPtIndex = 0;\n}\n\nbool CalcInput::TryToggleSign(bool isIntegerMode, wstring_view maxNumStr)\n{\n    // Zero is always positive\n    if (m_base.IsEmpty())\n    {\n        m_base.IsNegative(false);\n        m_exponent.IsNegative(false);\n    }\n    else if (m_hasExponent)\n    {\n        m_exponent.IsNegative(!m_exponent.IsNegative());\n    }\n    else\n    {\n        // When in integer only mode, it isn't always allowed to toggle, as toggling can cause the num to be out of\n        // bounds. For eg. in byte -128 is valid, but when it toggled it becomes 128, which is more than 127.\n        if (isIntegerMode && m_base.IsNegative())\n        {\n            // Decide if this additional digit will fit for the given bit width\n            if (m_base.value.size() >= maxNumStr.size() && m_base.value.back() > maxNumStr.back())\n            {\n                // Last digit is more than the allowed positive number. Fail\n                return false;\n            }\n        }\n        m_base.IsNegative(!m_base.IsNegative());\n    }\n\n    return true;\n}\n\nbool CalcInput::TryAddDigit(unsigned int value, uint32_t radix, bool isIntegerMode, wstring_view maxNumStr, int32_t wordBitWidth, int maxDigits)\n{\n    // Convert from an integer into a character\n    // This includes both normal digits and alpha 'digits' for radixes > 10\n    auto chDigit = static_cast<wchar_t>((value < 10) ? (L'0' + value) : (L'A' + value - 10));\n\n    CalcNumSec* pNumSec;\n    size_t maxCount;\n    if (m_hasExponent)\n    {\n        pNumSec = &m_exponent;\n        maxCount = C_EXP_MAX_DIGITS;\n    }\n    else\n    {\n        pNumSec = &m_base;\n        maxCount = maxDigits;\n        // Don't include the decimal point in the count. In that way you can enter the maximum allowed precision.\n        // Precision doesn't include decimal point.\n        if (HasDecimalPt())\n        {\n            maxCount++;\n        }\n        // First leading 0 is not counted in input restriction as the output can be of that form\n        // See NumberToString algorithm. REVIEW: We don't have such input restriction mimicking based on output of NumberToString for exponent\n        // NumberToString can give 10 digit exponent, but we still restrict the exponent here to be only 4 digits.\n        if (!pNumSec->IsEmpty() && pNumSec->value.front() == L'0')\n        {\n            maxCount++;\n        }\n    }\n\n    // Ignore leading zeros\n    if (pNumSec->IsEmpty() && (value == 0))\n    {\n        return true;\n    }\n\n    if (pNumSec->value.size() < maxCount)\n    {\n        pNumSec->value += chDigit;\n        return true;\n    }\n\n    // if we are in integer mode, within the base, and we're on the last digit then\n    // there are special cases where we can actually add one more digit.\n    if (isIntegerMode && pNumSec->value.size() == maxCount && !m_hasExponent)\n    {\n        bool allowExtraDigit = false;\n\n        if (radix == 8)\n        {\n            switch (wordBitWidth % 3)\n            {\n            case 1:\n                // in 16 or 64bit word size, if the first digit is a 1 we can enter 6 (16bit) or 22 (64bit) digits\n                allowExtraDigit = (pNumSec->value.front() == L'1');\n                break;\n\n            case 2:\n                // in 8 or 32bit word size, if the first digit is a 3 or less we can enter 3 (8bit) or 11 (32bit) digits\n                allowExtraDigit = (pNumSec->value.front() <= L'3');\n                break;\n            }\n        }\n        else if (radix == 10)\n        {\n            // If value length is at least the max, we know we can't add another digit.\n            if (pNumSec->value.size() < maxNumStr.size())\n            {\n                // Compare value to substring of maxNumStr of value.size() length.\n                // If cmpResult > 0:\n                // eg. max is \"127\", and the current number is \"20\". first digit itself says we are out.\n                // Additional digit is not possible\n\n                // If cmpResult < 0:\n                // Success case. eg. max is \"127\", and current number is say \"11\". The second digit '1' being <\n                // corresponding digit '2', means all digits are possible to append, like 119 will still be < 127\n\n                // If cmpResult == 0:\n                // Undecided still. The case when max is \"127\", and current number is \"12\". Look for the new number being 7 or less to allow\n                auto cmpResult = pNumSec->value.compare(0, wstring::npos, maxNumStr, 0, pNumSec->value.size());\n                if (cmpResult < 0)\n                {\n                    allowExtraDigit = true;\n                }\n                else if (cmpResult == 0)\n                {\n                    auto lastChar = maxNumStr[pNumSec->value.size()];\n                    if (chDigit <= lastChar)\n                    {\n                        allowExtraDigit = true;\n                    }\n                    else if (pNumSec->IsNegative() && chDigit <= lastChar + 1)\n                    {\n                        // Negative value case, eg. max is \"127\", and current number is \"-12\". Then 8 is also valid, as the range\n                        // is always from -(max+1)...max in signed mode\n                        allowExtraDigit = true;\n                    }\n                }\n            }\n        }\n\n        if (allowExtraDigit)\n        {\n            pNumSec->value += chDigit;\n            return true;\n        }\n    }\n\n    return false;\n}\n\nbool CalcInput::TryAddDecimalPt()\n{\n    // Already have a decimal pt or we're in the exponent\n    if (m_hasDecimal || m_hasExponent)\n    {\n        return false;\n    }\n\n    if (m_base.IsEmpty())\n    {\n        m_base.value += L'0'; // Add a leading zero\n    }\n\n    m_decPtIndex = m_base.value.size();\n    m_base.value += m_decSymbol;\n    m_hasDecimal = true;\n\n    return true;\n}\n\nbool CalcInput::HasDecimalPt()\n{\n    return m_hasDecimal;\n}\n\nbool CalcInput::TryBeginExponent()\n{\n    // For compatibility, add a trailing dec point to base num if it doesn't have one\n    TryAddDecimalPt();\n\n    if (m_hasExponent) // Already entering exponent\n    {\n        return false;\n    }\n\n    m_hasExponent = true; // Entering exponent\n    return true;\n}\n\nvoid CalcInput::Backspace()\n{\n    if (m_hasExponent)\n    {\n        if (!m_exponent.IsEmpty())\n        {\n            m_exponent.value.pop_back();\n\n            if (m_exponent.IsEmpty())\n            {\n                m_exponent.Clear();\n            }\n        }\n        else\n        {\n            m_hasExponent = false;\n        }\n    }\n    else\n    {\n        if (!m_base.IsEmpty())\n        {\n            m_base.value.pop_back();\n            if (m_base.value == L\"0\")\n            {\n                m_base.value.pop_back();\n            }\n        }\n\n        if (m_base.value.size() <= m_decPtIndex)\n        {\n            // Backed up over decimal point\n            m_hasDecimal = false;\n            m_decPtIndex = 0;\n        }\n\n        if (m_base.IsEmpty())\n        {\n            m_base.Clear();\n        }\n    }\n}\n\nvoid CalcInput::SetDecimalSymbol(wchar_t decSymbol)\n{\n    if (m_decSymbol != decSymbol)\n    {\n        m_decSymbol = decSymbol;\n\n        if (m_hasDecimal)\n        {\n            // Change to new decimal pt\n            m_base.value[m_decPtIndex] = m_decSymbol;\n        }\n    }\n}\n\nbool CalcInput::IsEmpty()\n{\n    return m_base.IsEmpty() && !m_hasExponent && m_exponent.IsEmpty() && !m_hasDecimal;\n}\n\nwstring CalcInput::ToString(uint32_t radix)\n{\n    // In theory both the base and exponent could be C_NUM_MAX_DIGITS long.\n    if ((m_base.value.size() > MAX_STRLEN) || (m_hasExponent && m_exponent.value.size() > MAX_STRLEN))\n    {\n        return wstring();\n    }\n\n    wstring result;\n\n    if (m_base.IsNegative())\n    {\n        result = L'-';\n    }\n\n    if (m_base.IsEmpty())\n    {\n        result += L'0';\n    }\n    else\n    {\n        result += m_base.value;\n    }\n\n    if (m_hasExponent)\n    {\n        // Add a decimal point if it is not already there\n        if (!m_hasDecimal)\n        {\n            result += m_decSymbol;\n        }\n\n        result += ((radix == 10) ? L'e' : L'^');\n        result += (m_exponent.IsNegative() ? L'-' : L'+');\n\n        if (m_exponent.IsEmpty())\n        {\n            result += L'0';\n        }\n        else\n        {\n            result += m_exponent.value;\n        }\n    }\n\n    // Base and Exp can each be up to C_NUM_MAX_DIGITS in length, plus 4 characters for sign, dec, exp, and expSign.\n    if (result.size() > C_NUM_MAX_DIGITS * 2 + 4)\n    {\n        return wstring();\n    }\n\n    return result;\n}\n\nRational CalcInput::ToRational(uint32_t radix, int32_t precision)\n{\n    PRAT rat = StringToRat(m_base.IsNegative(), m_base.value, m_exponent.IsNegative(), m_exponent.value, radix, precision);\n    if (rat == nullptr)\n    {\n        return 0;\n    }\n\n    Rational result{ rat };\n    destroyrat(rat);\n\n    return result;\n}\n"
  },
  {
    "path": "src/CalcManager/CEngine/CalcUtils.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"Header Files/CalcEngine.h\"\n#include \"Header Files/CalcUtils.h\"\n\nbool IsOpInRange(OpCode op, uint32_t x, uint32_t y)\n{\n    return ((op >= x) && (op <= y));\n}\n\nbool IsBinOpCode(OpCode opCode)\n{\n    return IsOpInRange(opCode, IDC_AND, IDC_PWR) || IsOpInRange(opCode, IDC_BINARYEXTENDEDFIRST, IDC_BINARYEXTENDEDLAST);\n}\n\n// WARNING: IDC_SIGN is a special unary op but still this doesn't catch this. Caller has to be aware\n// of it and catch it themselves or not needing this\nbool IsUnaryOpCode(OpCode opCode)\n{\n    return (IsOpInRange(opCode, IDC_UNARYFIRST, IDC_UNARYLAST) || IsOpInRange(opCode, IDC_UNARYEXTENDEDFIRST, IDC_UNARYEXTENDEDLAST));\n}\n\nbool IsDigitOpCode(OpCode opCode)\n{\n    return IsOpInRange(opCode, IDC_0, IDC_F);\n}\n\n// Some commands are not affecting the state machine state of the calc flow. But these are more of\n// some gui mode kind of settings (eg Inv button, or Deg,Rad , Back etc.). This list is getting bigger & bigger\n// so we abstract this as a separate routine. Note: There is another side to this. Some commands are not\n// gui mode setting to begin with, but once it is discovered it is invalid and we want to behave as though it\n// was never inout, we need to revert the state changes made as a result of this test\nbool IsGuiSettingOpCode(OpCode opCode)\n{\n    if (IsOpInRange(opCode, IDM_HEX, IDM_BIN) || IsOpInRange(opCode, IDM_QWORD, IDM_BYTE) || IsOpInRange(opCode, IDM_DEG, IDM_GRAD))\n    {\n        return true;\n    }\n\n    switch (opCode)\n    {\n    case IDC_INV:\n    case IDC_FE:\n    case IDC_MCLEAR:\n    case IDC_BACK:\n    case IDC_EXP:\n    case IDC_STORE:\n    case IDC_MPLUS:\n    case IDC_MMINUS:\n        return true;\n    }\n\n    // most of the commands\n    return false;\n}\n"
  },
  {
    "path": "src/CalcManager/CEngine/History.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"Header Files/CalcEngine.h\"\n#include \"Command.h\"\n#include \"winerror_cross_platform.h\"\n\nconstexpr int ASCII_0 = 48;\n\nusing namespace std;\nusing namespace CalcEngine;\n\nnamespace\n{\n    template <typename T>\n    static void Truncate(vector<T>& v, unsigned int index)\n    {\n        if (index >= v.size())\n        {\n            throw E_BOUNDS;\n        }\n\n        auto startIter = v.begin() + index;\n        v.erase(startIter, v.end());\n    }\n}\n\nvoid CHistoryCollector::ReinitHistory()\n{\n    m_lastOpStartIndex = -1;\n    m_lastBinOpStartIndex = -1;\n    m_curOperandIndex = 0;\n    m_bLastOpndBrace = false;\n    if (m_spTokens != nullptr)\n    {\n        m_spTokens->clear();\n    }\n    if (m_spCommands != nullptr)\n    {\n        m_spCommands->clear();\n    }\n}\n\n// Constructor\n// Can throw Out of memory error\nCHistoryCollector::CHistoryCollector(ICalcDisplay* pCalcDisplay, std::shared_ptr<IHistoryDisplay> pHistoryDisplay, wchar_t decimalSymbol)\n    : m_pHistoryDisplay(pHistoryDisplay)\n    , m_pCalcDisplay(pCalcDisplay)\n    , m_iCurLineHistStart(-1)\n    , m_decimalSymbol(decimalSymbol)\n{\n    ReinitHistory();\n}\n\nCHistoryCollector::~CHistoryCollector()\n{\n    m_pHistoryDisplay = nullptr;\n    m_pCalcDisplay = nullptr;\n\n    if (m_spTokens != nullptr)\n    {\n        m_spTokens->clear();\n    }\n}\n\nvoid CHistoryCollector::AddOpndToHistory(wstring_view numStr, Rational const& rat, bool fRepetition)\n{\n    int iCommandEnd = AddCommand(GetOperandCommandsFromString(numStr, rat));\n    m_lastOpStartIndex = IchAddSzToEquationSz(numStr, iCommandEnd);\n\n    if (fRepetition)\n    {\n        SetExpressionDisplay();\n    }\n    m_bLastOpndBrace = false;\n    m_lastBinOpStartIndex = -1;\n}\n\nvoid CHistoryCollector::RemoveLastOpndFromHistory()\n{\n    TruncateEquationSzFromIch(m_lastOpStartIndex);\n    SetExpressionDisplay();\n    m_lastOpStartIndex = -1;\n    // This will not restore the m_lastBinOpStartIndex, as it isn't possible to remove that also later\n}\n\nvoid CHistoryCollector::AddBinOpToHistory(int nOpCode, bool isIntegerMode, bool fNoRepetition)\n{\n    int iCommandEnd = AddCommand(std::make_shared<CBinaryCommand>(nOpCode));\n    m_lastBinOpStartIndex = IchAddSzToEquationSz(L\" \", -1);\n\n    IchAddSzToEquationSz(CCalcEngine::OpCodeToBinaryString(nOpCode, isIntegerMode), iCommandEnd);\n    IchAddSzToEquationSz(L\" \", -1);\n\n    if (fNoRepetition)\n    {\n        SetExpressionDisplay();\n    }\n    m_lastOpStartIndex = -1;\n}\n\n// This is expected to be called when a binary op in the last say 1+2+ is changing to another one say 1+2* (+ changed to *)\n// It needs to know by this change a Precedence inversion happened. i.e. previous op was lower or equal to its previous op, but the new\n// one isn't. (Eg. 1*2* to 1*2^). It can add explicit brackets to ensure the precedence is inverted. (Eg. (1*2) ^)\nvoid CHistoryCollector::ChangeLastBinOp(int nOpCode, bool fPrecInvToHigher, bool isIntegerMode)\n{\n    TruncateEquationSzFromIch(m_lastBinOpStartIndex);\n    if (fPrecInvToHigher)\n    {\n        EnclosePrecInversionBrackets();\n    }\n    AddBinOpToHistory(nOpCode, isIntegerMode);\n}\n\nvoid CHistoryCollector::PushLastOpndStart(int ichOpndStart)\n{\n    int ich = (ichOpndStart == -1) ? m_lastOpStartIndex : ichOpndStart;\n\n    if (m_curOperandIndex < static_cast<int>(m_operandIndices.size()))\n    {\n        m_operandIndices[m_curOperandIndex++] = ich;\n    }\n}\n\nvoid CHistoryCollector::PopLastOpndStart()\n{\n    if (m_curOperandIndex > 0)\n    {\n        m_lastOpStartIndex = m_operandIndices[--m_curOperandIndex];\n    }\n}\n\nvoid CHistoryCollector::AddOpenBraceToHistory()\n{\n    AddCommand(std::make_shared<CParentheses>(IDC_OPENP));\n    int ichOpndStart = IchAddSzToEquationSz(CCalcEngine::OpCodeToString(IDC_OPENP), -1);\n    PushLastOpndStart(ichOpndStart);\n\n    SetExpressionDisplay();\n    m_lastBinOpStartIndex = -1;\n}\n\nvoid CHistoryCollector::AddCloseBraceToHistory()\n{\n    AddCommand(std::make_shared<CParentheses>(IDC_CLOSEP));\n    IchAddSzToEquationSz(CCalcEngine::OpCodeToString(IDC_CLOSEP), -1);\n    SetExpressionDisplay();\n    PopLastOpndStart();\n\n    m_lastBinOpStartIndex = -1;\n    m_bLastOpndBrace = true;\n}\n\nvoid CHistoryCollector::EnclosePrecInversionBrackets()\n{\n    // Top of the Opnd starts index or 0 is nothing is in top\n    int ichStart = (m_curOperandIndex > 0) ? m_operandIndices[m_curOperandIndex - 1] : 0;\n\n    InsertSzInEquationSz(CCalcEngine::OpCodeToString(IDC_OPENP), -1, ichStart);\n    IchAddSzToEquationSz(CCalcEngine::OpCodeToString(IDC_CLOSEP), -1);\n}\n\nbool CHistoryCollector::FOpndAddedToHistory() const\n{\n    return (-1 != m_lastOpStartIndex);\n}\n\n// AddUnaryOpToHistory\n//\n// This is does the postfix to prefix translation of the input and adds the text to the history. Eg. doing 2 + 4 (sqrt),\n// this routine will ensure the last sqrt call unary operator, actually goes back in history and wraps 4 in sqrt(4)\n//\nvoid CHistoryCollector::AddUnaryOpToHistory(int nOpCode, bool fInv, AngleType angletype)\n{\n    int iCommandEnd;\n    // When successfully applying a unary op, there should be an opnd already\n    // A very special case of % which is a funny post op unary op.\n    if (IDC_PERCENT == nOpCode)\n    {\n        iCommandEnd = AddCommand(std::make_shared<CUnaryCommand>(nOpCode));\n        IchAddSzToEquationSz(CCalcEngine::OpCodeToString(nOpCode), iCommandEnd);\n    }\n    else // all the other unary ops\n    {\n        std::shared_ptr<IOperatorCommand> spExpressionCommand;\n        if (IDC_SIGN == nOpCode)\n        {\n            spExpressionCommand = std::make_shared<CUnaryCommand>(nOpCode);\n        }\n        else\n        {\n            CalculationManager::Command angleOpCode;\n            if (angletype == AngleType::Degrees)\n            {\n                angleOpCode = CalculationManager::Command::CommandDEG;\n            }\n            else if (angletype == AngleType::Radians)\n            {\n                angleOpCode = CalculationManager::Command::CommandRAD;\n            }\n            else // (angletype == AngleType::Gradians)\n            {\n                angleOpCode = CalculationManager::Command::CommandGRAD;\n            }\n\n            int command = nOpCode;\n            switch (nOpCode)\n            {\n            case IDC_SIN:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandASIN) : IDC_SIN;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(static_cast<int>(angleOpCode), command);\n                break;\n            case IDC_COS:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandACOS) : IDC_COS;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(static_cast<int>(angleOpCode), command);\n                break;\n            case IDC_TAN:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandATAN) : IDC_TAN;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(static_cast<int>(angleOpCode), command);\n                break;\n            case IDC_SINH:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandASINH) : IDC_SINH;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(command);\n                break;\n            case IDC_COSH:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandACOSH) : IDC_COSH;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(command);\n                break;\n            case IDC_TANH:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandATANH) : IDC_TANH;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(command);\n                break;\n            case IDC_SEC:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandASEC) : IDC_SEC;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(static_cast<int>(angleOpCode), command);\n                break;\n            case IDC_CSC:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandACSC) : IDC_CSC;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(static_cast<int>(angleOpCode), command);\n                break;\n            case IDC_COT:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandACOT) : IDC_COT;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(static_cast<int>(angleOpCode), command);\n                break;\n            case IDC_SECH:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandASECH) : IDC_SECH;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(command);\n                break;\n            case IDC_CSCH:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandACSCH) : IDC_CSCH;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(command);\n                break;\n            case IDC_COTH:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandACOTH) : IDC_COTH;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(command);\n                break;\n            case IDC_LN:\n                command = fInv ? static_cast<int>(CalculationManager::Command::CommandPOWE) : IDC_LN;\n                spExpressionCommand = std::make_shared<CUnaryCommand>(command);\n                break;\n            default:\n                spExpressionCommand = std::make_shared<CUnaryCommand>(nOpCode);\n            }\n        }\n\n        iCommandEnd = AddCommand(spExpressionCommand);\n\n        wstring operandStr{ CCalcEngine::OpCodeToUnaryString(nOpCode, fInv, angletype) };\n        if (!m_bLastOpndBrace) // The opnd is already covered in braces. No need for additional braces around it\n        {\n            operandStr.append(CCalcEngine::OpCodeToString(IDC_OPENP));\n        }\n        InsertSzInEquationSz(operandStr, iCommandEnd, m_lastOpStartIndex);\n\n        if (!m_bLastOpndBrace)\n        {\n            IchAddSzToEquationSz(CCalcEngine::OpCodeToString(IDC_CLOSEP), -1);\n        }\n    }\n\n    SetExpressionDisplay();\n    m_bLastOpndBrace = false;\n    // m_lastOpStartIndex remains the same as last opnd is just replaced by unaryop(lastopnd)\n    m_lastBinOpStartIndex = -1;\n}\n\n// Called after = with the result of the equation\n// Responsible for clearing the top line of current running history display, as well as adding yet another element to\n// history of equations\nvoid CHistoryCollector::CompleteHistoryLine(wstring_view numStr)\n{\n    if (nullptr != m_pHistoryDisplay)\n    {\n        unsigned int addedItemIndex = m_pHistoryDisplay->AddToHistory(m_spTokens, m_spCommands, numStr);\n        m_pCalcDisplay->OnHistoryItemAdded(addedItemIndex);\n    }\n\n    m_spTokens = nullptr;\n    m_spCommands = nullptr;\n    m_iCurLineHistStart = -1; // It will get recomputed at the first Opnd\n    ReinitHistory();\n}\n\nvoid CHistoryCollector::CompleteEquation(std::wstring_view numStr)\n{\n    // Add only '=' token and not add EQU command, because\n    // EQU command breaks loading from history (it duplicate history entries).\n    IchAddSzToEquationSz(CCalcEngine::OpCodeToString(IDC_EQU), -1);\n\n    SetExpressionDisplay();\n    CompleteHistoryLine(numStr);\n}\n\nvoid CHistoryCollector::ClearHistoryLine(wstring_view errStr)\n{\n    if (errStr.empty()) // in case of error let the display stay as it is\n    {\n        if (nullptr != m_pCalcDisplay)\n        {\n            m_pCalcDisplay->SetExpressionDisplay(\n                std::make_shared<std::vector<std::pair<std::wstring, int>>>(), std::make_shared<std::vector<std::shared_ptr<IExpressionCommand>>>());\n        }\n        m_iCurLineHistStart = -1; // It will get recomputed at the first Opnd\n        ReinitHistory();\n    }\n}\n\n// Adds the given string psz to the globally maintained current equation string at the end.\n//  Also returns the 0 based index in the string just added. Can throw out of memory error\nint CHistoryCollector::IchAddSzToEquationSz(wstring_view str, int icommandIndex)\n{\n    if (m_spTokens == nullptr)\n    {\n        m_spTokens = std::make_shared<std::vector<std::pair<std::wstring, int>>>();\n    }\n\n    m_spTokens->push_back(std::pair(wstring(str), icommandIndex));\n    return static_cast<int>(m_spTokens->size() - 1);\n}\n\n// Inserts a given string into the global m_pszEquation at the given index ich taking care of reallocations etc.\nvoid CHistoryCollector::InsertSzInEquationSz(wstring_view str, int icommandIndex, int ich)\n{\n    m_spTokens->emplace(m_spTokens->begin() + ich, wstring(str), icommandIndex);\n}\n\n// Chops off the current equation string from the given index\nvoid CHistoryCollector::TruncateEquationSzFromIch(int ich)\n{\n    // Truncate commands\n    int minIdx = -1;\n    unsigned int nTokens = static_cast<unsigned int>(m_spTokens->size());\n\n    for (unsigned int i = ich; i < nTokens; i++)\n    {\n        const auto& currentPair = (*m_spTokens)[i];\n        int curTokenId = currentPair.second;\n        if (curTokenId != -1)\n        {\n            if ((minIdx != -1) || (curTokenId < minIdx))\n            {\n                minIdx = curTokenId;\n                Truncate(*m_spCommands, minIdx);\n            }\n        }\n    }\n\n    Truncate(*m_spTokens, ich);\n}\n\n// Adds the m_pszEquation into the running history text\nvoid CHistoryCollector::SetExpressionDisplay()\n{\n    if (nullptr != m_pCalcDisplay)\n    {\n        m_pCalcDisplay->SetExpressionDisplay(m_spTokens, m_spCommands);\n    }\n}\n\nint CHistoryCollector::AddCommand(_In_ const std::shared_ptr<IExpressionCommand>& spCommand)\n{\n    if (m_spCommands == nullptr)\n    {\n        m_spCommands = std::make_shared<std::vector<std::shared_ptr<IExpressionCommand>>>();\n    }\n\n    m_spCommands->push_back(spCommand);\n    return static_cast<int>(m_spCommands->size() - 1);\n}\n\n// To Update the operands in the Expression according to the current Radix\nvoid CHistoryCollector::UpdateHistoryExpression(uint32_t radix, int32_t precision)\n{\n    if (m_spTokens == nullptr)\n    {\n        return;\n    }\n\n    for (auto& token : *m_spTokens)\n    {\n        int commandPosition = token.second;\n        if (commandPosition != -1)\n        {\n            const std::shared_ptr<IExpressionCommand>& expCommand = m_spCommands->at(commandPosition);\n\n            if (expCommand != nullptr && CalculationManager::CommandType::OperandCommand == expCommand->GetCommandType())\n            {\n                const std::shared_ptr<COpndCommand>& opndCommand = std::static_pointer_cast<COpndCommand>(expCommand);\n                if (opndCommand != nullptr)\n                {\n                    token.first = opndCommand->GetString(radix, precision);\n                    opndCommand->SetCommands(GetOperandCommandsFromString(token.first));\n                }\n            }\n        }\n    }\n\n    SetExpressionDisplay();\n}\n\nvoid CHistoryCollector::SetDecimalSymbol(wchar_t decimalSymbol)\n{\n    m_decimalSymbol = decimalSymbol;\n}\n\n// Update the commands corresponding to the passed string Number\nstd::shared_ptr<std::vector<int>> CHistoryCollector::GetOperandCommandsFromString(wstring_view numStr) const\n{\n    std::shared_ptr<std::vector<int>> commands = std::make_shared<std::vector<int>>();\n    // Check for negate\n    bool fNegative = (numStr[0] == L'-');\n\n    for (size_t i = (fNegative ? 1 : 0); i < numStr.length(); i++)\n    {\n        if (numStr[i] == m_decimalSymbol)\n        {\n            commands->push_back(IDC_PNT);\n        }\n        else if (numStr[i] == L'e')\n        {\n            commands->push_back(IDC_EXP);\n        }\n        else if (numStr[i] == L'-')\n        {\n            commands->push_back(IDC_SIGN);\n        }\n        else if (numStr[i] == L'+')\n        {\n            // Ignore.\n        }\n        // Number\n        else\n        {\n            int num = static_cast<int>(numStr[i]) - ASCII_0;\n            num += IDC_0;\n            commands->push_back(num);\n        }\n    }\n\n    // If the number is negative, append a sign command at the end.\n    if (fNegative)\n    {\n        commands->push_back(IDC_SIGN);\n    }\n    return commands;\n}\n\nstd::shared_ptr<COpndCommand> CHistoryCollector::GetOperandCommandsFromString(std::wstring_view numStr, Rational const& rat) const\n{\n    std::shared_ptr<std::vector<int>> commands = std::make_shared<vector<int>>();\n    // Check for negate\n    bool fNegative = (numStr[0] == L'-');\n    bool fSciFmt = false;\n    bool fDecimal = false;\n\n    for (size_t i = (fNegative ? 1 : 0); i < numStr.length(); i++)\n    {\n        if (numStr[i] == m_decimalSymbol)\n        {\n            commands->push_back(IDC_PNT);\n            if (!fSciFmt)\n            {\n                fDecimal = true;\n            }\n        }\n        else if (numStr[i] == L'e')\n        {\n            commands->push_back(IDC_EXP);\n            fSciFmt = true;\n        }\n        else if (numStr[i] == L'-')\n        {\n            commands->push_back(IDC_SIGN);\n        }\n        else if (numStr[i] == L'+')\n        {\n            // Ignore.\n        }\n        // Number\n        else\n        {\n            int num = static_cast<int>(numStr[i]) - ASCII_0;\n            num += IDC_0;\n            commands->push_back(num);\n        }\n    }\n\n    auto operandCommand = std::make_shared<COpndCommand>(commands, fNegative, fDecimal, fSciFmt);\n    operandCommand->Initialize(rat);\n    return operandCommand;\n}\n\nstd::vector<std::shared_ptr<IExpressionCommand>> CHistoryCollector::GetCommands() const\n{\n    std::vector<std::shared_ptr<IExpressionCommand>> commands;\n    if (m_spCommands != nullptr)\n    {\n        commands = *m_spCommands;\n    }\n    return commands;\n}\n"
  },
  {
    "path": "src/CalcManager/CEngine/Number.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n\n#include <algorithm>\n#include \"Header Files/Number.h\"\n\nusing namespace std;\n\nnamespace CalcEngine\n{\n    Number::Number() noexcept\n        : Number(1, 0, { 0 })\n    {\n    }\n\n    Number::Number(int32_t sign, int32_t exp, vector<uint32_t> const& mantissa) noexcept\n        : m_sign{ sign }\n        , m_exp{ exp }\n        , m_mantissa{ mantissa }\n    {\n    }\n\n    Number::Number(PNUMBER p) noexcept\n        : m_sign{ p->sign }\n        , m_exp{ p->exp }\n    {\n        m_mantissa.reserve(p->cdigit);\n        copy_n(p->mant, p->cdigit, back_inserter(m_mantissa));\n    }\n\n    PNUMBER Number::ToPNUMBER() const\n    {\n        PNUMBER ret = _createnum(static_cast<uint32_t>(this->Mantissa().size()) + 1);\n        ret->sign = this->Sign();\n        ret->exp = this->Exp();\n        ret->cdigit = static_cast<int32_t>(this->Mantissa().size());\n\n        MANTTYPE* ptrRet = ret->mant;\n        for (auto const& digit : this->Mantissa())\n        {\n            *ptrRet++ = digit;\n        }\n\n        return ret;\n    }\n\n    int32_t const& Number::Sign() const\n    {\n        return m_sign;\n    }\n\n    int32_t const& Number::Exp() const\n    {\n        return m_exp;\n    }\n\n    vector<uint32_t> const& Number::Mantissa() const\n    {\n        return m_mantissa;\n    }\n\n    bool Number::IsZero() const\n    {\n        return all_of(m_mantissa.begin(), m_mantissa.end(), [](auto&& i) { return i == 0; });\n    }\n}\n"
  },
  {
    "path": "src/CalcManager/CEngine/Rational.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n\n#include \"Header Files/Rational.h\"\n\nusing namespace std;\n\nnamespace CalcEngine\n{\n    Rational::Rational() noexcept\n        : m_p{}\n        , m_q{ 1, 0, { 1 } }\n    {\n    }\n\n    Rational::Rational(Number const& n) noexcept\n    {\n        int32_t qExp = 0;\n        if (n.Exp() < 0)\n        {\n            qExp -= n.Exp();\n        }\n\n        m_p = Number(n.Sign(), 0, n.Mantissa());\n        m_q = Number(1, qExp, { 1 });\n    }\n\n    Rational::Rational(Number const& p, Number const& q) noexcept\n        : m_p{ p }\n        , m_q{ q }\n    {\n    }\n\n    Rational::Rational(int32_t i)\n    {\n        PRAT pr = i32torat(static_cast<int32_t>(i));\n\n        m_p = Number{ pr->pp };\n        m_q = Number{ pr->pq };\n\n        destroyrat(pr);\n    }\n\n    Rational::Rational(uint32_t ui)\n    {\n        PRAT pr = Ui32torat(static_cast<uint32_t>(ui));\n\n        m_p = Number{ pr->pp };\n        m_q = Number{ pr->pq };\n\n        destroyrat(pr);\n    }\n\n    Rational::Rational(uint64_t ui)\n    {\n        uint32_t hi = (uint32_t)(((ui) >> 32) & 0xffffffff);\n        uint32_t lo = (uint32_t)ui;\n\n        Rational temp = (Rational{ hi } << 32) | lo;\n\n        m_p = Number{ temp.P() };\n        m_q = Number{ temp.Q() };\n    }\n\n    Rational::Rational(PRAT prat) noexcept\n        : m_p{ Number{ prat->pp } }\n        , m_q{ Number{ prat->pq } }\n    {\n    }\n\n    PRAT Rational::ToPRAT() const\n    {\n        PRAT ret = _createrat();\n\n        ret->pp = this->P().ToPNUMBER();\n        ret->pq = this->Q().ToPNUMBER();\n\n        return ret;\n    }\n\n    Number const& Rational::P() const\n    {\n        return m_p;\n    }\n\n    Number const& Rational::Q() const\n    {\n        return m_q;\n    }\n\n    Rational Rational::operator-() const\n    {\n        return Rational{ Number{ -1 * m_p.Sign(), m_p.Exp(), m_p.Mantissa() }, m_q };\n    }\n\n    Rational& Rational::operator+=(Rational const& rhs)\n    {\n        PRAT lhsRat = this->ToPRAT();\n        PRAT rhsRat = rhs.ToPRAT();\n\n        try\n        {\n            addrat(&lhsRat, rhsRat, RATIONAL_PRECISION);\n            destroyrat(rhsRat);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(lhsRat);\n            destroyrat(rhsRat);\n            throw(error);\n        }\n\n        *this = Rational{ lhsRat };\n        destroyrat(lhsRat);\n\n        return *this;\n    }\n\n    Rational& Rational::operator-=(Rational const& rhs)\n    {\n        PRAT lhsRat = this->ToPRAT();\n        PRAT rhsRat = rhs.ToPRAT();\n\n        try\n        {\n            subrat(&lhsRat, rhsRat, RATIONAL_PRECISION);\n            destroyrat(rhsRat);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(lhsRat);\n            destroyrat(rhsRat);\n            throw(error);\n        }\n\n        *this = Rational{ lhsRat };\n        destroyrat(lhsRat);\n\n        return *this;\n    }\n\n    Rational& Rational::operator*=(Rational const& rhs)\n    {\n        PRAT lhsRat = this->ToPRAT();\n        PRAT rhsRat = rhs.ToPRAT();\n\n        try\n        {\n            mulrat(&lhsRat, rhsRat, RATIONAL_PRECISION);\n            destroyrat(rhsRat);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(lhsRat);\n            destroyrat(rhsRat);\n            throw(error);\n        }\n\n        *this = Rational{ lhsRat };\n        destroyrat(lhsRat);\n\n        return *this;\n    }\n\n    Rational& Rational::operator/=(Rational const& rhs)\n    {\n        PRAT lhsRat = this->ToPRAT();\n        PRAT rhsRat = rhs.ToPRAT();\n\n        try\n        {\n            divrat(&lhsRat, rhsRat, RATIONAL_PRECISION);\n            destroyrat(rhsRat);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(lhsRat);\n            destroyrat(rhsRat);\n            throw(error);\n        }\n\n        *this = Rational{ lhsRat };\n        destroyrat(lhsRat);\n\n        return *this;\n    }\n\n    /// <summary>\n    /// Calculate the remainder after division, the sign of a result will match the sign of the current object.\n    /// </summary>\n    /// <remarks>\n    /// This function has the same behavior as the standard C/C++ operator '%'\n    /// to calculate the modulus after division instead, use <see cref=\"RationalMath::Mod\"/> instead.\n    /// </remarks>\n    Rational& Rational::operator%=(Rational const& rhs)\n    {\n        PRAT lhsRat = this->ToPRAT();\n        PRAT rhsRat = rhs.ToPRAT();\n\n        try\n        {\n            remrat(&lhsRat, rhsRat);\n            destroyrat(rhsRat);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(lhsRat);\n            destroyrat(rhsRat);\n            throw(error);\n        }\n\n        *this = Rational{ lhsRat };\n        destroyrat(lhsRat);\n\n        return *this;\n    }\n\n    Rational& Rational::operator<<=(Rational const& rhs)\n    {\n        PRAT lhsRat = this->ToPRAT();\n        PRAT rhsRat = rhs.ToPRAT();\n\n        try\n        {\n            lshrat(&lhsRat, rhsRat, RATIONAL_BASE, RATIONAL_PRECISION);\n            destroyrat(rhsRat);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(lhsRat);\n            destroyrat(rhsRat);\n            throw(error);\n        }\n\n        *this = Rational{ lhsRat };\n        destroyrat(lhsRat);\n\n        return *this;\n    }\n\n    Rational& Rational::operator>>=(Rational const& rhs)\n    {\n        PRAT lhsRat = this->ToPRAT();\n        PRAT rhsRat = rhs.ToPRAT();\n\n        try\n        {\n            rshrat(&lhsRat, rhsRat, RATIONAL_BASE, RATIONAL_PRECISION);\n            destroyrat(rhsRat);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(lhsRat);\n            destroyrat(rhsRat);\n            throw(error);\n        }\n\n        *this = Rational{ lhsRat };\n        destroyrat(lhsRat);\n\n        return *this;\n    }\n\n    Rational& Rational::operator&=(Rational const& rhs)\n    {\n        PRAT lhsRat = this->ToPRAT();\n        PRAT rhsRat = rhs.ToPRAT();\n\n        try\n        {\n            andrat(&lhsRat, rhsRat, RATIONAL_BASE, RATIONAL_PRECISION);\n            destroyrat(rhsRat);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(lhsRat);\n            destroyrat(rhsRat);\n            throw(error);\n        }\n\n        *this = Rational{ lhsRat };\n        destroyrat(lhsRat);\n\n        return *this;\n    }\n\n    Rational& Rational::operator|=(Rational const& rhs)\n    {\n        PRAT lhsRat = this->ToPRAT();\n        PRAT rhsRat = rhs.ToPRAT();\n        try\n        {\n            orrat(&lhsRat, rhsRat, RATIONAL_BASE, RATIONAL_PRECISION);\n            destroyrat(rhsRat);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(lhsRat);\n            destroyrat(rhsRat);\n            throw(error);\n        }\n\n        *this = Rational{ lhsRat };\n        destroyrat(lhsRat);\n\n        return *this;\n    }\n\n    Rational& Rational::operator^=(Rational const& rhs)\n    {\n        PRAT lhsRat = this->ToPRAT();\n        PRAT rhsRat = rhs.ToPRAT();\n        try\n        {\n            xorrat(&lhsRat, rhsRat, RATIONAL_BASE, RATIONAL_PRECISION);\n            destroyrat(rhsRat);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(lhsRat);\n            destroyrat(rhsRat);\n            throw(error);\n        }\n\n        *this = Rational{ lhsRat };\n        destroyrat(lhsRat);\n\n        return *this;\n    }\n\n    Rational operator+(Rational lhs, Rational const& rhs)\n    {\n        lhs += rhs;\n        return lhs;\n    }\n\n    Rational operator-(Rational lhs, Rational const& rhs)\n    {\n        lhs -= rhs;\n        return lhs;\n    }\n\n    Rational operator*(Rational lhs, Rational const& rhs)\n    {\n        lhs *= rhs;\n        return lhs;\n    }\n\n    Rational operator/(Rational lhs, Rational const& rhs)\n    {\n        lhs /= rhs;\n        return lhs;\n    }\n\n    /// <summary>\n    /// Calculate the remainder after division, the sign of a result will match the sign of lhs.\n    /// </summary>\n    /// <remarks>\n    /// This function has the same behavior as the standard C/C++ operator '%', to calculate the modulus after division instead, use <see\n    /// cref=\"Rational::operator%\"/> instead.\n    /// </remarks>\n    Rational operator%(Rational lhs, Rational const& rhs)\n    {\n        lhs %= rhs;\n        return lhs;\n    }\n\n    Rational operator<<(Rational lhs, Rational const& rhs)\n    {\n        lhs <<= rhs;\n        return lhs;\n    }\n\n    Rational operator>>(Rational lhs, Rational const& rhs)\n    {\n        lhs >>= rhs;\n        return lhs;\n    }\n\n    Rational operator&(Rational lhs, Rational const& rhs)\n    {\n        lhs &= rhs;\n        return lhs;\n    }\n\n    Rational operator|(Rational lhs, Rational const& rhs)\n    {\n        lhs |= rhs;\n        return lhs;\n    }\n\n    Rational operator^(Rational lhs, Rational const& rhs)\n    {\n        lhs ^= rhs;\n        return lhs;\n    }\n\n    bool operator==(Rational const& lhs, Rational const& rhs)\n    {\n        PRAT lhsRat = lhs.ToPRAT();\n        PRAT rhsRat = rhs.ToPRAT();\n\n        bool result = false;\n        try\n        {\n            result = rat_equ(lhsRat, rhsRat, RATIONAL_PRECISION);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(lhsRat);\n            destroyrat(rhsRat);\n            throw(error);\n        }\n\n        destroyrat(lhsRat);\n        destroyrat(rhsRat);\n\n        return result;\n    }\n\n    bool operator!=(Rational const& lhs, Rational const& rhs)\n    {\n        return !(lhs == rhs);\n    }\n\n    bool operator<(Rational const& lhs, Rational const& rhs)\n    {\n        PRAT lhsRat = lhs.ToPRAT();\n        PRAT rhsRat = rhs.ToPRAT();\n\n        bool result = false;\n        try\n        {\n            result = rat_lt(lhsRat, rhsRat, RATIONAL_PRECISION);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(lhsRat);\n            destroyrat(rhsRat);\n            throw(error);\n        }\n\n        destroyrat(lhsRat);\n        destroyrat(rhsRat);\n\n        return result;\n    }\n\n    bool operator>(Rational const& lhs, Rational const& rhs)\n    {\n        return rhs < lhs;\n    }\n\n    bool operator<=(Rational const& lhs, Rational const& rhs)\n    {\n        return !(lhs > rhs);\n    }\n\n    bool operator>=(Rational const& lhs, Rational const& rhs)\n    {\n        return !(lhs < rhs);\n    }\n\n    wstring Rational::ToString(uint32_t radix, NumberFormat fmt, int32_t precision) const\n    {\n        PRAT rat = this->ToPRAT();\n        wstring result{};\n\n        try\n        {\n            result = RatToString(rat, fmt, radix, precision);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(rat);\n            throw(error);\n        }\n\n        destroyrat(rat);\n\n        return result;\n    }\n\n    uint64_t Rational::ToUInt64_t() const\n    {\n        PRAT rat = this->ToPRAT();\n        uint64_t result;\n        try\n        {\n            result = rattoUi64(rat, RATIONAL_BASE, RATIONAL_PRECISION);\n        }\n        catch (uint32_t error)\n        {\n            destroyrat(rat);\n            throw(error);\n        }\n\n        destroyrat(rat);\n\n        return result;\n    }\n}\n"
  },
  {
    "path": "src/CalcManager/CEngine/RationalMath.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"Header Files/RationalMath.h\"\n\nusing namespace std;\nusing namespace CalcEngine;\n\nRational RationalMath::Frac(Rational const& rat)\n{\n    PRAT prat = rat.ToPRAT();\n    try\n    {\n        fracrat(&prat, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::Integer(Rational const& rat)\n{\n    PRAT prat = rat.ToPRAT();\n    try\n    {\n        intrat(&prat, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::Pow(Rational const& base, Rational const& pow)\n{\n    PRAT baseRat = base.ToPRAT();\n    PRAT powRat = pow.ToPRAT();\n\n    try\n    {\n        powrat(&baseRat, powRat, RATIONAL_BASE, RATIONAL_PRECISION);\n        destroyrat(powRat);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(baseRat);\n        destroyrat(powRat);\n        throw(error);\n    }\n\n    Rational result{ baseRat };\n    destroyrat(baseRat);\n\n    return result;\n}\n\nRational RationalMath::Root(Rational const& base, Rational const& root)\n{\n    return Pow(base, Invert(root));\n}\n\nRational RationalMath::Fact(Rational const& rat)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        factrat(&prat, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::Exp(Rational const& rat)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        exprat(&prat, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::Log(Rational const& rat)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        lograt(&prat, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::Log10(Rational const& rat)\n{\n    return Log(rat) / Rational{ ln_ten };\n}\n\nRational RationalMath::Invert(Rational const& rat)\n{\n    return 1 / rat;\n}\n\nRational RationalMath::Abs(Rational const& rat)\n{\n    return Rational{ Number{ 1, rat.P().Exp(), rat.P().Mantissa() }, Number{ 1, rat.Q().Exp(), rat.Q().Mantissa() } };\n}\n\nRational RationalMath::Sin(Rational const& rat, AngleType angletype)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        sinanglerat(&prat, angletype, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::Cos(Rational const& rat, AngleType angletype)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        cosanglerat(&prat, angletype, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::Tan(Rational const& rat, AngleType angletype)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        tananglerat(&prat, angletype, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::ASin(Rational const& rat, AngleType angletype)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        asinanglerat(&prat, angletype, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::ACos(Rational const& rat, AngleType angletype)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        acosanglerat(&prat, angletype, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::ATan(Rational const& rat, AngleType angletype)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        atananglerat(&prat, angletype, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::Sinh(Rational const& rat)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        sinhrat(&prat, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::Cosh(Rational const& rat)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        coshrat(&prat, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::Tanh(Rational const& rat)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        tanhrat(&prat, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::ASinh(Rational const& rat)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        asinhrat(&prat, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::ACosh(Rational const& rat)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        acoshrat(&prat, RATIONAL_BASE, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\nRational RationalMath::ATanh(Rational const& rat)\n{\n    PRAT prat = rat.ToPRAT();\n\n    try\n    {\n        atanhrat(&prat, RATIONAL_PRECISION);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        throw(error);\n    }\n\n    Rational result{ prat };\n    destroyrat(prat);\n\n    return result;\n}\n\n/// <summary>\n/// Calculate the modulus after division, the sign of the result will match the sign of b.\n/// </summary>\n/// <remarks>\n/// When one of the operand is negative\n/// the result will differ from the C/C++ operator '%'\n/// use <see cref=\"Rational::operator%\"/> instead to calculate the remainder after division.\n/// </remarks>\nRational RationalMath::Mod(Rational const& a, Rational const& b)\n{\n    PRAT prat = a.ToPRAT();\n    PRAT pn = b.ToPRAT();\n\n    try\n    {\n        modrat(&prat, pn);\n        destroyrat(pn);\n    }\n    catch (uint32_t error)\n    {\n        destroyrat(prat);\n        destroyrat(pn);\n        throw(error);\n    }\n\n    auto res = Rational{ prat };\n    destroyrat(prat);\n    return res;\n}\n"
  },
  {
    "path": "src/CalcManager/CEngine/calc.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include <cassert>\n#include \"Header Files/CalcEngine.h\"\n#include \"CalculatorResource.h\"\n\nusing namespace std;\nusing namespace CalcEngine;\n\n/**************************************************************************/\n/*** Global variable declarations and initializations                   ***/\n/**************************************************************************/\n\nstatic constexpr int DEFAULT_MAX_DIGITS = 32;\nstatic constexpr int DEFAULT_PRECISION = 32;\nstatic constexpr int32_t DEFAULT_RADIX = 10;\n\nstatic constexpr wchar_t DEFAULT_DEC_SEPARATOR = L'.';\nstatic constexpr wchar_t DEFAULT_GRP_SEPARATOR = L',';\nstatic constexpr wstring_view DEFAULT_GRP_STR = L\"3;0\";\nstatic constexpr wstring_view DEFAULT_NUMBER_STR = L\"0\";\n\n// Read strings for keys, errors, trig types, etc.\n// These will be copied from the resources to local memory.\n\nunordered_map<wstring_view, wstring> CCalcEngine::s_engineStrings;\n\nvoid CCalcEngine::LoadEngineStrings(CalculationManager::IResourceProvider& resourceProvider)\n{\n    for (const auto& sid : g_sids)\n    {\n        auto locString = resourceProvider.GetCEngineString(sid);\n        if (!locString.empty())\n        {\n            s_engineStrings[sid] = locString;\n        }\n    }\n}\n\n//////////////////////////////////////////////////\n//\n// InitialOneTimeOnlyNumberSetup\n//\n//////////////////////////////////////////////////\nvoid CCalcEngine::InitialOneTimeOnlySetup(CalculationManager::IResourceProvider& resourceProvider)\n{\n    LoadEngineStrings(resourceProvider);\n\n    // we must now set up all the ratpak constants and our arrayed pointers\n    // to these constants.\n    ChangeBaseConstants(DEFAULT_RADIX, DEFAULT_MAX_DIGITS, DEFAULT_PRECISION);\n}\n\n//////////////////////////////////////////////////\n//\n// CCalcEngine::CCalcEngine\n//\n//////////////////////////////////////////////////\nCCalcEngine::CCalcEngine(\n    bool fPrecedence,\n    bool fIntegerMode,\n    CalculationManager::IResourceProvider* const pResourceProvider,\n    __in_opt ICalcDisplay* pCalcDisplay,\n    __in_opt shared_ptr<IHistoryDisplay> pHistoryDisplay)\n    : m_fPrecedence(fPrecedence)\n    , m_fIntegerMode(fIntegerMode)\n    , m_pCalcDisplay(pCalcDisplay)\n    , m_resourceProvider(pResourceProvider)\n    , m_nOpCode(0)\n    , m_nPrevOpCode(0)\n    , m_bChangeOp(false)\n    , m_bRecord(false)\n    , m_bSetCalcState(false)\n    , m_input(DEFAULT_DEC_SEPARATOR)\n    , m_nFE(NumberFormat::Float)\n    , m_memoryValue{ make_unique<Rational>() }\n    , m_holdVal{}\n    , m_currentVal{}\n    , m_lastVal{}\n    , m_parenVals{}\n    , m_precedenceVals{}\n    , m_bError(false)\n    , m_bInv(false)\n    , m_bNoPrevEqu(true)\n    , m_radix(DEFAULT_RADIX)\n    , m_precision(DEFAULT_PRECISION)\n    , m_cIntDigitsSav(DEFAULT_MAX_DIGITS)\n    , m_decGrouping()\n    , m_numberString(DEFAULT_NUMBER_STR)\n    , m_nTempCom(0)\n    , m_openParenCount(0)\n    , m_nOp()\n    , m_nPrecOp()\n    , m_precedenceOpCount(0)\n    , m_nLastCom(0)\n    , m_angletype(AngleType::Degrees)\n    , m_numwidth(NUM_WIDTH::QWORD_WIDTH)\n    , m_HistoryCollector(pCalcDisplay, pHistoryDisplay, DEFAULT_DEC_SEPARATOR)\n    , m_groupSeparator(DEFAULT_GRP_SEPARATOR)\n{\n    InitChopNumbers();\n\n    m_dwWordBitWidth = DwWordBitWidthFromNumWidth(m_numwidth);\n\n    m_maxTrigonometricNum = RationalMath::Pow(10, 100);\n\n    SetRadixTypeAndNumWidth(RadixType::Decimal, m_numwidth);\n    SettingsChanged();\n    DisplayNum();\n}\n\nvoid CCalcEngine::InitChopNumbers()\n{\n    // these rat numbers are set only once and then never change regardless of\n    // base or precision changes\n    assert(m_chopNumbers.size() >= 4);\n    m_chopNumbers[0] = Rational{ rat_qword };\n    m_chopNumbers[1] = Rational{ rat_dword };\n    m_chopNumbers[2] = Rational{ rat_word };\n    m_chopNumbers[3] = Rational{ rat_byte };\n\n    // initialize the max dec number you can support for each of the supported bit lengths\n    // this is basically max num in that width / 2 in integer\n    assert(m_chopNumbers.size() == m_maxDecimalValueStrings.size());\n    for (size_t i = 0; i < m_chopNumbers.size(); i++)\n    {\n        auto maxVal = m_chopNumbers[i] / 2;\n        maxVal = RationalMath::Integer(maxVal);\n\n        m_maxDecimalValueStrings[i] = maxVal.ToString(10, NumberFormat::Float, m_precision);\n    }\n}\n\nCalcEngine::Rational CCalcEngine::GetChopNumber() const\n{\n    return m_chopNumbers[static_cast<int>(m_numwidth)];\n}\n\nstd::wstring CCalcEngine::GetMaxDecimalValueString() const\n{\n    return m_maxDecimalValueStrings[static_cast<int>(m_numwidth)];\n}\n\n// Gets the number in memory for UI to keep it persisted and set it again to a different instance\n// of CCalcEngine. Otherwise it will get destructed with the CalcEngine\nunique_ptr<Rational> CCalcEngine::PersistedMemObject()\n{\n    return move(m_memoryValue);\n}\n\nvoid CCalcEngine::PersistedMemObject(Rational const& memObject)\n{\n    m_memoryValue = make_unique<Rational>(memObject);\n}\n\nvoid CCalcEngine::SettingsChanged()\n{\n    wchar_t lastDec = m_decimalSeparator;\n    wstring decStr = m_resourceProvider->GetCEngineString(L\"sDecimal\");\n    m_decimalSeparator = decStr.empty() ? DEFAULT_DEC_SEPARATOR : decStr.at(0);\n    // Until it can be removed, continue to set ratpak decimal here\n    SetDecimalSeparator(m_decimalSeparator);\n\n    wchar_t lastSep = m_groupSeparator;\n    wstring sepStr = m_resourceProvider->GetCEngineString(L\"sThousand\");\n    m_groupSeparator = sepStr.empty() ? DEFAULT_GRP_SEPARATOR : sepStr.at(0);\n\n    auto lastDecGrouping = m_decGrouping;\n    wstring grpStr = m_resourceProvider->GetCEngineString(L\"sGrouping\");\n    m_decGrouping = DigitGroupingStringToGroupingVector(grpStr.empty() ? DEFAULT_GRP_STR : grpStr);\n\n    bool numChanged = false;\n\n    // if the grouping pattern or thousands symbol changed we need to refresh the display\n    if (m_decGrouping != lastDecGrouping || m_groupSeparator != lastSep)\n    {\n        numChanged = true;\n    }\n\n    // if the decimal symbol has changed we always do the following things\n    if (m_decimalSeparator != lastDec)\n    {\n        // Re-initialize member variables' decimal point.\n        m_input.SetDecimalSymbol(m_decimalSeparator);\n        m_HistoryCollector.SetDecimalSymbol(m_decimalSeparator);\n\n        // put the new decimal symbol into the table used to draw the decimal key\n        s_engineStrings[SIDS_DECIMAL_SEPARATOR] = m_decimalSeparator;\n\n        // we need to redraw to update the decimal point button\n        numChanged = true;\n    }\n\n    if (numChanged)\n    {\n        DisplayNum();\n    }\n}\n\nwchar_t CCalcEngine::DecimalSeparator() const\n{\n    return m_decimalSeparator;\n}\n\nstd::vector<std::shared_ptr<IExpressionCommand>> CCalcEngine::GetHistoryCollectorCommandsSnapshot() const\n{\n    auto commands = m_HistoryCollector.GetCommands();\n    if (!m_HistoryCollector.FOpndAddedToHistory() && m_bRecord)\n    {\n        commands.push_back(m_HistoryCollector.GetOperandCommandsFromString(m_numberString, m_currentVal));\n    }\n    return commands;\n}\n"
  },
  {
    "path": "src/CalcManager/CEngine/scicomm.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n/****************************Module*Header***********************************\\\n* Module Name: SCICOMM.C\n*\n* Module Description:\n*\n* Warnings:\n*\n* Created:\n*\n* Author:\n\\****************************************************************************/\n\n#include <iomanip>\n#include <string>\n#include <sstream>\n#include \"Header Files/CalcEngine.h\"\n#include \"Header Files/CalcUtils.h\"\n\nusing namespace std;\nusing namespace CalcEngine;\n\nnamespace\n{\n    // NPrecedenceOfOp\n    //\n    // returns a virtual number for precedence for the operator. We expect binary operator only, otherwise the lowest number\n    // 0 is returned. Higher the number, higher the precedence of the operator.\n    int NPrecedenceOfOp(int nopCode)\n    {\n        switch (nopCode)\n        {\n        default:\n        case IDC_OR:\n        case IDC_XOR:\n            return 0;\n        case IDC_AND:\n        case IDC_NAND:\n        case IDC_NOR:\n            return 1;\n        case IDC_ADD:\n        case IDC_SUB:\n            return 2;\n        case IDC_LSHF:\n        case IDC_RSHF:\n        case IDC_RSHFL:\n        case IDC_MOD:\n        case IDC_DIV:\n        case IDC_MUL:\n            return 3;\n        case IDC_PWR:\n        case IDC_ROOT:\n        case IDC_LOGBASEY:\n            return 4;\n        }\n    }\n}\n\n// HandleErrorCommand\n//\n// When it is discovered by the state machine that at this point the input is not valid (eg. \"1+)\"), we want to proceed as though this input never\n// occurred and may be some feedback to user like Beep. The rest of input can then continue by just ignoring this command.\nvoid CCalcEngine::HandleErrorCommand(OpCode idc)\n{\n    if (!IsGuiSettingOpCode(idc))\n    {\n        // We would have saved the prev command. Need to forget this state\n        m_nTempCom = m_nLastCom;\n    }\n}\n\nvoid CCalcEngine::HandleMaxDigitsReached()\n{\n    if (nullptr != m_pCalcDisplay)\n    {\n        m_pCalcDisplay->MaxDigitsReached();\n    }\n}\n\nvoid CCalcEngine::ClearTemporaryValues()\n{\n    m_bInv = false;\n    m_input.Clear();\n    m_bRecord = true;\n    CheckAndAddLastBinOpToHistory();\n    DisplayNum();\n    m_bError = false;\n}\n\nvoid CCalcEngine::ClearDisplay()\n{\n    if (nullptr != m_pCalcDisplay)\n    {\n        m_pCalcDisplay->SetExpressionDisplay(make_shared<vector<pair<wstring, int>>>(), make_shared<vector<shared_ptr<IExpressionCommand>>>());\n    }\n}\n\nvoid CCalcEngine::ProcessCommand(OpCode wParam)\n{\n    if (wParam == IDC_SET_RESULT)\n    {\n        wParam = IDC_RECALL;\n        m_bSetCalcState = true;\n    }\n\n    ProcessCommandWorker(wParam);\n}\n\nvoid CCalcEngine::ProcessCommandWorker(OpCode wParam)\n{\n    // Save the last command.  Some commands are not saved in this manor, these\n    // commands are:\n    // Inv, Deg, Rad, Grad, Stat, FE, MClear, Back, and Exp.  The excluded\n    // commands are not\n    // really mathematical operations, rather they are GUI mode settings.\n\n    if (!IsGuiSettingOpCode(wParam))\n    {\n        m_nLastCom = m_nTempCom;\n        m_nTempCom = (int)wParam;\n    }\n\n    // Clear expression shown after = sign, when user do any action.\n    if (!m_bNoPrevEqu)\n    {\n        ClearDisplay();\n    }\n\n    if (m_bError)\n    {\n        if (wParam == IDC_CLEAR)\n        {\n            // handle \"C\" normally\n        }\n        else if (wParam == IDC_CENTR)\n        {\n            // treat \"CE\" as \"C\"\n            wParam = IDC_CLEAR;\n        }\n        else\n        {\n            HandleErrorCommand(wParam);\n            return;\n        }\n    }\n\n    // Toggle Record/Display mode if appropriate.\n    if (m_bRecord)\n    {\n        if (IsBinOpCode(wParam) || IsUnaryOpCode(wParam) || IsOpInRange(wParam, IDC_FE, IDC_MMINUS) || IsOpInRange(wParam, IDC_OPENP, IDC_CLOSEP)\n            || IsOpInRange(wParam, IDM_HEX, IDM_BIN) || IsOpInRange(wParam, IDM_QWORD, IDM_BYTE) || IsOpInRange(wParam, IDM_DEG, IDM_GRAD)\n            || IsOpInRange(wParam, IDC_BINEDITSTART, IDC_BINEDITEND) || (IDC_INV == wParam) || (IDC_SIGN == wParam && 10 != m_radix) || (IDC_RAND == wParam)\n            || (IDC_EULER == wParam))\n        {\n            m_bRecord = false;\n            m_currentVal = m_input.ToRational(m_radix, m_precision);\n            DisplayNum(); // Causes 3.000 to shrink to 3. on first op.\n        }\n    }\n    else if (IsDigitOpCode(wParam) || wParam == IDC_PNT)\n    {\n        m_bRecord = true;\n        m_input.Clear();\n\n        /*\n         * Account for scenarios where an equation includes any input after closing parenthesis - i.e. \"(8)2=16\".\n         * This prevents the calculator from ending an equation and adding to history prematurely.\n         */\n        if (m_nLastCom != IDC_CLOSEP)\n        {\n            CheckAndAddLastBinOpToHistory();\n        }\n    }\n\n    // Interpret digit keys.\n    if (IsDigitOpCode(wParam))\n    {\n        unsigned int iValue = static_cast<unsigned int>(wParam - IDC_0);\n\n        // this is redundant, illegal keys are disabled\n        if (iValue >= static_cast<unsigned int>(m_radix))\n        {\n            HandleErrorCommand(wParam);\n            return;\n        }\n\n        if (!m_input.TryAddDigit(iValue, m_radix, m_fIntegerMode, GetMaxDecimalValueString(), m_dwWordBitWidth, m_cIntDigitsSav))\n        {\n            HandleErrorCommand(wParam);\n            HandleMaxDigitsReached();\n            return;\n        }\n\n        // Check if the last command was a closing parenthesis\n        if (m_nLastCom == IDC_CLOSEP)\n        {\n            // Treat this as an implicit multiplication\n            m_nOpCode = IDC_MUL;\n            m_lastVal = m_currentVal;\n\n            // We need to clear any previous state from last calculation\n            m_holdVal = Rational(0);\n            m_bNoPrevEqu = true;\n\n            // Add the operand to history before adding the implicit multiplication\n            if (!m_HistoryCollector.FOpndAddedToHistory())\n            {\n                m_HistoryCollector.AddOpenBraceToHistory();\n                m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal);\n                m_HistoryCollector.AddCloseBraceToHistory();\n            }\n\n            // Add the implicit multiplication to history\n            m_HistoryCollector.AddBinOpToHistory(m_nOpCode, m_fIntegerMode);\n\n            m_bChangeOp = true;\n            m_nPrevOpCode = 0;\n\n            // Clear any pending operations in the precedence stack\n            while (m_precedenceOpCount > 0)\n            {\n                m_precedenceOpCount--;\n                m_nPrecOp[m_precedenceOpCount] = 0;\n            }\n        }\n        DisplayNum();\n\n        return;\n    }\n\n    // BINARY OPERATORS:\n    if (IsBinOpCode(wParam))\n    {\n        // Change the operation if last input was operation.\n        if (IsBinOpCode(m_nLastCom))\n        {\n            bool fPrecInvToHigher = false; // Is Precedence Inversion from lower to higher precedence happening ??\n\n            m_nOpCode = (int)wParam;\n\n            // Check to see if by changing this binop, a Precedence inversion is happening.\n            // Eg. 1 * 2  + and + is getting changed to ^. The previous precedence rules would have already computed\n            // 1*2, so we will put additional brackets to cover for precedence inversion and it will become (1 * 2) ^\n            // Here * is m_nPrevOpCode, m_currentVal is 2  (by 1*2), m_nLastCom is +, m_nOpCode is ^\n            if (m_fPrecedence && 0 != m_nPrevOpCode)\n            {\n                int nPrev = NPrecedenceOfOp(m_nPrevOpCode);\n                int nx = NPrecedenceOfOp(m_nLastCom);\n                int ni = NPrecedenceOfOp(m_nOpCode);\n                if (nx <= nPrev && ni > nPrev) // condition for Precedence Inversion\n                {\n                    fPrecInvToHigher = true;\n                    m_nPrevOpCode = 0; // Once the precedence inversion has put additional brackets, its no longer required\n                }\n            }\n            m_HistoryCollector.ChangeLastBinOp(m_nOpCode, fPrecInvToHigher, m_fIntegerMode);\n            DisplayAnnounceBinaryOperator();\n            return;\n        }\n\n        if (!m_HistoryCollector.FOpndAddedToHistory())\n        {\n            // if the prev command was ) or unop then it is already in history as a opnd form (...)\n            m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal);\n        }\n\n        /* m_bChangeOp is true if there was an operation done and the   */\n        /* current m_currentVal is the result of that operation.  This is so */\n        /* entering 3+4+5= gives 7 after the first + and 12 after the */\n        /* the =.  The rest of this stuff attempts to do precedence in*/\n        /* Scientific mode.                                           */\n        if (m_bChangeOp)\n        {\n        DoPrecedenceCheckAgain:\n\n            int nx = NPrecedenceOfOp((int)wParam);\n            int ni = NPrecedenceOfOp(m_nOpCode);\n\n            if ((nx > ni) && m_fPrecedence)\n            {\n                if (m_precedenceOpCount < MAXPRECDEPTH)\n                {\n                    m_precedenceVals[m_precedenceOpCount] = m_lastVal;\n\n                    m_nPrecOp[m_precedenceOpCount] = m_nOpCode;\n                    m_HistoryCollector.PushLastOpndStart(); // Eg. 1 + 2  *, Need to remember the start of 2 to do Precedence inversion if need to\n                }\n                else\n                {\n                    m_precedenceOpCount = MAXPRECDEPTH - 1;\n                    HandleErrorCommand(wParam);\n                }\n                m_precedenceOpCount++;\n            }\n            else\n            {\n                /* do the last operation and then if the precedence array is not\n                 * empty or the top is not the '(' demarcator then pop the top\n                 * of the array and recheck precedence against the new operator\n                 */\n                m_currentVal = DoOperation(m_nOpCode, m_currentVal, m_lastVal);\n                m_nPrevOpCode = m_nOpCode;\n\n                if (!m_bError)\n                {\n                    DisplayNum();\n                    if (!m_fPrecedence)\n                    {\n                        wstring groupedString = GroupDigitsPerRadix(m_numberString, m_radix);\n                        m_HistoryCollector.CompleteEquation(groupedString);\n                        m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal);\n                    }\n                }\n\n                if ((m_precedenceOpCount != 0) && (m_nPrecOp[m_precedenceOpCount - 1]))\n                {\n                    m_precedenceOpCount--;\n                    m_nOpCode = m_nPrecOp[m_precedenceOpCount];\n\n                    m_lastVal = m_precedenceVals[m_precedenceOpCount];\n\n                    nx = NPrecedenceOfOp(m_nOpCode);\n                    // Precedence Inversion Higher to lower can happen which needs explicit enclosure of brackets\n                    // Eg.  1 + 2 * Or 3 Or.  We would have pushed 1+ before, and now last + forces 2 Or 3 to be evaluated\n                    // because last Or is less or equal to first + (after 1). But we see that 1+ is in stack and we evaluated to 2 Or 3\n                    // This is precedence inversion happened because of operator changed in between. We put extra brackets like\n                    // 1 + (2 Or 3)\n                    if (ni <= nx)\n                    {\n                        m_HistoryCollector.EnclosePrecInversionBrackets();\n                    }\n                    m_HistoryCollector.PopLastOpndStart();\n                    goto DoPrecedenceCheckAgain;\n                }\n            }\n        }\n\n        DisplayAnnounceBinaryOperator();\n        m_lastVal = m_currentVal;\n        m_nOpCode = (int)wParam;\n        m_HistoryCollector.AddBinOpToHistory(m_nOpCode, m_fIntegerMode);\n        m_bNoPrevEqu = m_bChangeOp = true;\n        return;\n    }\n\n    // UNARY OPERATORS:\n    if (IsUnaryOpCode(wParam) || (wParam == IDC_DEGREES))\n    {\n        /* Functions are unary operations.                            */\n        /* If the last thing done was an operator, m_currentVal was cleared. */\n        /* In that case we better use the number before the operator  */\n        /* was entered, otherwise, things like 5+ 1/x give Divide By  */\n        /* zero.  This way 5+=gives 10 like most calculators do.      */\n        if (IsBinOpCode(m_nLastCom))\n        {\n            m_currentVal = m_lastVal;\n        }\n\n        // we do not add percent sign to history or to two line display.\n        // instead, we add the result of applying %.\n        if (wParam != IDC_PERCENT)\n        {\n            if (!m_HistoryCollector.FOpndAddedToHistory())\n            {\n                m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal);\n            }\n\n            m_HistoryCollector.AddUnaryOpToHistory((int)wParam, m_bInv, m_angletype);\n        }\n\n        if ((wParam == IDC_SIN) || (wParam == IDC_COS) || (wParam == IDC_TAN) || (wParam == IDC_SINH) || (wParam == IDC_COSH) || (wParam == IDC_TANH)\n            || (wParam == IDC_SEC) || (wParam == IDC_CSC) || (wParam == IDC_COT) || (wParam == IDC_SECH) || (wParam == IDC_CSCH) || (wParam == IDC_COTH))\n        {\n            if (IsCurrentTooBigForTrig())\n            {\n                m_currentVal = 0;\n                DisplayError(CALC_E_DOMAIN);\n                return;\n            }\n        }\n\n        m_currentVal = SciCalcFunctions(m_currentVal, (uint32_t)wParam);\n\n        if (m_bError)\n            return;\n\n        /* Display the result, reset flags, and reset indicators.     */\n        DisplayNum();\n\n        if (wParam == IDC_PERCENT)\n        {\n            CheckAndAddLastBinOpToHistory();\n            m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal, true /* Add to primary and secondary display */);\n        }\n\n        /* reset the m_bInv flag and indicators if it is set\n        and have been used */\n\n        if (m_bInv\n            && ((wParam == IDC_CHOP) || (wParam == IDC_SIN) || (wParam == IDC_COS) || (wParam == IDC_TAN) || (wParam == IDC_LN) || (wParam == IDC_DMS)\n                || (wParam == IDC_DEGREES) || (wParam == IDC_SINH) || (wParam == IDC_COSH) || (wParam == IDC_TANH) || (wParam == IDC_SEC) || (wParam == IDC_CSC)\n                || (wParam == IDC_COT) || (wParam == IDC_SECH) || (wParam == IDC_CSCH) || (wParam == IDC_COTH)))\n        {\n            m_bInv = false;\n        }\n\n        return;\n    }\n\n    // Tiny binary edit windows clicked. Toggle that bit and update display\n    if (IsOpInRange(wParam, IDC_BINEDITSTART, IDC_BINEDITEND))\n    {\n        // Same reasoning as for unary operators. We need to seed it previous number\n        if (IsBinOpCode(m_nLastCom))\n        {\n            m_currentVal = m_lastVal;\n        }\n\n        CheckAndAddLastBinOpToHistory();\n\n        if (TryToggleBit(m_currentVal, (uint32_t)wParam - IDC_BINEDITSTART))\n        {\n            DisplayNum();\n        }\n\n        return;\n    }\n\n    /* Now branch off to do other commands and functions.                 */\n    switch (wParam)\n    {\n    case IDC_CLEAR: /* Total clear.                                       */\n    {\n        if (!m_bChangeOp)\n        {\n            // Preserve history, if everything done before was a series of unary operations.\n            CheckAndAddLastBinOpToHistory(false);\n        }\n\n        m_lastVal = 0;\n\n        m_bChangeOp = false;\n        m_openParenCount = 0;\n        m_precedenceOpCount = m_nTempCom = m_nLastCom = m_nOpCode = 0;\n        m_nPrevOpCode = 0;\n        m_bNoPrevEqu = true;\n        m_carryBit = 0;\n\n        /* clear the parenthesis status box indicator, this will not be\n        cleared for CENTR */\n        if (nullptr != m_pCalcDisplay)\n        {\n            m_pCalcDisplay->SetParenthesisNumber(0);\n            ClearDisplay();\n        }\n\n        m_HistoryCollector.ClearHistoryLine(wstring());\n        ClearTemporaryValues();\n    }\n    break;\n\n    case IDC_CENTR: /* Clear only temporary values.                       */\n    {\n        // Clear the INV & leave (=xx indicator active\n        ClearTemporaryValues();\n    }\n\n    break;\n\n    case IDC_BACK:\n        // Divide number by the current radix and truncate.\n        // Only allow backspace if we're recording.\n        if (m_bRecord)\n        {\n            m_input.Backspace();\n            DisplayNum();\n        }\n        else\n        {\n            HandleErrorCommand(wParam);\n        }\n        break;\n\n        /* EQU enables the user to press it multiple times after and      */\n        /* operation to enable repeats of the last operation.             */\n    case IDC_EQU:\n        while (m_openParenCount > 0)\n        {\n            // when m_bError is set and m_ParNum is non-zero it goes into infinite loop\n            if (m_bError)\n            {\n                break;\n            }\n            // automatic closing of all the parenthesis to get a meaningful result as well as ensure data integrity\n            m_nTempCom = m_nLastCom; // Put back this last saved command to the prev state so ) can be handled properly\n            ProcessCommand(IDC_CLOSEP);\n            m_nLastCom = m_nTempCom;  // Actually this is IDC_CLOSEP\n            m_nTempCom = (int)wParam; // put back in the state where last op seen was IDC_CLOSEP, and current op is IDC_EQU\n        }\n\n        if (!m_bNoPrevEqu)\n        {\n            // It is possible now unary op changed the num in screen, but still m_lastVal hasn't changed.\n            m_lastVal = m_currentVal;\n        }\n\n        /* Last thing keyed in was an operator.  Lets do the op on*/\n        /* a duplicate of the last entry.                     */\n        if (IsBinOpCode(m_nLastCom))\n        {\n            m_currentVal = m_lastVal;\n        }\n\n        if (!m_HistoryCollector.FOpndAddedToHistory())\n        {\n            m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal);\n        }\n\n        // Evaluate the precedence stack.\n        ResolveHighestPrecedenceOperation();\n        while (m_fPrecedence && m_precedenceOpCount > 0)\n        {\n            m_precedenceOpCount--;\n            m_nOpCode = m_nPrecOp[m_precedenceOpCount];\n            m_lastVal = m_precedenceVals[m_precedenceOpCount];\n\n            // Precedence Inversion check\n            int ni = NPrecedenceOfOp(m_nPrevOpCode);\n            int nx = NPrecedenceOfOp(m_nOpCode);\n            if (ni <= nx)\n            {\n                m_HistoryCollector.EnclosePrecInversionBrackets();\n            }\n            m_HistoryCollector.PopLastOpndStart();\n\n            m_bNoPrevEqu = true;\n\n            ResolveHighestPrecedenceOperation();\n        }\n\n        if (!m_bError)\n        {\n            wstring groupedString = GroupDigitsPerRadix(m_numberString, m_radix);\n            m_HistoryCollector.CompleteEquation(groupedString);\n\n            m_lastVal = m_currentVal;\n            m_nPrevOpCode = 0; \n            m_precedenceOpCount = 0;\n        }\n\n        m_bChangeOp = false;\n        break;\n\n    case IDC_OPENP:\n    case IDC_CLOSEP:\n\n        // -IF- the Paren holding array is full and we try to add a paren\n        // -OR- the paren holding array is empty and we try to remove a\n        //      paren\n        // -OR- the precedence holding array is full\n        if ((m_openParenCount >= MAXPRECDEPTH && (wParam == IDC_OPENP)) || (!m_openParenCount && (wParam != IDC_OPENP))\n            || ((m_precedenceOpCount >= MAXPRECDEPTH && m_nPrecOp[m_precedenceOpCount - 1] != 0)))\n        {\n            if (!m_openParenCount && (wParam != IDC_OPENP))\n            {\n                m_pCalcDisplay->OnNoRightParenAdded();\n            }\n\n            HandleErrorCommand(wParam);\n            break;\n        }\n\n        if (wParam == IDC_OPENP)\n        {\n            // if there's an omitted multiplication sign\n            if (IsDigitOpCode(m_nLastCom) || IsUnaryOpCode(m_nLastCom) || m_nLastCom == IDC_PNT || m_nLastCom == IDC_CLOSEP)\n            {\n                ProcessCommand(IDC_MUL);\n            }\n\n            CheckAndAddLastBinOpToHistory();\n            m_HistoryCollector.AddOpenBraceToHistory();\n\n            // Open level of parentheses, save number and operation.\n            m_parenVals[m_openParenCount] = m_lastVal;\n\n            m_nOp[m_openParenCount++] = (m_bChangeOp ? m_nOpCode : 0);\n\n            /* save a special marker on the precedence array */\n            if (m_precedenceOpCount < m_nPrecOp.size())\n            {\n                m_nPrecOp[m_precedenceOpCount++] = 0;\n            }\n\n            m_lastVal = 0;\n            if (IsBinOpCode(m_nLastCom))\n            {\n                // We want 1 + ( to start as 1 + (0. Any number you type replaces 0. But if it is 1 + 3 (, it is\n                // treated as 1 + (3\n                m_currentVal = 0;\n            }\n            m_nTempCom = 0;\n            m_nOpCode = 0;\n            m_bChangeOp = false; // a ( is like starting a fresh sub equation\n        }\n        else\n        {\n            // Last thing keyed in was an operator. Lets do the op on a duplicate of the last entry.\n            if (IsBinOpCode(m_nLastCom))\n            {\n                m_currentVal = m_lastVal;\n            }\n\n            if (!m_HistoryCollector.FOpndAddedToHistory())\n            {\n                m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal);\n            }\n\n            // Get the operation and number and return result.\n            m_currentVal = DoOperation(m_nOpCode, m_currentVal, m_lastVal);\n            m_nPrevOpCode = m_nOpCode;\n\n            // Now process the precedence stack till we get to an opcode which is zero.\n            for (m_nOpCode = m_nPrecOp[--m_precedenceOpCount]; m_nOpCode; m_nOpCode = m_nPrecOp[--m_precedenceOpCount])\n            {\n                // Precedence Inversion check\n                int ni = NPrecedenceOfOp(m_nPrevOpCode);\n                int nx = NPrecedenceOfOp(m_nOpCode);\n                if (ni <= nx)\n                {\n                    m_HistoryCollector.EnclosePrecInversionBrackets();\n                }\n                m_HistoryCollector.PopLastOpndStart();\n\n                m_lastVal = m_precedenceVals[m_precedenceOpCount];\n\n                m_currentVal = DoOperation(m_nOpCode, m_currentVal, m_lastVal);\n                m_nPrevOpCode = m_nOpCode;\n            }\n\n            m_HistoryCollector.AddCloseBraceToHistory();\n\n            // Now get back the operation and opcode at the beginning of this parenthesis pair\n\n            m_openParenCount -= 1;\n            m_lastVal = m_parenVals[m_openParenCount];\n            m_nOpCode = m_nOp[m_openParenCount];\n\n            // m_bChangeOp should be true if m_nOpCode is valid\n            m_bChangeOp = (m_nOpCode != 0);\n        }\n\n        // Set the \"(=xx\" indicator.\n        if (nullptr != m_pCalcDisplay)\n        {\n            m_pCalcDisplay->SetParenthesisNumber(static_cast<unsigned int>(m_openParenCount));\n        }\n\n        if (!m_bError)\n        {\n            DisplayNum();\n        }\n\n        break;\n\n        // BASE CHANGES:\n    case IDM_HEX:\n    case IDM_DEC:\n    case IDM_OCT:\n    case IDM_BIN:\n    {\n        SetRadixTypeAndNumWidth((RadixType)(wParam - IDM_HEX), (NUM_WIDTH)-1);\n        m_HistoryCollector.UpdateHistoryExpression(m_radix, m_precision);\n        break;\n    }\n\n    case IDM_QWORD:\n    case IDM_DWORD:\n    case IDM_WORD:\n    case IDM_BYTE:\n        if (m_bRecord)\n        {\n            m_currentVal = m_input.ToRational(m_radix, m_precision);\n            m_bRecord = false;\n        }\n\n        // Compat. mode BaseX: Qword, Dword, Word, Byte\n        SetRadixTypeAndNumWidth((RadixType)-1, (NUM_WIDTH)(wParam - IDM_QWORD));\n        break;\n\n    case IDM_DEG:\n    case IDM_RAD:\n    case IDM_GRAD:\n        m_angletype = static_cast<AngleType>(wParam - IDM_DEG);\n        break;\n\n    case IDC_SIGN:\n    {\n        if (m_bRecord)\n        {\n            if (m_input.TryToggleSign(m_fIntegerMode, GetMaxDecimalValueString()))\n            {\n                DisplayNum();\n            }\n            else\n            {\n                HandleErrorCommand(wParam);\n            }\n            break;\n        }\n\n        // Doing +/- while in Record mode is not a unary operation\n        if (IsBinOpCode(m_nLastCom))\n        {\n            m_currentVal = m_lastVal;\n        }\n\n        if (!m_HistoryCollector.FOpndAddedToHistory())\n        {\n            m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal);\n        }\n\n        m_currentVal = -(m_currentVal);\n\n        DisplayNum();\n        m_HistoryCollector.AddUnaryOpToHistory(IDC_SIGN, m_bInv, m_angletype);\n    }\n    break;\n\n    case IDC_RECALL:\n\n        if (m_bSetCalcState)\n        {\n            // Not a Memory recall. set the result\n            m_bSetCalcState = false;\n        }\n        else\n        {\n            // Recall immediate memory value.\n            m_currentVal = *m_memoryValue;\n        }\n        CheckAndAddLastBinOpToHistory();\n        DisplayNum();\n        break;\n\n    case IDC_MPLUS:\n    {\n        /* MPLUS adds m_currentVal to immediate memory and kills the \"mem\"   */\n        /* indicator if the result is zero.                           */\n        Rational result = *m_memoryValue + m_currentVal;\n        m_memoryValue = make_unique<Rational>(TruncateNumForIntMath(result)); // Memory should follow the current int mode\n\n        break;\n    }\n    case IDC_MMINUS:\n    {\n        /* MMINUS subtracts m_currentVal to immediate memory and kills the \"mem\"   */\n        /* indicator if the result is zero.                           */\n        Rational result = *m_memoryValue - m_currentVal;\n        m_memoryValue = make_unique<Rational>(TruncateNumForIntMath(result));\n\n        break;\n    }\n    case IDC_STORE:\n    case IDC_MCLEAR:\n        m_memoryValue = make_unique<Rational>(wParam == IDC_STORE ? TruncateNumForIntMath(m_currentVal) : 0);\n        break;\n    case IDC_PI:\n        if (!m_fIntegerMode)\n        {\n            CheckAndAddLastBinOpToHistory(); // pi is like entering the number\n            m_currentVal = Rational{ (m_bInv ? two_pi : pi) };\n\n            DisplayNum();\n            m_bInv = false;\n            break;\n        }\n        HandleErrorCommand(wParam);\n        break;\n    case IDC_RAND:\n        if (!m_fIntegerMode)\n        {\n            CheckAndAddLastBinOpToHistory(); // rand is like entering the number\n\n            wstringstream str;\n            str << fixed << setprecision(m_precision) << GenerateRandomNumber();\n\n            auto rat = StringToRat(false, str.str(), false, L\"\", m_radix, m_precision);\n            if (rat != nullptr)\n            {\n                m_currentVal = Rational{ rat };\n            }\n            else\n            {\n                m_currentVal = Rational{ 0 };\n            }\n            destroyrat(rat);\n\n            DisplayNum();\n            m_bInv = false;\n            break;\n        }\n        HandleErrorCommand(wParam);\n        break;\n    case IDC_EULER:\n        if (!m_fIntegerMode)\n        {\n            CheckAndAddLastBinOpToHistory(); // e is like entering the number\n            m_currentVal = Rational{ rat_exp };\n\n            DisplayNum();\n            m_bInv = false;\n            break;\n        }\n        HandleErrorCommand(wParam);\n        break;\n    case IDC_FE:\n        // Toggle exponential notation display.\n        m_nFE = m_nFE == NumberFormat::Float ? NumberFormat::Scientific : NumberFormat::Float;\n        DisplayNum();\n        break;\n\n    case IDC_EXP:\n        if (m_bRecord && !m_fIntegerMode && m_input.TryBeginExponent())\n        {\n            DisplayNum();\n            break;\n        }\n        HandleErrorCommand(wParam);\n        break;\n\n    case IDC_PNT:\n\n        // Check if the last command was a closing parenthesis\n        if (m_nLastCom == IDC_CLOSEP)\n        {\n            // Treat this as an implicit multiplication\n            m_nOpCode = IDC_MUL;\n            m_lastVal = m_currentVal;\n\n            // We need to clear any previous state from last calculation\n            m_holdVal = Rational(0);\n            m_bNoPrevEqu = true;\n\n            // Add the operand to history before adding the implicit multiplication\n            if (!m_HistoryCollector.FOpndAddedToHistory())\n            {\n                m_HistoryCollector.AddOpenBraceToHistory();\n                m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal);\n                m_HistoryCollector.AddCloseBraceToHistory();\n            }\n\n            // Add the implicit multiplication to history\n            m_HistoryCollector.AddBinOpToHistory(m_nOpCode, m_fIntegerMode);\n\n            m_bChangeOp = true;\n            m_nPrevOpCode = 0;\n\n            // Clear any pending operations in the precedence stack\n            while (m_precedenceOpCount > 0)\n            {\n                m_precedenceOpCount--;\n                m_nPrecOp[m_precedenceOpCount] = 0;\n            }\n        }\n\n        if (m_bRecord && !m_fIntegerMode && m_input.TryAddDecimalPt())\n        {\n            DisplayNum();\n            break;\n        }\n        HandleErrorCommand(wParam);\n        break;\n\n    case IDC_INV:\n        m_bInv = !m_bInv;\n        break;\n    }\n}\n\n// Helper function to resolve one item on the precedence stack.\nvoid CCalcEngine::ResolveHighestPrecedenceOperation()\n{\n    // Is there a valid operation around?\n    if (m_nOpCode)\n    {\n        // If this is the first EQU in a string, set m_holdVal=m_currentVal\n        // Otherwise let m_currentVal=m_holdVal.  This keeps m_currentVal constant\n        // through all EQUs in a row.\n        if (m_bNoPrevEqu)\n        {\n            m_holdVal = m_currentVal;\n        }\n        else\n        {\n            m_currentVal = m_holdVal;\n            DisplayNum(); // to update the m_numberString\n            m_HistoryCollector.AddBinOpToHistory(m_nOpCode, m_fIntegerMode, false);\n            m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal); // Adding the repeated last op to history\n        }\n\n        // Do the current or last operation.\n        m_currentVal = DoOperation(m_nOpCode, m_currentVal, m_lastVal);\n        m_nPrevOpCode = m_nOpCode;\n        m_lastVal = m_currentVal;\n\n        // Check for errors.  If this wasn't done, DisplayNum\n        // would immediately overwrite any error message.\n        if (!m_bError)\n        {\n            DisplayNum();\n        }\n\n        // No longer the first EQU.\n        m_bNoPrevEqu = false;\n    }\n    else if (!m_bError)\n    {\n        DisplayNum();\n    }\n}\n\n// CheckAndAddLastBinOpToHistory\n//\n//  This is a very confusing helper routine to add the last entered binary operator to the history. This is expected to\n// leave the history with <exp> <binop> state. It can really add the last entered binary op, or it can actually remove\n// the last operand from history. This happens because you can 'type' or 'compute' over last operand in some cases, thereby\n// effectively removing only it from the equation but still keeping the previous portion of the equation. Eg. 1 + 4 sqrt 5. The last\n// 5 will remove sqrt(4) as it is not used anymore to participate in 1 + 5\n// If you are messing with this, test cases like this CE, statistical functions, ( & MR buttons\nvoid CCalcEngine::CheckAndAddLastBinOpToHistory(bool addToHistory)\n{\n    if (m_bChangeOp)\n    {\n        if (m_HistoryCollector.FOpndAddedToHistory())\n        {\n            // if last time opnd was added but the last command was not a binary operator, then it must have come\n            // from commands which add the operand, like unary operator. So history at this is showing 1 + sqrt(4)\n            // but in reality the sqrt(4) is getting replaced by new number (may be unary op, or MR or SUM etc.)\n            // So erase the last operand\n            m_HistoryCollector.RemoveLastOpndFromHistory();\n        }\n    }\n    else if (m_HistoryCollector.FOpndAddedToHistory() && !m_bError)\n    {\n        // Corner case, where opnd is already in history but still a new opnd starting (1 + 4 sqrt 5). This is yet another\n        // special casing of previous case under if (m_bChangeOp), but this time we can do better than just removing it\n        // Let us make a current value =. So in case of 4 SQRT (or a equation under braces) and then a new equation is started, we can just form\n        // a useful equation of sqrt(4) = 2 and continue a new equation from now on. But no point in doing this for things like\n        // MR, SUM etc. All you will get is 5 = 5 kind of no useful equation.\n        if ((IsUnaryOpCode(m_nLastCom) || IDC_SIGN == m_nLastCom || IDC_CLOSEP == m_nLastCom) && 0 == m_openParenCount)\n        {\n            if (addToHistory)\n            {\n                m_HistoryCollector.CompleteHistoryLine(GroupDigitsPerRadix(m_numberString, m_radix));\n            }\n        }\n        else\n        {\n            m_HistoryCollector.RemoveLastOpndFromHistory();\n        }\n    }\n}\n\n// change the display area from a static text to an editbox, which has the focus can make\n// Magnifier (Accessibility tool) work\nvoid CCalcEngine::SetPrimaryDisplay(const wstring& szText, bool isError)\n{\n    if (m_pCalcDisplay != nullptr)\n    {\n        m_pCalcDisplay->SetPrimaryDisplay(szText, isError);\n        m_pCalcDisplay->SetIsInError(isError);\n    }\n}\n\nvoid CCalcEngine::DisplayAnnounceBinaryOperator()\n{\n    // If m_pCalcDisplay is null, this is not a high priority function\n    // and should not be the reason we crash.\n    if (m_pCalcDisplay != nullptr)\n    {\n        m_pCalcDisplay->BinaryOperatorReceived();\n    }\n}\n\n// Unary operator Function Name table Element\n// since unary operators button names aren't exactly friendly for history purpose,\n// we have this separate table to get its localized name and for its Inv function if it exists.\nstruct FunctionNameElement\n{\n    wstring degreeString;        // Used by default if there are no rad or grad specific strings.\n    wstring inverseDegreeString; // Will fall back to degreeString if empty\n\n    wstring radString;\n    wstring inverseRadString; // Will fall back to radString if empty\n\n    wstring gradString;\n    wstring inverseGradString; // Will fall back to gradString if empty\n\n    wstring programmerModeString;\n\n    bool hasAngleStrings = ((!radString.empty()) || (!inverseRadString.empty()) || (!gradString.empty()) || (!inverseGradString.empty()));\n};\n\n// Table for each unary operator\nstatic const std::unordered_map<int, FunctionNameElement> operatorStringTable = {\n    { IDC_CHOP, { L\"\", SIDS_FRAC } },\n\n    { IDC_SIN, { SIDS_SIND, SIDS_ASIND, SIDS_SINR, SIDS_ASINR, SIDS_SING, SIDS_ASING } },\n    { IDC_COS, { SIDS_COSD, SIDS_ACOSD, SIDS_COSR, SIDS_ACOSR, SIDS_COSG, SIDS_ACOSG } },\n    { IDC_TAN, { SIDS_TAND, SIDS_ATAND, SIDS_TANR, SIDS_ATANR, SIDS_TANG, SIDS_ATANG } },\n\n    { IDC_SINH, { L\"\", SIDS_ASINH } },\n    { IDC_COSH, { L\"\", SIDS_ACOSH } },\n    { IDC_TANH, { L\"\", SIDS_ATANH } },\n\n    { IDC_SEC, { SIDS_SECD, SIDS_ASECD, SIDS_SECR, SIDS_ASECR, SIDS_SECG, SIDS_ASECG } },\n    { IDC_CSC, { SIDS_CSCD, SIDS_ACSCD, SIDS_CSCR, SIDS_ACSCR, SIDS_CSCG, SIDS_ACSCG } },\n    { IDC_COT, { SIDS_COTD, SIDS_ACOTD, SIDS_COTR, SIDS_ACOTR, SIDS_COTG, SIDS_ACOTG } },\n\n    { IDC_SECH, { SIDS_SECH, SIDS_ASECH } },\n    { IDC_CSCH, { SIDS_CSCH, SIDS_ACSCH } },\n    { IDC_COTH, { SIDS_COTH, SIDS_ACOTH } },\n\n    { IDC_LN, { L\"\", SIDS_POWE } },\n    { IDC_SQR, { SIDS_SQR } },\n    { IDC_CUB, { SIDS_CUBE } },\n    { IDC_FAC, { SIDS_FACT } },\n    { IDC_REC, { SIDS_RECIPROC } },\n    { IDC_DMS, { L\"\", SIDS_DEGREES } },\n    { IDC_SIGN, { SIDS_NEGATE } },\n    { IDC_DEGREES, { SIDS_DEGREES } },\n    { IDC_POW2, { SIDS_TWOPOWX } },\n    { IDC_LOGBASEY, { SIDS_LOGBASEY } },\n    { IDC_ABS, { SIDS_ABS } },\n    { IDC_CEIL, { SIDS_CEIL } },\n    { IDC_FLOOR, { SIDS_FLOOR } },\n    { IDC_NAND, { SIDS_NAND } },\n    { IDC_NOR, { SIDS_NOR } },\n    { IDC_RSHFL, { SIDS_RSH } },\n    { IDC_RORC, { SIDS_ROR } },\n    { IDC_ROLC, { SIDS_ROL } },\n    { IDC_CUBEROOT, { SIDS_CUBEROOT } },\n    { IDC_MOD, { SIDS_MOD, L\"\", L\"\", L\"\", L\"\", L\"\", SIDS_PROGRAMMER_MOD } },\n};\n\nwstring_view CCalcEngine::OpCodeToUnaryString(int nOpCode, bool fInv, AngleType angletype)\n{\n    // Try to lookup the ID in the UFNE table\n    wstring ids = L\"\";\n\n    if (auto pair = operatorStringTable.find(nOpCode); pair != operatorStringTable.end())\n    {\n        const FunctionNameElement& element = pair->second;\n        if (!element.hasAngleStrings || AngleType::Degrees == angletype)\n        {\n            if (fInv)\n            {\n                ids = element.inverseDegreeString;\n            }\n\n            if (ids.empty())\n            {\n                ids = element.degreeString;\n            }\n        }\n        else if (AngleType::Radians == angletype)\n        {\n            if (fInv)\n            {\n                ids = element.inverseRadString;\n            }\n            if (ids.empty())\n            {\n                ids = element.radString;\n            }\n        }\n        else if (AngleType::Gradians == angletype)\n        {\n            if (fInv)\n            {\n                ids = element.inverseGradString;\n            }\n            if (ids.empty())\n            {\n                ids = element.gradString;\n            }\n        }\n    }\n\n    if (!ids.empty())\n    {\n        return GetString(ids);\n    }\n\n    // If we didn't find an ID in the table, use the op code.\n    return OpCodeToString(nOpCode);\n}\n\nwstring_view CCalcEngine::OpCodeToBinaryString(int nOpCode, bool isIntegerMode)\n{\n    // Try to lookup the ID in the UFNE table\n    wstring ids = L\"\";\n\n    if (auto pair = operatorStringTable.find(nOpCode); pair != operatorStringTable.end())\n    {\n        if (isIntegerMode && !pair->second.programmerModeString.empty())\n        {\n            ids = pair->second.programmerModeString;\n        }\n        else\n        {\n            ids = pair->second.degreeString;\n        }\n    }\n\n    if (!ids.empty())\n    {\n        return GetString(ids);\n    }\n\n    // If we didn't find an ID in the table, use the op code.\n    return OpCodeToString(nOpCode);\n}\n\nbool CCalcEngine::IsCurrentTooBigForTrig()\n{\n    return m_currentVal >= m_maxTrigonometricNum;\n}\n\nuint32_t CCalcEngine::GetCurrentRadix()\n{\n    return m_radix;\n}\n\nwstring CCalcEngine::GetCurrentResultForRadix(uint32_t radix, int32_t precision, bool groupDigitsPerRadix)\n{\n    Rational rat = (m_bRecord ? m_input.ToRational(m_radix, m_precision) : m_currentVal);\n\n    ChangeConstants(m_radix, precision);\n\n    wstring numberString = GetStringForDisplay(rat, radix);\n    if (!numberString.empty())\n    {\n        // Revert the precision to previously stored precision\n        ChangeConstants(m_radix, m_precision);\n    }\n\n    if (groupDigitsPerRadix)\n    {\n        return GroupDigitsPerRadix(numberString, radix);\n    }\n    else\n    {\n        return numberString;\n    }\n}\n\nwstring CCalcEngine::GetStringForDisplay(Rational const& rat, uint32_t radix)\n{\n    wstring result{};\n    // Check for standard\\scientific mode\n    if (!m_fIntegerMode)\n    {\n        result = rat.ToString(radix, m_nFE, m_precision);\n    }\n    else\n    {\n        // Programmer mode\n        // Find most significant bit to determine if number is negative\n        auto tempRat = TruncateNumForIntMath(rat);\n\n        try\n        {\n            uint64_t w64Bits = tempRat.ToUInt64_t();\n            bool fMsb = ((w64Bits >> (m_dwWordBitWidth - 1)) & 1);\n            if ((radix == 10) && fMsb)\n            {\n                // If high bit is set, then get the decimal number in negative 2's complement form.\n                tempRat = -((tempRat ^ GetChopNumber()) + 1);\n            }\n\n            result = tempRat.ToString(radix, m_nFE, m_precision);\n        }\n        catch (uint32_t)\n        {\n        }\n    }\n\n    return result;\n}\n\ndouble CCalcEngine::GenerateRandomNumber()\n{\n    if (m_randomGeneratorEngine == nullptr)\n    {\n        random_device rd;\n        m_randomGeneratorEngine = std::make_unique<std::mt19937>(rd());\n        m_distr = std::make_unique<std::uniform_real_distribution<>>(0, 1);\n    }\n    return (*m_distr.get())(*m_randomGeneratorEngine.get());\n}\n"
  },
  {
    "path": "src/CalcManager/CEngine/scidisp.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n/****************************Module*Header***********************************\\\n* Module Name: SCIDISP.C\n*\n* Module Description:\n*\n* Warnings:\n*\n* Created:\n*\n* Author:\n\\****************************************************************************/\n\n#include <sstream>\n#include <regex>\n#include \"Header Files/CalcEngine.h\"\n\nusing namespace std;\nusing namespace CalcEngine;\n\nconstexpr int MAX_EXPONENT = 4;\nconstexpr uint32_t MAX_GROUPING_SIZE = 16;\nconstexpr wstring_view c_decPreSepStr = L\"[+-]?(\\\\d*)[\";\nconstexpr wstring_view c_decPostSepStr = L\"]?(\\\\d*)(?:e[+-]?(\\\\d*))?$\";\n\n/****************************************************************************\\\n* void DisplayNum(void)\n*\n* Convert m_currentVal to a string in the current radix.\n*\n* Updates the following variables:\n*   m_currentVal, m_numberString\n\\****************************************************************************/\n//\n// State of calc last time DisplayNum was called\n//\ntypedef struct\n{\n    Rational value;\n    int32_t precision;\n    uint32_t radix;\n    int nFE;\n    NUM_WIDTH numwidth;\n    bool fIntMath;\n    bool bRecord;\n    bool bUseSep;\n} LASTDISP;\n\nstatic LASTDISP gldPrevious = { 0, -1, 0, -1, (NUM_WIDTH)-1, false, false, false };\n\n// Truncates if too big, makes it a non negative - the number in rat. Doesn't do anything if not in INT mode\nCalcEngine::Rational CCalcEngine::TruncateNumForIntMath(CalcEngine::Rational const& rat)\n{\n    if (!m_fIntegerMode)\n    {\n        return rat;\n    }\n\n    // Truncate to an integer. Do not round here.\n    auto result = RationalMath::Integer(rat);\n\n    // Can be converting a dec negative number to Hex/Oct/Bin rep. Use 2's complement form\n    // Check the range.\n    if (result < 0)\n    {\n        // if negative make positive by doing a twos complement\n        result = -(result)-1;\n        result ^= GetChopNumber();\n    }\n\n    result &= GetChopNumber();\n\n    return result;\n}\n\nvoid CCalcEngine::DisplayNum(void)\n{\n    //\n    // Only change the display if\n    //  we are in record mode                               -OR-\n    //  this is the first time DisplayNum has been called,  -OR-\n    //  something important has changed since the last time DisplayNum was\n    //  called.\n    //\n    if (m_bRecord || gldPrevious.value != m_currentVal || gldPrevious.precision != m_precision || gldPrevious.radix != m_radix || gldPrevious.nFE != (int)m_nFE\n        || !gldPrevious.bUseSep || gldPrevious.numwidth != m_numwidth || gldPrevious.fIntMath != m_fIntegerMode || gldPrevious.bRecord != m_bRecord)\n    {\n        gldPrevious.precision = m_precision;\n        gldPrevious.radix = m_radix;\n        gldPrevious.nFE = (int)m_nFE;\n        gldPrevious.numwidth = m_numwidth;\n\n        gldPrevious.fIntMath = m_fIntegerMode;\n        gldPrevious.bRecord = m_bRecord;\n        gldPrevious.bUseSep = true;\n\n        if (m_bRecord)\n        {\n            // Display the string and return.\n            m_numberString = m_input.ToString(m_radix);\n        }\n        else\n        {\n            // If we're in Programmer mode, perform integer truncation so e.g. 5 / 2 * 2 results in 4, not 5.\n            if (m_fIntegerMode)\n            {\n                m_currentVal = TruncateNumForIntMath(m_currentVal);\n            }\n            m_numberString = GetStringForDisplay(m_currentVal, m_radix);\n        }\n\n        // Displayed number can go through transformation. So copy it after transformation\n        gldPrevious.value = m_currentVal;\n\n        if ((m_radix == 10) && IsNumberInvalid(m_numberString, MAX_EXPONENT, m_precision, m_radix))\n        {\n            DisplayError(CALC_E_OVERFLOW);\n        }\n        else\n        {\n            // Display the string and return.\n            SetPrimaryDisplay(GroupDigitsPerRadix(m_numberString, m_radix));\n        }\n    }\n}\n\nint CCalcEngine::IsNumberInvalid(const wstring& numberString, int iMaxExp, int iMaxMantissa, uint32_t radix) const\n{\n    int iError = 0;\n\n    if (radix == 10)\n    {\n        // start with an optional + or -\n        // followed by zero or more digits\n        // followed by an optional decimal point\n        // followed by zero or more digits\n        // followed by an optional exponent\n        // in case there's an exponent:\n        //      its optionally followed by a + or -\n        //      which is followed by zero or more digits\n        wregex rx(wstring{ c_decPreSepStr } + m_decimalSeparator + wstring{ c_decPostSepStr });\n        wsmatch matches;\n        if (regex_match(numberString, matches, rx))\n        {\n            // Check that exponent isn't too long\n            if (matches.length(3) > iMaxExp)\n            {\n                iError = IDS_ERR_INPUT_OVERFLOW;\n            }\n            else\n            {\n                wstring exp = matches.str(1);\n                auto intItr = exp.begin();\n                auto intEnd = exp.end();\n                while (intItr != intEnd && *intItr == L'0')\n                {\n                    intItr++;\n                }\n\n                auto iMantissa = distance(intItr, intEnd) + matches.length(2);\n                if (iMantissa > iMaxMantissa)\n                {\n                    iError = IDS_ERR_INPUT_OVERFLOW;\n                }\n            }\n        }\n        else\n        {\n            iError = IDS_ERR_UNK_CH;\n        }\n    }\n    else\n    {\n        for (const wchar_t& c : numberString)\n        {\n            if (radix == 16)\n            {\n                if (!(iswdigit(c) || (c >= L'A' && c <= L'F')))\n                {\n                    iError = IDS_ERR_UNK_CH;\n                }\n            }\n            else if (c < L'0' || c >= L'0' + radix)\n            {\n                iError = IDS_ERR_UNK_CH;\n            }\n        }\n    }\n\n    return iError;\n}\n\n/****************************************************************************\\\n*\n* DigitGroupingStringToGroupingVector\n*\n* Description:\n*   This will take the digit grouping string found in the regional applet and\n*   represent this string as a vector.\n*\n*   groupingString\n*   0;0      - no grouping\n*   3;0      - group every 3 digits\n*   3        - group 1st 3, then no grouping after\n*   3;0;0    - group 1st 3, then no grouping after\n*   3;2;0    - group 1st 3 and then every 2 digits\n*   4;0      - group every 4 digits\n*   5;3;2;0  - group 5, then 3, then every 2\n*   5;3;2    - group 5, then 3, then 2, then no grouping after\n*\n* Returns: the groupings as a vector\n*\n\\****************************************************************************/\nvector<uint32_t> CCalcEngine::DigitGroupingStringToGroupingVector(wstring_view groupingString)\n{\n    vector<uint32_t> grouping;\n    uint32_t currentGroup = 0;\n    wchar_t* next = nullptr;\n    const wchar_t* begin = groupingString.data();\n    const wchar_t* end = begin + groupingString.length();\n    for (auto itr = begin; itr != end; ++itr)\n    {\n        // Try to parse a grouping number from the string\n        currentGroup = wcstoul(itr, &next, 10);\n\n        // If we successfully parsed a group, add it to the grouping.\n        if (currentGroup < MAX_GROUPING_SIZE)\n        {\n            grouping.emplace_back(currentGroup);\n        }\n\n        // If we found a grouping and aren't at the end of the string yet,\n        // jump to the next position in the string (the ';').\n        // The loop will then increment us to the next character, which should be a number.\n        if (next && (static_cast<size_t>(next - begin) < groupingString.length()))\n        {\n            itr = next;\n        }\n    }\n\n    return grouping;\n}\n\nwstring CCalcEngine::GroupDigitsPerRadix(wstring_view numberString, uint32_t radix)\n{\n    if (numberString.empty())\n    {\n        return wstring{};\n    }\n\n    switch (radix)\n    {\n    case 10:\n        return GroupDigits(wstring{ m_groupSeparator }, m_decGrouping, numberString, (L'-' == numberString[0]));\n    case 8:\n        return GroupDigits(L\" \", { 3, 0 }, numberString);\n    case 2:\n    case 16:\n        return GroupDigits(L\" \", { 4, 0 }, numberString);\n    default:\n        return wstring{ numberString };\n    }\n}\n\n/****************************************************************************\\\n*\n* GroupDigits\n*\n* Description:\n*   This routine will take a grouping vector and the display string and\n*   add the separator according to the pattern indicated by the separator.\n*\n*   Grouping\n*   0,0      - no grouping\n*   3,0      - group every 3 digits\n*   3        - group 1st 3, then no grouping after\n*   3,0,0    - group 1st 3, then no grouping after\n*   3,2,0    - group 1st 3 and then every 2 digits\n*   4,0      - group every 4 digits\n*   5,3,2,0  - group 5, then 3, then every 2\n*   5,3,2    - group 5, then 3, then 2, then no grouping after\n*\n\\***************************************************************************/\nwstring CCalcEngine::GroupDigits(wstring_view delimiter, vector<uint32_t> const& grouping, wstring_view displayString, bool isNumNegative)\n{\n    // if there's nothing to do, bail\n    if (delimiter.empty() || grouping.empty())\n    {\n        return wstring{ displayString };\n    }\n\n    // Find the position of exponential 'e' in the string\n    size_t exp = displayString.find(L'e');\n    bool hasExponent = (exp != wstring_view::npos);\n\n    // Find the position of decimal point in the string\n    size_t dec = displayString.find(m_decimalSeparator);\n    bool hasDecimal = (dec != wstring_view::npos);\n\n    // Create an iterator that points to the end of the portion of the number subject to grouping (i.e. left of the decimal)\n    auto ritr = displayString.rend();\n    if (hasDecimal)\n    {\n        ritr -= dec;\n    }\n    else if (hasExponent)\n    {\n        ritr -= exp;\n    }\n    else\n    {\n        ritr = displayString.rbegin();\n    }\n\n    wstring result;\n    uint32_t groupingSize = 0;\n\n    auto groupItr = grouping.begin();\n    auto currGrouping = *groupItr;\n    // Mark the 'end' of the string as either rend() or rend()-1 if there is a negative sign\n    // We exclude the sign here because we don't want to end up with e.g. \"-,123,456\"\n    // Then, iterate from back to front, adding group delimiters as needed.\n    auto reverse_end = displayString.rend() - (isNumNegative ? 1 : 0);\n    while (ritr != reverse_end)\n    {\n        result += *ritr++;\n        groupingSize++;\n\n        // If a group is complete, add a separator\n        // Do not add a separator if:\n        // - grouping size is 0\n        // - we are at the end of the digit string\n        if (currGrouping != 0 && (groupingSize % currGrouping) == 0 && ritr != reverse_end)\n        {\n            result += delimiter;\n            groupingSize = 0; // reset for a new group\n\n            // Shift the grouping to next values if they exist\n            if (groupItr != grouping.end())\n            {\n                ++groupItr;\n\n                // Loop through grouping vector until we find a non-zero value.\n                // \"0\" values may appear in a form of either e.g. \"3;0\" or \"3;0;0\".\n                // A 0 in the last position means repeat the previous grouping.\n                // A 0 in another position is a group. So, \"3;0;0\" means \"group 3, then group 0 repeatedly\"\n                // This could be expressed as just \"3\" but GetLocaleInfo is returning 3;0;0 in some cases instead.\n                for (currGrouping = 0; groupItr != grouping.end(); ++groupItr)\n                {\n                    // If it's a non-zero value, that's our new group\n                    if (*groupItr != 0)\n                    {\n                        currGrouping = *groupItr;\n                        break;\n                    }\n\n                    // Otherwise, save the previous grouping in case we need to repeat it\n                    currGrouping = *(groupItr - 1);\n                }\n            }\n        }\n    }\n\n    // now copy the negative sign if it is there\n    if (isNumNegative)\n    {\n        result += displayString[0];\n    }\n\n    reverse(result.begin(), result.end());\n    // Add the right (fractional or exponential) part of the number to the final string.\n    if (hasDecimal)\n    {\n        result += displayString.substr(dec);\n    }\n    else if (hasExponent)\n    {\n        result += displayString.substr(exp);\n    }\n\n    return result;\n}\n"
  },
  {
    "path": "src/CalcManager/CEngine/scifunc.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n/**************************************************************************/\n/*** SCICALC Scientific Calculator for Windows 3.00.12                  ***/\n/*** (c)1989 Microsoft Corporation.  All Rights Reserved.               ***/\n/***                                                                    ***/\n/*** scifunc.c                                                          ***/\n/***                                                                    ***/\n/*** Functions contained:                                               ***/\n/***    SciCalcFunctions--do sin, cos, tan, com, log, ln, rec, fac, etc.***/\n/***    DisplayError--Error display driver.                             ***/\n/***                                                                    ***/\n/*** Functions called:                                                  ***/\n/***    SciCalcFunctions call DisplayError.                             ***/\n/***                                                                    ***/\n/***                                                                    ***/\n/**************************************************************************/\n#include \"Header Files/CalcEngine.h\"\n#include \"winerror_cross_platform.h\"\n\nusing namespace std;\nusing namespace CalcEngine;\nusing namespace CalcEngine::RationalMath;\n\n/* Routines for more complex mathematical functions/error checking. */\nCalcEngine::Rational CCalcEngine::SciCalcFunctions(CalcEngine::Rational const& rat, uint32_t op)\n{\n    Rational result{};\n    try\n    {\n        switch (op)\n        {\n        case IDC_CHOP:\n            result = m_bInv ? Frac(rat) : Integer(rat);\n            break;\n\n            /* Return complement. */\n        case IDC_COM:\n            if (m_radix == 10 && !m_fIntegerMode)\n            {\n                result = -(RationalMath::Integer(rat) + 1);\n            }\n            else\n            {\n                result = rat ^ GetChopNumber();\n            }\n            break;\n\n        case IDC_ROL:\n        case IDC_ROLC:\n            if (m_fIntegerMode)\n            {\n                result = Integer(rat);\n\n                uint64_t w64Bits = result.ToUInt64_t();\n                uint64_t msb = (w64Bits >> (m_dwWordBitWidth - 1)) & 1;\n                w64Bits <<= 1; // LShift by 1\n\n                if (op == IDC_ROL)\n                {\n                    w64Bits |= msb; // Set the prev Msb as the current Lsb\n                }\n                else\n                {\n                    w64Bits |= m_carryBit; // Set the carry bit as the LSB\n                    m_carryBit = msb;      // Store the msb as the next carry bit\n                }\n\n                result = w64Bits;\n            }\n            break;\n\n        case IDC_ROR:\n        case IDC_RORC:\n            if (m_fIntegerMode)\n            {\n                result = Integer(rat);\n\n                uint64_t w64Bits = result.ToUInt64_t();\n                uint64_t lsb = ((w64Bits & 0x01) == 1) ? 1 : 0;\n                w64Bits >>= 1; // RShift by 1\n\n                if (op == IDC_ROR)\n                {\n                    w64Bits |= (lsb << (m_dwWordBitWidth - 1));\n                }\n                else\n                {\n                    w64Bits |= (m_carryBit << (m_dwWordBitWidth - 1));\n                    m_carryBit = lsb;\n                }\n\n                result = w64Bits;\n            }\n            break;\n\n        case IDC_PERCENT:\n        {\n            // If the operator is multiply/divide, we evaluate this as \"X [op] (Y%)\"\n            // Otherwise, we evaluate it as \"X [op] (X * Y%)\"\n            if (m_nOpCode == IDC_MUL || m_nOpCode == IDC_DIV)\n            {\n                result = rat / 100;\n            }\n            else\n            {\n                result = rat * (m_lastVal / 100);\n            }\n            break;\n        }\n\n        case IDC_SIN: /* Sine; normal and arc */\n            if (!m_fIntegerMode)\n            {\n                result = m_bInv ? ASin(rat, m_angletype) : Sin(rat, m_angletype);\n            }\n            break;\n\n        case IDC_SINH: /* Sine- hyperbolic and archyperbolic */\n            if (!m_fIntegerMode)\n            {\n                result = m_bInv ? ASinh(rat) : Sinh(rat);\n            }\n            break;\n\n        case IDC_COS: /* Cosine, follows convention of sine function. */\n            if (!m_fIntegerMode)\n            {\n                result = m_bInv ? ACos(rat, m_angletype) : Cos(rat, m_angletype);\n            }\n            break;\n\n        case IDC_COSH: /* Cosine hyperbolic, follows convention of sine h function. */\n            if (!m_fIntegerMode)\n            {\n                result = m_bInv ? ACosh(rat) : Cosh(rat);\n            }\n            break;\n\n        case IDC_TAN: /* Same as sine and cosine. */\n            if (!m_fIntegerMode)\n            {\n                result = m_bInv ? ATan(rat, m_angletype) : Tan(rat, m_angletype);\n            }\n            break;\n\n        case IDC_TANH: /* Same as sine h and cosine h. */\n            if (!m_fIntegerMode)\n            {\n                result = m_bInv ? ATanh(rat) : Tanh(rat);\n            }\n            break;\n\n        case IDC_SEC:\n            if (!m_fIntegerMode)\n            {\n                result = m_bInv ? ACos(Invert(rat), m_angletype) : Invert(Cos(rat, m_angletype));\n            }\n            break;\n\n        case IDC_CSC:\n            if (!m_fIntegerMode)\n            {\n                result = m_bInv ? ASin(Invert(rat), m_angletype) : Invert(Sin(rat, m_angletype));\n            }\n            break;\n\n        case IDC_COT:\n            if (!m_fIntegerMode)\n            {\n                result = m_bInv ? ATan(Invert(rat), m_angletype) : Invert(Tan(rat, m_angletype));\n            }\n            break;\n\n        case IDC_SECH:\n            if (!m_fIntegerMode)\n            {\n                result = m_bInv ? ACosh(Invert(rat)) : Invert(Cosh(rat));\n            }\n            break;\n\n        case IDC_CSCH:\n            if (!m_fIntegerMode)\n            {\n                result = m_bInv ? ASinh(Invert(rat)) : Invert(Sinh(rat));\n            }\n            break;\n\n        case IDC_COTH:\n            if (!m_fIntegerMode)\n            {\n                result = m_bInv ? ATanh(Invert(rat)) : Invert(Tanh(rat));\n            }\n            break;\n\n        case IDC_REC: /* Reciprocal. */\n            result = Invert(rat);\n            break;\n\n        case IDC_SQR: /* Square */\n            result = Pow(rat, 2);\n            break;\n\n        case IDC_SQRT: /* Square Root */\n            result = Root(rat, 2);\n            break;\n\n        case IDC_CUBEROOT:\n        case IDC_CUB: /* Cubing and cube root functions. */\n            result = IDC_CUBEROOT == op ? Root(rat, 3) : Pow(rat, 3);\n            break;\n\n        case IDC_LOG: /* Functions for common log. */\n            result = Log10(rat);\n            break;\n\n        case IDC_POW10:\n            result = Pow(10, rat);\n            break;\n\n        case IDC_POW2:\n            result = Pow(2, rat);\n            break;\n\n        case IDC_LN: /* Functions for natural log. */\n            result = m_bInv ? Exp(rat) : Log(rat);\n            break;\n\n        case IDC_FAC: /* Calculate factorial.  Inverse is ineffective. */\n            result = Fact(rat);\n            break;\n\n        case IDC_DEGREES:\n            ProcessCommand(IDC_INV);\n            // This case falls through to IDC_DMS case because in the old Win32 Calc,\n            // the degrees functionality was achieved as 'Inv' of 'dms' operation,\n            // so setting the IDC_INV command first and then performing 'dms' operation as global variables m_bInv, m_bRecord\n            // are set properly through ProcessCommand(IDC_INV)\n            [[fallthrough]];\n        case IDC_DMS:\n        {\n            if (!m_fIntegerMode)\n            {\n                auto shftRat{ m_bInv ? 100 : 60 };\n\n                Rational degreeRat = Integer(rat);\n\n                Rational minuteRat = (rat - degreeRat) * shftRat;\n\n                Rational secondRat = minuteRat;\n\n                minuteRat = Integer(minuteRat);\n\n                secondRat = (secondRat - minuteRat) * shftRat;\n\n                //\n                // degreeRat == degrees, minuteRat == minutes, secondRat == seconds\n                //\n\n                shftRat = m_bInv ? 60 : 100;\n                secondRat /= shftRat;\n\n                minuteRat = (minuteRat + secondRat) / shftRat;\n\n                result = degreeRat + minuteRat;\n            }\n            break;\n        }\n        case IDC_CEIL:\n            result = (Frac(rat) > 0) ? Integer(rat + 1) : Integer(rat);\n            break;\n\n        case IDC_FLOOR:\n            result = (Frac(rat) < 0) ? Integer(rat - 1) : Integer(rat);\n            break;\n\n        case IDC_ABS:\n            result = Abs(rat);\n            break;\n\n        } // end switch( op )\n    }\n    catch (uint32_t nErrCode)\n    {\n        DisplayError(nErrCode);\n        result = rat;\n    }\n\n    return result;\n}\n\n/* Routine to display error messages and set m_bError flag.  Errors are */\n/* called with DisplayError (n), where n is a uint32_t   between 0 and 5. */\n\nvoid CCalcEngine::DisplayError(uint32_t nError)\n{\n    wstring errorString{ GetString(IDS_ERRORS_FIRST + SCODE_CODE(nError)) };\n\n    SetPrimaryDisplay(errorString, true /*isError*/);\n\n    m_bError = true; /* Set error flag.  Only cleared with CLEAR or CENTR. */\n\n    m_HistoryCollector.ClearHistoryLine(errorString);\n}\n"
  },
  {
    "path": "src/CalcManager/CEngine/scioper.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"Header Files/CalcEngine.h\"\n\nusing namespace CalcEngine;\nusing namespace CalcEngine::RationalMath;\n\n// Routines to perform standard operations &|^~<<>>+-/*% and pwr.\nCalcEngine::Rational CCalcEngine::DoOperation(int operation, CalcEngine::Rational const& lhs, CalcEngine::Rational const& rhs)\n{\n    // Remove any variance in how 0 could be represented in rat e.g. -0, 0/n, etc.\n    auto result = (lhs != 0 ? lhs : 0);\n\n    try\n    {\n        switch (operation)\n        {\n        case IDC_AND:\n            result &= rhs;\n            break;\n\n        case IDC_OR:\n            result |= rhs;\n            break;\n\n        case IDC_XOR:\n            result ^= rhs;\n            break;\n\n        case IDC_NAND:\n            result = (result & rhs) ^ GetChopNumber();\n            break;\n\n        case IDC_NOR:\n            result = (result | rhs) ^ GetChopNumber();\n            break;\n\n        case IDC_RSHF:\n        {\n            if (m_fIntegerMode && result >= m_dwWordBitWidth) // Lsh/Rsh >= than current word size is always 0\n            {\n                throw CALC_E_NORESULT;\n            }\n\n            uint64_t w64Bits = rhs.ToUInt64_t();\n            bool fMsb = (w64Bits >> (m_dwWordBitWidth - 1)) & 1;\n\n            Rational holdVal = result;\n            result = rhs >> holdVal;\n\n            if (fMsb)\n            {\n                result = Integer(result);\n\n                auto tempRat = GetChopNumber() >> holdVal;\n                tempRat = Integer(tempRat);\n\n                result |= tempRat ^ GetChopNumber();\n            }\n            break;\n        }\n        case IDC_RSHFL:\n        {\n            if (m_fIntegerMode && result >= m_dwWordBitWidth) // Lsh/Rsh >= than current word size is always 0\n            {\n                throw CALC_E_NORESULT;\n            }\n\n            result = rhs >> result;\n            break;\n        }\n        case IDC_LSHF:\n            if (m_fIntegerMode && result >= m_dwWordBitWidth) // Lsh/Rsh >= than current word size is always 0\n            {\n                throw CALC_E_NORESULT;\n            }\n\n            result = rhs << result;\n            break;\n\n        case IDC_ADD:\n            result += rhs;\n            break;\n\n        case IDC_SUB:\n            result = rhs - result;\n            break;\n\n        case IDC_MUL:\n            result *= rhs;\n            break;\n\n        case IDC_DIV:\n        case IDC_MOD:\n        {\n            int iNumeratorSign = 1, iDenominatorSign = 1;\n            auto temp = result;\n            result = rhs;\n\n            if (m_fIntegerMode)\n            {\n                uint64_t w64Bits = rhs.ToUInt64_t();\n                bool fMsb = (w64Bits >> (m_dwWordBitWidth - 1)) & 1;\n\n                if (fMsb)\n                {\n                    result = (rhs ^ GetChopNumber()) + 1;\n\n                    iNumeratorSign = -1;\n                }\n\n                w64Bits = temp.ToUInt64_t();\n                fMsb = (w64Bits >> (m_dwWordBitWidth - 1)) & 1;\n\n                if (fMsb)\n                {\n                    temp = (temp ^ GetChopNumber()) + 1;\n\n                    iDenominatorSign = -1;\n                }\n            }\n\n            if (operation == IDC_DIV)\n            {\n                result /= temp;\n                if (m_fIntegerMode && (iNumeratorSign * iDenominatorSign) == -1)\n                {\n                    result = -(Integer(result));\n                }\n            }\n            else\n            {\n                if (m_fIntegerMode)\n                {\n                    // Programmer mode, use remrat (remainder after division)\n                    result %= temp;\n\n                    if (iNumeratorSign == -1)\n                    {\n                        result = -(Integer(result));\n                    }\n                }\n                else\n                {\n                    // other modes, use modrat (modulus after division)\n                    result = Mod(result, temp);\n                }\n            }\n            break;\n        }\n\n        case IDC_PWR: // Calculates rhs to the result(th) power.\n            result = Pow(rhs, result);\n            break;\n\n        case IDC_ROOT: // Calculates rhs to the result(th) root.\n            result = Root(rhs, result);\n            break;\n\n        case IDC_LOGBASEY:\n            result = (Log(rhs) / Log(result));\n            break;\n        }\n    }\n    catch (uint32_t dwErrCode)\n    {\n        DisplayError(dwErrCode);\n\n        // On error, return the original value\n        result = lhs;\n    }\n\n    return result;\n}\n"
  },
  {
    "path": "src/CalcManager/CEngine/sciset.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"Header Files/CalcEngine.h\"\n\nusing namespace CalcEngine;\nusing namespace CalcEngine::RationalMath;\nusing namespace std;\n\n// To be called when either the radix or num width changes. You can use -1 in either of these values to mean\n// dont change that.\nvoid CCalcEngine::SetRadixTypeAndNumWidth(RadixType radixtype, NUM_WIDTH numwidth)\n{\n    // When in integer mode, the number is represented in 2's complement form. When a bit width is changing, we can\n    // change the number representation back to sign, abs num form in ratpak. Soon when display sees this, it will\n    // convert to 2's complement form, but this time all high bits will be propagated. Eg. -127, in byte mode is\n    // represented as 1000,0001. This puts it back as sign=-1, 01111111 . But DisplayNum will see this and convert it\n    // back to 1111,1111,1000,0001 when in Word mode.\n    if (m_fIntegerMode)\n    {\n        uint64_t w64Bits = m_currentVal.ToUInt64_t();\n        bool fMsb = (w64Bits >> (m_dwWordBitWidth - 1)) & 1; // make sure you use the old width\n\n        if (fMsb)\n        {\n            // If high bit is set, then get the decimal number in -ve 2'scompl form.\n            auto tempResult = m_currentVal ^ GetChopNumber();\n\n            m_currentVal = -(tempResult + 1);\n        }\n    }\n\n    if (radixtype >= RadixType::Hex && radixtype <= RadixType::Binary)\n    {\n        m_radix = NRadixFromRadixType(radixtype);\n        // radixtype is not even saved\n    }\n\n    if (numwidth >= NUM_WIDTH::QWORD_WIDTH && numwidth <= NUM_WIDTH::BYTE_WIDTH)\n    {\n        m_numwidth = numwidth;\n        m_dwWordBitWidth = DwWordBitWidthFromNumWidth(numwidth);\n    }\n\n    // inform ratpak that a change in base or precision has occurred\n    BaseOrPrecisionChanged();\n\n    // display the correct number for the new state (ie convert displayed\n    //  number to correct base)\n    DisplayNum();\n}\n\nint32_t CCalcEngine::DwWordBitWidthFromNumWidth(NUM_WIDTH numwidth)\n{\n    switch (numwidth)\n    {\n    case NUM_WIDTH::DWORD_WIDTH:\n        return 32;\n    case NUM_WIDTH::WORD_WIDTH:\n        return 16;\n    case NUM_WIDTH::BYTE_WIDTH:\n        return 8;\n    case NUM_WIDTH::QWORD_WIDTH:\n    default:\n        return 64;\n    }\n}\n\nuint32_t CCalcEngine::NRadixFromRadixType(RadixType radixtype)\n{\n    switch (radixtype)\n    {\n    case RadixType::Hex:\n        return 16;\n    case RadixType::Octal:\n        return 8;\n    case RadixType::Binary:\n        return 2;\n    case RadixType::Decimal:\n    default:\n        return 10;\n    }\n}\n\n//  Toggles a given bit into the number representation. returns true if it changed it actually.\nbool CCalcEngine::TryToggleBit(CalcEngine::Rational& rat, uint32_t wbitno)\n{\n    uint32_t wmax = DwWordBitWidthFromNumWidth(m_numwidth);\n    if (wbitno >= wmax)\n    {\n        return false; // ignore error cant happen\n    }\n\n    Rational result = Integer(rat);\n\n    // Remove any variance in how 0 could be represented in rat e.g. -0, 0/n, etc.\n    result = (result != 0 ? result : 0);\n\n    // XOR the result with 2^wbitno power\n    rat = result ^ Pow(2, static_cast<int32_t>(wbitno));\n\n    return true;\n}\n\n// Returns the nearest power of two\nint CCalcEngine::QuickLog2(int iNum)\n{\n    int iRes = 0;\n\n    // while first digit is a zero\n    while (!(iNum & 1))\n    {\n        iRes++;\n        iNum >>= 1;\n    }\n\n    // if our number isn't a perfect square\n    iNum = iNum >> 1;\n    if (iNum)\n    {\n        // find the largest digit\n        for (iNum = iNum >> 1; iNum; iNum = iNum >> 1)\n            ++iRes;\n\n        // and then add two\n        iRes += 2;\n    }\n\n    return iRes;\n}\n\n////////////////////////////////////////////////////////////////////////\n//\n//  UpdateMaxIntDigits\n//\n// determine the maximum number of digits needed for the current precision,\n// word size, and base.  This number is conservative towards the small side\n// such that there may be some extra bits left over. For example, base 8 requires 3 bits per digit.\n// A word size of 32 bits allows for 10 digits with a remainder of two bits.  Bases\n// that require variable number of bits (non-power-of-two bases) are approximated\n// by the next highest power-of-two base (again, to be conservative and guarantee\n// there will be no over flow verse the current word size for numbers entered).\n// Base 10 is a special case and always uses the base 10 precision (m_nPrecisionSav).\nvoid CCalcEngine::UpdateMaxIntDigits()\n{\n    if (m_radix == 10)\n    {\n        // if in integer mode you still have to honor the max digits you can enter based on bit width\n        if (m_fIntegerMode)\n        {\n            m_cIntDigitsSav = static_cast<int>(GetMaxDecimalValueString().length()) - 1;\n            // This is the max digits you can enter a decimal in fixed width mode aka integer mode -1. The last digit\n            // has to be checked separately\n        }\n        else\n        {\n            m_cIntDigitsSav = m_precision;\n        }\n    }\n    else\n    {\n        m_cIntDigitsSav = m_dwWordBitWidth / CCalcEngine::QuickLog2(m_radix);\n    }\n}\n\nvoid CCalcEngine::ChangeBaseConstants(uint32_t radix, int maxIntDigits, int32_t precision)\n{\n    if (10 == radix)\n    {\n        ChangeConstants(radix, precision); // Base 10 precision for internal computing still needs to be 32, to\n        // take care of decimals precisely. For eg. to get the HI word of a qword, we do a rsh, which depends on getting\n        // 18446744073709551615 / 4294967296 = 4294967295.9999917... This is important it works this and doesn't reduce\n        // the precision to number of digits allowed to enter. In other words, precision and # of allowed digits to be\n        // entered are different.\n    }\n    else\n    {\n        ChangeConstants(radix, maxIntDigits + 1);\n    }\n}\n\nvoid CCalcEngine::BaseOrPrecisionChanged()\n{\n    UpdateMaxIntDigits();\n    CCalcEngine::ChangeBaseConstants(m_radix, m_cIntDigitsSav, m_precision);\n}\n"
  },
  {
    "path": "src/CalcManager/CalcManager.vcxproj",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project DefaultTargets=\"Build\" ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <ItemGroup Label=\"ProjectConfigurations\">\n    <ProjectConfiguration Include=\"Debug|ARM64\">\n      <Configuration>Debug</Configuration>\n      <Platform>ARM64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Debug|Win32\">\n      <Configuration>Debug</Configuration>\n      <Platform>Win32</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Debug|x64\">\n      <Configuration>Debug</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|ARM64\">\n      <Configuration>Release</Configuration>\n      <Platform>ARM64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|Win32\">\n      <Configuration>Release</Configuration>\n      <Platform>Win32</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|x64\">\n      <Configuration>Release</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n  </ItemGroup>\n  <PropertyGroup Label=\"Globals\">\n    <ProjectGuid>{311e866d-8b93-4609-a691-265941fee101}</ProjectGuid>\n    <Keyword>Win32Proj</Keyword>\n    <ProjectName>CalcManager</ProjectName>\n    <RootNamespace>CalcManager</RootNamespace>\n    <DisableAppLocalVCLibs>false</DisableAppLocalVCLibs>\n    <DefaultLanguage>en-US</DefaultLanguage>\n    <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>\n    <AppContainerApplication>true</AppContainerApplication>\n    <ApplicationType>Windows Store</ApplicationType>\n    <ApplicationTypeRevision>10.0</ApplicationTypeRevision>\n    <WindowsTargetPlatformVersion Condition=\"'$(WindowsTargetPlatformVersion)' == ''\">10.0.26100.0</WindowsTargetPlatformVersion>\n    <WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.Default.props\" />\n  <!-- This has to be exactly in this place for this to work -->\n  <PropertyGroup>\n    <PreferredToolArchitecture>x64</PreferredToolArchitecture>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\" Label=\"Configuration\">\n    <ConfigurationType>StaticLibrary</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM64'\" Label=\"Configuration\">\n    <ConfigurationType>StaticLibrary</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\" Label=\"Configuration\">\n    <ConfigurationType>StaticLibrary</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\" Label=\"Configuration\">\n    <ConfigurationType>StaticLibrary</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <PlatformToolset>v143</PlatformToolset>\n    <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>\n    <RunCodeAnalysis>true</RunCodeAnalysis>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM64'\" Label=\"Configuration\">\n    <ConfigurationType>StaticLibrary</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <PlatformToolset>v143</PlatformToolset>\n    <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>\n    <RunCodeAnalysis>true</RunCodeAnalysis>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\" Label=\"Configuration\">\n    <ConfigurationType>StaticLibrary</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <PlatformToolset>v143</PlatformToolset>\n    <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>\n    <RunCodeAnalysis>true</RunCodeAnalysis>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.props\" />\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM64'\" Label=\"PropertySheets\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM64'\" Label=\"PropertySheets\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <PropertyGroup Label=\"UserMacros\" />\n  <PropertyGroup />\n  <PropertyGroup>\n    <GenerateManifest>false</GenerateManifest>\n    <GenerateProjectSpecificOutputFolder>true</GenerateProjectSpecificOutputFolder>\n  </PropertyGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <CompileAsWinRT>false</CompileAsWinRT>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalOptions>/Zm250 /await /std:c++17 /permissive- /Zc:twoPhase- /utf-8 /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <AdditionalIncludeDirectories>$(SolutionDir)..\\src\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n      <ForcedIncludeFiles>pch.h</ForcedIncludeFiles>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <CompileAsWinRT>false</CompileAsWinRT>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalOptions>/Zm250 /await /std:c++17 /permissive- /Zc:twoPhase- /utf-8 /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <AdditionalIncludeDirectories>$(SolutionDir)..\\src\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n      <ForcedIncludeFiles>pch.h</ForcedIncludeFiles>\n      <EnablePREfast>true</EnablePREfast>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <CompileAsWinRT>false</CompileAsWinRT>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalOptions>/Zm250 /await /std:c++17 /permissive- /Zc:twoPhase- /utf-8 /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <PreprocessorDefinitions>_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n      <AdditionalIncludeDirectories>$(SolutionDir)..\\src\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n      <ForcedIncludeFiles>pch.h</ForcedIncludeFiles>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <CompileAsWinRT>false</CompileAsWinRT>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalOptions>/Zm250 /await /std:c++17 /permissive- /Zc:twoPhase- /utf-8 /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <AdditionalIncludeDirectories>$(SolutionDir)..\\src\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n      <ForcedIncludeFiles>pch.h</ForcedIncludeFiles>\n      <EnablePREfast>true</EnablePREfast>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|arm64'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <CompileAsWinRT>false</CompileAsWinRT>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalOptions>/Zm250 /await /std:c++17 /permissive- /Zc:twoPhase- /utf-8 /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <AdditionalIncludeDirectories>$(SolutionDir)..\\src\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n      <ForcedIncludeFiles>pch.h</ForcedIncludeFiles>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|arm64'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <CompileAsWinRT>false</CompileAsWinRT>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalOptions>/Zm250 /await /std:c++17 /permissive- /Zc:twoPhase- /utf-8 /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <AdditionalIncludeDirectories>$(SolutionDir)..\\src\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n      <ForcedIncludeFiles>pch.h</ForcedIncludeFiles>\n      <EnablePREfast>true</EnablePREfast>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemGroup>\n    <ClInclude Include=\"CalculatorHistory.h\" />\n    <ClInclude Include=\"CalculatorManager.h\" />\n    <ClInclude Include=\"CalculatorResource.h\" />\n    <ClInclude Include=\"Command.h\" />\n    <ClInclude Include=\"ExpressionCommand.h\" />\n    <ClInclude Include=\"ExpressionCommandInterface.h\" />\n    <ClInclude Include=\"Header Files\\CalcEngine.h\" />\n    <ClInclude Include=\"Header Files\\CalcUtils.h\" />\n    <ClInclude Include=\"Header Files\\CCommand.h\" />\n    <ClInclude Include=\"Header Files\\EngineStrings.h\" />\n    <ClInclude Include=\"Header Files\\History.h\" />\n    <ClInclude Include=\"Header Files\\ICalcDisplay.h\" />\n    <ClInclude Include=\"Header Files\\CalcInput.h\" />\n    <ClInclude Include=\"Header Files\\IHistoryDisplay.h\" />\n    <ClInclude Include=\"Header Files\\Number.h\" />\n    <ClInclude Include=\"Header Files\\RadixType.h\" />\n    <ClInclude Include=\"Header Files\\Rational.h\" />\n    <ClInclude Include=\"Header Files\\RationalMath.h\" />\n    <ClInclude Include=\"pch.h\" />\n    <ClInclude Include=\"Ratpack\\CalcErr.h\" />\n    <ClInclude Include=\"Ratpack\\ratconst.h\" />\n    <ClInclude Include=\"Ratpack\\ratpak.h\" />\n    <ClInclude Include=\"NumberFormattingUtils.h\" />\n    <ClInclude Include=\"UnitConverter.h\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ClCompile Include=\"CalculatorHistory.cpp\" />\n    <ClCompile Include=\"CalculatorManager.cpp\" />\n    <ClCompile Include=\"CEngine\\calc.cpp\" />\n    <ClCompile Include=\"CEngine\\CalcUtils.cpp\" />\n    <ClCompile Include=\"CEngine\\History.cpp\" />\n    <ClCompile Include=\"CEngine\\CalcInput.cpp\" />\n    <ClCompile Include=\"CEngine\\Number.cpp\" />\n    <ClCompile Include=\"CEngine\\Rational.cpp\" />\n    <ClCompile Include=\"CEngine\\scicomm.cpp\" />\n    <ClCompile Include=\"CEngine\\scidisp.cpp\" />\n    <ClCompile Include=\"CEngine\\scifunc.cpp\" />\n    <ClCompile Include=\"CEngine\\RationalMath.cpp\" />\n    <ClCompile Include=\"CEngine\\scioper.cpp\" />\n    <ClCompile Include=\"CEngine\\sciset.cpp\" />\n    <ClCompile Include=\"ExpressionCommand.cpp\" />\n    <ClCompile Include=\"Ratpack\\basex.cpp\" />\n    <ClCompile Include=\"Ratpack\\conv.cpp\" />\n    <ClCompile Include=\"Ratpack\\exp.cpp\" />\n    <ClCompile Include=\"Ratpack\\fact.cpp\" />\n    <ClCompile Include=\"Ratpack\\itrans.cpp\" />\n    <ClCompile Include=\"Ratpack\\itransh.cpp\" />\n    <ClCompile Include=\"Ratpack\\logic.cpp\" />\n    <ClCompile Include=\"Ratpack\\num.cpp\" />\n    <ClCompile Include=\"Ratpack\\rat.cpp\" />\n    <ClCompile Include=\"Ratpack\\support.cpp\" />\n    <ClCompile Include=\"Ratpack\\trans.cpp\" />\n    <ClCompile Include=\"Ratpack\\transh.cpp\" />\n    <ClCompile Include=\"pch.cpp\">\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM64'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM64'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">Create</PrecompiledHeader>\n    </ClCompile>\n    <ClCompile Include=\"NumberFormattingUtils.cpp\" />\n    <ClCompile Include=\"UnitConverter.cpp\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Natvis Include=\"ratpak.natvis\" />\n  </ItemGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.targets\" />\n  <ImportGroup Label=\"ExtensionTargets\" />\n</Project>"
  },
  {
    "path": "src/CalcManager/CalcManager.vcxproj.filters",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"14.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <ItemGroup>\n    <Filter Include=\"CEngine\">\n      <UniqueIdentifier>{957a8e3c-00c7-48bc-b63c-83b2140a8251}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"RatPack\">\n      <UniqueIdentifier>{a1bae6f0-0a01-447d-9a3a-5c65bcd384e6}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"Header Files\">\n      <UniqueIdentifier>{5149465e-c5c9-48a2-b676-f11380b733a0}</UniqueIdentifier>\n    </Filter>\n  </ItemGroup>\n  <ItemGroup>\n    <ClCompile Include=\"pch.cpp\" />\n    <ClCompile Include=\"ExpressionCommand.cpp\" />\n    <ClCompile Include=\"CEngine\\calc.cpp\">\n      <Filter>CEngine</Filter>\n    </ClCompile>\n    <ClCompile Include=\"CEngine\\CalcUtils.cpp\">\n      <Filter>CEngine</Filter>\n    </ClCompile>\n    <ClCompile Include=\"CEngine\\History.cpp\">\n      <Filter>CEngine</Filter>\n    </ClCompile>\n    <ClCompile Include=\"CEngine\\scicomm.cpp\">\n      <Filter>CEngine</Filter>\n    </ClCompile>\n    <ClCompile Include=\"CEngine\\scidisp.cpp\">\n      <Filter>CEngine</Filter>\n    </ClCompile>\n    <ClCompile Include=\"CEngine\\scifunc.cpp\">\n      <Filter>CEngine</Filter>\n    </ClCompile>\n    <ClCompile Include=\"CEngine\\scioper.cpp\">\n      <Filter>CEngine</Filter>\n    </ClCompile>\n    <ClCompile Include=\"CEngine\\sciset.cpp\">\n      <Filter>CEngine</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Ratpack\\basex.cpp\">\n      <Filter>RatPack</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Ratpack\\conv.cpp\">\n      <Filter>RatPack</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Ratpack\\exp.cpp\">\n      <Filter>RatPack</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Ratpack\\fact.cpp\">\n      <Filter>RatPack</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Ratpack\\itrans.cpp\">\n      <Filter>RatPack</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Ratpack\\itransh.cpp\">\n      <Filter>RatPack</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Ratpack\\logic.cpp\">\n      <Filter>RatPack</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Ratpack\\num.cpp\">\n      <Filter>RatPack</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Ratpack\\rat.cpp\">\n      <Filter>RatPack</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Ratpack\\support.cpp\">\n      <Filter>RatPack</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Ratpack\\trans.cpp\">\n      <Filter>RatPack</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Ratpack\\transh.cpp\">\n      <Filter>RatPack</Filter>\n    </ClCompile>\n    <ClCompile Include=\"CalculatorHistory.cpp\" />\n    <ClCompile Include=\"CalculatorManager.cpp\" />\n    <ClCompile Include=\"UnitConverter.cpp\" />\n    <ClCompile Include=\"CEngine\\CalcInput.cpp\">\n      <Filter>CEngine</Filter>\n    </ClCompile>\n    <ClCompile Include=\"CEngine\\Number.cpp\">\n      <Filter>CEngine</Filter>\n    </ClCompile>\n    <ClCompile Include=\"CEngine\\Rational.cpp\">\n      <Filter>CEngine</Filter>\n    </ClCompile>\n    <ClCompile Include=\"CEngine\\RationalMath.cpp\">\n      <Filter>CEngine</Filter>\n    </ClCompile>\n    <ClCompile Include=\"NumberFormattingUtils.cpp\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ClInclude Include=\"Command.h\" />\n    <ClInclude Include=\"ExpressionCommand.h\" />\n    <ClInclude Include=\"ExpressionCommandInterface.h\" />\n    <ClInclude Include=\"pch.h\" />\n    <ClInclude Include=\"Header Files\\History.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\CalcEngine.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\CalcUtils.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\CCommand.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\EngineStrings.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Ratpack\\CalcErr.h\">\n      <Filter>RatPack</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Ratpack\\ratconst.h\">\n      <Filter>RatPack</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Ratpack\\ratpak.h\">\n      <Filter>RatPack</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\CalcEngine.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\CalcUtils.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\CCommand.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\EngineStrings.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\History.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"UnitConverter.h\" />\n    <ClInclude Include=\"CalculatorHistory.h\" />\n    <ClInclude Include=\"CalculatorManager.h\" />\n    <ClInclude Include=\"CalculatorResource.h\" />\n    <ClInclude Include=\"Header Files\\ICalcDisplay.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\CalcInput.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\IHistoryDisplay.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\Number.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\Rational.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\RadixType.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Header Files\\RationalMath.h\">\n      <Filter>Header Files</Filter>\n    </ClInclude>\n    <ClInclude Include=\"NumberFormattingUtils.h\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Natvis Include=\"ratpak.natvis\">\n      <Filter>RatPack</Filter>\n    </Natvis>\n  </ItemGroup>\n</Project>"
  },
  {
    "path": "src/CalcManager/CalculatorHistory.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include <cassert>\n#include \"CalculatorHistory.h\"\n\nusing namespace std;\nusing namespace CalculationManager;\n\nnamespace\n{\n    static wstring GetGeneratedExpression(const vector<pair<wstring, int>>& tokens)\n    {\n        wstring expression;\n        bool isFirst = true;\n\n        for (auto const& token : tokens)\n        {\n            if (isFirst)\n            {\n                isFirst = false;\n            }\n            else\n            {\n                expression += L' ';\n            }\n            expression.append(token.first);\n        }\n\n        return expression;\n    }\n}\n\nCalculatorHistory::CalculatorHistory(size_t maxSize)\n    : m_maxHistorySize(maxSize)\n{\n}\n\nunsigned int CalculatorHistory::AddToHistory(\n    _In_ shared_ptr<vector<pair<wstring, int>>> const& tokens,\n    _In_ shared_ptr<vector<shared_ptr<IExpressionCommand>>> const& commands,\n    wstring_view result)\n{\n    shared_ptr<HISTORYITEM> spHistoryItem = make_shared<HISTORYITEM>();\n\n    spHistoryItem->historyItemVector.spTokens = tokens;\n    spHistoryItem->historyItemVector.spCommands = commands;\n    spHistoryItem->historyItemVector.expression = GetGeneratedExpression(*tokens);\n    spHistoryItem->historyItemVector.result = wstring(result);\n    return AddItem(spHistoryItem);\n}\n\nunsigned int CalculatorHistory::AddItem(_In_ shared_ptr<HISTORYITEM> const& spHistoryItem)\n{\n    if (m_historyItems.size() >= m_maxHistorySize)\n    {\n        m_historyItems.erase(m_historyItems.begin());\n    }\n\n    m_historyItems.push_back(spHistoryItem);\n    return static_cast<unsigned>(m_historyItems.size() - 1);\n}\n\nbool CalculatorHistory::RemoveItem(unsigned int uIdx)\n{\n    if (uIdx < m_historyItems.size())\n    {\n        m_historyItems.erase(m_historyItems.begin() + uIdx);\n        return true;\n    }\n\n    return false;\n}\n\nvector<shared_ptr<HISTORYITEM>> const& CalculatorHistory::GetHistory()\n{\n    return m_historyItems;\n}\n\nshared_ptr<HISTORYITEM> const& CalculatorHistory::GetHistoryItem(unsigned int uIdx)\n{\n    assert(uIdx < m_historyItems.size());\n    return m_historyItems.at(uIdx);\n}\n\nvoid CalculatorHistory::ClearHistory()\n{\n    m_historyItems.clear();\n}\n"
  },
  {
    "path": "src/CalcManager/CalculatorHistory.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n#include \"ExpressionCommandInterface.h\"\n#include \"Header Files/IHistoryDisplay.h\"\n\nnamespace CalculationManager\n{\n    struct HISTORYITEMVECTOR\n    {\n        std::shared_ptr<std::vector<std::pair<std::wstring, int>>> spTokens;\n        std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> spCommands;\n        std::wstring expression;\n        std::wstring result;\n    };\n\n    struct HISTORYITEM\n    {\n        HISTORYITEMVECTOR historyItemVector;\n    };\n\n    class CalculatorHistory : public IHistoryDisplay\n    {\n    public:\n        CalculatorHistory(const size_t maxSize);\n        unsigned int AddToHistory(\n            _In_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& spTokens,\n            _In_ std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> const& spCommands,\n            std::wstring_view result);\n        std::vector<std::shared_ptr<HISTORYITEM>> const& GetHistory();\n        std::shared_ptr<HISTORYITEM> const& GetHistoryItem(unsigned int uIdx);\n        void ClearHistory();\n        unsigned int AddItem(_In_ std::shared_ptr<HISTORYITEM> const& spHistoryItem);\n        bool RemoveItem(unsigned int uIdx);\n        size_t MaxHistorySize() const\n        {\n            return m_maxHistorySize;\n        }\n\n    private:\n        std::vector<std::shared_ptr<HISTORYITEM>> m_historyItems;\n        const size_t m_maxHistorySize;\n    };\n}\n"
  },
  {
    "path": "src/CalcManager/CalculatorManager.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include <climits> // for UCHAR_MAX\n#include \"Header Files/CalcEngine.h\"\n#include \"CalculatorManager.h\"\n#include \"CalculatorResource.h\"\n\nusing namespace std;\nusing namespace CalcEngine;\n\nstatic constexpr size_t MAX_HISTORY_ITEMS = 20;\n\n#ifndef _MSC_VER\n#define __pragma(x)\n#endif\n\nnamespace CalculationManager\n{\n    CalculatorManager::CalculatorManager(_In_ ICalcDisplay* displayCallback, _In_ IResourceProvider* resourceProvider)\n        : m_displayCallback(displayCallback)\n        , m_currentCalculatorEngine(nullptr)\n        , m_resourceProvider(resourceProvider)\n        , m_inHistoryItemLoadMode(false)\n        , m_persistedPrimaryValue()\n        , m_isExponentialFormat(false)\n        , m_currentDegreeMode(Command::CommandNULL)\n        , m_pStdHistory(new CalculatorHistory(MAX_HISTORY_ITEMS))\n        , m_pSciHistory(new CalculatorHistory(MAX_HISTORY_ITEMS))\n        , m_pHistory(nullptr)\n    {\n        CCalcEngine::InitialOneTimeOnlySetup(*m_resourceProvider);\n    }\n\n    /// <summary>\n    /// Call the callback function using passed in IDisplayHelper.\n    /// Used to set the primary display value on ViewModel\n    /// </summary>\n    /// <param name=\"text\">wstring representing text to be displayed</param>\n    void CalculatorManager::SetPrimaryDisplay(_In_ const wstring& displayString, _In_ bool isError)\n    {\n        if (!m_inHistoryItemLoadMode)\n        {\n            m_displayCallback->SetPrimaryDisplay(displayString, isError);\n        }\n    }\n\n    void CalculatorManager::SetIsInError(bool isError)\n    {\n        m_displayCallback->SetIsInError(isError);\n    }\n\n    void CalculatorManager::DisplayPasteError()\n    {\n        m_currentCalculatorEngine->DisplayError(CALC_E_DOMAIN /*code for \"Invalid input\" error*/);\n    }\n\n    void CalculatorManager::MaxDigitsReached()\n    {\n        m_displayCallback->MaxDigitsReached();\n    }\n\n    void CalculatorManager::BinaryOperatorReceived()\n    {\n        m_displayCallback->BinaryOperatorReceived();\n    }\n\n    void CalculatorManager::MemoryItemChanged(unsigned int indexOfMemory)\n    {\n        m_displayCallback->MemoryItemChanged(indexOfMemory);\n    }\n\n    void CalculatorManager::InputChanged()\n    {\n        m_displayCallback->InputChanged();\n    }\n\n    /// <summary>\n    /// Call the callback function using passed in IDisplayHelper.\n    /// Used to set the expression display value on ViewModel\n    /// </summary>\n    /// <param name=\"expressionString\">wstring representing expression to be displayed</param>\n    void CalculatorManager::SetExpressionDisplay(\n        _Inout_ shared_ptr<vector<pair<wstring, int>>> const& tokens,\n        _Inout_ shared_ptr<vector<shared_ptr<IExpressionCommand>>> const& commands)\n    {\n        if (!m_inHistoryItemLoadMode)\n        {\n            m_displayCallback->SetExpressionDisplay(tokens, commands);\n        }\n    }\n\n    /// <summary>\n    /// Callback from the CalculatorControl\n    /// Passed in string representations of memorized numbers get passed to the client\n    /// </summary>\n    /// <param name=\"memorizedNumber\">vector containing wstring values of memorized numbers</param>\n    void CalculatorManager::SetMemorizedNumbers(_In_ const vector<wstring>& memorizedNumbers)\n    {\n        m_displayCallback->SetMemorizedNumbers(memorizedNumbers);\n    }\n\n    /// <summary>\n    /// Callback from the engine\n    /// </summary>\n    /// <param name=\"parenthesisCount\">string containing the parenthesis count</param>\n    void CalculatorManager::SetParenthesisNumber(_In_ unsigned int parenthesisCount)\n    {\n        m_displayCallback->SetParenthesisNumber(parenthesisCount);\n    }\n\n    /// <summary>\n    /// Callback from the engine\n    /// </summary>\n    void CalculatorManager::OnNoRightParenAdded()\n    {\n        m_displayCallback->OnNoRightParenAdded();\n    }\n\n    /// <summary>\n    /// Reset CalculatorManager.\n    /// Set the mode to the standard calculator\n    /// Set the degree mode as regular degree (as oppose to Rad or Grad)\n    /// Clear all the entries and memories\n    /// Clear Memory if clearMemory parameter is true.(Default value is true)\n    /// </summary>\n    void CalculatorManager::Reset(bool clearMemory /* = true*/)\n    {\n        SetStandardMode();\n\n        if (m_scientificCalculatorEngine)\n        {\n            m_scientificCalculatorEngine->ProcessCommand(IDC_DEG);\n            m_scientificCalculatorEngine->ProcessCommand(IDC_CLEAR);\n\n            if (m_isExponentialFormat)\n            {\n                m_isExponentialFormat = false;\n                m_scientificCalculatorEngine->ProcessCommand(IDC_FE);\n            }\n        }\n        if (m_programmerCalculatorEngine)\n        {\n            m_programmerCalculatorEngine->ProcessCommand(IDC_CLEAR);\n        }\n\n        if (clearMemory)\n        {\n            this->MemorizedNumberClearAll();\n        }\n    }\n\n    /// <summary>\n    /// Change the current calculator engine to standard calculator engine.\n    /// </summary>\n    void CalculatorManager::SetStandardMode()\n    {\n        if (!m_standardCalculatorEngine)\n        {\n            m_standardCalculatorEngine =\n                make_unique<CCalcEngine>(false /* Respect Order of Operations */, false /* Set to Integer Mode */, m_resourceProvider, this, m_pStdHistory);\n        }\n\n        m_currentCalculatorEngine = m_standardCalculatorEngine.get();\n        m_currentCalculatorEngine->ProcessCommand(IDC_DEC);\n        m_currentCalculatorEngine->ProcessCommand(IDC_CLEAR);\n        m_currentCalculatorEngine->ChangePrecision(static_cast<int>(CalculatorPrecision::StandardModePrecision));\n        UpdateMaxIntDigits();\n        m_pHistory = m_pStdHistory.get();\n    }\n\n    /// <summary>\n    /// Change the current calculator engine to scientific calculator engine.\n    /// </summary>\n    void CalculatorManager::SetScientificMode()\n    {\n        if (!m_scientificCalculatorEngine)\n        {\n            m_scientificCalculatorEngine =\n                make_unique<CCalcEngine>(true /* Respect Order of Operations */, false /* Set to Integer Mode */, m_resourceProvider, this, m_pSciHistory);\n        }\n\n        m_currentCalculatorEngine = m_scientificCalculatorEngine.get();\n        m_currentCalculatorEngine->ProcessCommand(IDC_DEC);\n        m_currentCalculatorEngine->ProcessCommand(IDC_CLEAR);\n        m_currentCalculatorEngine->ChangePrecision(static_cast<int>(CalculatorPrecision::ScientificModePrecision));\n        m_pHistory = m_pSciHistory.get();\n    }\n\n    /// <summary>\n    /// Change the current calculator engine to scientific calculator engine.\n    /// </summary>\n    void CalculatorManager::SetProgrammerMode()\n    {\n        if (!m_programmerCalculatorEngine)\n        {\n            m_programmerCalculatorEngine =\n                make_unique<CCalcEngine>(true /* Respect Order of Operations */, true /* Set to Integer Mode */, m_resourceProvider, this, nullptr);\n        }\n\n        m_currentCalculatorEngine = m_programmerCalculatorEngine.get();\n        m_currentCalculatorEngine->ProcessCommand(IDC_DEC);\n        m_currentCalculatorEngine->ProcessCommand(IDC_CLEAR);\n        m_currentCalculatorEngine->ChangePrecision(static_cast<int>(CalculatorPrecision::ProgrammerModePrecision));\n    }\n\n    /// <summary>\n    /// Send command to the Calc Engine\n    /// Cast Command Enum to OpCode.\n    /// Handle special commands such as mode change and combination of two commands.\n    /// </summary>\n    /// <param name=\"command\">Enum Command</command>\n    void CalculatorManager::SendCommand(_In_ Command command)\n    {\n        // When the expression line is cleared, we save the current state, which includes,\n        // primary display, memory, and degree mode\n        if (command == Command::CommandCLEAR || command == Command::CommandEQU || command == Command::ModeBasic || command == Command::ModeScientific\n            || command == Command::ModeProgrammer)\n        {\n            switch (command)\n            {\n            case Command::ModeBasic:\n                this->SetStandardMode();\n                break;\n            case Command::ModeScientific:\n                this->SetScientificMode();\n                break;\n            case Command::ModeProgrammer:\n                this->SetProgrammerMode();\n                break;\n            default:\n                m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(command));\n            }\n\n            InputChanged();\n            return;\n        }\n\n        if (command == Command::CommandDEG || command == Command::CommandRAD || command == Command::CommandGRAD)\n        {\n            m_currentDegreeMode = command;\n        }\n\n        switch (command)\n        {\n        case Command::CommandASIN:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandSIN));\n            break;\n        case Command::CommandACOS:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandCOS));\n            break;\n        case Command::CommandATAN:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandTAN));\n            break;\n        case Command::CommandPOWE:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandLN));\n            break;\n        case Command::CommandASINH:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandSINH));\n            break;\n        case Command::CommandACOSH:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandCOSH));\n            break;\n        case Command::CommandATANH:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandTANH));\n            break;\n        case Command::CommandASEC:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandSEC));\n            break;\n        case Command::CommandACSC:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandCSC));\n            break;\n        case Command::CommandACOT:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandCOT));\n            break;\n        case Command::CommandASECH:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandSECH));\n            break;\n        case Command::CommandACSCH:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandCSCH));\n            break;\n        case Command::CommandACOTH:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandINV));\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(Command::CommandCOTH));\n            break;\n        case Command::CommandFE:\n            m_isExponentialFormat = !m_isExponentialFormat;\n            [[fallthrough]];\n        default:\n            m_currentCalculatorEngine->ProcessCommand(static_cast<OpCode>(command));\n            break;\n        }\n\n        InputChanged();\n    }\n\n    /// <summary>\n    /// Load the persisted value that is saved in memory of CalcEngine\n    /// </summary>\n    void CalculatorManager::LoadPersistedPrimaryValue()\n    {\n        m_currentCalculatorEngine->PersistedMemObject(m_persistedPrimaryValue);\n        m_currentCalculatorEngine->ProcessCommand(IDC_RECALL);\n        InputChanged();\n    }\n\n    /// <summary>\n    /// Memorize the current displayed value\n    /// Notify the client with new the new memorize value vector\n    /// </summary>\n    void CalculatorManager::MemorizeNumber()\n    {\n        if (m_currentCalculatorEngine->FInErrorState())\n        {\n            return;\n        }\n\n        m_currentCalculatorEngine->ProcessCommand(IDC_STORE);\n\n        auto memoryObjectPtr = m_currentCalculatorEngine->PersistedMemObject();\n        if (memoryObjectPtr != nullptr)\n        {\n            m_memorizedNumbers.insert(m_memorizedNumbers.begin(), *memoryObjectPtr);\n        }\n\n        if (m_memorizedNumbers.size() > m_maximumMemorySize)\n        {\n            m_memorizedNumbers.resize(m_maximumMemorySize);\n        }\n        this->SetMemorizedNumbersString();\n    }\n\n    /// <summary>\n    /// Recall the memorized number.\n    /// The memorized number gets loaded to the primary display\n    /// </summary>\n    /// <param name=\"indexOfMemory\">Index of the target memory</param>\n    void CalculatorManager::MemorizedNumberLoad(_In_ unsigned int indexOfMemory)\n    {\n        if (m_currentCalculatorEngine->FInErrorState())\n        {\n            return;\n        }\n\n        this->MemorizedNumberSelect(indexOfMemory);\n        m_currentCalculatorEngine->ProcessCommand(IDC_RECALL);\n        InputChanged();\n    }\n\n    /// <summary>\n    /// Do the addition to the selected memory\n    /// It adds primary display value to the selected memory\n    /// Notify the client with new the new memorize value vector\n    /// </summary>\n    /// <param name=\"indexOfMemory\">Index of the target memory</param>\n    void CalculatorManager::MemorizedNumberAdd(_In_ unsigned int indexOfMemory)\n    {\n        if (m_currentCalculatorEngine->FInErrorState())\n        {\n            return;\n        }\n\n        if (m_memorizedNumbers.empty())\n        {\n            this->MemorizeNumber();\n        }\n        else\n        {\n            this->MemorizedNumberSelect(indexOfMemory);\n            m_currentCalculatorEngine->ProcessCommand(IDC_MPLUS);\n\n            this->MemorizedNumberChanged(indexOfMemory);\n\n            this->SetMemorizedNumbersString();\n        }\n\n        m_displayCallback->MemoryItemChanged(indexOfMemory);\n    }\n\n    void CalculatorManager::MemorizedNumberClear(_In_ unsigned int indexOfMemory)\n    {\n        if (indexOfMemory < m_memorizedNumbers.size())\n        {\n            m_memorizedNumbers.erase(m_memorizedNumbers.begin() + indexOfMemory);\n        }\n    }\n\n    /// <summary>\n    /// Do the subtraction to the selected memory\n    /// It adds primary display value to the selected memory\n    /// Notify the client with new the new memorize value vector\n    /// </summary>\n    /// <param name=\"indexOfMemory\">Index of the target memory</param>\n    void CalculatorManager::MemorizedNumberSubtract(_In_ unsigned int indexOfMemory)\n    {\n        if (m_currentCalculatorEngine->FInErrorState())\n        {\n            return;\n        }\n\n        // To add negative of the number on display to the memory -x = x - 2x\n        if (m_memorizedNumbers.empty())\n        {\n            this->MemorizeNumber();\n            this->MemorizedNumberSubtract(0);\n            this->MemorizedNumberSubtract(0);\n        }\n        else\n        {\n            this->MemorizedNumberSelect(indexOfMemory);\n            m_currentCalculatorEngine->ProcessCommand(IDC_MMINUS);\n\n            this->MemorizedNumberChanged(indexOfMemory);\n\n            this->SetMemorizedNumbersString();\n        }\n\n        m_displayCallback->MemoryItemChanged(indexOfMemory);\n    }\n\n    /// <summary>\n    /// Clear all the memorized values\n    /// Notify the client with new the new memorize value vector\n    /// </summary>\n    void CalculatorManager::MemorizedNumberClearAll()\n    {\n        m_memorizedNumbers.clear();\n\n        m_currentCalculatorEngine->ProcessCommand(IDC_MCLEAR);\n        this->SetMemorizedNumbersString();\n    }\n\n    /// <summary>\n    /// Helper function that selects a memory from the vector and set it to CCalcEngine\n    /// Saved RAT number needs to be copied and passed in, as CCalcEngine destroyed the passed in RAT\n    /// </summary>\n    /// <param name=\"indexOfMemory\">Index of the target memory</param>\n    void CalculatorManager::MemorizedNumberSelect(_In_ unsigned int indexOfMemory)\n    {\n        if (m_currentCalculatorEngine->FInErrorState())\n        {\n            return;\n        }\n\n        auto memoryObject = m_memorizedNumbers.at(indexOfMemory);\n        m_currentCalculatorEngine->PersistedMemObject(memoryObject);\n    }\n\n    /// <summary>\n    /// Helper function that needs to be executed when memory is modified\n    /// When memory is modified, destroy the old RAT and put the new RAT in vector\n    /// </summary>\n    /// <param name=\"indexOfMemory\">Index of the target memory</param>\n    void CalculatorManager::MemorizedNumberChanged(_In_ unsigned int indexOfMemory)\n    {\n        if (m_currentCalculatorEngine->FInErrorState())\n        {\n            return;\n        }\n\n        auto memoryObject = m_currentCalculatorEngine->PersistedMemObject();\n        if (memoryObject != nullptr)\n        {\n            m_memorizedNumbers.at(indexOfMemory) = *memoryObject;\n        }\n    }\n\n    vector<shared_ptr<HISTORYITEM>> const& CalculatorManager::GetHistoryItems() const\n    {\n        return m_pHistory->GetHistory();\n    }\n\n    vector<shared_ptr<HISTORYITEM>> const& CalculatorManager::GetHistoryItems(_In_ CalculatorMode mode) const\n    {\n        return (mode == CalculatorMode::Standard) ? m_pStdHistory->GetHistory() : m_pSciHistory->GetHistory();\n    }\n\n    void CalculatorManager::SetHistoryItems(_In_ std::vector<std::shared_ptr<HISTORYITEM>> const& historyItems)\n    {\n        for (auto const& historyItem : historyItems)\n        {\n            auto index = m_pHistory->AddItem(historyItem);\n            OnHistoryItemAdded(index);\n        }\n    }\n\n    shared_ptr<HISTORYITEM> const& CalculatorManager::GetHistoryItem(_In_ unsigned int uIdx)\n    {\n        return m_pHistory->GetHistoryItem(uIdx);\n    }\n\n    void CalculatorManager::OnHistoryItemAdded(_In_ unsigned int addedItemIndex)\n    {\n        m_displayCallback->OnHistoryItemAdded(addedItemIndex);\n    }\n\n    bool CalculatorManager::RemoveHistoryItem(_In_ unsigned int uIdx)\n    {\n        return m_pHistory->RemoveItem(uIdx);\n    }\n\n    void CalculatorManager::ClearHistory()\n    {\n        m_pHistory->ClearHistory();\n    }\n\n    void CalculatorManager::SetRadix(RadixType iRadixType)\n    {\n        switch (iRadixType)\n        {\n        case RadixType::Hex:\n            m_currentCalculatorEngine->ProcessCommand(IDC_HEX);\n            break;\n        case RadixType::Decimal:\n            m_currentCalculatorEngine->ProcessCommand(IDC_DEC);\n            break;\n        case RadixType::Octal:\n            m_currentCalculatorEngine->ProcessCommand(IDC_OCT);\n            break;\n        case RadixType::Binary:\n            m_currentCalculatorEngine->ProcessCommand(IDC_BIN);\n            break;\n        default:\n            break;\n        }\n        SetMemorizedNumbersString();\n    }\n\n    void CalculatorManager::SetMemorizedNumbersString()\n    {\n        vector<wstring> resultVector;\n        for (auto const& memoryItem : m_memorizedNumbers)\n        {\n            auto radix = m_currentCalculatorEngine->GetCurrentRadix();\n            wstring stringValue = m_currentCalculatorEngine->GetStringForDisplay(memoryItem, radix);\n\n            if (!stringValue.empty())\n            {\n                resultVector.push_back(m_currentCalculatorEngine->GroupDigitsPerRadix(stringValue, radix));\n            }\n        }\n        m_displayCallback->SetMemorizedNumbers(resultVector);\n    }\n\n    CalculationManager::Command CalculatorManager::GetCurrentDegreeMode()\n    {\n        if (m_currentDegreeMode == Command::CommandNULL)\n        {\n            m_currentDegreeMode = Command::CommandDEG;\n        }\n        return m_currentDegreeMode;\n    }\n\n    wstring CalculatorManager::GetResultForRadix(uint32_t radix, int32_t precision, bool groupDigitsPerRadix)\n    {\n        return m_currentCalculatorEngine ? m_currentCalculatorEngine->GetCurrentResultForRadix(radix, precision, groupDigitsPerRadix) : L\"\";\n    }\n\n    void CalculatorManager::SetPrecision(int32_t precision)\n    {\n        m_currentCalculatorEngine->ChangePrecision(precision);\n    }\n\n    void CalculatorManager::UpdateMaxIntDigits()\n    {\n        m_currentCalculatorEngine->UpdateMaxIntDigits();\n    }\n\n    wchar_t CalculatorManager::DecimalSeparator()\n    {\n        return m_currentCalculatorEngine ? m_currentCalculatorEngine->DecimalSeparator() : m_resourceProvider->GetCEngineString(L\"sDecimal\")[0];\n    }\n\n    bool CalculatorManager::IsEngineRecording()\n    {\n        return m_currentCalculatorEngine->FInRecordingState();\n    }\n\n    bool CalculatorManager::IsInputEmpty()\n    {\n        return m_currentCalculatorEngine->IsInputEmpty();\n    }\n\n    void CalculatorManager::SetInHistoryItemLoadMode(_In_ bool isHistoryItemLoadMode)\n    {\n        m_inHistoryItemLoadMode = isHistoryItemLoadMode;\n    }\n\n    std::vector<std::shared_ptr<IExpressionCommand>> CalculatorManager::GetDisplayCommandsSnapshot() const\n    {\n        return m_currentCalculatorEngine->GetHistoryCollectorCommandsSnapshot();\n    }\n}\n"
  },
  {
    "path": "src/CalcManager/CalculatorManager.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalculatorHistory.h\"\n#include \"Header Files/CalcEngine.h\"\n#include \"Header Files/Rational.h\"\n#include \"Header Files/ICalcDisplay.h\"\n\nnamespace CalculationManager\n{\n    enum class Command;\n    struct HISTORYITEM;\n\n    enum class CalculatorMode\n    {\n        Standard = 0,\n        Scientific,\n    };\n\n    enum class CalculatorPrecision\n    {\n        StandardModePrecision = 16,\n        ScientificModePrecision = 32,\n        ProgrammerModePrecision = 64\n    };\n\n    // Numbering continues from the Enum Command from Command.h\n    // with some gap to ensure there is no overlap of these ids\n    // when static_cast<unsigned char> is performed on these ids\n    // they shouldn't fall in any number range greater than 80. So never\n    // make the memory command ids go below 330\n    enum class MemoryCommand\n    {\n        MemorizeNumber = 330,\n        MemorizedNumberLoad = 331,\n        MemorizedNumberAdd = 332,\n        MemorizedNumberSubtract = 333,\n        MemorizedNumberClearAll = 334,\n        MemorizedNumberClear = 335\n    };\n\n    class CalculatorManager final : public ICalcDisplay\n    {\n    private:\n        static const unsigned int m_maximumMemorySize = 100;\n        ICalcDisplay* const m_displayCallback;\n        CCalcEngine* m_currentCalculatorEngine;\n        std::unique_ptr<CCalcEngine> m_scientificCalculatorEngine;\n        std::unique_ptr<CCalcEngine> m_standardCalculatorEngine;\n        std::unique_ptr<CCalcEngine> m_programmerCalculatorEngine;\n        IResourceProvider* const m_resourceProvider;\n        bool m_inHistoryItemLoadMode;\n\n        std::vector<CalcEngine::Rational> m_memorizedNumbers;\n        CalcEngine::Rational m_persistedPrimaryValue;\n        bool m_isExponentialFormat;\n        Command m_currentDegreeMode;\n\n        void MemorizedNumberSelect(_In_ unsigned int);\n        void MemorizedNumberChanged(_In_ unsigned int);\n\n        void LoadPersistedPrimaryValue();\n\n        std::shared_ptr<CalculatorHistory> m_pStdHistory;\n        std::shared_ptr<CalculatorHistory> m_pSciHistory;\n        CalculatorHistory* m_pHistory;\n\n    public:\n        // ICalcDisplay\n        void SetPrimaryDisplay(_In_ const std::wstring& displayString, _In_ bool isError) override;\n        void SetIsInError(bool isError) override;\n        void SetExpressionDisplay(\n            _Inout_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& tokens,\n            _Inout_ std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> const& commands) override;\n        void SetMemorizedNumbers(_In_ const std::vector<std::wstring>& memorizedNumbers) override;\n        void OnHistoryItemAdded(_In_ unsigned int addedItemIndex) override;\n        void SetParenthesisNumber(_In_ unsigned int parenthesisCount) override;\n        void OnNoRightParenAdded() override;\n        void DisplayPasteError();\n        void MaxDigitsReached() override;\n        void BinaryOperatorReceived() override;\n        void MemoryItemChanged(unsigned int indexOfMemory) override;\n        void InputChanged() override;\n        CalculatorManager(_In_ ICalcDisplay* displayCallback, _In_ IResourceProvider* resourceProvider);\n\n        void Reset(bool clearMemory = true);\n        void SetStandardMode();\n        void SetScientificMode();\n        void SetProgrammerMode();\n        void SendCommand(_In_ Command command);\n\n        void MemorizeNumber();\n        void MemorizedNumberLoad(_In_ unsigned int);\n        void MemorizedNumberAdd(_In_ unsigned int);\n        void MemorizedNumberSubtract(_In_ unsigned int);\n        void MemorizedNumberClear(_In_ unsigned int);\n        void MemorizedNumberClearAll();\n\n        bool IsEngineRecording();\n        bool IsInputEmpty();\n        void SetRadix(RadixType iRadixType);\n        void SetMemorizedNumbersString();\n        std::wstring GetResultForRadix(uint32_t radix, int32_t precision, bool groupDigitsPerRadix);\n        void SetPrecision(int32_t precision);\n        void UpdateMaxIntDigits();\n        wchar_t DecimalSeparator();\n\n        std::vector<std::shared_ptr<HISTORYITEM>> const& GetHistoryItems() const;\n        std::vector<std::shared_ptr<HISTORYITEM>> const& GetHistoryItems(_In_ CalculatorMode mode) const;\n        void SetHistoryItems(_In_ std::vector<std::shared_ptr<HISTORYITEM>> const& historyItems);\n        std::shared_ptr<HISTORYITEM> const& GetHistoryItem(_In_ unsigned int uIdx);\n        bool RemoveHistoryItem(_In_ unsigned int uIdx);\n        void ClearHistory();\n        size_t MaxHistorySize() const\n        {\n            return m_pHistory->MaxHistorySize();\n        }\n        CalculationManager::Command GetCurrentDegreeMode();\n        void SetInHistoryItemLoadMode(_In_ bool isHistoryItemLoadMode);\n        std::vector<std::shared_ptr<IExpressionCommand>> GetDisplayCommandsSnapshot() const;\n    };\n}\n"
  },
  {
    "path": "src/CalcManager/CalculatorResource.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include <string_view>\n\nnamespace CalculationManager\n{\n    class IResourceProvider\n    {\n    public:\n        virtual ~IResourceProvider()\n        {\n        }\n\n        // Should return a string from the resource table for strings used\n        // by the calculation engine. The strings that must be defined\n        // and the ids to define them with can be seen in EngineStrings.h\n        // with SIDS prefix. Additionally it must provide values for string\n        // ids \"sDecimal\", \"sThousand\" and \"sGrouping\". See\n        // https://technet.microsoft.com/en-us/library/cc782655(v=ws.10).aspx\n        // for what these values refer to.\n        virtual std::wstring GetCEngineString(std::wstring_view id) = 0;\n    };\n}\n"
  },
  {
    "path": "src/CalcManager/CalculatorVector.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include <string>\n#include <vector>\n#include \"winerror_cross_platform.h\"\n#include \"Ratpack/CalcErr.h\"\n#include <stdexcept>            // for std::out_of_range\n#include \"sal_cross_platform.h\" // for SAL\n\ntemplate <typename TType>\nclass CalculatorVector\n{\npublic:\n    ResultCode GetAt(_In_opt_ unsigned int index, _Out_ TType* item)\n    {\n        try\n        {\n            *item = m_vector.at(index);\n        }\n        catch (const std::out_of_range& /*ex*/)\n        {\n            return E_BOUNDS;\n        }\n        return S_OK;\n    }\n\n    ResultCode GetSize(_Out_ unsigned int* size)\n    {\n        *size = static_cast<unsigned>(m_vector.size());\n        return S_OK;\n    }\n\n    ResultCode SetAt(_In_ unsigned int index, _In_opt_ TType item)\n    {\n        try\n        {\n            m_vector[index] = item;\n        }\n        catch (const std::out_of_range& /*ex*/)\n        {\n            return E_BOUNDS;\n        }\n        return S_OK;\n    }\n\n    ResultCode RemoveAt(_In_ unsigned int index)\n    {\n        if (index < m_vector.size())\n        {\n            m_vector.erase(m_vector.begin() + index);\n        }\n        else\n        {\n            return E_BOUNDS;\n        }\n        return S_OK;\n    }\n\n    ResultCode InsertAt(_In_ unsigned int index, _In_ TType item)\n    {\n        try\n        {\n            auto iter = m_vector.begin() + index;\n            m_vector.insert(iter, item);\n        }\n        catch (const std::bad_alloc& /*ex*/)\n        {\n            return E_OUTOFMEMORY;\n        }\n        return S_OK;\n    }\n\n    ResultCode Truncate(_In_ unsigned int index)\n    {\n        if (index < m_vector.size())\n        {\n            auto startIter = m_vector.begin() + index;\n            m_vector.erase(startIter, m_vector.end());\n        }\n        else\n        {\n            return E_BOUNDS;\n        }\n        return S_OK;\n    }\n\n    ResultCode Append(_In_opt_ TType item)\n    {\n        try\n        {\n            m_vector.push_back(item);\n        }\n        catch (const std::bad_alloc& /*ex*/)\n        {\n            return E_OUTOFMEMORY;\n        }\n        return S_OK;\n    }\n\n    ResultCode RemoveAtEnd()\n    {\n        m_vector.erase(--(m_vector.end()));\n        return S_OK;\n    }\n\n    ResultCode Clear()\n    {\n        m_vector.clear();\n        return S_OK;\n    }\n\n    ResultCode GetString(_Out_ std::wstring* expression)\n    {\n        unsigned int nTokens = 0;\n        ResultCode hr = this->GetSize(&nTokens);\n        if (SUCCEEDED(hr))\n        {\n            std::pair<std::wstring, int> currentPair;\n            for (unsigned int i = 0; i < nTokens; i++)\n            {\n                hr = this->GetAt(i, &currentPair);\n                if (SUCCEEDED(hr))\n                {\n                    expression->append(currentPair.first);\n\n                    if (i != (nTokens - 1))\n                    {\n                        expression->append(L\" \");\n                    }\n                }\n            }\n\n            std::wstring expressionSuffix{};\n            hr = GetExpressionSuffix(&expressionSuffix);\n            if (SUCCEEDED(hr))\n            {\n                expression->append(expressionSuffix);\n            }\n        }\n\n        return hr;\n    }\n\n    ResultCode GetExpressionSuffix(_Out_ std::wstring* suffix)\n    {\n        *suffix = L\" =\";\n        return S_OK;\n    }\n\nprivate:\n    std::vector<TType> m_vector;\n};\n"
  },
  {
    "path": "src/CalcManager/Command.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\nnamespace UnitConversionManager\n{\n    enum class Command\n    {\n        Zero,\n        One,\n        Two,\n        Three,\n        Four,\n        Five,\n        Six,\n        Seven,\n        Eight,\n        Nine,\n        Decimal,\n        Negate,\n        Backspace,\n        Clear,\n        Reset,\n        None\n    };\n}\n\nnamespace CurrencyConversionManager\n{\n    enum class Command\n    {\n        Zero,\n        One,\n        Two,\n        Three,\n        Four,\n        Five,\n        Six,\n        Seven,\n        Eight,\n        Nine,\n        Decimal,\n        Negate,\n        Backspace,\n        Clear,\n        None\n    };\n}\n\nnamespace CalculationManager\n{\n    enum class CommandType\n    {\n        UnaryCommand,\n        BinaryCommand,\n        OperandCommand,\n        Parentheses\n    };\n\n    enum class Command\n    {\n        // Commands for programmer calculators are omitted.\n        CommandDEG = 321,\n        CommandRAD = 322,\n        CommandGRAD = 323,\n        CommandDegrees = 324,\n        CommandHYP = 325,\n\n        CommandNULL = 0,\n\n        CommandSIGN = 80,\n        CommandCLEAR = 81,\n        CommandCENTR = 82,\n        CommandBACK = 83,\n\n        CommandPNT = 84,\n\n        // Hole  85\n        // Unused commands defined in Command.h is omitted.\n        CommandXor = 88,\n        CommandLSHF = 89,\n        CommandRSHF = 90,\n        CommandDIV = 91,\n        CommandMUL = 92,\n        CommandADD = 93,\n        CommandSUB = 94,\n        CommandMOD = 95,\n        CommandROOT = 96,\n        CommandPWR = 97,\n\n        CommandCHOP = 98, // Unary operators must be between CommandCHOP and CommandEQU\n        CommandROL = 99,\n        CommandROR = 100,\n        CommandCOM = 101,\n\n        CommandSIN = 102,\n        CommandCOS = 103,\n        CommandTAN = 104,\n\n        CommandSINH = 105,\n        CommandCOSH = 106,\n        CommandTANH = 107,\n\n        CommandLN = 108,\n        CommandLOG = 109,\n        CommandSQRT = 110,\n        CommandSQR = 111,\n        CommandCUB = 112,\n        CommandFAC = 113,\n        CommandREC = 114,\n        CommandDMS = 115,\n        CommandCUBEROOT = 116, // x ^ 1/3\n        CommandPOW10 = 117,    // 10 ^ x\n        CommandPERCENT = 118,\n\n        CommandFE = 119,\n        CommandPI = 120,\n        CommandEQU = 121,\n\n        CommandMCLEAR = 122,\n        CommandRECALL = 123,\n        CommandSTORE = 124,\n        CommandMPLUS = 125,\n        CommandMMINUS = 126,\n\n        CommandEXP = 127,\n\n        CommandOPENP = 128,\n        CommandCLOSEP = 129,\n\n        Command0 = 130, // The controls for 0 through F must be consecutive and in order\n        Command1 = 131,\n        Command2 = 132,\n        Command3 = 133,\n        Command4 = 134,\n        Command5 = 135,\n        Command6 = 136,\n        Command7 = 137,\n        Command8 = 138,\n        Command9 = 139,\n        CommandA = 140,\n        CommandB = 141,\n        CommandC = 142,\n        CommandD = 143,\n        CommandE = 144,\n        CommandF = 145, // this is last control ID which must match the string table\n        CommandINV = 146,\n        CommandSET_RESULT = 147,\n\n        CommandSEC = 400,\n        CommandASEC = 401,\n        CommandCSC = 402,\n        CommandACSC = 403,\n        CommandCOT = 404,\n        CommandACOT = 405,\n\n        CommandSECH = 406,\n        CommandASECH = 407,\n        CommandCSCH = 408,\n        CommandACSCH = 409,\n        CommandCOTH = 410,\n        CommandACOTH = 411,\n\n        CommandPOW2 = 412, // 2 ^ x\n        CommandAbs = 413,\n        CommandFloor = 414,\n        CommandCeil = 415,\n        CommandROLC = 416,\n        CommandRORC = 417,\n        CommandLogBaseY = 500,\n        CommandNand = 501,\n        CommandNor = 502,\n\n        CommandRSHFL = 505,\n        CommandRand = 600,\n        CommandEuler = 601,\n\n        CommandAnd = 86,\n        CommandOR = 87,\n        CommandNot = 101,\n\n        ModeBasic = 200,\n        ModeScientific = 201,\n\n        CommandASIN = 202,\n        CommandACOS = 203,\n        CommandATAN = 204,\n        CommandPOWE = 205,\n        CommandASINH = 206,\n        CommandACOSH = 207,\n        CommandATANH = 208,\n\n        ModeProgrammer = 209,\n        CommandHex = 313,\n        CommandDec = 314,\n        CommandOct = 315,\n        CommandBin = 316,\n        CommandQword = 317,\n        CommandDword = 318,\n        CommandWord = 319,\n        CommandByte = 320,\n\n        CommandBINEDITSTART = 700,\n        CommandBINPOS0 = 700,\n        CommandBINPOS1 = 701,\n        CommandBINPOS2 = 702,\n        CommandBINPOS3 = 703,\n        CommandBINPOS4 = 704,\n        CommandBINPOS5 = 705,\n        CommandBINPOS6 = 706,\n        CommandBINPOS7 = 707,\n        CommandBINPOS8 = 708,\n        CommandBINPOS9 = 709,\n        CommandBINPOS10 = 710,\n        CommandBINPOS11 = 711,\n        CommandBINPOS12 = 712,\n        CommandBINPOS13 = 713,\n        CommandBINPOS14 = 714,\n        CommandBINPOS15 = 715,\n        CommandBINPOS16 = 716,\n        CommandBINPOS17 = 717,\n        CommandBINPOS18 = 718,\n        CommandBINPOS19 = 719,\n        CommandBINPOS20 = 720,\n        CommandBINPOS21 = 721,\n        CommandBINPOS22 = 722,\n        CommandBINPOS23 = 723,\n        CommandBINPOS24 = 724,\n        CommandBINPOS25 = 725,\n        CommandBINPOS26 = 726,\n        CommandBINPOS27 = 727,\n        CommandBINPOS28 = 728,\n        CommandBINPOS29 = 729,\n        CommandBINPOS30 = 730,\n        CommandBINPOS31 = 731,\n        CommandBINPOS32 = 732,\n        CommandBINPOS33 = 733,\n        CommandBINPOS34 = 734,\n        CommandBINPOS35 = 735,\n        CommandBINPOS36 = 736,\n        CommandBINPOS37 = 737,\n        CommandBINPOS38 = 738,\n        CommandBINPOS39 = 739,\n        CommandBINPOS40 = 740,\n        CommandBINPOS41 = 741,\n        CommandBINPOS42 = 742,\n        CommandBINPOS43 = 743,\n        CommandBINPOS44 = 744,\n        CommandBINPOS45 = 745,\n        CommandBINPOS46 = 746,\n        CommandBINPOS47 = 747,\n        CommandBINPOS48 = 748,\n        CommandBINPOS49 = 749,\n        CommandBINPOS50 = 750,\n        CommandBINPOS51 = 751,\n        CommandBINPOS52 = 752,\n        CommandBINPOS53 = 753,\n        CommandBINPOS54 = 754,\n        CommandBINPOS55 = 755,\n        CommandBINPOS56 = 756,\n        CommandBINPOS57 = 757,\n        CommandBINPOS58 = 758,\n        CommandBINPOS59 = 759,\n        CommandBINPOS60 = 760,\n        CommandBINPOS61 = 761,\n        CommandBINPOS62 = 762,\n        CommandBINPOS63 = 763,\n        CommandBINEDITEND = 763\n    };\n}\n"
  },
  {
    "path": "src/CalcManager/ExpressionCommand.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include <string>\n#include \"Header Files/CCommand.h\"\n#include \"ExpressionCommand.h\"\n\nusing namespace std;\nusing namespace CalcEngine;\n\nconstexpr wchar_t chNegate = L'-';\nconstexpr wchar_t chExp = L'e';\nconstexpr wchar_t chPlus = L'+';\n\nCParentheses::CParentheses(_In_ int command)\n    : m_command(command)\n{\n}\n\nint CParentheses::GetCommand() const\n{\n    return m_command;\n}\n\nCalculationManager::CommandType CParentheses::GetCommandType() const\n{\n    return CalculationManager::CommandType::Parentheses;\n}\n\nvoid CParentheses::Accept(_In_ ISerializeCommandVisitor& commandVisitor)\n{\n    commandVisitor.Visit(*this);\n}\n\nCUnaryCommand::CUnaryCommand(int command)\n{\n    m_command = make_shared<vector<int>>();\n    m_command->push_back(command);\n}\n\nCUnaryCommand::CUnaryCommand(int command1, int command2)\n{\n    m_command = make_shared<vector<int>>();\n    m_command->push_back(command1);\n    m_command->push_back(command2);\n}\n\nconst shared_ptr<vector<int>>& CUnaryCommand::GetCommands() const\n{\n    return m_command;\n}\n\nCalculationManager::CommandType CUnaryCommand::GetCommandType() const\n{\n    return CalculationManager::CommandType::UnaryCommand;\n}\n\nvoid CUnaryCommand::SetCommand(int command)\n{\n    m_command->clear();\n    m_command->push_back(command);\n}\n\nvoid CUnaryCommand::SetCommands(int command1, int command2)\n{\n    m_command->clear();\n    m_command->push_back(command1);\n    m_command->push_back(command2);\n}\n\nvoid CUnaryCommand::Accept(_In_ ISerializeCommandVisitor& commandVisitor)\n{\n    commandVisitor.Visit(*this);\n}\n\nCBinaryCommand::CBinaryCommand(int command)\n    : m_command(command)\n{\n}\n\nvoid CBinaryCommand::SetCommand(int command)\n{\n    m_command = command;\n}\n\nint CBinaryCommand::GetCommand() const\n{\n    return m_command;\n}\n\nCalculationManager::CommandType CBinaryCommand::GetCommandType() const\n{\n    return CalculationManager::CommandType::BinaryCommand;\n}\n\nvoid CBinaryCommand::Accept(_In_ ISerializeCommandVisitor& commandVisitor)\n{\n    commandVisitor.Visit(*this);\n}\n\nCOpndCommand::COpndCommand(shared_ptr<vector<int>> const& commands, bool fNegative, bool fDecimal, bool fSciFmt)\n    : m_commands(commands)\n    , m_fNegative(fNegative)\n    , m_fSciFmt(fSciFmt)\n    , m_fDecimal(fDecimal)\n    , m_fInitialized(false)\n    , m_value{}\n{\n}\n\nvoid COpndCommand::Initialize(Rational const& rat)\n{\n    m_value = rat;\n    m_fInitialized = true;\n}\n\nconst shared_ptr<vector<int>>& COpndCommand::GetCommands() const\n{\n    return m_commands;\n}\n\nvoid COpndCommand::SetCommands(shared_ptr<vector<int>> const& commands)\n{\n    m_commands = commands;\n}\n\nvoid COpndCommand::AppendCommand(int command)\n{\n    if (m_fSciFmt)\n    {\n        ClearAllAndAppendCommand(static_cast<CalculationManager::Command>(command));\n    }\n    else\n    {\n        m_commands->push_back(command);\n    }\n\n    if (command == IDC_PNT)\n    {\n        m_fDecimal = true;\n    }\n}\n\nvoid COpndCommand::ToggleSign()\n{\n    for (int nOpCode : *m_commands)\n    {\n        if (nOpCode != IDC_0)\n        {\n            m_fNegative = !m_fNegative;\n            break;\n        }\n    }\n}\n\nvoid COpndCommand::RemoveFromEnd()\n{\n    if (m_fSciFmt)\n    {\n        ClearAllAndAppendCommand(CalculationManager::Command::Command0);\n    }\n    else\n    {\n        const size_t nCommands = m_commands->size();\n\n        if (nCommands == 1)\n        {\n            ClearAllAndAppendCommand(CalculationManager::Command::Command0);\n        }\n        else\n        {\n            int nOpCode = m_commands->at(nCommands - 1);\n\n            if (nOpCode == IDC_PNT)\n            {\n                m_fDecimal = false;\n            }\n\n            m_commands->pop_back();\n        }\n    }\n}\n\nbool COpndCommand::IsNegative() const\n{\n    return m_fNegative;\n}\n\nbool COpndCommand::IsSciFmt() const\n{\n    return m_fSciFmt;\n}\n\nbool COpndCommand::IsDecimalPresent() const\n{\n    return m_fDecimal;\n}\n\nCalculationManager::CommandType COpndCommand::GetCommandType() const\n{\n    return CalculationManager::CommandType::OperandCommand;\n}\n\nvoid COpndCommand::ClearAllAndAppendCommand(CalculationManager::Command command)\n{\n    m_commands->clear();\n    m_commands->push_back(static_cast<int>(command));\n    m_fSciFmt = false;\n    m_fNegative = false;\n    m_fDecimal = false;\n}\n\nconst wstring& COpndCommand::GetToken(wchar_t decimalSymbol)\n{\n    static const wchar_t chZero = L'0';\n\n    const size_t nCommands = m_commands->size();\n    m_token.clear();\n\n    for (size_t i = 0; i < nCommands; i++)\n    {\n        int nOpCode = (*m_commands)[i];\n\n        if (nOpCode == IDC_PNT)\n        {\n            m_token += decimalSymbol;\n        }\n        else if (nOpCode == IDC_EXP)\n        {\n            m_token += chExp;\n            int nextOpCode = m_commands->at(i + 1);\n            if (nextOpCode != IDC_SIGN)\n            {\n                m_token += chPlus;\n            }\n        }\n        else if (nOpCode == IDC_SIGN)\n        {\n            m_token += chNegate;\n        }\n        else\n        {\n            wstring num = to_wstring(nOpCode - IDC_0);\n            m_token.append(num);\n        }\n    }\n\n    // Remove zeros\n    for (size_t i = 0; i < m_token.size(); i++)\n    {\n        if (m_token.at(i) != chZero)\n        {\n            if (m_token.at(i) == decimalSymbol)\n            {\n                m_token.erase(0, i - 1);\n            }\n            else\n            {\n                m_token.erase(0, i);\n            }\n\n            if (m_fNegative)\n            {\n                m_token.insert(0, 1, chNegate);\n            }\n\n            return m_token;\n        }\n    }\n\n    m_token = chZero;\n\n    return m_token;\n}\n\nwstring COpndCommand::GetString(uint32_t radix, int32_t precision)\n{\n    if (m_fInitialized)\n    {\n        return m_value.ToString(radix, NumberFormat::Float, precision);\n    }\n\n    return wstring{};\n}\n\nvoid COpndCommand::Accept(_In_ ISerializeCommandVisitor& commandVisitor)\n{\n    commandVisitor.Visit(*this);\n}\n"
  },
  {
    "path": "src/CalcManager/ExpressionCommand.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n#include \"ExpressionCommandInterface.h\"\n#include \"Header Files/CalcEngine.h\"\n#include \"Header Files/Rational.h\"\n\nclass CParentheses final : public IParenthesisCommand\n{\npublic:\n    CParentheses(_In_ int command);\n    int GetCommand() const override;\n    CalculationManager::CommandType GetCommandType() const override;\n    void Accept(_In_ ISerializeCommandVisitor& commandVisitor) override;\n\nprivate:\n    int m_command;\n};\n\nclass CUnaryCommand final : public IUnaryCommand\n{\npublic:\n    CUnaryCommand(int command);\n    CUnaryCommand(int command1, int command2);\n    const std::shared_ptr<std::vector<int>>& GetCommands() const override;\n    CalculationManager::CommandType GetCommandType() const override;\n    void SetCommand(int command) override;\n    void SetCommands(int command1, int command2) override;\n    void Accept(_In_ ISerializeCommandVisitor& commandVisitor) override;\n\nprivate:\n    std::shared_ptr<std::vector<int>> m_command;\n};\n\nclass CBinaryCommand final : public IBinaryCommand\n{\npublic:\n    CBinaryCommand(int command);\n    void SetCommand(int command) override;\n    int GetCommand() const override;\n    CalculationManager::CommandType GetCommandType() const override;\n    void Accept(_In_ ISerializeCommandVisitor& commandVisitor) override;\n\nprivate:\n    int m_command;\n};\n\nclass COpndCommand final : public IOpndCommand\n{\npublic:\n    COpndCommand(std::shared_ptr<std::vector<int>> const& commands, bool fNegative, bool fDecimal, bool fSciFmt);\n    void Initialize(CalcEngine::Rational const& rat);\n\n    const std::shared_ptr<std::vector<int>>& GetCommands() const override;\n    void SetCommands(std::shared_ptr<std::vector<int>> const& commands) override;\n    void AppendCommand(int command) override;\n    void ToggleSign() override;\n    void RemoveFromEnd() override;\n    bool IsNegative() const override;\n    bool IsSciFmt() const override;\n    bool IsDecimalPresent() const override;\n    const std::wstring& GetToken(wchar_t decimalSymbol) override;\n    CalculationManager::CommandType GetCommandType() const override;\n    void Accept(_In_ ISerializeCommandVisitor& commandVisitor) override;\n    std::wstring GetString(uint32_t radix, int32_t precision);\n\nprivate:\n    std::shared_ptr<std::vector<int>> m_commands;\n    bool m_fNegative;\n    bool m_fSciFmt;\n    bool m_fDecimal;\n    bool m_fInitialized;\n    std::wstring m_token;\n    CalcEngine::Rational m_value;\n    void ClearAllAndAppendCommand(CalculationManager::Command command);\n};\n\nclass ISerializeCommandVisitor\n{\npublic:\n    virtual void Visit(_In_ COpndCommand& opndCmd) = 0;\n    virtual void Visit(_In_ CUnaryCommand& unaryCmd) = 0;\n    virtual void Visit(_In_ CBinaryCommand& binaryCmd) = 0;\n    virtual void Visit(_In_ CParentheses& paraCmd) = 0;\n};\n"
  },
  {
    "path": "src/CalcManager/ExpressionCommandInterface.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include <memory> // for std::shared_ptr\n#include <vector>\n#include \"Command.h\"\n#include \"sal_cross_platform.h\"\n\nclass ISerializeCommandVisitor;\n\nclass IExpressionCommand\n{\npublic:\n    virtual CalculationManager::CommandType GetCommandType() const = 0;\n    virtual void Accept(_In_ ISerializeCommandVisitor& commandVisitor) = 0;\n};\n\nclass IOperatorCommand : public IExpressionCommand\n{\npublic:\n    virtual void SetCommand(int command) = 0;\n};\n\nclass IUnaryCommand : public IOperatorCommand\n{\npublic:\n    virtual const std::shared_ptr<std::vector<int>>& GetCommands() const = 0;\n    virtual void SetCommands(int command1, int command2) = 0;\n};\n\nclass IBinaryCommand : public IOperatorCommand\n{\npublic:\n    virtual void SetCommand(int command) override = 0;\n    virtual int GetCommand() const = 0;\n};\n\nclass IOpndCommand : public IExpressionCommand\n{\npublic:\n    virtual const std::shared_ptr<std::vector<int>>& GetCommands() const = 0;\n    virtual void AppendCommand(int command) = 0;\n    virtual void ToggleSign() = 0;\n    virtual void RemoveFromEnd() = 0;\n    virtual bool IsNegative() const = 0;\n    virtual bool IsSciFmt() const = 0;\n    virtual bool IsDecimalPresent() const = 0;\n    virtual const std::wstring& GetToken(wchar_t decimalSymbol) = 0;\n    virtual void SetCommands(std::shared_ptr<std::vector<int>> const& commands) = 0;\n};\n\nclass IParenthesisCommand : public IExpressionCommand\n{\npublic:\n    virtual int GetCommand() const = 0;\n};\n"
  },
  {
    "path": "src/CalcManager/Header Files/CCommand.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n/****************************Module*Header***********************************\n* Module Name: CCommand.h\n*\n* Module Description:\n*       Resource ID's for the Engine Commands exposed.\n*\n* Warnings:\n*\n* Created: 13-Feb-2008\n*\n\\****************************************************************************/\n\n#pragma once\n\n// The following are the valid id's which can be passed to CCalcEngine::ProcessCommand\n\n#define IDM_HEX 313\n#define IDM_DEC 314\n#define IDM_OCT 315\n#define IDM_BIN 316\n#define IDM_QWORD 317\n#define IDM_DWORD 318\n#define IDM_WORD 319\n#define IDM_BYTE 320\n#define IDM_DEG 321\n#define IDM_RAD 322\n#define IDM_GRAD 323\n#define IDM_DEGREES 324\n\n#define IDC_HEX IDM_HEX\n#define IDC_DEC IDM_DEC\n#define IDC_OCT IDM_OCT\n#define IDC_BIN IDM_BIN\n\n#define IDC_DEG IDM_DEG\n#define IDC_RAD IDM_RAD\n#define IDC_GRAD IDM_GRAD\n#define IDC_DEGREES IDM_DEGREES\n\n#define IDC_QWORD IDM_QWORD\n#define IDC_DWORD IDM_DWORD\n#define IDC_WORD IDM_WORD\n#define IDC_BYTE IDM_BYTE\n\n// Key IDs:\n// These id's must be consecutive from IDC_FIRSTCONTROL to IDC_LASTCONTROL.\n// The actual values don't matter but the order and sequence are very important.\n// Also, the order of the controls must match the order of the control names\n// in the string table.\n// For example you want to declare the color for the control IDC_ST_AVE\n// Find the string id for that control from the rc file\n// Now define the control's id as IDC_FRISTCONTROL+stringID(IDC_ST_AVE)\n#define IDC_FIRSTCONTROL IDC_SIGN\n#define IDC_SIGN 80\n#define IDC_CLEAR 81\n#define IDC_CENTR 82\n#define IDC_BACK 83\n\n#define IDC_PNT 84\n\n// Hole  85\n\n#define IDC_AND 86 // Binary operators must be between IDC_AND and IDC_PWR\n#define IDC_OR 87\n#define IDC_XOR 88\n#define IDC_LSHF 89\n#define IDC_RSHF 90\n#define IDC_DIV 91\n#define IDC_MUL 92\n#define IDC_ADD 93\n#define IDC_SUB 94\n#define IDC_MOD 95\n#define IDC_ROOT 96\n#define IDC_PWR 97\n\n#define IDC_UNARYFIRST IDC_CHOP\n#define IDC_CHOP 98 // Unary operators must be between IDC_CHOP and IDC_EQU\n#define IDC_ROL 99\n#define IDC_ROR 100\n#define IDC_COM 101\n\n#define IDC_SIN 102\n#define IDC_COS 103\n#define IDC_TAN 104\n\n#define IDC_SINH 105\n#define IDC_COSH 106\n#define IDC_TANH 107\n\n#define IDC_LN 108\n#define IDC_LOG 109\n#define IDC_SQRT 110\n#define IDC_SQR 111\n#define IDC_CUB 112\n#define IDC_FAC 113\n#define IDC_REC 114\n#define IDC_DMS 115\n#define IDC_CUBEROOT 116 // x ^ 1/3\n#define IDC_POW10 117    // 10 ^ x\n#define IDC_PERCENT 118\n#define IDC_UNARYLAST IDC_PERCENT\n\n#define IDC_FE 119\n#define IDC_PI 120\n#define IDC_EQU 121\n\n#define IDC_MCLEAR 122\n#define IDC_RECALL 123\n#define IDC_STORE 124\n#define IDC_MPLUS 125\n#define IDC_MMINUS 126\n\n#define IDC_EXP 127\n\n#define IDC_OPENP 128\n#define IDC_CLOSEP 129\n\n#define IDC_0 130 // The controls for 0 through F must be consecutive and in order\n#define IDC_1 131\n#define IDC_2 132\n#define IDC_3 133\n#define IDC_4 134\n#define IDC_5 135\n#define IDC_6 136\n#define IDC_7 137\n#define IDC_8 138\n#define IDC_9 139\n#define IDC_A 140\n#define IDC_B 141\n#define IDC_C 142\n#define IDC_D 143\n#define IDC_E 144\n#define IDC_F 145 // this is last control ID which must match the string table\n#define IDC_INV 146\n#define IDC_SET_RESULT 147\n\n#define IDC_STRING_MAPPED_VALUES 400\n#define IDC_UNARYEXTENDEDFIRST IDC_STRING_MAPPED_VALUES\n#define IDC_SEC 400 // Secant\n// 401 reserved for inverse\n#define IDC_CSC 402 // Cosecant\n// 403 reserved for inverse\n#define IDC_COT 404 // Cotangent\n// 405 reserved for inverse\n\n#define IDC_SECH 406 // Hyperbolic Secant\n// 407 reserved for inverse\n#define IDC_CSCH 408 // Hyperbolic Cosecant\n// 409 reserved for inverse\n#define IDC_COTH 410 // Hyperbolic Cotangent\n// 411 reserved for inverse\n\n#define IDC_POW2 412  // 2 ^ x\n#define IDC_ABS 413   // Absolute Value\n#define IDC_FLOOR 414 // Floor\n#define IDC_CEIL 415  // Ceiling\n\n#define IDC_ROLC 416 // Rotate Left Circular\n#define IDC_RORC 417 // Rotate Right Circular\n\n#define IDC_UNARYEXTENDEDLAST IDC_RORC\n\n#define IDC_LASTCONTROL IDC_CEIL\n\n#define IDC_BINARYEXTENDEDFIRST 500\n#define IDC_LOGBASEY 500 // logy(x)\n#define IDC_NAND 501     // Nand\n#define IDC_NOR 502      // Nor\n\n#define IDC_RSHFL 505 // Right Shift Logical\n#define IDC_BINARYEXTENDEDLAST IDC_RSHFL\n\n#define IDC_RAND 600  // Random\n#define IDC_EULER 601 // e Constant\n\n#define IDC_BINEDITSTART 700\n#define IDC_BINPOS0 700\n#define IDC_BINPOS1 701\n#define IDC_BINPOS2 702\n#define IDC_BINPOS3 703\n#define IDC_BINPOS4 704\n#define IDC_BINPOS5 705\n#define IDC_BINPOS6 706\n#define IDC_BINPOS7 707\n#define IDC_BINPOS8 708\n#define IDC_BINPOS9 709\n#define IDC_BINPOS10 710\n#define IDC_BINPOS11 711\n#define IDC_BINPOS12 712\n#define IDC_BINPOS13 713\n#define IDC_BINPOS14 714\n#define IDC_BINPOS15 715\n#define IDC_BINPOS16 716\n#define IDC_BINPOS17 717\n#define IDC_BINPOS18 718\n#define IDC_BINPOS19 719\n#define IDC_BINPOS20 720\n#define IDC_BINPOS21 721\n#define IDC_BINPOS22 722\n#define IDC_BINPOS23 723\n#define IDC_BINPOS24 724\n#define IDC_BINPOS25 725\n#define IDC_BINPOS26 726\n#define IDC_BINPOS27 727\n#define IDC_BINPOS28 728\n#define IDC_BINPOS29 729\n#define IDC_BINPOS30 730\n#define IDC_BINPOS31 731\n#define IDC_BINPOS32 732\n#define IDC_BINPOS33 733\n#define IDC_BINPOS34 734\n#define IDC_BINPOS35 735\n#define IDC_BINPOS36 736\n#define IDC_BINPOS37 737\n#define IDC_BINPOS38 738\n#define IDC_BINPOS39 739\n#define IDC_BINPOS40 740\n#define IDC_BINPOS41 741\n#define IDC_BINPOS42 742\n#define IDC_BINPOS43 743\n#define IDC_BINPOS44 744\n#define IDC_BINPOS45 745\n#define IDC_BINPOS46 746\n#define IDC_BINPOS47 747\n#define IDC_BINPOS48 748\n#define IDC_BINPOS49 749\n#define IDC_BINPOS50 750\n#define IDC_BINPOS51 751\n#define IDC_BINPOS52 752\n#define IDC_BINPOS53 753\n#define IDC_BINPOS54 754\n#define IDC_BINPOS55 755\n#define IDC_BINPOS56 756\n#define IDC_BINPOS57 757\n#define IDC_BINPOS58 758\n#define IDC_BINPOS59 759\n#define IDC_BINPOS60 760\n#define IDC_BINPOS61 761\n#define IDC_BINPOS62 762\n#define IDC_BINPOS63 763\n#define IDC_BINEDITEND 763\n\n// The strings in the following range IDS_ENGINESTR_FIRST ... IDS_ENGINESTR_MAX are strings allocated in the\n// resource for the purpose internal to Engine and cant be used by the clients\n#define IDS_ENGINESTR_FIRST 0\n#define IDS_ENGINESTR_MAX 200\n"
  },
  {
    "path": "src/CalcManager/Header Files/CalcEngine.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n/****************************Module*Header***********************************\\\n* Module Name: CalcEngine.h\n*\n* Module Description:\n*       The class definition for the Calculator's engine class CCalcEngine\n*\n* Warnings:\n*\n* Created: 17-Jan-2008\n*\n\\****************************************************************************/\n\n#include <random>\n#include \"CCommand.h\"\n#include \"EngineStrings.h\"\n#include \"../Command.h\"\n#include \"../ExpressionCommand.h\"\n#include \"RadixType.h\"\n#include \"History.h\" // for History Collector\n#include \"CalcInput.h\"\n#include \"CalcUtils.h\"\n#include \"ICalcDisplay.h\"\n#include \"Rational.h\"\n#include \"RationalMath.h\"\n\n// The following are NOT real exports of CalcEngine, but for forward declarations\n// The real exports follows later\n\n// This is expected to be in same order as IDM_QWORD, IDM_DWORD etc.\nenum class NUM_WIDTH\n{\n    QWORD_WIDTH, // Number width of 64 bits mode (default)\n    DWORD_WIDTH, // Number width of 32 bits mode\n    WORD_WIDTH,  // Number width of 16 bits mode\n    BYTE_WIDTH   // Number width of 16 bits mode\n};\nstatic constexpr size_t NUM_WIDTH_LENGTH = 4;\n\nnamespace CalculationManager\n{\n    class IResourceProvider;\n}\n\nnamespace CalculatorEngineTests\n{\n    class CalcEngineTests;\n}\n\nclass CCalcEngine\n{\npublic:\n    CCalcEngine(\n        bool fPrecedence,\n        bool fIntegerMode,\n        CalculationManager::IResourceProvider* const pResourceProvider,\n        __in_opt ICalcDisplay* pCalcDisplay,\n        __in_opt std::shared_ptr<IHistoryDisplay> pHistoryDisplay);\n    void ProcessCommand(OpCode wID);\n    void DisplayError(uint32_t nError);\n    std::unique_ptr<CalcEngine::Rational> PersistedMemObject();\n    void PersistedMemObject(CalcEngine::Rational const& memObject);\n    bool FInErrorState()\n    {\n        return m_bError;\n    }\n    bool IsInputEmpty()\n    {\n        return m_input.IsEmpty() && (m_numberString.empty() || m_numberString == L\"0\");\n    }\n    bool FInRecordingState()\n    {\n        return m_bRecord;\n    }\n    void SettingsChanged();\n    bool IsCurrentTooBigForTrig();\n    uint32_t GetCurrentRadix();\n    std::wstring GetCurrentResultForRadix(uint32_t radix, int32_t precision, bool groupDigitsPerRadix);\n    void ChangePrecision(int32_t precision)\n    {\n        m_precision = precision;\n        ChangeConstants(m_radix, precision);\n    }\n    std::wstring GroupDigitsPerRadix(std::wstring_view numberString, uint32_t radix);\n    std::wstring GetStringForDisplay(CalcEngine::Rational const& rat, uint32_t radix);\n    void UpdateMaxIntDigits();\n    wchar_t DecimalSeparator() const;\n\n    std::vector<std::shared_ptr<IExpressionCommand>> GetHistoryCollectorCommandsSnapshot() const;\n\n    // Static methods for the instance\n    static void\n    InitialOneTimeOnlySetup(CalculationManager::IResourceProvider& resourceProvider); // Once per load time to call to initialize all shared global variables\n    // returns the ptr to string representing the operator. Mostly same as the button, but few special cases for x^y etc.\n    static std::wstring_view GetString(int ids)\n    {\n        return s_engineStrings[std::to_wstring(ids)];\n    }\n    static std::wstring_view GetString(std::wstring_view ids)\n    {\n        return s_engineStrings[ids];\n    }\n    static std::wstring_view OpCodeToString(int nOpCode)\n    {\n        return GetString(IdStrFromCmdId(nOpCode));\n    }\n    static std::wstring_view OpCodeToUnaryString(int nOpCode, bool fInv, AngleType angletype);\n    static std::wstring_view OpCodeToBinaryString(int nOpCode, bool isIntegerMode);\n\nprivate:\n    bool m_fPrecedence;\n    bool m_fIntegerMode; /* This is true if engine is explicitly called to be in integer mode. All bases are restricted to be in integers only */\n    ICalcDisplay* m_pCalcDisplay;\n    CalculationManager::IResourceProvider* const m_resourceProvider;\n    int m_nOpCode;     /* ID value of operation.                       */\n    int m_nPrevOpCode; // opcode which computed the number in m_currentVal. 0 if it is already bracketed or plain number or\n    // if it hasn't yet been computed\n    bool m_bChangeOp;              // Flag for changing operation\n    bool m_bRecord;                // Global mode: recording or displaying\n    bool m_bSetCalcState;          // Flag for setting the engine result state\n    CalcEngine::CalcInput m_input; // Global calc input object for decimal strings\n    NumberFormat m_nFE;            // Scientific notation conversion flag\n    CalcEngine::Rational m_maxTrigonometricNum;\n    std::unique_ptr<CalcEngine::Rational> m_memoryValue; // Current memory value.\n\n    CalcEngine::Rational m_holdVal; // For holding the second operand in repetitive calculations ( pressing \"=\" continuously)\n\n    CalcEngine::Rational m_currentVal;                               // Currently displayed number used everywhere.\n    CalcEngine::Rational m_lastVal;                                  // Number before operation (left operand).\n    std::array<CalcEngine::Rational, MAXPRECDEPTH> m_parenVals;      // Holding array for parenthesis values.\n    std::array<CalcEngine::Rational, MAXPRECDEPTH> m_precedenceVals; // Holding array for precedence values.\n    bool m_bError;                                                   // Error flag.\n    bool m_bInv;                                                     // Inverse on/off flag.\n    bool m_bNoPrevEqu;                                               /* Flag for previous equals.          */\n\n    uint32_t m_radix;\n    int32_t m_precision;\n    int m_cIntDigitsSav;\n    std::vector<uint32_t> m_decGrouping; // Holds the decimal digit grouping number\n\n    std::wstring m_numberString;\n\n    int m_nTempCom;                          /* Holding place for the last command.          */\n    size_t m_openParenCount;                 // Number of open parentheses.\n    std::array<int, MAXPRECDEPTH> m_nOp;     /* Holding array for parenthesis operations.    */\n    std::array<int, MAXPRECDEPTH> m_nPrecOp; /* Holding array for precedence  operations.    */\n    size_t m_precedenceOpCount;              /* Current number of precedence ops in holding. */\n    int m_nLastCom;                          // Last command entered.\n    AngleType m_angletype;                   // Current Angle type when in dec mode. one of deg, rad or grad\n    NUM_WIDTH m_numwidth;                    // one of qword, dword, word or byte mode.\n    int32_t m_dwWordBitWidth;                // # of bits in currently selected word size\n\n    std::unique_ptr<std::mt19937> m_randomGeneratorEngine;\n    std::unique_ptr<std::uniform_real_distribution<>> m_distr;\n\n    uint64_t m_carryBit;\n\n    CHistoryCollector m_HistoryCollector; // Accumulator of each line of history as various commands are processed\n\n    std::array<CalcEngine::Rational, NUM_WIDTH_LENGTH> m_chopNumbers;           // word size enforcement\n    std::array<std::wstring, NUM_WIDTH_LENGTH> m_maxDecimalValueStrings;        // maximum values represented by a given word width based off m_chopNumbers\n    static std::unordered_map<std::wstring_view, std::wstring> s_engineStrings; // the string table shared across all instances\n    wchar_t m_decimalSeparator;\n    wchar_t m_groupSeparator;\n\nprivate:\n    void ProcessCommandWorker(OpCode wParam);\n    void ResolveHighestPrecedenceOperation();\n    void HandleErrorCommand(OpCode idc);\n    void HandleMaxDigitsReached();\n    void DisplayNum(void);\n    int IsNumberInvalid(const std::wstring& numberString, int iMaxExp, int iMaxMantissa, uint32_t radix) const;\n    void DisplayAnnounceBinaryOperator();\n    void SetPrimaryDisplay(const std::wstring& szText, bool isError = false);\n    void ClearTemporaryValues();\n    void ClearDisplay();\n    CalcEngine::Rational TruncateNumForIntMath(CalcEngine::Rational const& rat);\n    CalcEngine::Rational SciCalcFunctions(CalcEngine::Rational const& rat, uint32_t op);\n    CalcEngine::Rational DoOperation(int operation, CalcEngine::Rational const& lhs, CalcEngine::Rational const& rhs);\n    void SetRadixTypeAndNumWidth(RadixType radixtype, NUM_WIDTH numwidth);\n    int32_t DwWordBitWidthFromNumWidth(NUM_WIDTH numwidth);\n    uint32_t NRadixFromRadixType(RadixType radixtype);\n    double GenerateRandomNumber();\n\n    bool TryToggleBit(CalcEngine::Rational& rat, uint32_t wbitno);\n    void CheckAndAddLastBinOpToHistory(bool addToHistory = true);\n\n    void InitChopNumbers();\n    CalcEngine::Rational GetChopNumber() const;\n    std::wstring GetMaxDecimalValueString() const;\n\n    static void LoadEngineStrings(CalculationManager::IResourceProvider& resourceProvider);\n    static int IdStrFromCmdId(int id)\n    {\n        return id - IDC_FIRSTCONTROL + IDS_ENGINESTR_FIRST;\n    }\n\n    static std::vector<uint32_t> DigitGroupingStringToGroupingVector(std::wstring_view groupingString);\n    std::wstring GroupDigits(std::wstring_view delimiter, std::vector<uint32_t> const& grouping, std::wstring_view displayString, bool isNumNegative = false);\n\n    static int QuickLog2(int iNum);\n    static void ChangeBaseConstants(uint32_t radix, int maxIntDigits, int32_t precision);\n    void BaseOrPrecisionChanged();\n\n    friend class CalculatorEngineTests::CalcEngineTests;\n};\n"
  },
  {
    "path": "src/CalcManager/Header Files/CalcInput.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"Rational.h\"\n\n// Space to hold enough digits for a quadword binary number (64) plus digit separator strings for that number (20)\nconstexpr int MAX_STRLEN = 84;\n\nnamespace CalcEngine\n{\n    class CalcNumSec\n    {\n    public:\n        CalcNumSec()\n            : value()\n            , m_isNegative(false)\n        {\n        }\n\n        void Clear();\n        bool IsEmpty()\n        {\n            return value.empty();\n        }\n\n        bool IsNegative()\n        {\n            return m_isNegative;\n        }\n        void IsNegative(bool isNegative)\n        {\n            m_isNegative = isNegative;\n        }\n\n        std::wstring value;\n\n    private:\n        bool m_isNegative;\n    };\n\n    class CalcInput\n    {\n    public:\n        CalcInput()\n            : CalcInput(L'.')\n        {\n        }\n\n        CalcInput(wchar_t decSymbol)\n            : m_hasExponent(false)\n            , m_hasDecimal(false)\n            , m_decPtIndex(0)\n            , m_decSymbol(decSymbol)\n            , m_base()\n            , m_exponent()\n        {\n        }\n\n        void Clear();\n        bool TryToggleSign(bool isIntegerMode, std::wstring_view maxNumStr);\n        bool TryAddDigit(unsigned int value, uint32_t radix, bool isIntegerMode, std::wstring_view maxNumStr, int32_t wordBitWidth, int maxDigits);\n        bool TryAddDecimalPt();\n        bool HasDecimalPt();\n        bool TryBeginExponent();\n        void Backspace();\n        void SetDecimalSymbol(wchar_t decSymbol);\n        bool IsEmpty();\n        std::wstring ToString(uint32_t radix);\n        Rational ToRational(uint32_t radix, int32_t precision);\n\n    private:\n        bool m_hasExponent;\n        bool m_hasDecimal;\n        size_t m_decPtIndex;\n        wchar_t m_decSymbol;\n        CalcNumSec m_base;\n        CalcNumSec m_exponent;\n    };\n}\n"
  },
  {
    "path": "src/CalcManager/Header Files/CalcUtils.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\nusing OpCode = uintptr_t;\n\nbool IsOpInRange(OpCode op, uint32_t x, uint32_t y);\nbool IsBinOpCode(OpCode opCode);\n\n// WARNING: IDC_SIGN is a special unary op but still this doesn't catch this. Caller has to be aware\n// of it and catch it themselves or not needing this\nbool IsUnaryOpCode(OpCode opCode);\nbool IsDigitOpCode(OpCode opCode);\nbool IsGuiSettingOpCode(OpCode opCode);\n"
  },
  {
    "path": "src/CalcManager/Header Files/EngineStrings.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n/****************************Module*Header***********************************\n* Module Name: EngineStrings.h\n*\n* Module Description:\n*       Resource String ID's for the private strings used by Engine. Internal to Engine related code\n*         not required by the clients\n*\n* Warnings:\n*\n* Created: 13-Feb-2008\n*\n\\****************************************************************************/\n\n#pragma once\n\n#include <array>\n#include <string>\n#include <string_view>\n#include <unordered_map>\n\ninline constexpr auto IDS_ERRORS_FIRST = 99;\n\n// This is the list of error strings corresponding to SCERR_DIVIDEZERO..\n\ninline constexpr auto IDS_DIVBYZERO = IDS_ERRORS_FIRST;\ninline constexpr auto IDS_DOMAIN = IDS_ERRORS_FIRST + 1;\ninline constexpr auto IDS_UNDEFINED = IDS_ERRORS_FIRST + 2;\ninline constexpr auto IDS_POS_INFINITY = IDS_ERRORS_FIRST + 3;\ninline constexpr auto IDS_NEG_INFINITY = IDS_ERRORS_FIRST + 4;\ninline constexpr auto IDS_NOMEM = IDS_ERRORS_FIRST + 6;\ninline constexpr auto IDS_TOOMANY = IDS_ERRORS_FIRST + 7;\ninline constexpr auto IDS_OVERFLOW = IDS_ERRORS_FIRST + 8;\ninline constexpr auto IDS_NORESULT = IDS_ERRORS_FIRST + 9;\ninline constexpr auto IDS_INSUFFICIENT_DATA = IDS_ERRORS_FIRST + 10;\n\ninline constexpr auto CSTRINGSENGMAX = IDS_INSUFFICIENT_DATA + 1;\n\n// Arithmetic expression evaluator error strings\ninline constexpr auto IDS_ERR_UNK_CH = CSTRINGSENGMAX + 1;\ninline constexpr auto IDS_ERR_UNK_FN = CSTRINGSENGMAX + 2;\ninline constexpr auto IDS_ERR_UNEX_NUM = CSTRINGSENGMAX + 3;\ninline constexpr auto IDS_ERR_UNEX_CH = CSTRINGSENGMAX + 4;\ninline constexpr auto IDS_ERR_UNEX_SZ = CSTRINGSENGMAX + 5;\ninline constexpr auto IDS_ERR_MISMATCH_CLOSE = CSTRINGSENGMAX + 6;\ninline constexpr auto IDS_ERR_UNEX_END = CSTRINGSENGMAX + 7;\ninline constexpr auto IDS_ERR_SG_INV_ERROR = CSTRINGSENGMAX + 8;\ninline constexpr auto IDS_ERR_INPUT_OVERFLOW = CSTRINGSENGMAX + 9;\ninline constexpr auto IDS_ERR_OUTPUT_OVERFLOW = CSTRINGSENGMAX + 10;\n\n// Resource keys for CEngineStrings.resw\ninline constexpr auto SIDS_PLUS_MINUS = L\"0\";\ninline constexpr auto SIDS_CLEAR = L\"1\";\ninline constexpr auto SIDS_CE = L\"2\";\ninline constexpr auto SIDS_BACKSPACE = L\"3\";\ninline constexpr auto SIDS_DECIMAL_SEPARATOR = L\"4\";\ninline constexpr auto SIDS_EMPTY_STRING = L\"5\";\ninline constexpr auto SIDS_AND = L\"6\";\ninline constexpr auto SIDS_OR = L\"7\";\ninline constexpr auto SIDS_XOR = L\"8\";\ninline constexpr auto SIDS_LSH = L\"9\";\ninline constexpr auto SIDS_RSH = L\"10\";\ninline constexpr auto SIDS_DIVIDE = L\"11\";\ninline constexpr auto SIDS_MULTIPLY = L\"12\";\ninline constexpr auto SIDS_PLUS = L\"13\";\ninline constexpr auto SIDS_MINUS = L\"14\";\ninline constexpr auto SIDS_MOD = L\"15\";\ninline constexpr auto SIDS_YROOT = L\"16\";\ninline constexpr auto SIDS_POW_HAT = L\"17\";\ninline constexpr auto SIDS_INT = L\"18\";\ninline constexpr auto SIDS_ROL = L\"19\";\ninline constexpr auto SIDS_ROR = L\"20\";\ninline constexpr auto SIDS_NOT = L\"21\";\ninline constexpr auto SIDS_SIN = L\"22\";\ninline constexpr auto SIDS_COS = L\"23\";\ninline constexpr auto SIDS_TAN = L\"24\";\ninline constexpr auto SIDS_SINH = L\"25\";\ninline constexpr auto SIDS_COSH = L\"26\";\ninline constexpr auto SIDS_TANH = L\"27\";\ninline constexpr auto SIDS_LN = L\"28\";\ninline constexpr auto SIDS_LOG = L\"29\";\ninline constexpr auto SIDS_SQRT = L\"30\";\ninline constexpr auto SIDS_XPOW2 = L\"31\";\ninline constexpr auto SIDS_XPOW3 = L\"32\";\ninline constexpr auto SIDS_NFACTORIAL = L\"33\";\ninline constexpr auto SIDS_RECIPROCAL = L\"34\";\ninline constexpr auto SIDS_DMS = L\"35\";\ninline constexpr auto SIDS_POWTEN = L\"37\";\ninline constexpr auto SIDS_PERCENT = L\"38\";\ninline constexpr auto SIDS_SCIENTIFIC_NOTATION = L\"39\";\ninline constexpr auto SIDS_PI = L\"40\";\ninline constexpr auto SIDS_EQUAL = L\"41\";\ninline constexpr auto SIDS_MC = L\"42\";\ninline constexpr auto SIDS_MR = L\"43\";\ninline constexpr auto SIDS_MS = L\"44\";\ninline constexpr auto SIDS_MPLUS = L\"45\";\ninline constexpr auto SIDS_MMINUS = L\"46\";\ninline constexpr auto SIDS_EXP = L\"47\";\ninline constexpr auto SIDS_OPEN_PAREN = L\"48\";\ninline constexpr auto SIDS_CLOSE_PAREN = L\"49\";\ninline constexpr auto SIDS_0 = L\"50\";\ninline constexpr auto SIDS_1 = L\"51\";\ninline constexpr auto SIDS_2 = L\"52\";\ninline constexpr auto SIDS_3 = L\"53\";\ninline constexpr auto SIDS_4 = L\"54\";\ninline constexpr auto SIDS_5 = L\"55\";\ninline constexpr auto SIDS_6 = L\"56\";\ninline constexpr auto SIDS_7 = L\"57\";\ninline constexpr auto SIDS_8 = L\"58\";\ninline constexpr auto SIDS_9 = L\"59\";\ninline constexpr auto SIDS_A = L\"60\";\ninline constexpr auto SIDS_B = L\"61\";\ninline constexpr auto SIDS_C = L\"62\";\ninline constexpr auto SIDS_D = L\"63\";\ninline constexpr auto SIDS_E = L\"64\";\ninline constexpr auto SIDS_F = L\"65\";\ninline constexpr auto SIDS_FRAC = L\"66\";\ninline constexpr auto SIDS_SIND = L\"67\";\ninline constexpr auto SIDS_COSD = L\"68\";\ninline constexpr auto SIDS_TAND = L\"69\";\ninline constexpr auto SIDS_ASIND = L\"70\";\ninline constexpr auto SIDS_ACOSD = L\"71\";\ninline constexpr auto SIDS_ATAND = L\"72\";\ninline constexpr auto SIDS_SINR = L\"73\";\ninline constexpr auto SIDS_COSR = L\"74\";\ninline constexpr auto SIDS_TANR = L\"75\";\ninline constexpr auto SIDS_ASINR = L\"76\";\ninline constexpr auto SIDS_ACOSR = L\"77\";\ninline constexpr auto SIDS_ATANR = L\"78\";\ninline constexpr auto SIDS_SING = L\"79\";\ninline constexpr auto SIDS_COSG = L\"80\";\ninline constexpr auto SIDS_TANG = L\"81\";\ninline constexpr auto SIDS_ASING = L\"82\";\ninline constexpr auto SIDS_ACOSG = L\"83\";\ninline constexpr auto SIDS_ATANG = L\"84\";\ninline constexpr auto SIDS_ASINH = L\"85\";\ninline constexpr auto SIDS_ACOSH = L\"86\";\ninline constexpr auto SIDS_ATANH = L\"87\";\ninline constexpr auto SIDS_POWE = L\"88\";\ninline constexpr auto SIDS_POWTEN2 = L\"89\";\ninline constexpr auto SIDS_SQRT2 = L\"90\";\ninline constexpr auto SIDS_SQR = L\"91\";\ninline constexpr auto SIDS_CUBE = L\"92\";\ninline constexpr auto SIDS_CUBERT = L\"93\";\ninline constexpr auto SIDS_FACT = L\"94\";\ninline constexpr auto SIDS_RECIPROC = L\"95\";\ninline constexpr auto SIDS_DEGREES = L\"96\";\ninline constexpr auto SIDS_NEGATE = L\"97\";\ninline constexpr auto SIDS_RSH2 = L\"98\";\ninline constexpr auto SIDS_DIVIDEBYZERO = L\"99\";\ninline constexpr auto SIDS_DOMAIN = L\"100\";\ninline constexpr auto SIDS_UNDEFINED = L\"101\";\ninline constexpr auto SIDS_POS_INFINITY = L\"102\";\ninline constexpr auto SIDS_NEG_INFINITY = L\"103\";\ninline constexpr auto SIDS_ABORTED = L\"104\";\ninline constexpr auto SIDS_NOMEM = L\"105\";\ninline constexpr auto SIDS_TOOMANY = L\"106\";\ninline constexpr auto SIDS_OVERFLOW = L\"107\";\ninline constexpr auto SIDS_NORESULT = L\"108\";\ninline constexpr auto SIDS_INSUFFICIENT_DATA = L\"109\";\n// 110 is skipped by CSTRINGSENGMAX\ninline constexpr auto SIDS_ERR_UNK_CH = L\"111\";\ninline constexpr auto SIDS_ERR_UNK_FN = L\"112\";\ninline constexpr auto SIDS_ERR_UNEX_NUM = L\"113\";\ninline constexpr auto SIDS_ERR_UNEX_CH = L\"114\";\ninline constexpr auto SIDS_ERR_UNEX_SZ = L\"115\";\ninline constexpr auto SIDS_ERR_MISMATCH_CLOSE = L\"116\";\ninline constexpr auto SIDS_ERR_UNEX_END = L\"117\";\ninline constexpr auto SIDS_ERR_SG_INV_ERROR = L\"118\";\ninline constexpr auto SIDS_ERR_INPUT_OVERFLOW = L\"119\";\ninline constexpr auto SIDS_ERR_OUTPUT_OVERFLOW = L\"120\";\ninline constexpr auto SIDS_SECD = L\"SecDeg\";\ninline constexpr auto SIDS_SECR = L\"SecRad\";\ninline constexpr auto SIDS_SECG = L\"SecGrad\";\ninline constexpr auto SIDS_ASECD = L\"InverseSecDeg\";\ninline constexpr auto SIDS_ASECR = L\"InverseSecRad\";\ninline constexpr auto SIDS_ASECG = L\"InverseSecGrad\";\ninline constexpr auto SIDS_CSCD = L\"CscDeg\";\ninline constexpr auto SIDS_CSCR = L\"CscRad\";\ninline constexpr auto SIDS_CSCG = L\"CscGrad\";\ninline constexpr auto SIDS_ACSCD = L\"InverseCscDeg\";\ninline constexpr auto SIDS_ACSCR = L\"InverseCscRad\";\ninline constexpr auto SIDS_ACSCG = L\"InverseCscGrad\";\ninline constexpr auto SIDS_COTD = L\"CotDeg\";\ninline constexpr auto SIDS_COTR = L\"CotRad\";\ninline constexpr auto SIDS_COTG = L\"CotGrad\";\ninline constexpr auto SIDS_ACOTD = L\"InverseCotDeg\";\ninline constexpr auto SIDS_ACOTR = L\"InverseCotRad\";\ninline constexpr auto SIDS_ACOTG = L\"InverseCotGrad\";\ninline constexpr auto SIDS_SECH = L\"Sech\";\ninline constexpr auto SIDS_ASECH = L\"InverseSech\";\ninline constexpr auto SIDS_CSCH = L\"Csch\";\ninline constexpr auto SIDS_ACSCH = L\"InverseCsch\";\ninline constexpr auto SIDS_COTH = L\"Coth\";\ninline constexpr auto SIDS_ACOTH = L\"InverseCoth\";\ninline constexpr auto SIDS_TWOPOWX = L\"TwoPowX\";\ninline constexpr auto SIDS_LOGBASEY = L\"LogBaseY\";\ninline constexpr auto SIDS_ABS = L\"Abs\";\ninline constexpr auto SIDS_FLOOR = L\"Floor\";\ninline constexpr auto SIDS_CEIL = L\"Ceil\";\ninline constexpr auto SIDS_NAND = L\"Nand\";\ninline constexpr auto SIDS_NOR = L\"Nor\";\ninline constexpr auto SIDS_CUBEROOT = L\"CubeRoot\";\ninline constexpr auto SIDS_PROGRAMMER_MOD = L\"ProgrammerMod\";\n\n// Include the resource key ID from above into this vector to load it into memory for the engine to use\ninline constexpr std::array<std::wstring_view, 152> g_sids = {\n    SIDS_PLUS_MINUS,\n    SIDS_C,\n    SIDS_CE,\n    SIDS_BACKSPACE,\n    SIDS_DECIMAL_SEPARATOR,\n    SIDS_EMPTY_STRING,\n    SIDS_AND,\n    SIDS_OR,\n    SIDS_XOR,\n    SIDS_LSH,\n    SIDS_RSH,\n    SIDS_DIVIDE,\n    SIDS_MULTIPLY,\n    SIDS_PLUS,\n    SIDS_MINUS,\n    SIDS_MOD,\n    SIDS_YROOT,\n    SIDS_POW_HAT,\n    SIDS_INT,\n    SIDS_ROL,\n    SIDS_ROR,\n    SIDS_NOT,\n    SIDS_SIN,\n    SIDS_COS,\n    SIDS_TAN,\n    SIDS_SINH,\n    SIDS_COSH,\n    SIDS_TANH,\n    SIDS_LN,\n    SIDS_LOG,\n    SIDS_SQRT,\n    SIDS_XPOW2,\n    SIDS_XPOW3,\n    SIDS_NFACTORIAL,\n    SIDS_RECIPROCAL,\n    SIDS_DMS,\n    SIDS_POWTEN,\n    SIDS_PERCENT,\n    SIDS_SCIENTIFIC_NOTATION,\n    SIDS_PI,\n    SIDS_EQUAL,\n    SIDS_MC,\n    SIDS_MR,\n    SIDS_MS,\n    SIDS_MPLUS,\n    SIDS_MMINUS,\n    SIDS_EXP,\n    SIDS_OPEN_PAREN,\n    SIDS_CLOSE_PAREN,\n    SIDS_0,\n    SIDS_1,\n    SIDS_2,\n    SIDS_3,\n    SIDS_4,\n    SIDS_5,\n    SIDS_6,\n    SIDS_7,\n    SIDS_8,\n    SIDS_9,\n    SIDS_A,\n    SIDS_B,\n    SIDS_C,\n    SIDS_D,\n    SIDS_E,\n    SIDS_F,\n    SIDS_FRAC,\n    SIDS_SIND,\n    SIDS_COSD,\n    SIDS_TAND,\n    SIDS_ASIND,\n    SIDS_ACOSD,\n    SIDS_ATAND,\n    SIDS_SINR,\n    SIDS_COSR,\n    SIDS_TANR,\n    SIDS_ASINR,\n    SIDS_ACOSR,\n    SIDS_ATANR,\n    SIDS_SING,\n    SIDS_COSG,\n    SIDS_TANG,\n    SIDS_ASING,\n    SIDS_ACOSG,\n    SIDS_ATANG,\n    SIDS_ASINH,\n    SIDS_ACOSH,\n    SIDS_ATANH,\n    SIDS_POWE,\n    SIDS_POWTEN2,\n    SIDS_SQRT2,\n    SIDS_SQR,\n    SIDS_CUBE,\n    SIDS_CUBERT,\n    SIDS_FACT,\n    SIDS_RECIPROC,\n    SIDS_DEGREES,\n    SIDS_NEGATE,\n    SIDS_RSH,\n    SIDS_DIVIDEBYZERO,\n    SIDS_DOMAIN,\n    SIDS_UNDEFINED,\n    SIDS_POS_INFINITY,\n    SIDS_NEG_INFINITY,\n    SIDS_ABORTED,\n    SIDS_NOMEM,\n    SIDS_TOOMANY,\n    SIDS_OVERFLOW,\n    SIDS_NORESULT,\n    SIDS_INSUFFICIENT_DATA,\n    SIDS_ERR_UNK_CH,\n    SIDS_ERR_UNK_FN,\n    SIDS_ERR_UNEX_NUM,\n    SIDS_ERR_UNEX_CH,\n    SIDS_ERR_UNEX_SZ,\n    SIDS_ERR_MISMATCH_CLOSE,\n    SIDS_ERR_UNEX_END,\n    SIDS_ERR_SG_INV_ERROR,\n    SIDS_ERR_INPUT_OVERFLOW,\n    SIDS_ERR_OUTPUT_OVERFLOW,\n    SIDS_SECD,\n    SIDS_SECG,\n    SIDS_SECR,\n    SIDS_ASECD,\n    SIDS_ASECR,\n    SIDS_ASECG,\n    SIDS_CSCD,\n    SIDS_CSCR,\n    SIDS_CSCG,\n    SIDS_ACSCD,\n    SIDS_ACSCR,\n    SIDS_ACSCG,\n    SIDS_COTD,\n    SIDS_COTR,\n    SIDS_COTG,\n    SIDS_ACOTD,\n    SIDS_ACOTR,\n    SIDS_ACOTG,\n    SIDS_SECH,\n    SIDS_ASECH,\n    SIDS_CSCH,\n    SIDS_ACSCH,\n    SIDS_COTH,\n    SIDS_ACOTH,\n    SIDS_TWOPOWX,\n    SIDS_LOGBASEY,\n    SIDS_ABS,\n    SIDS_FLOOR,\n    SIDS_CEIL,\n    SIDS_NAND,\n    SIDS_NOR,\n    SIDS_CUBEROOT,\n    SIDS_PROGRAMMER_MOD,\n};\n"
  },
  {
    "path": "src/CalcManager/Header Files/History.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include <array>\n#include \"ExpressionCommand.h\"\n#include \"ICalcDisplay.h\"\n#include \"IHistoryDisplay.h\"\n#include \"Rational.h\"\n\nclass COpndCommand;\n\n// maximum depth you can get by precedence. It is just an array's size limit.\nstatic constexpr size_t MAXPRECDEPTH = 25;\n\n// Helper class really a internal class to CCalcEngine, to accumulate each history line of text by collecting the\n// operands, operator, unary operator etc. Since it is a separate entity, it can be unit tested on its own but does\n// rely on CCalcEngine calling it in appropriate order.\nclass CHistoryCollector\n{\npublic:\n    CHistoryCollector(ICalcDisplay* pCalcDisplay, std::shared_ptr<IHistoryDisplay> pHistoryDisplay, wchar_t decimalSymbol); // Can throw errors\n    ~CHistoryCollector();\n    void AddOpndToHistory(std::wstring_view numStr, CalcEngine::Rational const& rat, bool fRepetition = false);\n    void RemoveLastOpndFromHistory();\n    void AddBinOpToHistory(int nOpCode, bool isIntegerMode, bool fNoRepetition = true);\n    void ChangeLastBinOp(int nOpCode, bool fPrecInvToHigher, bool isIntegerMode);\n    void AddUnaryOpToHistory(int nOpCode, bool fInv, AngleType angletype);\n    void AddOpenBraceToHistory();\n    void AddCloseBraceToHistory();\n    void PushLastOpndStart(int ichOpndStart = -1);\n    void PopLastOpndStart();\n    void EnclosePrecInversionBrackets();\n    bool FOpndAddedToHistory() const;\n    void CompleteHistoryLine(std::wstring_view numStr);\n    void CompleteEquation(std::wstring_view numStr);\n    void ClearHistoryLine(std::wstring_view errStr);\n    int AddCommand(_In_ const std::shared_ptr<IExpressionCommand>& spCommand);\n    void UpdateHistoryExpression(uint32_t radix, int32_t precision);\n    void SetDecimalSymbol(wchar_t decimalSymbol);\n    std::shared_ptr<COpndCommand> GetOperandCommandsFromString(std::wstring_view numStr, CalcEngine::Rational const& rat) const;\n    std::vector<std::shared_ptr<IExpressionCommand>> GetCommands() const;\n\nprivate:\n    std::shared_ptr<IHistoryDisplay> m_pHistoryDisplay;\n    ICalcDisplay* m_pCalcDisplay;\n\n    int m_iCurLineHistStart; // index of the beginning of the current equation\n    // a sort of state, set to the index before 2 after 2 in the expression 2 + 3 say. Useful for auto correct portion of history and for\n    // attaching the unary op around the last operand\n    int m_lastOpStartIndex;    // index of the beginning of the last operand added to the history\n    int m_lastBinOpStartIndex; // index of the beginning of the last binary operator added to the history\n    std::array<int, MAXPRECDEPTH>\n        m_operandIndices;  // Stack of index of opnd's beginning for each '('. A parallel array to m_hnoParNum, but abstracted independently of that\n    int m_curOperandIndex; // Stack index for the above stack\n    bool m_bLastOpndBrace; // iff the last opnd in history is already braced so we can avoid putting another one for unary operator\n    wchar_t m_decimalSymbol;\n    std::shared_ptr<std::vector<std::pair<std::wstring, int>>> m_spTokens;\n    std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> m_spCommands;\n\nprivate:\n    void ReinitHistory();\n    int IchAddSzToEquationSz(std::wstring_view str, int icommandIndex);\n    void TruncateEquationSzFromIch(int ich);\n    void SetExpressionDisplay();\n    void InsertSzInEquationSz(std::wstring_view str, int icommandIndex, int ich);\n    std::shared_ptr<std::vector<int>> GetOperandCommandsFromString(std::wstring_view numStr) const;\n};\n"
  },
  {
    "path": "src/CalcManager/Header Files/ICalcDisplay.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"../ExpressionCommandInterface.h\"\n\n// Callback interface to be implemented by the clients of CCalcEngine\nclass ICalcDisplay\n{\npublic:\n    virtual void SetPrimaryDisplay(const std::wstring& pszText, bool isError) = 0;\n    virtual void SetIsInError(bool isInError) = 0;\n    virtual void SetExpressionDisplay(\n        _Inout_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& tokens,\n        _Inout_ std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> const& commands) = 0;\n    virtual void SetParenthesisNumber(_In_ unsigned int count) = 0;\n    virtual void OnNoRightParenAdded() = 0;\n    virtual void MaxDigitsReached() = 0; // not an error but still need to inform UI layer.\n    virtual void BinaryOperatorReceived() = 0;\n    virtual void OnHistoryItemAdded(_In_ unsigned int addedItemIndex) = 0;\n    virtual void SetMemorizedNumbers(const std::vector<std::wstring>& memorizedNumbers) = 0;\n    virtual void MemoryItemChanged(unsigned int indexOfMemory) = 0;\n    virtual void InputChanged() = 0;\n};\n"
  },
  {
    "path": "src/CalcManager/Header Files/IHistoryDisplay.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"../ExpressionCommandInterface.h\"\n\n// Callback interface to be implemented by the clients of CCalcEngine if they require equation history\nclass IHistoryDisplay\n{\npublic:\n    virtual ~IHistoryDisplay(){};\n    virtual unsigned int AddToHistory(\n        _In_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& tokens,\n        _In_ std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> const& commands,\n        _In_ std::wstring_view result) = 0;\n};\n"
  },
  {
    "path": "src/CalcManager/Header Files/Number.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include <vector>\n#include \"Ratpack/ratpak.h\"\n\nnamespace CalcEngine\n{\n    class Number\n    {\n    public:\n        Number() noexcept;\n        Number(int32_t sign, int32_t exp, std::vector<uint32_t> const& mantissa) noexcept;\n\n        explicit Number(PNUMBER p) noexcept;\n        PNUMBER ToPNUMBER() const;\n\n        int32_t const& Sign() const;\n        int32_t const& Exp() const;\n        std::vector<uint32_t> const& Mantissa() const;\n\n        bool IsZero() const;\n\n    private:\n        int32_t m_sign;\n        int32_t m_exp;\n        std::vector<uint32_t> m_mantissa;\n    };\n}\n"
  },
  {
    "path": "src/CalcManager/Header Files/RadixType.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n// This is expected to be in same order as IDM_HEX, IDM_DEC, IDM_OCT, IDM_BIN\nenum class RadixType\n{\n    Hex,\n    Decimal,\n    Octal,\n    Binary\n};\n"
  },
  {
    "path": "src/CalcManager/Header Files/Rational.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"Number.h\"\n\nnamespace CalcEngine\n{\n    // Default Base/Radix to use for Rational calculations\n    // RatPack calculations currently support up to Base64.\n    inline constexpr uint32_t RATIONAL_BASE = 10;\n\n    // Default Precision to use for Rational calculations\n    inline constexpr int32_t RATIONAL_PRECISION = 128;\n\n    class Rational\n    {\n    public:\n        Rational() noexcept;\n        Rational(Number const& n) noexcept;\n        Rational(Number const& p, Number const& q) noexcept;\n        Rational(int32_t i);\n        Rational(uint32_t ui);\n        Rational(uint64_t ui);\n\n        explicit Rational(PRAT prat) noexcept;\n        PRAT ToPRAT() const;\n\n        Number const& P() const;\n        Number const& Q() const;\n\n        Rational operator-() const;\n        Rational& operator+=(Rational const& rhs);\n        Rational& operator-=(Rational const& rhs);\n        Rational& operator*=(Rational const& rhs);\n        Rational& operator/=(Rational const& rhs);\n        Rational& operator%=(Rational const& rhs);\n\n        Rational& operator<<=(Rational const& rhs);\n        Rational& operator>>=(Rational const& rhs);\n\n        Rational& operator&=(Rational const& rhs);\n        Rational& operator|=(Rational const& rhs);\n        Rational& operator^=(Rational const& rhs);\n\n        friend Rational operator+(Rational lhs, Rational const& rhs);\n        friend Rational operator-(Rational lhs, Rational const& rhs);\n        friend Rational operator*(Rational lhs, Rational const& rhs);\n        friend Rational operator/(Rational lhs, Rational const& rhs);\n        friend Rational operator%(Rational lhs, Rational const& rhs);\n\n        friend Rational operator<<(Rational lhs, Rational const& rhs);\n        friend Rational operator>>(Rational lhs, Rational const& rhs);\n\n        friend Rational operator&(Rational lhs, Rational const& rhs);\n        friend Rational operator|(Rational lhs, Rational const& rhs);\n        friend Rational operator^(Rational lhs, Rational const& rhs);\n\n        friend bool operator==(Rational const& lhs, Rational const& rhs);\n        friend bool operator!=(Rational const& lhs, Rational const& rhs);\n        friend bool operator<(Rational const& lhs, Rational const& rhs);\n        friend bool operator>(Rational const& lhs, Rational const& rhs);\n        friend bool operator<=(Rational const& lhs, Rational const& rhs);\n        friend bool operator>=(Rational const& lhs, Rational const& rhs);\n\n        std::wstring ToString(uint32_t radix, NumberFormat format, int32_t precision) const;\n        uint64_t ToUInt64_t() const;\n\n    private:\n        Number m_p;\n        Number m_q;\n    };\n}\n"
  },
  {
    "path": "src/CalcManager/Header Files/RationalMath.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"Rational.h\"\n\nnamespace CalcEngine::RationalMath\n{\n    Rational Frac(Rational const& rat);\n    Rational Integer(Rational const& rat);\n\n    Rational Pow(Rational const& base, Rational const& pow);\n    Rational Root(Rational const& base, Rational const& root);\n    Rational Fact(Rational const& rat);\n    Rational Mod(Rational const& a, Rational const& b);\n\n    Rational Exp(Rational const& rat);\n    Rational Log(Rational const& rat);\n    Rational Log10(Rational const& rat);\n\n    Rational Invert(Rational const& rat);\n    Rational Abs(Rational const& rat);\n\n    Rational Sin(Rational const& rat, AngleType angletype);\n    Rational Cos(Rational const& rat, AngleType angletype);\n    Rational Tan(Rational const& rat, AngleType angletype);\n    Rational ASin(Rational const& rat, AngleType angletype);\n    Rational ACos(Rational const& rat, AngleType angletype);\n    Rational ATan(Rational const& rat, AngleType angletype);\n\n    Rational Sinh(Rational const& rat);\n    Rational Cosh(Rational const& rat);\n    Rational Tanh(Rational const& rat);\n    Rational ASinh(Rational const& rat);\n    Rational ACosh(Rational const& rat);\n    Rational ATanh(Rational const& rat);\n}\n"
  },
  {
    "path": "src/CalcManager/NumberFormattingUtils.cpp",
    "content": "#include \"pch.h\"\n#include \"NumberFormattingUtils.h\"\n\nusing namespace std;\n\nnamespace UnitConversionManager::NumberFormattingUtils\n{\n    /// <summary>\n    /// Trims out any trailing zeros or decimals in the given input string\n    /// </summary>\n    /// <param name=\"number\">number to trim</param>\n    void TrimTrailingZeros(_Inout_ wstring& number)\n    {\n        if (number.find(L'.') == wstring::npos)\n        {\n            return;\n        }\n\n        if (auto i = number.find_last_not_of(L'0'); i != wstring::npos)\n        {\n            number.erase(number.cbegin() + i + 1, number.cend());\n        }\n\n        if (number.back() == L'.')\n        {\n            number.pop_back();\n        }\n    }\n\n    /// <summary>\n    /// Get number of digits (whole number part + decimal part)</summary>\n    /// <param name=\"value\">the number</param>\n    unsigned int GetNumberDigits(wstring value)\n    {\n        TrimTrailingZeros(value);\n        unsigned int numberSignificantDigits = static_cast<unsigned int>(value.size());\n        if (value.find(L'.') != wstring::npos)\n        {\n            --numberSignificantDigits;\n        }\n        if (value.find(L'-') != wstring::npos)\n        {\n            --numberSignificantDigits;\n        }\n        return numberSignificantDigits;\n    }\n\n    /// <summary>\n    /// Get number of digits (whole number part only)</summary>\n    /// <param name=\"value\">the number</param>\n    unsigned int GetNumberDigitsWholeNumberPart(double value)\n    {\n        return value == 0 ? 1u : static_cast<unsigned int>(1 + max(0.0, log10(abs(value))));\n    }\n\n    /// <summary>\n    /// Rounds the given double to the given number of significant digits\n    /// </summary>\n    /// <param name=\"num\">input double</param>\n    /// <param name=\"numSignificant\">unsigned int number of significant digits to round to</param>\n    wstring RoundSignificantDigits(double num, unsigned int numSignificant)\n    {\n        wstringstream out(wstringstream::out);\n        out << fixed;\n        out.precision(numSignificant);\n        out << num;\n        return out.str();\n    }\n\n    /// <summary>\n    ///  Convert a Number to Scientific Notation\n    /// </summary>\n    /// <param name=\"number\">number to convert</param>\n    wstring ToScientificNumber(double number)\n    {\n        wstringstream out(wstringstream::out);\n        out << scientific << number;\n        return out.str();\n    }\n}\n"
  },
  {
    "path": "src/CalcManager/NumberFormattingUtils.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include <string>\n#include \"sal_cross_platform.h\"\n\nnamespace UnitConversionManager::NumberFormattingUtils\n{\n    void TrimTrailingZeros(_Inout_ std::wstring& input);\n    unsigned int GetNumberDigits(std::wstring value);\n    unsigned int GetNumberDigitsWholeNumberPart(double value);\n    std::wstring RoundSignificantDigits(double value, unsigned int numberSignificantDigits);\n    std::wstring ToScientificNumber(double number);\n}\n"
  },
  {
    "path": "src/CalcManager/Ratpack/CalcErr.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include <cstdint>\n\n// CalcErr.h\n//\n// Defines the error codes thrown by ratpak and caught by Calculator\n//\n//\n//  Ratpak errors are 32 bit values laid out as follows:\n//\n//   3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1\n//   1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0\n//  +-+-------+---------------------+-------------------------------+\n//  |S|   R   |    Facility         |               Code            |\n//  +-+-------+---------------------+-------------------------------+\n//\n//  where\n//\n//      S - Severity - indicates success/fail\n//\n//          0 - Success\n//          1 - Fail\n//\n//      R - Reserved - not currently used for anything\n//\n//      r - reserved portion of the facility code. Reserved for internal\n//              use. Used to indicate int32_t values that are not status\n//              values, but are instead message ids for display strings.\n//\n//      Facility - is the facility code\n//\n//      Code - is the actual error code\n//\n// This format is based loosely on an OLE HRESULT and is compatible with the\n// SUCCEEDED and FAILED macros as well as the HRESULT_CODE macro\n\nusing ResultCode = int32_t;\n\n// CALC_E_DIVIDEBYZERO\n//\n// The current operation would require a divide by zero to complete\nstatic constexpr uint32_t CALC_E_DIVIDEBYZERO = (uint32_t)0x80000000;\n\n// CALC_E_DOMAIN\n//\n// The given input is not within the domain of this function\nstatic constexpr uint32_t CALC_E_DOMAIN = (uint32_t)0x80000001;\n\n// CALC_E_INDEFINITE\n//\n// The result of this function is undefined\nstatic constexpr uint32_t CALC_E_INDEFINITE = (uint32_t)0x80000002;\n\n// CALC_E_POSINFINITY\n//\n// The result of this function is Positive Infinity.\nstatic constexpr uint32_t CALC_E_POSINFINITY = (uint32_t)0x80000003;\n\n// CALC_E_NEGINFINITY\n//\n// The result of this function is Negative Infinity\nstatic constexpr uint32_t CALC_E_NEGINFINITY = (uint32_t)0x80000004;\n\n// CALC_E_INVALIDRANGE\n//\n// The given input is within the domain of the function but is beyond\n// the range for which calc can successfully compute the answer\nstatic constexpr uint32_t CALC_E_INVALIDRANGE = (uint32_t)0x80000006;\n\n// CALC_E_OUTOFMEMORY\n//\n// There is not enough free memory to complete the requested function\nstatic constexpr uint32_t CALC_E_OUTOFMEMORY = (uint32_t)0x80000007;\n\n// CALC_E_OVERFLOW\n//\n// The result of this operation is an overflow\nstatic constexpr uint32_t CALC_E_OVERFLOW = (uint32_t)0x80000008;\n\n// CALC_E_NORESULT\n//\n// The result of this operation is undefined\nstatic constexpr uint32_t CALC_E_NORESULT = (uint32_t)0x80000009;\n"
  },
  {
    "path": "src/CalcManager/Ratpack/basex.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//-----------------------------------------------------------------------------\n//  Package Title  ratpak\n//  File           basex.c\n//  Copyright      (C) 1995-97 Microsoft\n//  Date           03-14-97\n//\n//\n//  Description\n//\n//     Contains number routines for internal base computations, these assume\n//  internal base is a power of 2.\n//\n//-----------------------------------------------------------------------------\n#include \"ratpak.h\"\n#include <cstring> // for memmove\n\nvoid _mulnumx(PNUMBER* pa, PNUMBER b);\n\n//----------------------------------------------------------------------------\n//\n//    FUNCTION: mulnumx\n//\n//    ARGUMENTS: pointer to a number and a second number, the\n//               base is always BASEX.\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the number equivalent of *pa *= b.\n//    This is a stub which prevents multiplication by 1, this is a big speed\n//    improvement.\n//\n//----------------------------------------------------------------------------\n\nvoid mulnumx(_Inout_ PNUMBER* pa, _In_ PNUMBER b)\n\n{\n    if (b->cdigit > 1 || b->mant[0] != 1 || b->exp != 0)\n    {\n        // If b is not one we multiply\n        if ((*pa)->cdigit > 1 || (*pa)->mant[0] != 1 || (*pa)->exp != 0)\n        {\n            // pa and b are both non-one.\n            _mulnumx(pa, b);\n        }\n        else\n        {\n            // if pa is one and b isn't just copy b. and adjust the sign.\n            int32_t sign = (*pa)->sign;\n            DUPNUM(*pa, b);\n            (*pa)->sign *= sign;\n        }\n    }\n    else\n    {\n        // B is +/- 1, But we do have to set the sign.\n        (*pa)->sign *= b->sign;\n    }\n}\n\n//----------------------------------------------------------------------------\n//\n//    FUNCTION: _mulnumx\n//\n//    ARGUMENTS: pointer to a number and a second number, the\n//               base is always BASEX.\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the number equivalent of *pa *= b.\n//    Assumes the base is BASEX of both numbers.  This algorithm is the\n//    same one you learned in grade school, except the base isn't 10 it's\n//    BASEX.\n//\n//----------------------------------------------------------------------------\n\nvoid _mulnumx(PNUMBER* pa, PNUMBER b)\n\n{\n    PNUMBER c = nullptr;  // c will contain the result.\n    PNUMBER a = nullptr;  // a is the dereferenced number pointer from *pa\n    MANTTYPE* ptra;       // ptra is a pointer to the mantissa of a.\n    MANTTYPE* ptrb;       // ptrb is a pointer to the mantissa of b.\n    MANTTYPE* ptrc;       // ptrc is a pointer to the mantissa of c.\n    MANTTYPE* ptrcoffset; // ptrcoffset, is the anchor location of the next\n                          // single digit multiply partial result.\n    int32_t iadigit = 0;  // Index of digit being used in the first number.\n    int32_t ibdigit = 0;  // Index of digit being used in the second number.\n    MANTTYPE da = 0;      // da is the digit from the fist number.\n    TWO_MANTTYPE cy = 0;  // cy is the carry resulting from the addition of\n                          // a multiplied row into the result.\n    TWO_MANTTYPE mcy = 0; // mcy is the resultant from a single\n                          // multiply, AND the carry of that multiply.\n    int32_t icdigit = 0;  // Index of digit being calculated in final result.\n\n    a = *pa;\n\n    ibdigit = a->cdigit + b->cdigit - 1;\n    createnum(c, ibdigit + 1);\n    c->cdigit = ibdigit;\n    c->sign = a->sign * b->sign;\n\n    c->exp = a->exp + b->exp;\n    ptra = a->mant;\n    ptrcoffset = c->mant;\n\n    for (iadigit = a->cdigit; iadigit > 0; iadigit--)\n    {\n        da = *ptra++;\n        ptrb = b->mant;\n\n        // Shift ptrc, and ptrcoffset, one for each digit\n        ptrc = ptrcoffset++;\n\n        for (ibdigit = b->cdigit; ibdigit > 0; ibdigit--)\n        {\n            cy = 0;\n            mcy = (uint64_t)da * (*ptrb);\n            if (mcy)\n            {\n                icdigit = 0;\n                if (ibdigit == 1 && iadigit == 1)\n                {\n                    c->cdigit++;\n                }\n            }\n\n            // If result is nonzero, or while result of carry is nonzero...\n            while (mcy || cy)\n            {\n                // update carry from addition(s) and multiply.\n                cy += (TWO_MANTTYPE)ptrc[icdigit] + ((uint32_t)mcy & ((uint32_t)~BASEX));\n\n                // update result digit from\n                ptrc[icdigit++] = (MANTTYPE)((uint32_t)cy & ((uint32_t)~BASEX));\n\n                // update carries from\n                mcy >>= BASEXPWR;\n                cy >>= BASEXPWR;\n            }\n\n            ptrb++;\n            ptrc++;\n        }\n    }\n\n    // prevent different kinds of zeros, by stripping leading duplicate zeros.\n    // digits are in order of increasing significance.\n    while (c->cdigit > 1 && c->mant[c->cdigit - 1] == 0)\n    {\n        c->cdigit--;\n    }\n\n    destroynum(*pa);\n    *pa = c;\n}\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: numpowi32x\n//\n//    ARGUMENTS: root as number power as int32_t\n//               number.\n//\n//    RETURN: None root is changed.\n//\n//    DESCRIPTION: changes numeric representation of root to\n//    root ** power. Assumes base BASEX\n//    decomposes the exponent into it's sums of powers of 2, so on average\n//    it will take n+n/2 multiplies where n is the highest on bit.\n//\n//-----------------------------------------------------------------------------\n\nvoid numpowi32x(_Inout_ PNUMBER* proot, int32_t power)\n\n{\n    PNUMBER lret = i32tonum(1, BASEX);\n\n    // Once the power remaining is zero we are done.\n    while (power > 0)\n    {\n        // If this bit in the power decomposition is on, multiply the result\n        // by the root number.\n        if (power & 1)\n        {\n            mulnumx(&lret, *proot);\n        }\n\n        // multiply the root number by itself to scale for the next bit (i.e.\n        // square it.\n        mulnumx(proot, *proot);\n\n        // move the next bit of the power into place.\n        power >>= 1;\n    }\n    destroynum(*proot);\n    *proot = lret;\n}\n\nvoid _divnumx(PNUMBER* pa, PNUMBER b, int32_t precision);\n\n//----------------------------------------------------------------------------\n//\n//    FUNCTION: divnumx\n//\n//    ARGUMENTS: pointer to a number, a second number and precision.\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the number equivalent of *pa /= b.\n//    Assumes radix is the internal radix representation.\n//    This is a stub which prevents division by 1, this is a big speed\n//    improvement.\n//\n//----------------------------------------------------------------------------\n\nvoid divnumx(_Inout_ PNUMBER* pa, _In_ PNUMBER b, int32_t precision)\n\n{\n    if (b->cdigit > 1 || b->mant[0] != 1 || b->exp != 0)\n    {\n        // b is not one.\n        if ((*pa)->cdigit > 1 || (*pa)->mant[0] != 1 || (*pa)->exp != 0)\n        {\n            // pa and b are both not one.\n            _divnumx(pa, b, precision);\n        }\n        else\n        {\n            // if pa is one and b is not one, just copy b, and adjust the sign.\n            int32_t sign = (*pa)->sign;\n            DUPNUM(*pa, b);\n            (*pa)->sign *= sign;\n        }\n    }\n    else\n    {\n        // b is one so don't divide, but set the sign.\n        (*pa)->sign *= b->sign;\n    }\n}\n\n//----------------------------------------------------------------------------\n//\n//    FUNCTION: _divnumx\n//\n//    ARGUMENTS: pointer to a number, a second number and precision.\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the number equivalent of *pa /= b.\n//    Assumes radix is the internal radix representation.\n//\n//----------------------------------------------------------------------------\n\nvoid _divnumx(PNUMBER* pa, PNUMBER b, int32_t precision)\n\n{\n    PNUMBER a = nullptr;       // a is the dereferenced number pointer from *pa\n    PNUMBER c = nullptr;       // c will contain the result.\n    PNUMBER lasttmp = nullptr; // lasttmp allows a backup when the algorithm\n                               // guesses one bit too far.\n    PNUMBER tmp = nullptr;     // current guess being worked on for divide.\n    PNUMBER rem = nullptr;     // remainder after applying guess.\n    int32_t cdigits;           // count of digits for answer.\n    MANTTYPE* ptrc;            // ptrc is a pointer to the mantissa of c.\n\n    int32_t thismax = precision + g_ratio; // set a maximum number of internal digits\n                                           // to shoot for in the divide.\n\n    a = *pa;\n    if (thismax < a->cdigit)\n    {\n        // a has more digits than precision specified, bump up digits to shoot\n        // for.\n        thismax = a->cdigit;\n    }\n\n    if (thismax < b->cdigit)\n    {\n        // b has more digits than precision specified, bump up digits to shoot\n        // for.\n        thismax = b->cdigit;\n    }\n\n    // Create c (the divide answer) and set up exponent and sign.\n    createnum(c, thismax + 1);\n    c->exp = (a->cdigit + a->exp) - (b->cdigit + b->exp) + 1;\n    c->sign = a->sign * b->sign;\n\n    ptrc = c->mant + thismax;\n    cdigits = 0;\n\n    DUPNUM(rem, a);\n    rem->sign = b->sign;\n    rem->exp = b->cdigit + b->exp - rem->cdigit;\n\n    while (cdigits++ < thismax && !zernum(rem))\n    {\n        int32_t digit = 0;\n        *ptrc = 0;\n        while (!lessnum(rem, b))\n        {\n            digit = 1;\n            DUPNUM(tmp, b);\n            destroynum(lasttmp);\n            lasttmp = i32tonum(0, BASEX);\n            while (lessnum(tmp, rem))\n            {\n                destroynum(lasttmp);\n                DUPNUM(lasttmp, tmp);\n                addnum(&tmp, tmp, BASEX);\n                digit *= 2;\n            }\n            if (lessnum(rem, tmp))\n            {\n                // too far, back up...\n                destroynum(tmp);\n                digit /= 2;\n                tmp = lasttmp;\n                lasttmp = nullptr;\n            }\n\n            tmp->sign *= -1;\n            addnum(&rem, tmp, BASEX);\n            destroynum(tmp);\n            destroynum(lasttmp);\n            *ptrc |= digit;\n        }\n        rem->exp++;\n        ptrc--;\n    }\n    cdigits--;\n    if (c->mant != ++ptrc)\n    {\n        memmove(c->mant, ptrc, (int)(cdigits * sizeof(MANTTYPE)));\n    }\n\n    if (!cdigits)\n    {\n        // A zero, make sure no weird exponents creep in\n        c->exp = 0;\n        c->cdigit = 1;\n    }\n    else\n    {\n        c->cdigit = cdigits;\n        c->exp -= cdigits;\n        // prevent different kinds of zeros, by stripping leading duplicate\n        // zeros. digits are in order of increasing significance.\n        while (c->cdigit > 1 && c->mant[c->cdigit - 1] == 0)\n        {\n            c->cdigit--;\n        }\n    }\n\n    destroynum(rem);\n\n    destroynum(*pa);\n    *pa = c;\n}\n"
  },
  {
    "path": "src/CalcManager/Ratpack/conv.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//---------------------------------------------------------------------------\n//  Package Title  ratpak\n//  File           conv.c\n//  Copyright      (C) 1995-97 Microsoft\n//  Date           01-16-95\n//\n//\n//  Description\n//\n//     Contains conversion, input and output routines for numbers rationals\n//  and i32s.\n//\n//\n//\n//---------------------------------------------------------------------------\n\n#include <algorithm>\n#include \"winerror_cross_platform.h\"\n#include <sstream>\n#include <cstring> // for memmove, memcpy\n#include \"ratpak.h\"\n\nusing namespace std;\n\nstatic constexpr int MAX_ZEROS_AFTER_DECIMAL = 2;\n\n// digits 0..64 used by bases 2 .. 64\nstatic constexpr wstring_view DIGITS = L\"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_@\";\n\n// ratio of internal 'digits' to output 'digits'\n// Calculated elsewhere as part of initialization and when base is changed\nint32_t g_ratio; // int(log(2L^BASEXPWR)/log(radix))\n// Default decimal separator\nwchar_t g_decimalSeparator = L'.';\n\n// The following defines and Calc_ULong* functions were taken from\n// https://github.com/dotnet/coreclr/blob/8b1595b74c943b33fa794e63e440e6f4c9679478/src/pal/inc/rt/intsafe.h\n// under MIT License\n// See also\n// * https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros\n// * https://sourceforge.net/p/predef/wiki/Architectures/\n#if defined(MIDL_PASS) || defined(RC_INVOKED) || defined(_M_CEE_PURE) || defined(_M_AMD64) || defined(__ARM_ARCH) || defined(__x86_64__) || defined(_M_ARM64)\n\n#ifndef Calc_UInt32x32To64\n#define Calc_UInt32x32To64(a, b) ((uint64_t)((uint32_t)(a)) * (uint64_t)((uint32_t)(b)))\n#endif\n\n#elif defined(_M_IX86) || defined(__i386__) || defined(_M_ARM)\n\n#ifndef Calc_UInt32x32To64\n#define Calc_UInt32x32To64(a, b) (uint64_t)((uint64_t)(uint32_t)(a) * (uint32_t)(b))\n#endif\n#else\n\n#error Must define a target architecture.\n\n#endif\n\n#define CALC_INTSAFE_E_ARITHMETIC_OVERFLOW ((int32_t)0x80070216L) // 0x216 = 534 = ERROR_ARITHMETIC_OVERFLOW\n#define CALC_ULONG_ERROR ((uint32_t)0xffffffffU)\n\nnamespace\n{\n    int32_t Calc_ULongAdd(_In_ uint32_t ulAugend, _In_ uint32_t ulAddend, _Out_ uint32_t* pulResult)\n    {\n        int32_t hr = CALC_INTSAFE_E_ARITHMETIC_OVERFLOW;\n        *pulResult = CALC_ULONG_ERROR;\n\n        if ((ulAugend + ulAddend) >= ulAugend)\n        {\n            *pulResult = (ulAugend + ulAddend);\n            hr = S_OK;\n        }\n\n        return hr;\n    }\n\n    int32_t Calc_ULongLongToULong(_In_ uint64_t ullOperand, _Out_ uint32_t* pulResult)\n    {\n        int32_t hr = CALC_INTSAFE_E_ARITHMETIC_OVERFLOW;\n        *pulResult = CALC_ULONG_ERROR;\n\n        if (ullOperand <= UINT32_MAX)\n        {\n            *pulResult = (uint32_t)ullOperand;\n            hr = S_OK;\n        }\n\n        return hr;\n    }\n\n    int32_t Calc_ULongMult(_In_ uint32_t ulMultiplicand, _In_ uint32_t ulMultiplier, _Out_ uint32_t* pulResult)\n    {\n        uint64_t ull64Result = Calc_UInt32x32To64(ulMultiplicand, ulMultiplier);\n\n        return Calc_ULongLongToULong(ull64Result, pulResult);\n    }\n}\n\n// Used to strip trailing zeros, and prevent combinatorial explosions\nbool stripzeroesnum(_Inout_ PNUMBER pnum, int32_t starting);\n\nvoid SetDecimalSeparator(wchar_t decimalSeparator)\n{\n    g_decimalSeparator = decimalSeparator;\n}\n\n//\n// Windows heap allocation\n//\nvoid* zmalloc(size_t a)\n{\n    return calloc(a, sizeof(unsigned char));\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: _dupnum\n//\n//    ARGUMENTS: pointer to a number, pointer to a number\n//\n//    RETURN: None\n//\n//    DESCRIPTION: Copies the source to the destination\n//\n//-----------------------------------------------------------------------------\n\nvoid _dupnum(_In_ PNUMBER dest, _In_ const NUMBER* const src)\n{\n    memcpy(dest, src, (int)(sizeof(NUMBER) + ((src)->cdigit) * (sizeof(MANTTYPE))));\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: _destroynum\n//\n//    ARGUMENTS: pointer to a number\n//\n//    RETURN: None\n//\n//    DESCRIPTION: Deletes the number and associated allocation\n//\n//-----------------------------------------------------------------------------\n\nvoid _destroynum(_Frees_ptr_opt_ PNUMBER pnum)\n\n{\n    if (pnum != nullptr)\n    {\n        free(pnum);\n    }\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: _destroyrat\n//\n//    ARGUMENTS: pointer to a rational\n//\n//    RETURN: None\n//\n//    DESCRIPTION: Deletes the rational and associated\n//    allocations.\n//\n//-----------------------------------------------------------------------------\n\nvoid _destroyrat(_Frees_ptr_opt_ PRAT prat)\n\n{\n    if (prat != nullptr)\n    {\n        destroynum(prat->pp);\n        destroynum(prat->pq);\n        free(prat);\n    }\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: _createnum\n//\n//    ARGUMENTS: size of number in 'digits'\n//\n//    RETURN: pointer to a number\n//\n//    DESCRIPTION: allocates and zeros out number type.\n//\n//-----------------------------------------------------------------------------\n\nPNUMBER _createnum(_In_ uint32_t size)\n\n{\n    PNUMBER pnumret = nullptr;\n    uint32_t cbAlloc;\n\n    // sizeof( MANTTYPE ) is the size of a 'digit'\n    if (SUCCEEDED(Calc_ULongAdd(size, 1, &cbAlloc)) && SUCCEEDED(Calc_ULongMult(cbAlloc, sizeof(MANTTYPE), &cbAlloc))\n        && SUCCEEDED(Calc_ULongAdd(cbAlloc, sizeof(NUMBER), &cbAlloc)))\n    {\n        pnumret = (PNUMBER)zmalloc(cbAlloc);\n        if (pnumret == nullptr)\n        {\n            throw(CALC_E_OUTOFMEMORY);\n        }\n    }\n    else\n    {\n        throw(CALC_E_INVALIDRANGE);\n    }\n    return (pnumret);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: _createrat\n//\n//    ARGUMENTS: none\n//\n//    RETURN: pointer to a rational\n//\n//    DESCRIPTION: allocates a rational structure but does not\n//    allocate the numbers that make up the rational p over q\n//    form.  These number pointers are left pointing to null.\n//\n//-----------------------------------------------------------------------------\n\nPRAT _createrat(void)\n\n{\n    PRAT prat = nullptr;\n\n    prat = (PRAT)zmalloc(sizeof(RAT));\n\n    if (prat == nullptr)\n    {\n        throw(CALC_E_OUTOFMEMORY);\n    }\n    prat->pp = nullptr;\n    prat->pq = nullptr;\n    return (prat);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: numtorat\n//\n//    ARGUMENTS: pointer to a number, radix number is in.\n//\n//    RETURN: Rational representation of number.\n//\n//    DESCRIPTION: The rational representation of the number\n//    is guaranteed to be in the form p (number with internal\n//    base   representation) over q (number with internal base\n//    representation)  Where p and q are integers.\n//\n//-----------------------------------------------------------------------------\n\nPRAT numtorat(_In_ PNUMBER pin, uint32_t radix)\n\n{\n    PNUMBER pnRadixn = nullptr;\n    DUPNUM(pnRadixn, pin);\n\n    PNUMBER qnRadixn = i32tonum(1, radix);\n\n    // Ensure p and q start out as integers.\n    if (pnRadixn->exp < 0)\n    {\n        qnRadixn->exp -= pnRadixn->exp;\n        pnRadixn->exp = 0;\n    }\n\n    PRAT pout = nullptr;\n    createrat(pout);\n\n    // There is probably a better way to do this.\n    pout->pp = numtonRadixx(pnRadixn, radix);\n    pout->pq = numtonRadixx(qnRadixn, radix);\n\n    destroynum(pnRadixn);\n    destroynum(qnRadixn);\n\n    return (pout);\n}\n\n//----------------------------------------------------------------------------\n//\n//    FUNCTION: nRadixxtonum\n//\n//    ARGUMENTS: pointer to a number, base requested.\n//\n//    RETURN: number representation in radix requested.\n//\n//    DESCRIPTION: Does a base conversion on a number from\n//    internal to requested base. Assumes number being passed\n//    in is really in internal base form.\n//\n//----------------------------------------------------------------------------\n\nPNUMBER nRadixxtonum(_In_ PNUMBER a, uint32_t radix, int32_t precision)\n\n{\n    PNUMBER sum = i32tonum(0, radix);\n    PNUMBER powofnRadix = i32tonum(BASEX, radix);\n\n    // A large penalty is paid for conversion of digits no one will see anyway.\n    // limit the digits to the minimum of the existing precision or the\n    // requested precision.\n    uint32_t cdigits = precision + 1;\n    if (cdigits > (uint32_t)a->cdigit)\n    {\n        cdigits = (uint32_t)a->cdigit;\n    }\n\n    // scale by the internal base to the internal exponent offset of the LSD\n    numpowi32(&powofnRadix, a->exp + (a->cdigit - cdigits), radix, precision);\n\n    // Loop over all the relative digits from MSD to LSD\n    for (MANTTYPE* ptr = &(a->mant[a->cdigit - 1]); cdigits > 0; ptr--, cdigits--)\n    {\n        // Loop over all the bits from MSB to LSB\n        for (uint32_t bitmask = BASEX / 2; bitmask > 0; bitmask /= 2)\n        {\n            addnum(&sum, sum, radix);\n            if (*ptr & bitmask)\n            {\n                sum->mant[0] |= 1;\n            }\n        }\n    }\n\n    // Scale answer by power of internal exponent.\n    mulnum(&sum, powofnRadix, radix);\n\n    destroynum(powofnRadix);\n    sum->sign = a->sign;\n    return (sum);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: numtonRadixx\n//\n//    ARGUMENTS: pointer to a number, radix of that number.\n//\n//    RETURN: number representation in internal radix.\n//\n//    DESCRIPTION: Does a radix conversion on a number from\n//    specified radix to requested radix.  Assumes the radix\n//    specified is the radix of the number passed in.\n//\n//-----------------------------------------------------------------------------\n\nPNUMBER numtonRadixx(_In_ PNUMBER a, uint32_t radix)\n{\n    PNUMBER pnumret = i32tonum(0, BASEX); // pnumret is the number in internal form.\n    PNUMBER num_radix = i32tonum(radix, BASEX);\n    MANTTYPE* ptrdigit = a->mant; // pointer to digit being worked on.\n\n    // Digits are in reverse order, back over them LSD first.\n    ptrdigit += a->cdigit - 1;\n\n    PNUMBER thisdigit = nullptr; // thisdigit holds the current digit of a\n    for (int32_t idigit = 0; idigit < a->cdigit; idigit++)\n    {\n        mulnumx(&pnumret, num_radix);\n        // WARNING:\n        // This should just smack in each digit into a 'special' thisdigit.\n        // and not do the overhead of recreating the number type each time.\n        thisdigit = i32tonum(*ptrdigit--, BASEX);\n        addnum(&pnumret, thisdigit, BASEX);\n        destroynum(thisdigit);\n    }\n\n    // Calculate the exponent of the external base for scaling.\n    numpowi32x(&num_radix, a->exp);\n\n    // ... and scale the result.\n    mulnumx(&pnumret, num_radix);\n\n    destroynum(num_radix);\n\n    // And propagate the sign.\n    pnumret->sign = a->sign;\n\n    return (pnumret);\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: StringToRat\n//\n//  ARGUMENTS:\n//              mantissaIsNegative true if mantissa is less than zero\n//              mantissa a string representation of a number\n//              exponentIsNegative  true if exponent is less than zero\n//              exponent a string representation of a number\n//              radix is the number base used in the source string\n//\n//  RETURN: PRAT representation of string input.\n//          Or nullptr if no number scanned.\n//\n//  EXPLANATION: This is for calc.\n//\n//\n//-----------------------------------------------------------------------------\n\nPRAT StringToRat(bool mantissaIsNegative, wstring_view mantissa, bool exponentIsNegative, wstring_view exponent, uint32_t radix, int32_t precision)\n{\n    PRAT resultRat = nullptr; // holds exponent in rational form.\n\n    // Deal with mantissa\n    if (mantissa.empty())\n    {\n        // Preset value if no mantissa\n        if (exponent.empty())\n        {\n            // Exponent not specified, preset value to zero\n            DUPRAT(resultRat, rat_zero);\n        }\n        else\n        {\n            // Exponent specified, preset value to one\n            DUPRAT(resultRat, rat_one);\n        }\n    }\n    else\n    {\n        // Mantissa specified, convert to number form.\n        PNUMBER pnummant = StringToNumber(mantissa, radix, precision);\n        if (pnummant == nullptr)\n        {\n            return nullptr;\n        }\n\n        resultRat = numtorat(pnummant, radix);\n        // convert to rational form, and cleanup.\n        destroynum(pnummant);\n    }\n\n    // Deal with exponent\n    int32_t expt = 0;\n    if (!exponent.empty())\n    {\n        // Exponent specified, convert to number form.\n        // Don't use native stuff, as it is restricted in the bases it can\n        // handle.\n        PNUMBER numExp = StringToNumber(exponent, radix, precision);\n        if (numExp == nullptr)\n        {\n            return nullptr;\n        }\n\n        // Convert exponent number form to native integral form,  and cleanup.\n        expt = numtoi32(numExp, radix);\n        destroynum(numExp);\n    }\n\n    // Convert native integral exponent form to rational multiplier form.\n    PNUMBER pnumexp = i32tonum(radix, BASEX);\n    numpowi32x(&pnumexp, abs(expt));\n\n    PRAT pratexp = nullptr;\n    createrat(pratexp);\n    DUPNUM(pratexp->pp, pnumexp);\n    pratexp->pq = i32tonum(1, BASEX);\n    destroynum(pnumexp);\n\n    if (exponentIsNegative)\n    {\n        // multiplier is less than 1, this means divide.\n        divrat(&resultRat, pratexp, precision);\n    }\n    else if (expt > 0)\n    {\n        // multiplier is greater than 1, this means multiply.\n        mulrat(&resultRat, pratexp, precision);\n    }\n    // multiplier can be 1, in which case it'd be a waste of time to multiply.\n\n    destroyrat(pratexp);\n\n    if (mantissaIsNegative)\n    {\n        // A negative number was used, adjust the sign.\n        resultRat->pp->sign *= -1;\n    }\n\n    return resultRat;\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: StringToNumber\n//\n//  ARGUMENTS:\n//              wstring_view numberString\n//              int radix\n//              int32_t precision\n//\n//  RETURN: pnumber representation of string input.\n//          Or nullptr if no number scanned.\n//\n//  EXPLANATION: This is a state machine,\n//\n//    State      Description            Example, ^shows just read position.\n//                                                which caused the transition\n//\n//    START      Start state            ^1.0\n//    MANTS      Mantissa sign          -^1.0\n//    LZ         Leading Zero           0^1.0\n//    LZDP       Post LZ dec. pt.       000.^1\n//    LD         Leading digit          1^.0\n//    DZ         Post LZDP Zero         000.0^1\n//    DD         Post Decimal digit     .01^2\n//    DDP        Leading Digit dec. pt. 1.^2\n//    EXPB       Exponent Begins        1.0e^2\n//    EXPS       Exponent sign          1.0e+^5\n//    EXPD       Exponent digit         1.0e1^2 or  even 1.0e0^1\n//    EXPBZ      Exponent begin post 0  0.000e^+1\n//    EXPSZ      Exponent sign post 0   0.000e+^1\n//    EXPDZ      Exponent digit post 0  0.000e+1^2\n//    ERR        Error case             0.0.^\n//\n//    Terminal   Description\n//\n//    DP         '.'\n//    ZR         '0'\n//    NZ         '1'..'9' 'A'..'Z' 'a'..'z' '@' '_'\n//    SG         '+' '-'\n//    EX         'e' '^' e is used for radix 10, ^ for all other radixes.\n//\n//-----------------------------------------------------------------------------\nstatic constexpr uint8_t DP = 0;\nstatic constexpr uint8_t ZR = 1;\nstatic constexpr uint8_t NZ = 2;\nstatic constexpr uint8_t SG = 3;\nstatic constexpr uint8_t EX = 4;\n\nstatic constexpr uint8_t START = 0;\nstatic constexpr uint8_t MANTS = 1;\nstatic constexpr uint8_t LZ = 2;\nstatic constexpr uint8_t LZDP = 3;\nstatic constexpr uint8_t LD = 4;\nstatic constexpr uint8_t DZ = 5;\nstatic constexpr uint8_t DD = 6;\nstatic constexpr uint8_t DDP = 7;\nstatic constexpr uint8_t EXPB = 8;\nstatic constexpr uint8_t EXPS = 9;\nstatic constexpr uint8_t EXPD = 10;\nstatic constexpr uint8_t EXPBZ = 11;\nstatic constexpr uint8_t EXPSZ = 12;\nstatic constexpr uint8_t EXPDZ = 13;\nstatic constexpr uint8_t ERR = 14;\n\n#if defined(DEBUG)\nchar* statestr[] = {\n    \"START\", \"MANTS\", \"LZ\", \"LZDP\", \"LD\", \"DZ\", \"DD\", \"DDP\", \"EXPB\", \"EXPS\", \"EXPD\", \"EXPBZ\", \"EXPSZ\", \"EXPDZ\", \"ERR\",\n};\n#endif\n\n// New state is machine[state][terminal]\nstatic constexpr uint8_t machine[ERR + 1][EX + 1] = {\n    //        DP,     ZR,      NZ,      SG,     EX\n    // START\n    { LZDP, LZ, LD, MANTS, ERR },\n    // MANTS\n    { LZDP, LZ, LD, ERR, ERR },\n    // LZ\n    { LZDP, LZ, LD, ERR, EXPBZ },\n    // LZDP\n    { ERR, DZ, DD, ERR, EXPB },\n    // LD\n    { DDP, LD, LD, ERR, EXPB },\n    // DZ\n    { ERR, DZ, DD, ERR, EXPBZ },\n    // DD\n    { ERR, DD, DD, ERR, EXPB },\n    // DDP\n    { ERR, DD, DD, ERR, EXPB },\n    // EXPB\n    { ERR, EXPD, EXPD, EXPS, ERR },\n    // EXPS\n    { ERR, EXPD, EXPD, ERR, ERR },\n    // EXPD\n    { ERR, EXPD, EXPD, ERR, ERR },\n    // EXPBZ\n    { ERR, EXPDZ, EXPDZ, EXPSZ, ERR },\n    // EXPSZ\n    { ERR, EXPDZ, EXPDZ, ERR, ERR },\n    // EXPDZ\n    { ERR, EXPDZ, EXPDZ, ERR, ERR },\n    // ERR\n    { ERR, ERR, ERR, ERR, ERR }\n};\n\nwchar_t NormalizeCharDigit(wchar_t c, uint32_t radix)\n{\n    // Allow upper and lower case letters as equivalent, base\n    // is in the range where this is not ambiguous.\n    if (size_t{ radix } >= DIGITS.find(L'A') && size_t{ radix } <= DIGITS.find(L'Z'))\n    {\n        return towupper(c);\n    }\n\n    return c;\n}\n\nPNUMBER StringToNumber(wstring_view numberString, uint32_t radix, int32_t precision)\n{\n    int32_t expSign = 1L;  // expSign is exponent sign ( +/- 1 )\n    int32_t expValue = 0L; // expValue is exponent mantissa, should be unsigned\n\n    PNUMBER pnumret = nullptr;\n    createnum(pnumret, static_cast<uint32_t>(numberString.length()));\n    pnumret->sign = 1L;\n    pnumret->cdigit = 0;\n    pnumret->exp = 0;\n    MANTTYPE* pmant = pnumret->mant + numberString.length() - 1;\n\n    uint8_t state = START; // state is the state of the input state machine.\n    for (const auto& c : numberString)\n    {\n        // If the character is the decimal separator, use L'.' for the purposes of the state machine.\n        wchar_t curChar = (c == g_decimalSeparator ? L'.' : c);\n\n        // Switch states based on the character we encountered\n        switch (curChar)\n        {\n        case L'-':\n        case L'+':\n            state = machine[state][SG];\n            break;\n        case L'.':\n            state = machine[state][DP];\n            break;\n        case L'0':\n            state = machine[state][ZR];\n            break;\n        case L'^':\n        case L'e':\n            if (curChar == L'^' || radix == 10)\n            {\n                state = machine[state][EX];\n                break;\n            }\n            // Drop through in the 'e'-as-a-digit case\n            [[fallthrough]];\n        default:\n            state = machine[state][NZ];\n            break;\n        }\n\n        // Now update our result value based on the state we are in\n        switch (state)\n        {\n        case MANTS:\n            pnumret->sign = (curChar == L'-') ? -1 : 1;\n            break;\n        case EXPSZ:\n        case EXPS:\n            expSign = (curChar == L'-') ? -1 : 1;\n            break;\n        case EXPDZ:\n        case EXPD:\n        {\n            curChar = NormalizeCharDigit(curChar, radix);\n\n            size_t pos = DIGITS.find(curChar);\n            if (pos != wstring_view::npos)\n            {\n                expValue *= radix;\n                expValue += static_cast<int32_t>(pos);\n            }\n            else\n            {\n                state = ERR;\n            }\n        }\n        break;\n        case LD:\n            pnumret->exp++;\n            [[fallthrough]];\n        case DD:\n        {\n            curChar = NormalizeCharDigit(curChar, radix);\n\n            size_t pos = DIGITS.find(curChar);\n            if (pos != wstring_view::npos && pos < static_cast<size_t>(radix))\n            {\n                *pmant-- = static_cast<MANTTYPE>(pos);\n                pnumret->exp--;\n                pnumret->cdigit++;\n            }\n            else\n            {\n                state = ERR;\n            }\n        }\n        break;\n        case DZ:\n            pnumret->exp--;\n            break;\n        case LZ:\n        case LZDP:\n        case DDP:\n            break;\n        }\n    }\n\n    if (state == DZ || state == EXPDZ)\n    {\n        pnumret->cdigit = 1;\n        pnumret->exp = 0;\n        pnumret->sign = 1;\n    }\n    else\n    {\n        while (pnumret->cdigit < static_cast<int32_t>(numberString.length()))\n        {\n            pnumret->cdigit++;\n            pnumret->exp--;\n        }\n\n        pnumret->exp += expSign * expValue;\n    }\n\n    // If we don't have a number, clear our result.\n    if (pnumret->cdigit == 0)\n    {\n        destroynum(pnumret);\n        pnumret = nullptr;\n    }\n    else\n    {\n        stripzeroesnum(pnumret, precision);\n    }\n\n    return pnumret;\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: i32torat\n//\n//    ARGUMENTS: int32_t\n//\n//    RETURN: Rational representation of int32_t input.\n//\n//    DESCRIPTION: Converts int32_t input to rational (p over q)\n//    form, where q is 1 and p is the int32_t.\n//\n//-----------------------------------------------------------------------------\n\nPRAT i32torat(int32_t ini32)\n\n{\n    PRAT pratret = nullptr;\n    createrat(pratret);\n    pratret->pp = i32tonum(ini32, BASEX);\n    pratret->pq = i32tonum(1L, BASEX);\n    return (pratret);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: Ui32torat\n//\n//    ARGUMENTS: ui32\n//\n//    RETURN: Rational representation of uint32_t input.\n//\n//    DESCRIPTION: Converts uint32_t input to rational (p over q)\n//    form, where q is 1 and p is the uint32_t. Being unsigned cant take negative\n//    numbers, but the full range of unsigned numbers\n//\n//-----------------------------------------------------------------------------\n\nPRAT Ui32torat(uint32_t inui32)\n\n{\n    PRAT pratret = nullptr;\n    createrat(pratret);\n    pratret->pp = Ui32tonum(inui32, BASEX);\n    pratret->pq = i32tonum(1L, BASEX);\n    return (pratret);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: i32tonum\n//\n//    ARGUMENTS: int32_t input and radix requested.\n//\n//    RETURN: number\n//\n//    DESCRIPTION: Returns a number representation in the\n//    base   requested of the int32_t value passed in.\n//\n//-----------------------------------------------------------------------------\n\nPNUMBER i32tonum(int32_t ini32, uint32_t radix)\n\n{\n    MANTTYPE* pmant;\n    PNUMBER pnumret = nullptr;\n\n    createnum(pnumret, MAX_LONG_SIZE);\n    pmant = pnumret->mant;\n    pnumret->cdigit = 0;\n    pnumret->exp = 0;\n    if (ini32 < 0)\n    {\n        pnumret->sign = -1;\n        ini32 *= -1;\n    }\n    else\n    {\n        pnumret->sign = 1;\n    }\n\n    do\n    {\n        *pmant++ = (MANTTYPE)(ini32 % radix);\n        ini32 /= radix;\n        pnumret->cdigit++;\n    } while (ini32);\n\n    return (pnumret);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: Ui32tonum\n//\n//    ARGUMENTS: uint32_t input and radix requested.\n//\n//    RETURN: number\n//\n//    DESCRIPTION: Returns a number representation in the\n//    base   requested of the uint32_t value passed in. Being unsigned number it has no\n//    negative number and takes the full range of unsigned number\n//\n//-----------------------------------------------------------------------------\n\nPNUMBER Ui32tonum(uint32_t ini32, uint32_t radix)\n{\n    MANTTYPE* pmant;\n    PNUMBER pnumret = nullptr;\n\n    createnum(pnumret, MAX_LONG_SIZE);\n    pmant = pnumret->mant;\n    pnumret->cdigit = 0;\n    pnumret->exp = 0;\n    pnumret->sign = 1;\n\n    do\n    {\n        *pmant++ = (MANTTYPE)(ini32 % radix);\n        ini32 /= radix;\n        pnumret->cdigit++;\n    } while (ini32);\n\n    return (pnumret);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: rattoi32\n//\n//    ARGUMENTS: rational number in internal base, integer radix and int32_t precision.\n//\n//    RETURN: int32_t\n//\n//    DESCRIPTION: returns the int32_t representation of the\n//    number input.  Assumes that the number is in the internal\n//    base.\n//\n//-----------------------------------------------------------------------------\n\nint32_t rattoi32(_In_ PRAT prat, uint32_t radix, int32_t precision)\n{\n    if (rat_gt(prat, rat_max_i32, precision) || rat_lt(prat, rat_min_i32, precision))\n    {\n        // Don't attempt rattoi32 of anything too big or small\n        throw(CALC_E_DOMAIN);\n    }\n\n    PRAT pint = nullptr;\n    DUPRAT(pint, prat);\n\n    intrat(&pint, radix, precision);\n    divnumx(&(pint->pp), pint->pq, precision);\n    DUPNUM(pint->pq, num_one);\n\n    int32_t lret = numtoi32(pint->pp, BASEX);\n\n    destroyrat(pint);\n\n    return (lret);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: rattoUi32\n//\n//    ARGUMENTS: rational number in internal base, integer radix and int32_t precision.\n//\n//    RETURN: Ui32\n//\n//    DESCRIPTION: returns the Ui32 representation of the\n//    number input.  Assumes that the number is in the internal\n//    base.\n//\n//-----------------------------------------------------------------------------\nuint32_t rattoUi32(_In_ PRAT prat, uint32_t radix, int32_t precision)\n{\n    if (rat_gt(prat, rat_dword, precision) || rat_lt(prat, rat_zero, precision))\n    {\n        // Don't attempt rattoui32 of anything too big or small\n        throw(CALC_E_DOMAIN);\n    }\n\n    PRAT pint = nullptr;\n    DUPRAT(pint, prat);\n\n    intrat(&pint, radix, precision);\n    divnumx(&(pint->pp), pint->pq, precision);\n    DUPNUM(pint->pq, num_one);\n\n    uint32_t lret = numtoi32(pint->pp, BASEX); // This happens to work even if it is only signed\n\n    destroyrat(pint);\n\n    return (lret);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: rattoUi64\n//\n//    ARGUMENTS: rational number in internal base, integer radix and int32_t precision\n//\n//    RETURN: Ui64\n//\n//    DESCRIPTION: returns the 64 bit (irrespective of which processor this is running in) representation of the\n//    number input.  Assumes that the number is in the internal\n//    base. Can throw exception if the number exceeds 2^64\n//    Implementation by getting the HI & LO 32 bit words and concatenating them, as the\n//    internal base chosen happens to be 2^32, this is easier.\n//-----------------------------------------------------------------------------\n\nuint64_t rattoUi64(_In_ PRAT prat, uint32_t radix, int32_t precision)\n{\n    PRAT pint = nullptr;\n\n    // first get the LO 32 bit word\n    DUPRAT(pint, prat);\n    andrat(&pint, rat_dword, radix, precision);      // & 0xFFFFFFFF   (2 ^ 32 -1)\n    uint32_t lo = rattoUi32(pint, radix, precision); // wont throw exception because already hi-dword chopped off\n\n    DUPRAT(pint, prat); // previous pint will get freed by this as well\n    PRAT prat32 = i32torat(32);\n    rshrat(&pint, prat32, radix, precision);\n    intrat(&pint, radix, precision);\n    andrat(&pint, rat_dword, radix, precision); // & 0xFFFFFFFF   (2 ^ 32 -1)\n    uint32_t hi = rattoUi32(pint, radix, precision);\n\n    destroyrat(prat32);\n    destroyrat(pint);\n\n    return (((uint64_t)hi << 32) | lo);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: numtoi32\n//\n//    ARGUMENTS: number input and base of that number.\n//\n//    RETURN: int32_t\n//\n//    DESCRIPTION: returns the int32_t representation of the\n//    number input.  Assumes that the number is really in the\n//    base   claimed.\n//\n//-----------------------------------------------------------------------------\nint32_t numtoi32(_In_ PNUMBER pnum, uint32_t radix)\n{\n    int32_t lret = 0;\n\n    MANTTYPE* pmant = pnum->mant;\n    pmant += pnum->cdigit - 1;\n\n    int32_t expt = pnum->exp;\n    for (int32_t length = pnum->cdigit; length > 0 && length + expt > 0; length--)\n    {\n        lret *= radix;\n        lret += *(pmant--);\n    }\n\n    while (expt-- > 0)\n    {\n        lret *= radix;\n    }\n    lret *= pnum->sign;\n\n    return lret;\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: bool stripzeroesnum\n//\n//    ARGUMENTS:            a number representation\n//\n//    RETURN: true if stripping done, modifies number in place.\n//\n//    DESCRIPTION: Strips off trailing zeros.\n//\n//-----------------------------------------------------------------------------\n\nbool stripzeroesnum(_Inout_ PNUMBER pnum, int32_t starting)\n{\n    bool fstrip = false;\n    // point pmant to the LeastCalculatedDigit\n    MANTTYPE* pmant = pnum->mant;\n    int32_t cdigits = pnum->cdigit;\n    // point pmant to the LSD\n    if (cdigits > starting)\n    {\n        pmant += cdigits - starting;\n        cdigits = starting;\n    }\n\n    // Check we haven't gone too far, and we are still looking at zeros.\n    while ((cdigits > 0) && !(*pmant))\n    {\n        // move to next significant digit and keep track of digits we can\n        // ignore later.\n        pmant++;\n        cdigits--;\n        fstrip = true;\n    }\n\n    // If there are zeros to remove.\n    if (fstrip)\n    {\n        // Remove them.\n        memmove(pnum->mant, pmant, (int)(cdigits * sizeof(MANTTYPE)));\n        // And adjust exponent and digit count accordingly.\n        pnum->exp += (pnum->cdigit - cdigits);\n        pnum->cdigit = cdigits;\n    }\n    return (fstrip);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: NumberToString\n//\n//    ARGUMENTS: number representation\n//          fmt, one of NumberFormat::Float, NumberFormat::Scientific or\n//          NumberFormat::Engineering\n//          integer radix and int32_t precision value\n//\n//    RETURN: String representation of number.\n//\n//    DESCRIPTION: Converts a number to its string\n//    representation.\n//\n//-----------------------------------------------------------------------------\nwstring NumberToString(_Inout_ PNUMBER& pnum, NumberFormat format, uint32_t radix, int32_t precision)\n{\n    stripzeroesnum(pnum, precision + 2);\n    int32_t length = pnum->cdigit;\n    int32_t exponent = pnum->exp + length; // Actual number of digits to the left of decimal\n\n    NumberFormat oldFormat = format;\n    if (exponent > precision && format == NumberFormat::Float)\n    {\n        // Force scientific mode to prevent user from assuming 33rd digit is exact.\n        format = NumberFormat::Scientific;\n    }\n\n    // Make length small enough to fit in pret.\n    if (length > precision)\n    {\n        length = precision;\n    }\n\n    // If there is a chance a round has to occur, round.\n    // - if number is zero no rounding\n    // - if number of digits is less than the maximum output no rounding\n    PNUMBER round = nullptr;\n    if (!zernum(pnum) && (pnum->cdigit >= precision || (length - exponent > precision && exponent >= -MAX_ZEROS_AFTER_DECIMAL)))\n    {\n        // Otherwise round.\n        round = i32tonum(radix, radix);\n        divnum(&round, num_two, radix, precision);\n\n        // Make round number exponent one below the LSD for the number.\n        if (exponent > 0 || format == NumberFormat::Float)\n        {\n            round->exp = pnum->exp + pnum->cdigit - round->cdigit - precision;\n        }\n        else\n        {\n            round->exp = pnum->exp + pnum->cdigit - round->cdigit - precision - exponent;\n            length = precision + exponent;\n        }\n\n        round->sign = pnum->sign;\n    }\n\n    if (format == NumberFormat::Float)\n    {\n        // Figure out if the exponent will fill more space than the non-exponent field.\n        if ((length - exponent > precision) || (exponent > precision + 3))\n        {\n            if (exponent >= -MAX_ZEROS_AFTER_DECIMAL)\n            {\n                round->exp -= exponent;\n                length = precision + exponent;\n            }\n            else\n            {\n                // Case where too many zeros are to the right or left of the\n                // decimal pt. And we are forced to switch to scientific form.\n                format = NumberFormat::Scientific;\n            }\n        }\n        else if (length + abs(exponent) < precision && round)\n        {\n            // Minimum loss of precision occurs with listing leading zeros\n            // if we need to make room for zeros sacrifice some digits.\n            round->exp -= exponent;\n        }\n    }\n\n    if (round != nullptr)\n    {\n        addnum(&pnum, round, radix);\n        int32_t offset = (pnum->cdigit + pnum->exp) - (round->cdigit + round->exp);\n        destroynum(round);\n        if (stripzeroesnum(pnum, offset))\n        {\n            // WARNING: nesting/recursion, too much has been changed, need to\n            // re-figure format.\n            return NumberToString(pnum, oldFormat, radix, precision);\n        }\n    }\n    else\n    {\n        stripzeroesnum(pnum, precision);\n    }\n\n    // Set up all the post rounding stuff.\n    bool useSciForm = false;\n    int32_t eout = exponent - 1; // Displayed exponent.\n    MANTTYPE* pmant = pnum->mant + pnum->cdigit - 1;\n    // Case where too many digits are to the left of the decimal or\n    // NumberFormat::Scientific or NumberFormat::Engineering was specified.\n    if ((format == NumberFormat::Scientific) || (format == NumberFormat::Engineering))\n    {\n        useSciForm = true;\n        if (eout != 0)\n        {\n            if (format == NumberFormat::Engineering)\n            {\n                exponent = (eout % 3);\n                eout -= exponent;\n                exponent++;\n\n                // Fix the case where 0.02e-3 should really be 2.e-6 etc.\n                if (exponent < 0)\n                {\n                    exponent += 3;\n                    eout -= 3;\n                }\n            }\n            else\n            {\n                exponent = 1;\n            }\n        }\n    }\n    else\n    {\n        eout = 0;\n    }\n\n    // Begin building the result string\n    wstring result;\n\n    // Make sure negative zeros aren't allowed.\n    if ((pnum->sign == -1) && (length > 0))\n    {\n        result = L'-';\n    }\n\n    if (exponent <= 0 && !useSciForm)\n    {\n        result += L'0';\n        result += g_decimalSeparator;\n        // Used up a digit unaccounted for.\n    }\n\n    while (exponent < 0)\n    {\n        result += L'0';\n        exponent++;\n    }\n\n    while (length > 0)\n    {\n        exponent--;\n        result += DIGITS[*pmant--];\n        length--;\n\n        // Be more regular in using a decimal point.\n        if (exponent == 0)\n        {\n            result += g_decimalSeparator;\n        }\n    }\n\n    while (exponent > 0)\n    {\n        result += L'0';\n        exponent--;\n        // Be more regular in using a decimal point.\n        if (exponent == 0)\n        {\n            result += g_decimalSeparator;\n        }\n    }\n\n    if (useSciForm)\n    {\n        result += (radix == 10 ? L'e' : L'^');\n        result += (eout < 0 ? L'-' : L'+');\n        eout = abs(eout);\n        wstring expString{};\n        do\n        {\n            expString += DIGITS[eout % radix];\n            eout /= radix;\n        } while (eout > 0);\n\n        result.insert(result.end(), expString.crbegin(), expString.crend());\n    }\n\n    // Remove trailing decimal\n    if (!result.empty() && result.back() == g_decimalSeparator)\n    {\n        result.pop_back();\n    }\n\n    return result;\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: RatToString\n//\n//  ARGUMENTS:\n//              PRAT *representation of a number.\n//              i32 representation of base  to  dump to screen.\n//              fmt, one of NumberFormat::Float, NumberFormat::Scientific, or NumberFormat::Engineering\n//              precision uint32_t\n//\n//  RETURN: string\n//\n//  DESCRIPTION: returns a string representation of rational number passed\n//  in, at least to the precision digits.\n//\n//  NOTE: It may be that doing a GCD() could shorten the rational form\n//       And it may eventually be worthwhile to keep the result.  That is\n//       why a pointer to the rational is passed in.\n//\n//-----------------------------------------------------------------------------\nwstring RatToString(_Inout_ PRAT& prat, NumberFormat format, uint32_t radix, int32_t precision)\n{\n    PNUMBER p = RatToNumber(prat, radix, precision);\n\n    wstring result = NumberToString(p, format, radix, precision);\n    destroynum(p);\n\n    return result;\n}\n\nPNUMBER RatToNumber(_In_ PRAT prat, uint32_t radix, int32_t precision)\n{\n    PRAT temprat = nullptr;\n    DUPRAT(temprat, prat);\n    // Convert p and q of rational form from internal base to requested base.\n    // Scale by largest power of BASEX possible.\n    int32_t scaleby = min(temprat->pp->exp, temprat->pq->exp);\n    scaleby = max<int32_t>(scaleby, 0);\n\n    temprat->pp->exp -= scaleby;\n    temprat->pq->exp -= scaleby;\n\n    PNUMBER p = nRadixxtonum(temprat->pp, radix, precision);\n    PNUMBER q = nRadixxtonum(temprat->pq, radix, precision);\n\n    destroyrat(temprat);\n\n    // finally take the time hit to actually divide.\n    divnum(&p, q, radix, precision);\n    destroynum(q);\n\n    return p;\n}\n\n// Converts a PRAT to a PNUMBER and back to a PRAT, flattening/simplifying the rational in the process\nvoid flatrat(_Inout_ PRAT& prat, uint32_t radix, int32_t precision)\n{\n    PNUMBER pnum = RatToNumber(prat, radix, precision);\n\n    destroyrat(prat);\n    prat = numtorat(pnum, radix);\n    destroynum(pnum);\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: gcd\n//\n//  ARGUMENTS:\n//              PNUMBER representation of a number.\n//              PNUMBER representation of a number.\n//              int for Radix\n//\n//  RETURN: Greatest common divisor in internal BASEX PNUMBER form.\n//\n//  DESCRIPTION: gcd uses remainders to find the greatest common divisor.\n//\n//  ASSUMPTIONS: gcd assumes inputs are integers.\n//\n//  NOTE: Before it was found that the TRIM macro actually kept the\n//        size down cheaper than GCD, this routine was used extensively.\n//        now it is not used but might be later.\n//\n//-----------------------------------------------------------------------------\n\nPNUMBER gcd(_In_ PNUMBER a, _In_ PNUMBER b)\n{\n    PNUMBER r = nullptr;\n    PNUMBER larger = nullptr;\n    PNUMBER smaller = nullptr;\n\n    if (zernum(a))\n    {\n        return b;\n    }\n    else if (zernum(b))\n    {\n        return a;\n    }\n\n    if (lessnum(a, b))\n    {\n        DUPNUM(larger, b);\n        DUPNUM(smaller, a);\n    }\n    else\n    {\n        DUPNUM(larger, a);\n        DUPNUM(smaller, b);\n    }\n\n    while (!zernum(smaller))\n    {\n        remnum(&larger, smaller, BASEX);\n        // swap larger and smaller\n        r = larger;\n        larger = smaller;\n        smaller = r;\n    }\n    destroynum(smaller);\n    return larger;\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: i32factnum\n//\n//  ARGUMENTS:\n//              int32_t integer to factorialize.\n//              int32_t integer representing base   of answer.\n//              uint32_t integer for radix\n//\n//  RETURN: Factorial of input in radix PNUMBER form.\n//\n//  NOTE:  Not currently used.\n//\n//-----------------------------------------------------------------------------\n\nPNUMBER i32factnum(int32_t ini32, uint32_t radix)\n\n{\n    PNUMBER lret = nullptr;\n    PNUMBER tmp = nullptr;\n\n    lret = i32tonum(1, radix);\n\n    while (ini32 > 0)\n    {\n        tmp = i32tonum(ini32--, radix);\n        mulnum(&lret, tmp, radix);\n        destroynum(tmp);\n    }\n    return (lret);\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: i32prodnum\n//\n//  ARGUMENTS:\n//              int32_t integer to factorialize.\n//              int32_t integer representing base of answer.\n//              uint32_t integer for radix\n//\n//  RETURN: Factorial of input in base PNUMBER form.\n//\n//-----------------------------------------------------------------------------\n\nPNUMBER i32prodnum(int32_t start, int32_t stop, uint32_t radix)\n\n{\n    PNUMBER lret = nullptr;\n    PNUMBER tmp = nullptr;\n\n    lret = i32tonum(1, radix);\n\n    while (start <= stop)\n    {\n        if (start)\n        {\n            tmp = i32tonum(start, radix);\n            mulnum(&lret, tmp, radix);\n            destroynum(tmp);\n        }\n        start++;\n    }\n    return (lret);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: numpowi32\n//\n//    ARGUMENTS: root as number power as int32_t and radix of\n//               number along with the precision value in int32_t.\n//\n//    RETURN: None root is changed.\n//\n//    DESCRIPTION: changes numeric representation of root to\n//    root ** power. Assumes radix is the radix of root.\n//\n//-----------------------------------------------------------------------------\n\nvoid numpowi32(_Inout_ PNUMBER* proot, int32_t power, uint32_t radix, int32_t precision)\n{\n    PNUMBER lret = i32tonum(1, radix);\n\n    while (power > 0)\n    {\n        if (power & 1)\n        {\n            mulnum(&lret, *proot, radix);\n        }\n        mulnum(proot, *proot, radix);\n        TRIMNUM(*proot, precision);\n        power >>= 1;\n    }\n    destroynum(*proot);\n    *proot = lret;\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: ratpowi32\n//\n//    ARGUMENTS: root as rational, power as int32_t and precision as int32_t.\n//\n//    RETURN: None root is changed.\n//\n//    DESCRIPTION: changes rational representation of root to\n//    root ** power.\n//\n//-----------------------------------------------------------------------------\n\nvoid ratpowi32(_Inout_ PRAT* proot, int32_t power, int32_t precision)\n\n{\n    if (power < 0)\n    {\n        // Take the positive power and invert answer.\n        PNUMBER pnumtemp = nullptr;\n        ratpowi32(proot, -power, precision);\n        pnumtemp = (*proot)->pp;\n        (*proot)->pp = (*proot)->pq;\n        (*proot)->pq = pnumtemp;\n    }\n    else\n    {\n        PRAT lret = nullptr;\n\n        lret = i32torat(1);\n\n        while (power > 0)\n        {\n            if (power & 1)\n            {\n                mulnumx(&(lret->pp), (*proot)->pp);\n                mulnumx(&(lret->pq), (*proot)->pq);\n            }\n            mulrat(proot, *proot, precision);\n            trimit(&lret, precision);\n            trimit(proot, precision);\n            power >>= 1;\n        }\n        destroyrat(*proot);\n        *proot = lret;\n    }\n}\n"
  },
  {
    "path": "src/CalcManager/Ratpack/exp.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//-----------------------------------------------------------------------------\n//  Package Title  ratpak\n//  File           exp.c\n//  Copyright      (C) 1995-96 Microsoft\n//  Date           01-16-95\n//\n//\n//  Description\n//\n//     Contains exp, and log functions for rationals\n//\n//\n//-----------------------------------------------------------------------------\n#include \"ratpak.h\"\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: exprat\n//\n//  ARGUMENTS: x PRAT representation of number to exponentiate\n//\n//  RETURN: exp  of x in PRAT form.\n//\n//  EXPLANATION: This uses Taylor series\n//\n//    n\n//   ___\n//   \\  ]                                               X\n//    \\   thisterm  ; where thisterm   = thisterm  * ---------\n//    /           j                 j+1          j      j+1\n//   /__]\n//   j=0\n//\n//   thisterm  = X ;  and stop when thisterm < precision used.\n//           0                              n\n//\n//-----------------------------------------------------------------------------\n\nvoid _exprat(_Inout_ PRAT* px, int32_t precision)\n\n{\n    CREATETAYLOR();\n\n    addnum(&(pret->pp), num_one, BASEX);\n    addnum(&(pret->pq), num_one, BASEX);\n    DUPRAT(thisterm, pret);\n\n    n2 = i32tonum(0L, BASEX);\n\n    do\n    {\n        NEXTTERM(*px, INC(n2) DIVNUM(n2), precision);\n    } while (!SMALL_ENOUGH_RAT(thisterm, precision));\n\n    DESTROYTAYLOR();\n}\n\nvoid exprat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    PRAT pwr = nullptr;\n    PRAT pint = nullptr;\n\n    if (rat_gt(*px, rat_max_exp, precision) || rat_lt(*px, rat_min_exp, precision))\n    {\n        // Don't attempt exp of anything large.\n        throw(CALC_E_DOMAIN);\n    }\n\n    DUPRAT(pwr, rat_exp);\n    DUPRAT(pint, *px);\n\n    intrat(&pint, radix, precision);\n\n    const int32_t intpwr = rattoi32(pint, radix, precision);\n    ratpowi32(&pwr, intpwr, precision);\n\n    _subrat(px, pint, precision);\n\n    // It just so happens to be an integral power of e.\n    if (rat_gt(*px, rat_negsmallest, precision) && rat_lt(*px, rat_smallest, precision))\n    {\n        DUPRAT(*px, pwr);\n    }\n    else\n    {\n        _exprat(px, precision);\n        mulrat(px, pwr, precision);\n    }\n\n    destroyrat(pwr);\n    destroyrat(pint);\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: lograt, _lograt, __lograt\n//\n//  ARGUMENTS: x PRAT representation of number to logarithim\n//\n//  RETURN: log  of x in PRAT form.\n//\n//  EXPLANATION: This uses Taylor series\n//\n//    n\n//   ___\n//   \\  ]                                             j*(1-X)\n//    \\   thisterm  ; where thisterm   = thisterm  * ---------\n//    /           j                 j+1          j      j+1\n//   /__]\n//   j=0\n//\n//   thisterm  = X ;  and stop when thisterm < precision used.\n//           0                              n\n//\n//   Number is scaled between one and e_to_one_half prior to taking the\n//   log. This is to keep execution time from exploding.\n//\n//   lograt tries to snap to zero. Use _lograt inside ratpak by default.\n//   __lograt is part of _lograt private implementation and should not be used.\n//\n//\n//-----------------------------------------------------------------------------\n\nvoid __lograt(PRAT* px, int32_t precision)\n\n{\n    CREATETAYLOR();\n\n    createrat(thisterm);\n\n    // sub one from x\n    (*px)->pq->sign *= -1;\n    addnum(&((*px)->pp), (*px)->pq, BASEX);\n    (*px)->pq->sign *= -1;\n\n    DUPRAT(pret, *px);\n    DUPRAT(thisterm, *px);\n\n    n2 = i32tonum(1L, BASEX);\n    (*px)->pp->sign *= -1;\n\n    do\n    {\n        NEXTTERM(*px, MULNUM(n2) INC(n2) DIVNUM(n2), precision);\n        TRIMTOP(*px, precision);\n    } while (!SMALL_ENOUGH_RAT(thisterm, precision));\n\n    DESTROYTAYLOR();\n}\n\nvoid _lograt(_Inout_ PRAT* px, int32_t precision)\n\n{\n    PRAT pwr = nullptr;    // pwr is the large scaling factor.\n    PRAT offset = nullptr; // offset is the incremental scaling factor.\n\n    // Check for someone taking the log of zero or a negative number.\n    if (rat_le(*px, rat_zero, precision))\n    {\n        throw(CALC_E_DOMAIN);\n    }\n\n    // Get number > 1, for scaling\n    bool fneglog = rat_lt(*px, rat_one, precision);\n    if (fneglog)\n    {\n        PNUMBER pnumtemp = (*px)->pp;\n        (*px)->pp = (*px)->pq;\n        (*px)->pq = pnumtemp;\n    }\n\n    // Scale the number within BASEX factor of 1, for the large scale.\n    // log(x*2^(BASEXPWR*k)) = BASEXPWR*k*log(2)+log(x)\n    if (LOGRAT2(*px) > 1)\n    {\n        const int32_t intpwr = LOGRAT2(*px) - 1;\n        (*px)->pq->exp += intpwr;\n        pwr = i32torat(intpwr * BASEXPWR);\n        mulrat(&pwr, ln_two, precision);\n        // ln(x+e)-ln(x) looks close to e when x is close to one using some\n        // expansions.  This means we can trim past precision digits+1.\n        TRIMTOP(*px, precision);\n    }\n    else\n    {\n        DUPRAT(pwr, rat_zero);\n    }\n\n    DUPRAT(offset, rat_zero);\n    // Scale the number between 1 and e_to_one_half, for the small scale.\n    while (rat_gt(*px, e_to_one_half, precision))\n    {\n        divrat(px, e_to_one_half, precision);\n        _addrat(&offset, rat_one, precision);\n    }\n\n    __lograt(px, precision);\n\n    // Add the large and small scaling factors, take into account\n    // small scaling was done in e_to_one_half chunks.\n    divrat(&offset, rat_two, precision);\n    _addrat(&pwr, offset, precision);\n\n    // And add the resulting scaling factor to the answer.\n    _addrat(px, pwr, precision);\n\n    trimit(px, precision);\n\n    // If number started out < 1 rescale answer to negative.\n    if (fneglog)\n    {\n        (*px)->pp->sign *= -1;\n    }\n\n    destroyrat(offset);\n    destroyrat(pwr);\n}\n\nvoid lograt(_Inout_ PRAT* px, int32_t precision)\n\n{\n    PRAT a = nullptr;\n    DUPRAT(a, *px);\n\n    _lograt(px, precision);\n\n    _snaprat(px, a, nullptr, precision);\n    destroyrat(a);\n}\n\nvoid log10rat(_Inout_ PRAT* px, int32_t precision)\n\n{\n    lograt(px, precision);\n    divrat(px, ln_ten, precision);\n}\n\n//\n// return if the given x is even number. The assumption here is its denominator is 1 and we are testing the numerator is\n// even or not\nbool IsEven(PRAT x, uint32_t radix, int32_t precision)\n{\n    PRAT tmp = nullptr;\n    bool bRet = false;\n\n    DUPRAT(tmp, x);\n    divrat(&tmp, rat_two, precision);\n    fracrat(&tmp, radix, precision);\n    _addrat(&tmp, tmp, precision);\n    _subrat(&tmp, rat_one, precision);\n    if (rat_lt(tmp, rat_zero, precision))\n    {\n        bRet = true;\n    }\n\n    destroyrat(tmp);\n    return bRet;\n}\n\n//---------------------------------------------------------------------------\n//\n//  FUNCTION: powrat\n//\n//  ARGUMENTS: PRAT *px, PRAT y, uint32_t radix, int32_t precision\n//\n//  RETURN: none, sets *px to *px to the y.\n//\n//  EXPLANATION: Calculates the power of both px and\n//  handles special cases where px is a perfect root.\n//  Assumes, all checking has been done on validity of numbers.\n//\n//\n//---------------------------------------------------------------------------\nvoid powrat(_Inout_ PRAT* px, _In_ PRAT y, uint32_t radix, int32_t precision)\n{\n    // Handle cases where px or y is 0 by calling powratcomp directly\n    if (zerrat(*px) || zerrat(y))\n    {\n        powratcomp(px, y, radix, precision);\n        return;\n    }\n    // When y is 1, return px\n    if (rat_equ(y, rat_one, precision))\n    {\n        return;\n    }\n\n    try\n    {\n        powratNumeratorDenominator(px, y, radix, precision);\n    }\n    catch (...)\n    {\n        // If calculating the power using numerator/denominator\n        // failed, fall back to the less accurate method of\n        // passing in the original y\n        powratcomp(px, y, radix, precision);\n    }\n}\n\nvoid powratNumeratorDenominator(_Inout_ PRAT* px, _In_ PRAT y, uint32_t radix, int32_t precision)\n{\n    // Prepare rationals\n    PRAT yNumerator = nullptr;\n    PRAT yDenominator = nullptr;\n    DUPRAT(yNumerator, rat_zero);   // yNumerator->pq is 1 one\n    DUPRAT(yDenominator, rat_zero); // yDenominator->pq is 1 one\n    DUPNUM(yNumerator->pp, y->pp);\n    DUPNUM(yDenominator->pp, y->pq);\n\n    // Calculate the following use the Powers of Powers rule:\n    // px ^ (yNum/yDenom) == px ^ yNum ^ (1/yDenom)\n    // 1. For px ^ yNum, we call powratcomp directly which will call ratpowi32\n    //    and store the result in pxPowNum\n    // 2. For pxPowNum ^ (1/yDenom), we call powratcomp\n    // 3. Validate the result of 2 by adding/subtracting 0.5, flooring and call powratcomp with yDenom\n    //    on the floored result.\n\n    // 1. Initialize result.\n    PRAT pxPow = nullptr;\n    DUPRAT(pxPow, *px);\n\n    // 2. Calculate pxPow = px ^ yNumerator\n    // if yNumerator is not 1\n    if (!rat_equ(yNumerator, rat_one, precision))\n    {\n        powratcomp(&pxPow, yNumerator, radix, precision);\n    }\n\n    // 2. Calculate pxPowNumDenom = pxPowNum ^ (1/yDenominator),\n    // if yDenominator is not 1\n    if (!rat_equ(yDenominator, rat_one, precision))\n    {\n        // Calculate 1 over y\n        PRAT oneoveryDenom = nullptr;\n        DUPRAT(oneoveryDenom, rat_one);\n        divrat(&oneoveryDenom, yDenominator, precision);\n\n        // ##################################\n        // Take the oneoveryDenom power\n        // ##################################\n        PRAT originalResult = nullptr;\n        DUPRAT(originalResult, pxPow);\n        powratcomp(&originalResult, oneoveryDenom, radix, precision);\n\n        // ##################################\n        // Round the originalResult to roundedResult\n        // ##################################\n        PRAT roundedResult = nullptr;\n        DUPRAT(roundedResult, originalResult);\n        if (roundedResult->pp->sign == -1)\n        {\n            _subrat(&roundedResult, rat_half, precision);\n        }\n        else\n        {\n            _addrat(&roundedResult, rat_half, precision);\n        }\n        intrat(&roundedResult, radix, precision);\n\n        // ##################################\n        // Take the yDenom power of the roundedResult.\n        // ##################################\n        PRAT roundedPower = nullptr;\n        DUPRAT(roundedPower, roundedResult);\n        powratcomp(&roundedPower, yDenominator, radix, precision);\n\n        // ##################################\n        // if roundedPower == px,\n        // we found an exact power in roundedResult\n        // ##################################\n        if (rat_equ(roundedPower, pxPow, precision))\n        {\n            DUPRAT(*px, roundedResult);\n        }\n        else\n        {\n            DUPRAT(*px, originalResult);\n        }\n\n        destroyrat(oneoveryDenom);\n        destroyrat(originalResult);\n        destroyrat(roundedResult);\n        destroyrat(roundedPower);\n    }\n    else\n    {\n        DUPRAT(*px, pxPow);\n    }\n\n    destroyrat(yNumerator);\n    destroyrat(yDenominator);\n    destroyrat(pxPow);\n}\n\n//---------------------------------------------------------------------------\n//\n//  FUNCTION: powratcomp\n//\n//  ARGUMENTS: PRAT *px, and PRAT y\n//\n//  RETURN: none, sets *px to *px to the y.\n//\n//  EXPLANATION: This uses x^y=e(y*ln(x)), or a more exact calculation where\n//  y is an integer.\n//  Assumes, all checking has been done on validity of numbers.\n//\n//\n//---------------------------------------------------------------------------\nvoid powratcomp(_Inout_ PRAT* px, _In_ PRAT y, uint32_t radix, int32_t precision)\n{\n    int32_t sign = SIGN(*px);\n\n    // Take the absolute value\n    (*px)->pp->sign = 1;\n    (*px)->pq->sign = 1;\n\n    if (zerrat(*px))\n    {\n        // *px is zero.\n        if (rat_lt(y, rat_zero, precision))\n        {\n            throw(CALC_E_DOMAIN);\n        }\n        else if (zerrat(y))\n        {\n            // *px and y are both zero, special case a 1 return.\n            DUPRAT(*px, rat_one);\n            // Ensure sign is positive.\n            sign = 1;\n        }\n    }\n    else\n    {\n        PRAT pxint = nullptr;\n        DUPRAT(pxint, *px);\n        _subrat(&pxint, rat_one, precision);\n        if (rat_gt(pxint, rat_negsmallest, precision) && rat_lt(pxint, rat_smallest, precision) && (sign == 1))\n        {\n            // *px is one, special case a 1 return.\n            DUPRAT(*px, rat_one);\n            // Ensure sign is positive.\n            sign = 1;\n        }\n        else\n        {\n            // Only do the exp if the number isn't zero or one\n            PRAT podd = nullptr;\n            DUPRAT(podd, y);\n            fracrat(&podd, radix, precision);\n            if (rat_gt(podd, rat_negsmallest, precision) && rat_lt(podd, rat_smallest, precision))\n            {\n                // If power is an integer let ratpowi32 deal with it.\n                PRAT iy = nullptr;\n                DUPRAT(iy, y);\n                _subrat(&iy, podd, precision);\n                int32_t inty = rattoi32(iy, radix, precision);\n\n                PRAT plnx = nullptr;\n                DUPRAT(plnx, *px);\n                _lograt(&plnx, precision);\n                mulrat(&plnx, iy, precision);\n                if (rat_gt(plnx, rat_max_exp, precision) || rat_lt(plnx, rat_min_exp, precision))\n                {\n                    // Don't attempt exp of anything large or small.A\n                    destroyrat(plnx);\n                    destroyrat(iy);\n                    destroyrat(pxint);\n                    destroyrat(podd);\n                    throw(CALC_E_DOMAIN);\n                }\n                destroyrat(plnx);\n                ratpowi32(px, inty, precision);\n                if ((inty & 1) == 0)\n                {\n                    sign = 1;\n                }\n                destroyrat(iy);\n            }\n            else\n            {\n                // power is a fraction\n                if (sign == -1)\n                {\n                    // Need to throw an error if the exponent has an even denominator.\n                    // As a first step, the numerator and denominator must be divided by 2 as many times as\n                    //     possible, so that 2/6 is allowed.\n                    // If the final numerator is still even, the end result should be positive.\n                    PRAT pNumerator = nullptr;\n                    PRAT pDenominator = nullptr;\n                    bool fBadExponent = false;\n\n                    // Get the numbers in arbitrary precision rational number format\n                    DUPRAT(pNumerator, rat_zero);   // pNumerator->pq is 1 one\n                    DUPRAT(pDenominator, rat_zero); // pDenominator->pq is 1 one\n\n                    DUPNUM(pNumerator->pp, y->pp);\n                    pNumerator->pp->sign = 1;\n                    DUPNUM(pDenominator->pp, y->pq);\n                    pDenominator->pp->sign = 1;\n\n                    while (IsEven(pNumerator, radix, precision) && IsEven(pDenominator, radix, precision)) // both Numerator & denominator is even\n                    {\n                        divrat(&pNumerator, rat_two, precision);\n                        divrat(&pDenominator, rat_two, precision);\n                    }\n                    if (IsEven(pDenominator, radix, precision)) // denominator is still even\n                    {\n                        fBadExponent = true;\n                    }\n                    if (IsEven(pNumerator, radix, precision)) // numerator is still even\n                    {\n                        sign = 1;\n                    }\n                    destroyrat(pNumerator);\n                    destroyrat(pDenominator);\n\n                    if (fBadExponent)\n                    {\n                        throw(CALC_E_DOMAIN);\n                    }\n                }\n                else\n                {\n                    // If the exponent is not odd disregard the sign.\n                    sign = 1;\n                }\n\n                _lograt(px, precision);\n                mulrat(px, y, precision);\n                exprat(px, radix, precision);\n            }\n            destroyrat(podd);\n        }\n        destroyrat(pxint);\n    }\n    (*px)->pp->sign *= sign;\n}\n"
  },
  {
    "path": "src/CalcManager/Ratpack/fact.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//-----------------------------------------------------------------------------\n//  Package Title  ratpak\n//  File           fact.c\n//  Copyright      (C) 1995-96 Microsoft\n//  Date           01-16-95\n//\n//\n//  Description\n//\n//     Contains fact(orial) and supporting _gamma functions.\n//\n//-----------------------------------------------------------------------------\n#include \"ratpak.h\"\n\n#define NEGATE(x) ((x)->pp->sign *= -1)\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: factrat, _gamma, gamma\n//\n//  ARGUMENTS:  x PRAT representation of number to take the sine of\n//\n//  RETURN: factorial of x in PRAT form.\n//\n//  EXPLANATION: This uses Taylor series\n//\n//      n\n//     ___    2j\n//   n \\  ]  A       1          A\n//  A   \\   -----[ ---- - ---------------]\n//      /   (2j)!  n+2j   (n+2j+1)(2j+1)\n//     /__]\n//     j=0\n//\n//                        / oo\n//                        |    n-1 -x     __\n//  This was derived from |   x   e  dx = |\n//                        |               | (n) { = (n-1)! for +integers}\n//                        / 0\n//\n//  It can be shown that the above series is within precision if A is chosen\n//  big enough.\n//                          A    n  precision\n//  Based on the relation ne  = A 10            A was chosen as\n//\n//             precision\n//  A = ln(Base         /n)+1\n//  A += n*ln(A)  This is close enough for precision > base and n < 1.5\n//\n//\n//-----------------------------------------------------------------------------\n\nvoid _gamma(PRAT* pn, uint32_t radix, int32_t precision)\n\n{\n    PRAT factorial = nullptr;\n    PNUMBER count = nullptr;\n    PRAT tmp = nullptr;\n    PRAT one_pt_five = nullptr;\n    PRAT a = nullptr;\n    PRAT a2 = nullptr;\n    PRAT term = nullptr;\n    PRAT sum = nullptr;\n    PRAT err = nullptr;\n    PRAT mpy = nullptr;\n\n    // Set up constants and initial conditions\n    PRAT ratprec = i32torat(precision);\n\n    // Find the best 'A' for convergence to the required precision.\n    a = i32torat(radix);\n    _lograt(&a, precision);\n    mulrat(&a, ratprec, precision);\n\n    // Really is -ln(n)+1, but -ln(n) will be < 1\n    // if we scale n between 0.5 and 1.5\n    _addrat(&a, rat_two, precision);\n    DUPRAT(tmp, a);\n    _lograt(&tmp, precision);\n    mulrat(&tmp, *pn, precision);\n    _addrat(&a, tmp, precision);\n    _addrat(&a, rat_one, precision);\n\n    // Calculate the necessary bump in precision and up the precision.\n    // The following code is equivalent to\n    // precision += ln(exp(a)*pow(a,n+1.5))-ln(radix));\n    DUPRAT(tmp, *pn);\n    one_pt_five = i32torat(3L);\n    divrat(&one_pt_five, rat_two, precision);\n    _addrat(&tmp, one_pt_five, precision);\n    DUPRAT(term, a);\n    powratcomp(&term, tmp, radix, precision);\n    DUPRAT(tmp, a);\n    exprat(&tmp, radix, precision);\n    mulrat(&term, tmp, precision);\n    _lograt(&term, precision);\n    const auto ratRadix = i32torat(radix);\n    DUPRAT(tmp, ratRadix);\n    _lograt(&tmp, precision);\n    _subrat(&term, tmp, precision);\n    precision += rattoi32(term, radix, precision);\n\n    // Set up initial terms for series, refer to series in above comment block.\n    DUPRAT(factorial, rat_one); // Start factorial out with one\n    count = i32tonum(0L, BASEX);\n\n    DUPRAT(mpy, a);\n    powratcomp(&mpy, *pn, radix, precision);\n    // a2=a^2\n    DUPRAT(a2, a);\n    mulrat(&a2, a, precision);\n\n    // sum=(1/n)-(a/(n+1))\n    DUPRAT(sum, rat_one);\n    divrat(&sum, *pn, precision);\n    DUPRAT(tmp, *pn);\n    _addrat(&tmp, rat_one, precision);\n    DUPRAT(term, a);\n    divrat(&term, tmp, precision);\n    _subrat(&sum, term, precision);\n\n    DUPRAT(err, ratRadix);\n    NEGATE(ratprec);\n    powratcomp(&err, ratprec, radix, precision);\n    divrat(&err, ratRadix, precision);\n\n    // Just get something not tiny in term\n    DUPRAT(term, rat_two);\n\n    // Loop until precision is reached, or asked to halt.\n    while (!zerrat(term) && rat_gt(term, err, precision))\n    {\n        _addrat(pn, rat_two, precision);\n\n        // WARNING: mixing numbers and  rationals here.\n        // for speed and efficiency.\n        INC(count);\n        mulnumx(&(factorial->pp), count);\n        INC(count)\n        mulnumx(&(factorial->pp), count);\n\n        divrat(&factorial, a2, precision);\n\n        DUPRAT(tmp, *pn);\n        _addrat(&tmp, rat_one, precision);\n        destroyrat(term);\n        createrat(term);\n        DUPNUM(term->pp, count);\n        DUPNUM(term->pq, num_one);\n        _addrat(&term, rat_one, precision);\n        mulrat(&term, tmp, precision);\n        DUPRAT(tmp, a);\n        divrat(&tmp, term, precision);\n\n        DUPRAT(term, rat_one);\n        divrat(&term, *pn, precision);\n        _subrat(&term, tmp, precision);\n\n        divrat(&term, factorial, precision);\n        _addrat(&sum, term, precision);\n        ABSRAT(term);\n    }\n\n    // Multiply by factor.\n    mulrat(&sum, mpy, precision);\n\n    // And cleanup\n    destroyrat(ratprec);\n    destroyrat(err);\n    destroyrat(term);\n    destroyrat(a);\n    destroyrat(a2);\n    destroyrat(tmp);\n    destroyrat(one_pt_five);\n\n    destroynum(count);\n\n    destroyrat(factorial);\n    destroyrat(*pn);\n    DUPRAT(*pn, sum);\n    destroyrat(sum);\n}\n\nvoid factrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    PRAT fact = nullptr;\n    PRAT frac = nullptr;\n    PRAT neg_rat_one = nullptr;\n\n    if (rat_gt(*px, rat_max_fact, precision) || rat_lt(*px, rat_min_fact, precision))\n    {\n        // Don't attempt factorial of anything too large or small.\n        throw CALC_E_OVERFLOW;\n    }\n\n    DUPRAT(fact, rat_one);\n\n    DUPRAT(neg_rat_one, rat_one);\n    neg_rat_one->pp->sign *= -1;\n\n    DUPRAT(frac, *px);\n    fracrat(&frac, radix, precision);\n\n    // Check for negative integers and throw an error.\n    if ((zerrat(frac) || (LOGRATRADIX(frac) <= -precision)) && (SIGN(*px) == -1))\n    {\n        throw CALC_E_DOMAIN;\n    }\n    while (rat_gt(*px, rat_zero, precision) && (LOGRATRADIX(*px) > -precision))\n    {\n        mulrat(&fact, *px, precision);\n        _subrat(px, rat_one, precision);\n    }\n\n    // Added to make numbers 'close enough' to integers use integer factorial.\n    if (LOGRATRADIX(*px) <= -precision)\n    {\n        DUPRAT((*px), rat_zero);\n        intrat(&fact, radix, precision);\n    }\n\n    while (rat_lt(*px, neg_rat_one, precision))\n    {\n        _addrat(px, rat_one, precision);\n        divrat(&fact, *px, precision);\n    }\n\n    if (rat_neq(*px, rat_zero, precision))\n    {\n        _addrat(px, rat_one, precision);\n        _gamma(px, radix, precision);\n        mulrat(px, fact, precision);\n    }\n    else\n    {\n        DUPRAT(*px, fact);\n    }\n\n    destroyrat(fact);\n    destroyrat(frac);\n    destroyrat(neg_rat_one);\n}\n"
  },
  {
    "path": "src/CalcManager/Ratpack/itrans.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//-----------------------------------------------------------------------------\n//  Package Title  ratpak\n//  File           itrans.c\n//  Copyright      (C) 1995-96 Microsoft\n//  Date           01-16-95\n//\n//\n//  Description\n//\n//     Contains inverse sin, cos, tan functions for rationals\n//\n//  Special Information\n//\n//-----------------------------------------------------------------------------\n#include \"ratpak.h\"\n\nvoid ascalerat(_Inout_ PRAT* pa, AngleType angletype, int32_t precision)\n{\n    switch (angletype)\n    {\n    case AngleType::Radians:\n        break;\n    case AngleType::Degrees:\n        divrat(pa, two_pi, precision);\n        mulrat(pa, rat_360, precision);\n        break;\n    case AngleType::Gradians:\n        divrat(pa, two_pi, precision);\n        mulrat(pa, rat_400, precision);\n        break;\n    }\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: asinrat, _asinrat\n//\n//  ARGUMENTS: x PRAT representation of number to take the inverse\n//    sine of\n//  RETURN: asin  of x in PRAT form.\n//\n//  EXPLANATION: This uses Taylor series\n//\n//    n\n//   ___                                                   2 2\n//   \\  ]                                            (2j+1) X\n//    \\   thisterm  ; where thisterm   = thisterm  * ---------\n//    /           j                 j+1          j   (2j+2)*(2j+3)\n//   /__]\n//   j=0\n//\n//   thisterm  = X ;  and stop when thisterm < precision used.\n//           0                              n\n//\n//   If abs(x) > 0.85 then an alternate form is used\n//      pi/2-sgn(x)*asin(sqrt(1-x^2)\n//\n//\n//-----------------------------------------------------------------------------\n\nvoid _asinrat(PRAT* px, int32_t precision)\n\n{\n    CREATETAYLOR();\n    DUPRAT(pret, *px);\n    DUPRAT(thisterm, *px);\n    DUPNUM(n2, num_one);\n\n    do\n    {\n        NEXTTERM(xx, MULNUM(n2) MULNUM(n2) INC(n2) DIVNUM(n2) INC(n2) DIVNUM(n2), precision);\n    } while (!SMALL_ENOUGH_RAT(thisterm, precision));\n    DESTROYTAYLOR();\n}\n\nvoid asinanglerat(_Inout_ PRAT* pa, AngleType angletype, uint32_t radix, int32_t precision)\n\n{\n    asinrat(pa, radix, precision);\n    ascalerat(pa, angletype, precision);\n}\n\nvoid asinrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    PRAT pret = nullptr;\n    PRAT phack = nullptr;\n    int32_t sgn = SIGN(*px);\n\n    (*px)->pp->sign = 1;\n    (*px)->pq->sign = 1;\n\n    // Avoid the really bad part of the asin curve near +/-1.\n    DUPRAT(phack, *px);\n    _subrat(&phack, rat_one, precision);\n    // Since *px might be epsilon near zero we must set it to zero.\n    if (rat_le(phack, rat_smallest, precision) && rat_ge(phack, rat_negsmallest, precision))\n    {\n        destroyrat(phack);\n        DUPRAT(*px, pi_over_two);\n    }\n    else\n    {\n        destroyrat(phack);\n        if (rat_gt(*px, pt_eight_five, precision))\n        {\n            if (rat_gt(*px, rat_one, precision))\n            {\n                _subrat(px, rat_one, precision);\n                if (rat_gt(*px, rat_smallest, precision))\n                {\n                    throw(CALC_E_DOMAIN);\n                }\n                else\n                {\n                    DUPRAT(*px, rat_one);\n                }\n            }\n            DUPRAT(pret, *px);\n            mulrat(px, pret, precision);\n            (*px)->pp->sign *= -1;\n            _addrat(px, rat_one, precision);\n            rootrat(px, rat_two, radix, precision);\n            _asinrat(px, precision);\n            (*px)->pp->sign *= -1;\n            _addrat(px, pi_over_two, precision);\n            destroyrat(pret);\n        }\n        else\n        {\n            _asinrat(px, precision);\n        }\n    }\n    (*px)->pp->sign = sgn;\n    (*px)->pq->sign = 1;\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: acosrat, _acosrat\n//\n//  ARGUMENTS: x PRAT representation of number to take the inverse\n//    cosine of\n//  RETURN: acos  of x in PRAT form.\n//\n//  EXPLANATION: This uses Taylor series\n//\n//    n\n//   ___                                                   2 2\n//   \\  ]                                            (2j+1) X\n//    \\   thisterm  ; where thisterm   = thisterm  * ---------\n//    /           j                 j+1          j   (2j+2)*(2j+3)\n//   /__]\n//   j=0\n//\n//   thisterm  = 1 ;  and stop when thisterm < precision used.\n//           0                              n\n//\n//   In this case pi/2-asin(x) is used.  At least for now _acosrat isn't\n//      called.\n//\n//-----------------------------------------------------------------------------\n\nvoid acosanglerat(_Inout_ PRAT* pa, AngleType angletype, uint32_t radix, int32_t precision)\n\n{\n    acosrat(pa, radix, precision);\n    ascalerat(pa, angletype, precision);\n}\n\nvoid _acosrat(PRAT* px, int32_t precision)\n\n{\n    CREATETAYLOR();\n\n    createrat(thisterm);\n    thisterm->pp = i32tonum(1L, BASEX);\n    thisterm->pq = i32tonum(1L, BASEX);\n\n    DUPNUM(n2, num_one);\n\n    do\n    {\n        NEXTTERM(xx, MULNUM(n2) MULNUM(n2) INC(n2) DIVNUM(n2) INC(n2) DIVNUM(n2), precision);\n    } while (!SMALL_ENOUGH_RAT(thisterm, precision));\n\n    DESTROYTAYLOR();\n}\n\nvoid acosrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    int32_t sgn = SIGN(*px);\n\n    (*px)->pp->sign = 1;\n    (*px)->pq->sign = 1;\n\n    if (rat_equ(*px, rat_one, precision))\n    {\n        if (sgn == -1)\n        {\n            DUPRAT(*px, pi);\n        }\n        else\n        {\n            DUPRAT(*px, rat_zero);\n        }\n    }\n    else\n    {\n        (*px)->pp->sign = sgn;\n        asinrat(px, radix, precision);\n        (*px)->pp->sign *= -1;\n        _addrat(px, pi_over_two, precision);\n    }\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: atanrat, _atanrat\n//\n//  ARGUMENTS: x PRAT representation of number to take the inverse\n//              hyperbolic tangent of\n//\n//  RETURN: atanh of x in PRAT form.\n//\n//  EXPLANATION: This uses Taylor series\n//\n//    n\n//   ___                                                   2\n//   \\  ]                                            (2j)*X (-1^j)\n//    \\   thisterm  ; where thisterm   = thisterm  * ---------\n//    /           j                 j+1          j   (2j+2)\n//   /__]\n//   j=0\n//\n//   thisterm  = X ;  and stop when thisterm < precision used.\n//           0                              n\n//\n//   If abs(x) > 0.85 then an alternate form is used\n//      asin(x/sqrt(q+x^2))\n//\n//   And if abs(x) > 2.0 then this form is used.\n//\n//   pi/2 - atan(1/x)\n//\n//-----------------------------------------------------------------------------\n\nvoid atananglerat(_Inout_ PRAT* pa, AngleType angletype, uint32_t radix, int32_t precision)\n\n{\n    atanrat(pa, radix, precision);\n    ascalerat(pa, angletype, precision);\n}\n\nvoid _atanrat(PRAT* px, int32_t precision)\n\n{\n    CREATETAYLOR();\n\n    DUPRAT(pret, *px);\n    DUPRAT(thisterm, *px);\n\n    DUPNUM(n2, num_one);\n\n    xx->pp->sign *= -1;\n\n    do\n    {\n        NEXTTERM(xx, MULNUM(n2) INC(n2) INC(n2) DIVNUM(n2), precision);\n    } while (!SMALL_ENOUGH_RAT(thisterm, precision));\n\n    DESTROYTAYLOR();\n}\n\nvoid atanrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    PRAT tmpx = nullptr;\n    int32_t sgn = SIGN(*px);\n\n    (*px)->pp->sign = 1;\n    (*px)->pq->sign = 1;\n\n    if (rat_gt((*px), pt_eight_five, precision))\n    {\n        if (rat_gt((*px), rat_two, precision))\n        {\n            (*px)->pp->sign = sgn;\n            (*px)->pq->sign = 1;\n            DUPRAT(tmpx, rat_one);\n            divrat(&tmpx, (*px), precision);\n            _atanrat(&tmpx, precision);\n            tmpx->pp->sign = sgn;\n            tmpx->pq->sign = 1;\n            DUPRAT(*px, pi_over_two);\n            _subrat(px, tmpx, precision);\n            destroyrat(tmpx);\n        }\n        else\n        {\n            (*px)->pp->sign = sgn;\n            DUPRAT(tmpx, *px);\n            mulrat(&tmpx, *px, precision);\n            _addrat(&tmpx, rat_one, precision);\n            rootrat(&tmpx, rat_two, radix, precision);\n            divrat(px, tmpx, precision);\n            destroyrat(tmpx);\n            asinrat(px, radix, precision);\n            (*px)->pp->sign = sgn;\n            (*px)->pq->sign = 1;\n        }\n    }\n    else\n    {\n        (*px)->pp->sign = sgn;\n        (*px)->pq->sign = 1;\n        _atanrat(px, precision);\n    }\n    if (rat_gt(*px, pi_over_two, precision))\n    {\n        _subrat(px, pi, precision);\n    }\n}\n"
  },
  {
    "path": "src/CalcManager/Ratpack/itransh.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//-----------------------------------------------------------------------------\n//  Package Title  ratpak\n//  File           itransh.c\n//  Copyright      (C) 1995-97 Microsoft\n//  Date           01-16-95\n//\n//\n//  Description\n//\n//    Contains inverse hyperbolic sin, cos, and tan functions.\n//\n//  Special Information\n//\n//\n//-----------------------------------------------------------------------------\n#include \"ratpak.h\"\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: asinhrat\n//\n//  ARGUMENTS:  x PRAT representation of number to take the inverse\n//    hyperbolic sine of\n//  RETURN: asinh of x in PRAT form.\n//\n//  EXPLANATION: This uses Taylor series\n//\n//    n\n//   ___                                                   2 2\n//   \\  ]                                           -(2j+1) X\n//    \\   thisterm  ; where thisterm   = thisterm  * ---------\n//    /           j                 j+1          j   (2j+2)*(2j+3)\n//   /__]\n//   j=0\n//\n//   thisterm  = X ;  and stop when thisterm < precision used.\n//           0                              n\n//\n//   For abs(x) < .85, and\n//\n//   asinh(x) = log(x+sqrt(x^2+1))\n//\n//   For abs(x) >= .85\n//\n//-----------------------------------------------------------------------------\n\nvoid asinhrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    PRAT neg_pt_eight_five = nullptr;\n\n    DUPRAT(neg_pt_eight_five, pt_eight_five);\n    neg_pt_eight_five->pp->sign *= -1;\n    if (rat_gt(*px, pt_eight_five, precision) || rat_lt(*px, neg_pt_eight_five, precision))\n    {\n        PRAT ptmp = nullptr;\n        DUPRAT(ptmp, (*px));\n        mulrat(&ptmp, *px, precision);\n        _addrat(&ptmp, rat_one, precision);\n        rootrat(&ptmp, rat_two, radix, precision);\n        _addrat(px, ptmp, precision);\n        _lograt(px, precision);\n        destroyrat(ptmp);\n    }\n    else\n    {\n        CREATETAYLOR();\n        xx->pp->sign *= -1;\n\n        DUPRAT(pret, (*px));\n        DUPRAT(thisterm, (*px));\n\n        DUPNUM(n2, num_one);\n\n        do\n        {\n            NEXTTERM(xx, MULNUM(n2) MULNUM(n2) INC(n2) DIVNUM(n2) INC(n2) DIVNUM(n2), precision);\n        } while (!SMALL_ENOUGH_RAT(thisterm, precision));\n\n        DESTROYTAYLOR();\n    }\n    destroyrat(neg_pt_eight_five);\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: acoshrat\n//\n//  ARGUMENTS:  x PRAT representation of number to take the inverse\n//    hyperbolic cose of\n//  RETURN: acosh of x in PRAT form.\n//\n//  EXPLANATION: This uses\n//\n//   acosh(x)=ln(x+sqrt(x^2-1))\n//\n//   For x >= 1\n//\n//-----------------------------------------------------------------------------\n\nvoid acoshrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    if (rat_lt(*px, rat_one, precision))\n    {\n        throw CALC_E_DOMAIN;\n    }\n    else\n    {\n        PRAT ptmp = nullptr;\n        DUPRAT(ptmp, (*px));\n        mulrat(&ptmp, *px, precision);\n        _subrat(&ptmp, rat_one, precision);\n        rootrat(&ptmp, rat_two, radix, precision);\n        _addrat(px, ptmp, precision);\n        _lograt(px, precision);\n        destroyrat(ptmp);\n    }\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: atanhrat\n//\n//  ARGUMENTS:  x PRAT representation of number to take the inverse\n//              hyperbolic tangent of\n//\n//  RETURN: atanh of x in PRAT form.\n//\n//  EXPLANATION: This uses\n//\n//             1     x+1\n//  atanh(x) = -*ln(----)\n//             2     x-1\n//\n//-----------------------------------------------------------------------------\n\nvoid atanhrat(_Inout_ PRAT* px, int32_t precision)\n\n{\n    PRAT ptmp = nullptr;\n    DUPRAT(ptmp, (*px));\n    _subrat(&ptmp, rat_one, precision);\n    _addrat(px, rat_one, precision);\n    divrat(px, ptmp, precision);\n    (*px)->pp->sign *= -1;\n    _lograt(px, precision);\n    divrat(px, rat_two, precision);\n    destroyrat(ptmp);\n}\n"
  },
  {
    "path": "src/CalcManager/Ratpack/logic.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//---------------------------------------------------------------------------\n//  Package Title  ratpak\n//  File           num.c\n//  Copyright      (C) 1995-99 Microsoft\n//  Date           01-16-95\n//\n//\n//  Description\n//\n//     Contains routines for and, or, xor, not and other support\n//\n//---------------------------------------------------------------------------\n#include \"ratpak.h\"\n\nusing namespace std;\n\nvoid lshrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision)\n\n{\n    PRAT pwr = nullptr;\n\n    intrat(pa, radix, precision);\n    if (!zernum((*pa)->pp))\n    {\n        // If input is zero we're done.\n        if (rat_gt(b, rat_max_exp, precision))\n        {\n            // Don't attempt lsh of anything big\n            throw(CALC_E_DOMAIN);\n        }\n        const int32_t intb = rattoi32(b, radix, precision);\n        DUPRAT(pwr, rat_two);\n        ratpowi32(&pwr, intb, precision);\n        mulrat(pa, pwr, precision);\n        destroyrat(pwr);\n    }\n}\n\nvoid rshrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision)\n\n{\n    PRAT pwr = nullptr;\n\n    intrat(pa, radix, precision);\n    if (!zernum((*pa)->pp))\n    {\n        // If input is zero we're done.\n        if (rat_lt(b, rat_min_exp, precision))\n        {\n            // Don't attempt rsh of anything big and negative.\n            throw(CALC_E_DOMAIN);\n        }\n        const int32_t intb = rattoi32(b, radix, precision);\n        DUPRAT(pwr, rat_two);\n        ratpowi32(&pwr, intb, precision);\n        divrat(pa, pwr, precision);\n        destroyrat(pwr);\n    }\n}\n\nvoid boolrat(PRAT* pa, PRAT b, int func, uint32_t radix, int32_t precision);\nvoid boolnum(PNUMBER* pa, PNUMBER b, int func);\n\nenum\n{\n    FUNC_AND,\n    FUNC_OR,\n    FUNC_XOR\n} BOOL_FUNCS;\n\nvoid andrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision)\n\n{\n    boolrat(pa, b, FUNC_AND, radix, precision);\n}\n\nvoid orrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision)\n\n{\n    boolrat(pa, b, FUNC_OR, radix, precision);\n}\n\nvoid xorrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision)\n\n{\n    boolrat(pa, b, FUNC_XOR, radix, precision);\n}\n\n//---------------------------------------------------------------------------\n//\n//    FUNCTION: boolrat\n//\n//    ARGUMENTS: pointer to a rational a second rational.\n//\n//    RETURN: None, changes pointer.\n//\n//    DESCRIPTION: Does the rational equivalent of *pa op= b;\n//\n//---------------------------------------------------------------------------\n\nvoid boolrat(PRAT* pa, PRAT b, int func, uint32_t radix, int32_t precision)\n\n{\n    PRAT tmp = nullptr;\n    intrat(pa, radix, precision);\n    DUPRAT(tmp, b);\n    intrat(&tmp, radix, precision);\n\n    boolnum(&((*pa)->pp), tmp->pp, func);\n    destroyrat(tmp);\n}\n\n//---------------------------------------------------------------------------\n//\n//    FUNCTION: boolnum\n//\n//    ARGUMENTS: pointer to a number a second number\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the number equivalent of *pa &= b.\n//    radix doesn't matter for logicals.\n//    WARNING: Assumes numbers are unsigned.\n//\n//---------------------------------------------------------------------------\n\nvoid boolnum(PNUMBER* pa, PNUMBER b, int func)\n\n{\n    PNUMBER c = nullptr;\n    PNUMBER a = nullptr;\n    MANTTYPE* pcha;\n    MANTTYPE* pchb;\n    MANTTYPE* pchc;\n    int32_t cdigits;\n    int32_t mexp;\n    MANTTYPE da;\n    MANTTYPE db;\n\n    a = *pa;\n    cdigits = max(a->cdigit + a->exp, b->cdigit + b->exp) - min(a->exp, b->exp);\n    createnum(c, cdigits);\n    c->exp = min(a->exp, b->exp);\n    mexp = c->exp;\n    c->cdigit = cdigits;\n    pcha = a->mant;\n    pchb = b->mant;\n    pchc = c->mant;\n    for (; cdigits > 0; cdigits--, mexp++)\n    {\n        da = (((mexp >= a->exp) && (cdigits + a->exp - c->exp > (c->cdigit - a->cdigit))) ? *pcha++ : 0);\n        db = (((mexp >= b->exp) && (cdigits + b->exp - c->exp > (c->cdigit - b->cdigit))) ? *pchb++ : 0);\n        switch (func)\n        {\n        case FUNC_AND:\n            *pchc++ = da & db;\n            break;\n        case FUNC_OR:\n            *pchc++ = da | db;\n            break;\n        case FUNC_XOR:\n            *pchc++ = da ^ db;\n            break;\n        }\n    }\n    c->sign = a->sign;\n    while (c->cdigit > 1 && *(--pchc) == 0)\n    {\n        c->cdigit--;\n    }\n    destroynum(*pa);\n    *pa = c;\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: remrat\n//\n//    ARGUMENTS: pointer to a rational a second rational.\n//\n//    RETURN: None, changes pointer.\n//\n//    DESCRIPTION: Calculate the remainder of *pa / b,\n//                 equivalent of 'pa % b' in C/C++ and produces a result\n//                 that is either zero or has the same sign as the dividend.\n//\n//-----------------------------------------------------------------------------\n\nvoid remrat(_Inout_ PRAT* pa, _In_ PRAT b)\n\n{\n    if (zerrat(b))\n    {\n        throw CALC_E_INDEFINITE;\n    }\n\n    PRAT tmp = nullptr;\n    DUPRAT(tmp, b);\n\n    mulnumx(&((*pa)->pp), tmp->pq);\n    mulnumx(&(tmp->pp), (*pa)->pq);\n    remnum(&((*pa)->pp), tmp->pp, BASEX);\n    mulnumx(&((*pa)->pq), tmp->pq);\n\n    // Get *pa back in the integer over integer form.\n    RENORMALIZE(*pa);\n\n    destroyrat(tmp);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: modrat\n//\n//    ARGUMENTS: pointer to a rational a second rational.\n//\n//    RETURN: None, changes pointer.\n//\n//    DESCRIPTION: Calculate the remainder of *pa / b, with the sign of the result\n//                 either zero or has the same sign as the divisor.\n//    NOTE: When *pa or b are negative, the result won't be the same as\n//          the C/C++ operator %, use remrat if it's the behavior you expect.\n//\n//-----------------------------------------------------------------------------\n\nvoid modrat(_Inout_ PRAT* pa, _In_ PRAT b)\n{\n    // contrary to remrat(X, 0) returning 0, modrat(X, 0) must return X\n    if (zerrat(b))\n    {\n        return;\n    }\n\n    PRAT tmp = nullptr;\n    DUPRAT(tmp, b);\n\n    auto needAdjust = (SIGN(*pa) == -1 ? (SIGN(b) == 1) : (SIGN(b) == -1));\n\n    mulnumx(&((*pa)->pp), tmp->pq);\n    mulnumx(&(tmp->pp), (*pa)->pq);\n    remnum(&((*pa)->pp), tmp->pp, BASEX);\n    mulnumx(&((*pa)->pq), tmp->pq);\n\n    if (needAdjust && !zerrat(*pa))\n    {\n        _addrat(pa, b, BASEX);\n    }\n\n    // Get *pa back in the integer over integer form.\n    RENORMALIZE(*pa);\n\n    destroyrat(tmp);\n}\n"
  },
  {
    "path": "src/CalcManager/Ratpack/num.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//-----------------------------------------------------------------------------\n//  Package Title  ratpak\n//  File           num.c\n//  Copyright      (C) 1995-97 Microsoft\n//  Date           01-16-95\n//\n//\n//  Description\n//\n//     Contains number routines for add, mul, div, rem and other support\n//  and longs.\n//\n//  Special Information\n//\n//\n//-----------------------------------------------------------------------------\n#include <list>\n#include <cstring> // for memmove\n#include \"ratpak.h\"\n\nusing namespace std;\n\n//----------------------------------------------------------------------------\n//\n//    FUNCTION: addnum\n//\n//    ARGUMENTS: pointer to a number a second number, and the\n//               radix.\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the number equivalent of *pa += b.\n//    Assumes radix is the base of both numbers.\n//\n//    ALGORITHM: Adds each digit from least significant to most\n//    significant.\n//\n//\n//----------------------------------------------------------------------------\n\nvoid _addnum(PNUMBER* pa, PNUMBER b, uint32_t radix);\n\nvoid addnum(_Inout_ PNUMBER* pa, _In_ PNUMBER b, uint32_t radix)\n\n{\n    if (b->cdigit > 1 || b->mant[0] != 0)\n    { // If b is zero we are done.\n        if ((*pa)->cdigit > 1 || (*pa)->mant[0] != 0)\n        { // pa and b are both nonzero.\n            _addnum(pa, b, radix);\n        }\n        else\n        { // if pa is zero and b isn't just copy b.\n            DUPNUM(*pa, b);\n        }\n    }\n}\n\nvoid _addnum(PNUMBER* pa, PNUMBER b, uint32_t radix)\n\n{\n    PNUMBER c = nullptr; // c will contain the result.\n    PNUMBER a = nullptr; // a is the dereferenced number pointer from *pa\n    MANTTYPE* pcha;      // pcha is a pointer to the mantissa of a.\n    MANTTYPE* pchb;      // pchb is a pointer to the mantissa of b.\n    MANTTYPE* pchc;      // pchc is a pointer to the mantissa of c.\n    int32_t cdigits;     // cdigits is the max count of the digits results used as a counter.\n    int32_t mexp;        // mexp is the exponent of the result.\n    MANTTYPE da;         // da is a single 'digit' after possible padding.\n    MANTTYPE db;         // db is a single 'digit' after possible padding.\n    MANTTYPE cy = 0;     // cy is the value of a carry after adding two 'digits'\n    int32_t fcompla = 0; // fcompla is a flag to signal a is negative.\n    int32_t fcomplb = 0; // fcomplb is a flag to signal b is negative.\n\n    a = *pa;\n\n    // Calculate the overlap of the numbers after alignment, this includes\n    // necessary padding 0's\n    cdigits = max(a->cdigit + a->exp, b->cdigit + b->exp) - min(a->exp, b->exp);\n\n    createnum(c, cdigits + 1);\n    c->exp = min(a->exp, b->exp);\n    mexp = c->exp;\n    c->cdigit = cdigits;\n    pcha = a->mant;\n    pchb = b->mant;\n    pchc = c->mant;\n\n    // Figure out the sign of the numbers\n    if (a->sign != b->sign)\n    {\n        cy = 1;\n        fcompla = (a->sign == -1);\n        fcomplb = (b->sign == -1);\n    }\n\n    // Loop over all the digits, real and 0 padded. Here we know a and b are\n    // aligned\n    for (; cdigits > 0; cdigits--, mexp++)\n    {\n        // Get digit from a, taking padding into account.\n        da = (((mexp >= a->exp) && (cdigits + a->exp - c->exp > (c->cdigit - a->cdigit))) ? *pcha++ : 0);\n        // Get digit from b, taking padding into account.\n        db = (((mexp >= b->exp) && (cdigits + b->exp - c->exp > (c->cdigit - b->cdigit))) ? *pchb++ : 0);\n\n        // Handle complementing for a and b digit. Might be a better way, but\n        // haven't found it yet.\n        if (fcompla)\n        {\n            da = (MANTTYPE)(radix)-1 - da;\n        }\n        if (fcomplb)\n        {\n            db = (MANTTYPE)(radix)-1 - db;\n        }\n\n        // Update carry as necessary\n        cy = da + db + cy;\n        *pchc++ = (MANTTYPE)(cy % (MANTTYPE)radix);\n        cy /= (MANTTYPE)radix;\n    }\n\n    // Handle carry from last sum as extra digit\n    if (cy && !(fcompla || fcomplb))\n    {\n        *pchc++ = cy;\n        c->cdigit++;\n    }\n\n    // Compute sign of result\n    if (!(fcompla || fcomplb))\n    {\n        c->sign = a->sign;\n    }\n    else\n    {\n        if (cy)\n        {\n            c->sign = 1;\n        }\n        else\n        {\n            // In this particular case an overflow or underflow has occurred\n            // and all the digits need to be complemented, at one time an\n            // attempt to handle this above was made, it turned out to be much\n            // slower on average.\n            c->sign = -1;\n            cy = 1;\n            for ((cdigits = c->cdigit), (pchc = c->mant); cdigits > 0; cdigits--)\n            {\n                cy = (MANTTYPE)radix - (MANTTYPE)1 - *pchc + cy;\n                *pchc++ = (MANTTYPE)(cy % (MANTTYPE)radix);\n                cy /= (MANTTYPE)radix;\n            }\n        }\n    }\n\n    // Remove leading zeros, remember digits are in order of\n    // increasing significance. i.e. 100 would be 0,0,1\n    while (c->cdigit > 1 && *(--pchc) == 0)\n    {\n        c->cdigit--;\n    }\n    destroynum(*pa);\n    *pa = c;\n}\n\n//----------------------------------------------------------------------------\n//\n//    FUNCTION: mulnum\n//\n//    ARGUMENTS: pointer to a number a second number, and the\n//               radix.\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the number equivalent of *pa *= b.\n//    Assumes radix is the radix of both numbers.  This algorithm is the\n//    same one you learned in grade school.\n//\n//----------------------------------------------------------------------------\n\nvoid _mulnum(PNUMBER* pa, PNUMBER b, uint32_t radix);\n\nvoid mulnum(_Inout_ PNUMBER* pa, _In_ PNUMBER b, uint32_t radix)\n\n{\n    if (b->cdigit > 1 || b->mant[0] != 1 || b->exp != 0)\n    { // If b is one we don't multiply exactly.\n        if ((*pa)->cdigit > 1 || (*pa)->mant[0] != 1 || (*pa)->exp != 0)\n        { // pa and b are both non-one.\n            _mulnum(pa, b, radix);\n        }\n        else\n        { // if pa is one and b isn't just copy b, and adjust the sign.\n            int32_t sign = (*pa)->sign;\n            DUPNUM(*pa, b);\n            (*pa)->sign *= sign;\n        }\n    }\n    else\n    { // But we do have to set the sign.\n        (*pa)->sign *= b->sign;\n    }\n}\n\nvoid _mulnum(PNUMBER* pa, PNUMBER b, uint32_t radix)\n\n{\n    PNUMBER c = nullptr;  // c will contain the result.\n    PNUMBER a = nullptr;  // a is the dereferenced number pointer from *pa\n    MANTTYPE* pcha;       // pcha is a pointer to the mantissa of a.\n    MANTTYPE* pchb;       // pchb is a pointer to the mantissa of b.\n    MANTTYPE* pchc;       // pchc is a pointer to the mantissa of c.\n    MANTTYPE* pchcoffset; // pchcoffset, is the anchor location of the next\n                          // single digit multiply partial result.\n    int32_t iadigit = 0;  // Index of digit being used in the first number.\n    int32_t ibdigit = 0;  // Index of digit being used in the second number.\n    MANTTYPE da = 0;      // da is the digit from the fist number.\n    TWO_MANTTYPE cy = 0;  // cy is the carry resulting from the addition of\n                          // a multiplied row into the result.\n    TWO_MANTTYPE mcy = 0; // mcy is the resultant from a single\n                          // multiply, AND the carry of that multiply.\n    int32_t icdigit = 0;  // Index of digit being calculated in final result.\n\n    a = *pa;\n    ibdigit = a->cdigit + b->cdigit - 1;\n    createnum(c, ibdigit + 1);\n    c->cdigit = ibdigit;\n    c->sign = a->sign * b->sign;\n\n    c->exp = a->exp + b->exp;\n    pcha = a->mant;\n    pchcoffset = c->mant;\n\n    for (iadigit = a->cdigit; iadigit > 0; iadigit--)\n    {\n        da = *pcha++;\n        pchb = b->mant;\n\n        // Shift pchc, and pchcoffset, one for each digit\n        pchc = pchcoffset++;\n\n        for (ibdigit = b->cdigit; ibdigit > 0; ibdigit--)\n        {\n            cy = 0;\n            mcy = (TWO_MANTTYPE)da * *pchb;\n            if (mcy)\n            {\n                icdigit = 0;\n                if (ibdigit == 1 && iadigit == 1)\n                {\n                    c->cdigit++;\n                }\n            }\n            // If result is nonzero, or while result of carry is nonzero...\n            while (mcy || cy)\n            {\n                // update carry from addition(s) and multiply.\n                cy += (TWO_MANTTYPE)pchc[icdigit] + (mcy % (TWO_MANTTYPE)radix);\n\n                // update result digit from\n                pchc[icdigit++] = (MANTTYPE)(cy % (TWO_MANTTYPE)radix);\n\n                // update carries from\n                mcy /= (TWO_MANTTYPE)radix;\n                cy /= (TWO_MANTTYPE)radix;\n            }\n\n            pchb++;\n            pchc++;\n        }\n    }\n\n    // prevent different kinds of zeros, by stripping leading duplicate zeros.\n    // digits are in order of increasing significance.\n    while (c->cdigit > 1 && c->mant[c->cdigit - 1] == 0)\n    {\n        c->cdigit--;\n    }\n\n    destroynum(*pa);\n    *pa = c;\n}\n\n//----------------------------------------------------------------------------\n//\n//    FUNCTION: remnum\n//\n//    ARGUMENTS: pointer to a number a second number, and the\n//               radix.\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the number equivalent of *pa %= b.\n//            Repeatedly subtracts off powers of 2 of b until *pa < b.\n//\n//\n//----------------------------------------------------------------------------\n\nvoid remnum(_Inout_ PNUMBER* pa, _In_ PNUMBER b, uint32_t radix)\n\n{\n    PNUMBER tmp = nullptr;     // tmp is the working remainder.\n    PNUMBER lasttmp = nullptr; // lasttmp is the last remainder which worked.\n\n    // Once *pa is less than b, *pa is the remainder.\n    while (!lessnum(*pa, b))\n    {\n        DUPNUM(tmp, b);\n        if (lessnum(tmp, *pa))\n        {\n            // Start off close to the right answer for subtraction.\n            tmp->exp = (*pa)->cdigit + (*pa)->exp - tmp->cdigit;\n            if (MSD(*pa) <= MSD(tmp))\n            {\n                // Don't take the chance that the numbers are equal.\n                tmp->exp--;\n            }\n        }\n\n        destroynum(lasttmp);\n        lasttmp = i32tonum(0, radix);\n\n        while (lessnum(tmp, *pa))\n        {\n            DUPNUM(lasttmp, tmp);\n            addnum(&tmp, tmp, radix);\n        }\n\n        if (lessnum(*pa, tmp))\n        {\n            // too far, back up...\n            destroynum(tmp);\n            tmp = lasttmp;\n            lasttmp = nullptr;\n        }\n\n        // Subtract the working remainder from the remainder holder.\n        tmp->sign = -1 * (*pa)->sign;\n        addnum(pa, tmp, radix);\n\n        destroynum(tmp);\n        destroynum(lasttmp);\n    }\n}\n\n//---------------------------------------------------------------------------\n//\n//    FUNCTION: divnum\n//\n//    ARGUMENTS: pointer to a number a second number, and the\n//               radix.\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the number equivalent of *pa /= b.\n//    Assumes radix is the radix of both numbers.\n//\n//---------------------------------------------------------------------------\n\nvoid _divnum(PNUMBER* pa, PNUMBER b, uint32_t radix, int32_t precision);\n\nvoid divnum(_Inout_ PNUMBER* pa, _In_ PNUMBER b, uint32_t radix, int32_t precision)\n\n{\n    if (b->cdigit > 1 || b->mant[0] != 1 || b->exp != 0)\n    {\n        // b is not one\n        _divnum(pa, b, radix, precision);\n    }\n    else\n    { // But we do have to set the sign.\n        (*pa)->sign *= b->sign;\n    }\n}\n\nvoid _divnum(PNUMBER* pa, PNUMBER b, uint32_t radix, int32_t precision)\n{\n    PNUMBER a = *pa;\n    int32_t thismax = precision + 2;\n    if (thismax < a->cdigit)\n    {\n        thismax = a->cdigit;\n    }\n\n    if (thismax < b->cdigit)\n    {\n        thismax = b->cdigit;\n    }\n\n    PNUMBER c = nullptr;\n    createnum(c, thismax + 1);\n    c->exp = (a->cdigit + a->exp) - (b->cdigit + b->exp) + 1;\n    c->sign = a->sign * b->sign;\n\n    MANTTYPE* ptrc = c->mant + thismax;\n    PNUMBER rem = nullptr;\n    PNUMBER tmp = nullptr;\n    DUPNUM(rem, a);\n    DUPNUM(tmp, b);\n    tmp->sign = a->sign;\n    rem->exp = b->cdigit + b->exp - rem->cdigit;\n\n    // Build a table of multiplications of the divisor, this is quicker for\n    // more than radix 'digits'\n    list<PNUMBER> numberList{ i32tonum(0L, radix) };\n    for (uint32_t i = 1; i < radix; i++)\n    {\n        PNUMBER newValue = nullptr;\n        DUPNUM(newValue, numberList.front());\n        addnum(&newValue, tmp, radix);\n\n        numberList.emplace_front(newValue);\n    }\n    destroynum(tmp);\n\n    int32_t digit;\n    int32_t cdigits = 0;\n    while (cdigits++ < thismax && !zernum(rem))\n    {\n        digit = radix - 1;\n        PNUMBER multiple = nullptr;\n        for (const auto& num : numberList)\n        {\n            if (!lessnum(rem, num) || !--digit)\n            {\n                multiple = num;\n                break;\n            }\n        }\n\n        if (digit)\n        {\n            multiple->sign *= -1;\n            addnum(&rem, multiple, radix);\n            multiple->sign *= -1;\n        }\n        rem->exp++;\n        *ptrc-- = (MANTTYPE)digit;\n    }\n    cdigits--;\n\n    if (c->mant != ++ptrc)\n    {\n        memmove(c->mant, ptrc, (int)(cdigits * sizeof(MANTTYPE)));\n    }\n\n    // Cleanup table structure\n    for (auto& num : numberList)\n    {\n        destroynum(num);\n    }\n\n    if (!cdigits)\n    {\n        c->cdigit = 1;\n        c->exp = 0;\n    }\n    else\n    {\n        c->cdigit = cdigits;\n        c->exp -= cdigits;\n        while (c->cdigit > 1 && c->mant[c->cdigit - 1] == 0)\n        {\n            c->cdigit--;\n        }\n    }\n    destroynum(rem);\n\n    destroynum(*pa);\n    *pa = c;\n}\n\n//---------------------------------------------------------------------------\n//\n//    FUNCTION: equnum\n//\n//    ARGUMENTS: two numbers.\n//\n//    RETURN: Boolean\n//\n//    DESCRIPTION: Does the number equivalent of ( a == b )\n//    Only assumes that a and b are the same radix.\n//\n//---------------------------------------------------------------------------\n\nbool equnum(_In_ PNUMBER a, _In_ PNUMBER b)\n\n{\n    int32_t diff;\n    MANTTYPE* pa;\n    MANTTYPE* pb;\n    int32_t cdigits;\n    int32_t ccdigits;\n    MANTTYPE da;\n    MANTTYPE db;\n\n    diff = (a->cdigit + a->exp) - (b->cdigit + b->exp);\n    if (diff < 0)\n    {\n        // If the exponents are different, these are different numbers.\n        return false;\n    }\n    else\n    {\n        if (diff > 0)\n        {\n            // If the exponents are different, these are different numbers.\n            return false;\n        }\n        else\n        {\n            // OK the exponents match.\n            pa = a->mant;\n            pb = b->mant;\n            pa += a->cdigit - 1;\n            pb += b->cdigit - 1;\n            cdigits = max(a->cdigit, b->cdigit);\n            ccdigits = cdigits;\n\n            // Loop over all digits until we run out of digits or there is a\n            // difference in the digits.\n            for (; cdigits > 0; cdigits--)\n            {\n                da = ((cdigits > (ccdigits - a->cdigit)) ? *pa-- : 0);\n                db = ((cdigits > (ccdigits - b->cdigit)) ? *pb-- : 0);\n                if (da != db)\n                {\n                    return false;\n                }\n            }\n\n            // In this case, they are equal.\n            return true;\n        }\n    }\n}\n\n//---------------------------------------------------------------------------\n//\n//    FUNCTION: lessnum\n//\n//    ARGUMENTS: two numbers.\n//\n//    RETURN: Boolean\n//\n//    DESCRIPTION: Does the number equivalent of ( abs(a) < abs(b) )\n//    Only assumes that a and b are the same radix, WARNING THIS IS AN.\n//    UNSIGNED COMPARE!\n//\n//---------------------------------------------------------------------------\n\nbool lessnum(_In_ PNUMBER a, _In_ PNUMBER b)\n\n{\n    int32_t diff = (a->cdigit + a->exp) - (b->cdigit + b->exp);\n    if (diff < 0)\n    {\n        // The exponent of a is less than b\n        return true;\n    }\n    if (diff > 0)\n    {\n        return false;\n    }\n    MANTTYPE* pa = a->mant;\n    MANTTYPE* pb = b->mant;\n    pa += a->cdigit - 1;\n    pb += b->cdigit - 1;\n    int32_t cdigits = max(a->cdigit, b->cdigit);\n    int32_t ccdigits = cdigits;\n    for (; cdigits > 0; cdigits--)\n    {\n        MANTTYPE da = ((cdigits > (ccdigits - a->cdigit)) ? *pa-- : 0);\n        MANTTYPE db = ((cdigits > (ccdigits - b->cdigit)) ? *pb-- : 0);\n        diff = da - db;\n        if (diff)\n        {\n            return (diff < 0);\n        }\n    }\n    // In this case, they are equal.\n    return false;\n}\n\n//----------------------------------------------------------------------------\n//\n//    FUNCTION: zernum\n//\n//    ARGUMENTS: number\n//\n//    RETURN: Boolean\n//\n//    DESCRIPTION: Does the number equivalent of ( !a )\n//\n//----------------------------------------------------------------------------\n\nbool zernum(_In_ PNUMBER a)\n\n{\n    int32_t length;\n    MANTTYPE* pcha;\n    length = a->cdigit;\n    pcha = a->mant;\n\n    // loop over all the digits until you find a nonzero or until you run\n    // out of digits\n    while (length-- > 0)\n    {\n        if (*pcha++)\n        {\n            // One of the digits isn't zero, therefore the number isn't zero\n            return false;\n        }\n    }\n    // All of the digits are zero, therefore the number is zero\n    return true;\n}\n"
  },
  {
    "path": "src/CalcManager/Ratpack/rat.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//-----------------------------------------------------------------------------\n//  Package Title  ratpak\n//  File           rat.c\n//  Copyright      (C) 1995-96 Microsoft\n//  Date           01-16-95\n//\n//\n//  Description\n//\n//  Contains mul, div, add, and other support functions for rationals.\n//\n//\n//\n//-----------------------------------------------------------------------------\n\n#include \"ratpak.h\"\n\nusing namespace std;\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: gcdrat\n//\n//    ARGUMENTS: pointer to a rational.\n//\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Divides p and q in rational by the G.C.D.\n//    of both.  It was hoped this would speed up some\n//    calculations, and until the above trimming was done it\n//    did, but after trimming gcdratting, only slows things\n//    down.\n//\n//-----------------------------------------------------------------------------\n\nvoid gcdrat(_Inout_ PRAT* pa, int32_t precision)\n\n{\n    PNUMBER pgcd = nullptr;\n    PRAT a = nullptr;\n\n    a = *pa;\n    pgcd = gcd(a->pp, a->pq);\n\n    if (!zernum(pgcd))\n    {\n        divnumx(&(a->pp), pgcd, precision);\n        divnumx(&(a->pq), pgcd, precision);\n    }\n\n    destroynum(pgcd);\n    *pa = a;\n\n    RENORMALIZE(*pa);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: fracrat\n//\n//    ARGUMENTS: pointer to a rational a second rational.\n//\n//    RETURN: None, changes pointer.\n//\n//    DESCRIPTION: Does the rational equivalent of frac(*pa);\n//\n//-----------------------------------------------------------------------------\n\nvoid fracrat(_Inout_ PRAT* pa, uint32_t radix, int32_t precision)\n{\n    // Only do the flatrat operation if number is nonzero.\n    // and only if the bottom part is not one.\n    if (!zernum((*pa)->pp) && !equnum((*pa)->pq, num_one))\n    {\n        flatrat(*pa, radix, precision);\n    }\n\n    remnum(&((*pa)->pp), (*pa)->pq, BASEX);\n\n    // Get *pa back in the integer over integer form.\n    RENORMALIZE(*pa);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: mulrat\n//\n//    ARGUMENTS: pointer to a rational a second rational.\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the rational equivalent of *pa *= b.\n//    Assumes radix is the radix of both numbers.\n//\n//-----------------------------------------------------------------------------\n\nvoid mulrat(_Inout_ PRAT* pa, _In_ PRAT b, int32_t precision)\n\n{\n    // Only do the multiply if it isn't zero.\n    if (!zernum((*pa)->pp))\n    {\n        mulnumx(&((*pa)->pp), b->pp);\n        mulnumx(&((*pa)->pq), b->pq);\n        trimit(pa, precision);\n    }\n    else\n    {\n        // If it is zero, blast a one in the denominator.\n        DUPNUM(((*pa)->pq), num_one);\n    }\n\n#ifdef MULGCD\n    gcdrat(pa);\n#endif\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: divrat\n//\n//    ARGUMENTS: pointer to a rational a second rational.\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the rational equivalent of *pa /= b.\n//    Assumes radix is the radix of both numbers.\n//\n//-----------------------------------------------------------------------------\n\nvoid divrat(_Inout_ PRAT* pa, _In_ PRAT b, int32_t precision)\n\n{\n    if (!zernum((*pa)->pp))\n    {\n        // Only do the divide if the top isn't zero.\n        mulnumx(&((*pa)->pp), b->pq);\n        mulnumx(&((*pa)->pq), b->pp);\n\n        if (zernum((*pa)->pq))\n        {\n            // raise an exception if the bottom is 0.\n            throw(CALC_E_DIVIDEBYZERO);\n        }\n        trimit(pa, precision);\n    }\n    else\n    {\n        // Top is zero.\n        if (zerrat(b))\n        {\n            // If bottom is zero\n            // 0 / 0 is indefinite, raise an exception.\n            throw(CALC_E_INDEFINITE);\n        }\n        else\n        {\n            // 0/x make a unique 0.\n            DUPNUM(((*pa)->pq), num_one);\n        }\n    }\n\n#ifdef DIVGCD\n    gcdrat(pa);\n#endif\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: subrat, _subrat\n//\n//    ARGUMENTS: pointer to a rational a second rational.\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the rational equivalent of *pa -= b.\n//    Assumes base is internal throughout.\n//\n//    subrat does snapping to zero after subtraction. All ratpak internal\n//    should use _subrat by default.\n//\n//-----------------------------------------------------------------------------\n\nvoid subrat(_Inout_ PRAT* pa, _In_ PRAT b, int32_t precision)\n\n{\n    PRAT a = nullptr;\n    DUPRAT(a, *pa);\n\n    _subrat(pa, b, precision);\n\n    _snaprat(pa, a, b, precision);\n    destroyrat(a);\n}\n\nvoid _subrat(_Inout_ PRAT* pa, _In_ PRAT b, int32_t precision)\n\n{\n    b->pp->sign *= -1;\n    _addrat(pa, b, precision);\n    b->pp->sign *= -1;\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: addrat, _addrat\n//\n//    ARGUMENTS: pointer to a rational a second rational.\n//\n//    RETURN: None, changes first pointer.\n//\n//    DESCRIPTION: Does the rational equivalent of *pa += b.\n//    Assumes base is internal throughout.\n//\n//    addrat does snapping to zero after addition. All ratpak internal should\n//    use _addrat by default.\n//\n//-----------------------------------------------------------------------------\n\nvoid addrat(_Inout_ PRAT* pa, _In_ PRAT b, int32_t precision)\n{\n    PRAT a = nullptr;\n    DUPRAT(a, *pa);\n\n    _addrat(pa, b, precision);\n\n    _snaprat(pa, a, b, precision);\n    destroyrat(a);\n}\n\nvoid _addrat(_Inout_ PRAT* pa, _In_ PRAT b, int32_t precision)\n{\n    PNUMBER bot = nullptr;\n\n    if (equnum((*pa)->pq, b->pq))\n    {\n        // Very special case, q's match.,\n        // make sure signs are involved in the calculation\n        // we have to do this since the optimization here is only\n        // working with the top half of the rationals.\n        (*pa)->pp->sign *= (*pa)->pq->sign;\n        (*pa)->pq->sign = 1;\n        b->pp->sign *= b->pq->sign;\n        b->pq->sign = 1;\n        addnum(&((*pa)->pp), b->pp, BASEX);\n    }\n    else\n    {\n        // Usual case q's aren't the same.\n        DUPNUM(bot, (*pa)->pq);\n        mulnumx(&bot, b->pq);\n        mulnumx(&((*pa)->pp), b->pq);\n        mulnumx(&((*pa)->pq), b->pp);\n        addnum(&((*pa)->pp), (*pa)->pq, BASEX);\n        destroynum((*pa)->pq);\n        (*pa)->pq = bot;\n        trimit(pa, precision);\n\n        // Get rid of negative zeros here.\n        (*pa)->pp->sign *= (*pa)->pq->sign;\n        (*pa)->pq->sign = 1;\n    }\n\n#ifdef ADDGCD\n    gcdrat(pa);\n#endif\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: rootrat\n//\n//  PARAMETERS: y prat representation of number to take the root of\n//              n prat representation of the root to take.\n//\n//  RETURN: bth root of a in rat form.\n//\n//  EXPLANATION: This is now a stub function to powrat().\n//\n//-----------------------------------------------------------------------------\n\nvoid rootrat(_Inout_ PRAT* py, _In_ PRAT n, uint32_t radix, int32_t precision)\n{\n    // Initialize 1/n\n    PRAT oneovern = nullptr;\n    DUPRAT(oneovern, rat_one);\n    divrat(&oneovern, n, precision);\n\n    powrat(py, oneovern, radix, precision);\n\n    destroyrat(oneovern);\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: zerrat\n//\n//    ARGUMENTS: Rational number.\n//\n//    RETURN: Boolean\n//\n//    DESCRIPTION: Returns true if input is zero.\n//    False otherwise.\n//\n//-----------------------------------------------------------------------------\n\nbool zerrat(_In_ PRAT a)\n\n{\n    return (zernum(a->pp));\n}\n\n//-----------------------------------------------------------------------------\n//\n//    FUNCTION: _snaprat\n//\n//    ARGUMENTS: r prat to potentially snap to zero\n//               a, b prats for comparison.\n//               b is optional and can be null for unary operations.\n//\n//    DESCRIPTION: If |pr| is magnitude smaller than |a| or |b| beyond\n//    precision, snap pr to 0. This is to address issues with exposing tiny\n//    residuals to the user in calculations that should yield zero.\n// \n//    Example: let rat a = sqrt(2.25), rat b = 1.5. r = a - b should be zero.\n//    However, rat a is an approximation of sqrt(2.25) and very close to 1.5,\n//    but not exactly 1.5. The result r is a tiny residual close to zero, but\n//    not zero. _snaprat can be used to check if r is small enough compared to\n//    a or b, and snap it to zero if so. Without this, users may see unexpected\n//    tiny values in results that should be zero.\n//\n//    log(a) where a is very close to 1 is another example. The result should be\n//    zero.\n//\n//    trimit also removes digits but it's for a different reason.\n//\n//    Notice that trigonometric functions sinrat/cosrat have specifically\n//    adjusted for approximation errors.\n//\n//-----------------------------------------------------------------------------\n\nvoid _snaprat(_Inout_ PRAT* pr, _In_ PRAT a, _In_opt_ PRAT b, int32_t precision)\n{\n    PRAT threshold = nullptr;\n    if (!b)\n    {\n        DUPRAT(threshold, a);\n        ABSRAT(threshold);\n    }\n    else\n    {\n        PRAT absA = nullptr;\n        PRAT absB = nullptr;\n        DUPRAT(absA, a);\n        DUPRAT(absB, b);\n        ABSRAT(absA);\n        ABSRAT(absB);\n\n        if (rat_lt(absA, absB, precision))\n        {\n            DUPRAT(threshold, absB);\n        }\n        else\n        {\n            DUPRAT(threshold, absA);\n        }\n        destroyrat(absA);\n        destroyrat(absB);\n    }\n    mulrat(&threshold, rat_smallest, precision);\n\n    PRAT absR = nullptr;\n    DUPRAT(absR, *pr);\n    ABSRAT(absR);\n\n    // if absResult < threshold => snap to zero\n    if (rat_lt(absR, threshold, precision))\n    {\n        DUPRAT(*pr, rat_zero);\n    }\n\n    destroyrat(absR);\n    destroyrat(threshold);\n}\n"
  },
  {
    "path": "src/CalcManager/Ratpack/ratconst.h",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_num_one = { 1,\n                                     1,\n                                     0,\n                                     {\n                                         1,\n                                     } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_num_two = { 1,\n                                     1,\n                                     0,\n                                     {\n                                         2,\n                                     } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_num_five = { 1,\n                                      1,\n                                      0,\n                                      {\n                                          5,\n                                      } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_num_six = { 1,\n                                     1,\n                                     0,\n                                     {\n                                         6,\n                                     } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_num_ten = { 1,\n                                     1,\n                                     0,\n                                     {\n                                         10,\n                                     } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_smallest = { 1,\n                                            1,\n                                            0,\n                                            {\n                                                1,\n                                            } };\ninline const NUMBER init_q_rat_smallest = { 1,\n                                            4,\n                                            0,\n                                            {\n                                                0,\n                                                190439170,\n                                                901055854,\n                                                10097,\n                                            } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_negsmallest = { -1,\n                                               1,\n                                               0,\n                                               {\n                                                   1,\n                                               } };\ninline const NUMBER init_q_rat_negsmallest = { 1,\n                                               4,\n                                               0,\n                                               {\n                                                   0,\n                                                   190439170,\n                                                   901055854,\n                                                   10097,\n                                               } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_pt_eight_five = { 1,\n                                             1,\n                                             0,\n                                             {\n                                                 85,\n                                             } };\ninline const NUMBER init_q_pt_eight_five = { 1,\n                                             1,\n                                             0,\n                                             {\n                                                 100,\n                                             } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_six = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           6,\n                                       } };\ninline const NUMBER init_q_rat_six = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           1,\n                                       } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_two = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           2,\n                                       } };\ninline const NUMBER init_q_rat_two = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           1,\n                                       } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_zero = { 1,\n                                        1,\n                                        0,\n                                        {\n                                            0,\n                                        } };\ninline const NUMBER init_q_rat_zero = { 1,\n                                        1,\n                                        0,\n                                        {\n                                            1,\n                                        } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_one = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           1,\n                                       } };\ninline const NUMBER init_q_rat_one = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           1,\n                                       } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_neg_one = { -1,\n                                           1,\n                                           0,\n                                           {\n                                               1,\n                                           } };\ninline const NUMBER init_q_rat_neg_one = { 1,\n                                           1,\n                                           0,\n                                           {\n                                               1,\n                                           } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_half = { 1,\n                                        1,\n                                        0,\n                                        {\n                                            1,\n                                        } };\ninline const NUMBER init_q_rat_half = { 1,\n                                        1,\n                                        0,\n                                        {\n                                            2,\n                                        } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_ten = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           10,\n                                       } };\ninline const NUMBER init_q_rat_ten = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           1,\n                                       } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_pi = { 1,\n                                  6,\n                                  0,\n                                  {\n                                      125527896,\n                                      283898350,\n                                      1960493936,\n                                      1672850762,\n                                      1288168272,\n                                      8,\n                                  } };\ninline const NUMBER init_q_pi = { 1,\n                                  6,\n                                  0,\n                                  {\n                                      1288380402,\n                                      1120116153,\n                                      1860424692,\n                                      1944118326,\n                                      1583591604,\n                                      2,\n                                  } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_two_pi = { 1,\n                                      6,\n                                      0,\n                                      {\n                                          251055792,\n                                          567796700,\n                                          1773504224,\n                                          1198217877,\n                                          428852897,\n                                          17,\n                                      } };\ninline const NUMBER init_q_two_pi = { 1,\n                                      6,\n                                      0,\n                                      {\n                                          1288380402,\n                                          1120116153,\n                                          1860424692,\n                                          1944118326,\n                                          1583591604,\n                                          2,\n                                      } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_pi_over_two = { 1,\n                                           6,\n                                           0,\n                                           {\n                                               125527896,\n                                               283898350,\n                                               1960493936,\n                                               1672850762,\n                                               1288168272,\n                                               8,\n                                           } };\ninline const NUMBER init_q_pi_over_two = { 1,\n                                           6,\n                                           0,\n                                           {\n                                               429277156,\n                                               92748659,\n                                               1573365737,\n                                               1740753005,\n                                               1019699561,\n                                               5,\n                                           } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_one_pt_five_pi = { 1,\n                                              6,\n                                              0,\n                                              {\n                                                  1241201312,\n                                                  270061909,\n                                                  1051574664,\n                                                  1924965045,\n                                                  1340320627,\n                                                  70,\n                                              } };\ninline const NUMBER init_q_one_pt_five_pi = { 1,\n                                              6,\n                                              0,\n                                              {\n                                                  1579671539,\n                                                  1837970263,\n                                                  1067644340,\n                                                  523549916,\n                                                  2119366659,\n                                                  14,\n                                              } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_e_to_one_half = { 1,\n                                             6,\n                                             0,\n                                             {\n                                                 256945612,\n                                                 216219427,\n                                                 223516738,\n                                                 477442596,\n                                                 581063757,\n                                                 23,\n                                             } };\ninline const NUMBER init_q_e_to_one_half = { 1,\n                                             6,\n                                             0,\n                                             {\n                                                 1536828363,\n                                                 698484484,\n                                                 1127331835,\n                                                 224219346,\n                                                 245499408,\n                                                 14,\n                                             } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_exp = { 1,\n                                       6,\n                                       0,\n                                       {\n                                           943665199,\n                                           1606559160,\n                                           1094967530,\n                                           1759391384,\n                                           1671799163,\n                                           1123581,\n                                       } };\ninline const NUMBER init_q_rat_exp = { 1,\n                                       6,\n                                       0,\n                                       {\n                                           879242208,\n                                           2022880100,\n                                           617392930,\n                                           1374929092,\n                                           1367479163,\n                                           413342,\n                                       } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_ln_ten = { 1,\n                                      6,\n                                      0,\n                                      {\n                                          2086268922,\n                                          165794492,\n                                          1416063951,\n                                          1851428830,\n                                          1893239400,\n                                          65366841,\n                                      } };\ninline const NUMBER init_q_ln_ten = { 1,\n                                      6,\n                                      0,\n                                      {\n                                          26790652,\n                                          564532679,\n                                          783998273,\n                                          216030448,\n                                          1564709968,\n                                          28388458,\n                                      } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_ln_two = { 1,\n                                      6,\n                                      0,\n                                      {\n                                          1789230241,\n                                          1057927868,\n                                          715399197,\n                                          908801241,\n                                          1411265331,\n                                          3,\n                                      } };\ninline const NUMBER init_q_ln_two = { 1,\n                                      6,\n                                      0,\n                                      {\n                                          1559869847,\n                                          1930657510,\n                                          1228561531,\n                                          219003871,\n                                          593099283,\n                                          5,\n                                      } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rad_to_deg = { 1,\n                                          6,\n                                          0,\n                                          {\n                                              2127722024,\n                                              1904928383,\n                                              2016479213,\n                                              2048947859,\n                                              1578647346,\n                                              492,\n                                          } };\ninline const NUMBER init_q_rad_to_deg = { 1,\n                                          6,\n                                          0,\n                                          {\n                                              125527896,\n                                              283898350,\n                                              1960493936,\n                                              1672850762,\n                                              1288168272,\n                                              8,\n                                          } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rad_to_grad = { 1,\n                                           6,\n                                           0,\n                                           {\n                                               2125526288,\n                                               684931327,\n                                               570267400,\n                                               129125085,\n                                               1038224725,\n                                               547,\n                                           } };\ninline const NUMBER init_q_rad_to_grad = { 1,\n                                           6,\n                                           0,\n                                           {\n                                               125527896,\n                                               283898350,\n                                               1960493936,\n                                               1672850762,\n                                               1288168272,\n                                               8,\n                                           } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_qword = { 1,\n                                         3,\n                                         0,\n                                         {\n                                             2147483647,\n                                             2147483647,\n                                             3,\n                                         } };\ninline const NUMBER init_q_rat_qword = { 1,\n                                         1,\n                                         0,\n                                         {\n                                             1,\n                                         } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_dword = { 1,\n                                         2,\n                                         0,\n                                         {\n                                             2147483647,\n                                             1,\n                                         } };\ninline const NUMBER init_q_rat_dword = { 1,\n                                         1,\n                                         0,\n                                         {\n                                             1,\n                                         } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_max_i32 = { 1,\n                                           1,\n                                           0,\n                                           {\n                                               2147483647,\n                                           } };\ninline const NUMBER init_q_rat_max_i32 = { 1,\n                                           1,\n                                           0,\n                                           {\n                                               1,\n                                           } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_min_i32 = { -1,\n                                           2,\n                                           0,\n                                           {\n                                               0,\n                                               1,\n                                           } };\ninline const NUMBER init_q_rat_min_i32 = { 1,\n                                           1,\n                                           0,\n                                           {\n                                               1,\n                                           } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_word = { 1,\n                                        1,\n                                        0,\n                                        {\n                                            65535,\n                                        } };\ninline const NUMBER init_q_rat_word = { 1,\n                                        1,\n                                        0,\n                                        {\n                                            1,\n                                        } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_byte = { 1,\n                                        1,\n                                        0,\n                                        {\n                                            255,\n                                        } };\ninline const NUMBER init_q_rat_byte = { 1,\n                                        1,\n                                        0,\n                                        {\n                                            1,\n                                        } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_400 = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           400,\n                                       } };\ninline const NUMBER init_q_rat_400 = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           1,\n                                       } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_360 = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           360,\n                                       } };\ninline const NUMBER init_q_rat_360 = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           1,\n                                       } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_200 = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           200,\n                                       } };\ninline const NUMBER init_q_rat_200 = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           1,\n                                       } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_180 = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           180,\n                                       } };\ninline const NUMBER init_q_rat_180 = { 1,\n                                       1,\n                                       0,\n                                       {\n                                           1,\n                                       } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_max_exp = { 1,\n                                           1,\n                                           0,\n                                           {\n                                               100000,\n                                           } };\ninline const NUMBER init_q_rat_max_exp = { 1,\n                                           1,\n                                           0,\n                                           {\n                                               1,\n                                           } };\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_min_exp = { -1,\n                                           1,\n                                           0,\n                                           {\n                                               100000,\n                                           } };\ninline const NUMBER init_q_rat_min_exp = { 1,\n                                           1,\n                                           0,\n                                           {\n                                               1,\n                                           } };\n\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_max_fact = { 1,\n                                            1,\n                                            0,\n                                            {\n                                                3249,\n                                            } };\ninline const NUMBER init_q_rat_max_fact = { 1,\n                                            1,\n                                            0,\n                                            {\n                                                1,\n                                            } };\n\n// Autogenerated by _dumprawrat in support.cpp\ninline const NUMBER init_p_rat_min_fact = { -1,\n                                            1,\n                                            0,\n                                            {\n                                                1000,\n                                            } };\ninline const NUMBER init_q_rat_min_fact = { 1,\n                                            1,\n                                            0,\n                                            {\n                                                1,\n                                            } };\n"
  },
  {
    "path": "src/CalcManager/Ratpack/ratpak.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n//-----------------------------------------------------------------------------\n//  Package Title  ratpak\n//  File           ratpak.h\n//  Copyright      (C) 1995-99 Microsoft\n//  Date           01-16-95\n//\n//\n//  Description\n//\n//     Infinite precision math package header file, if you use ratpak.lib you\n//  need to include this header.\n//\n//-----------------------------------------------------------------------------\n\n#include <algorithm>\n#include <string>\n#include \"CalcErr.h\"\n#include <cstring>              // for memmove\n#include \"sal_cross_platform.h\" // for SAL\n\nstatic constexpr uint32_t BASEXPWR = 31L;     // Internal log2(BASEX)\nstatic constexpr uint32_t BASEX = 0x80000000; // Internal radix used in calculations, hope to raise\n                                              // this to 2^32 after solving scaling problems with\n                                              // overflow detection esp. in mul\n\ntypedef uint32_t MANTTYPE;\ntypedef uint64_t TWO_MANTTYPE;\n\nenum class NumberFormat\n{\n    Float,      // returns floating point, or exponential if number is too big\n    Scientific, // always returns scientific notation\n    Engineering // always returns engineering notation such that exponent is a multiple of 3\n};\n\nenum class AngleType\n{\n    Degrees, // Calculate trig using 360 degrees per revolution\n    Radians, // Calculate trig using 2 pi radians per revolution\n    Gradians // Calculate trig using 400 gradians per revolution\n};\n\n//-----------------------------------------------------------------------------\n//\n//  NUMBER type is a representation of a generic sized generic radix number\n//\n//-----------------------------------------------------------------------------\n\n#pragma warning(push)\n#pragma warning(disable : 4200) // nonstandard extension used : zero-sized array in struct/union\ntypedef struct _number\n{\n    int32_t sign;   // The sign of the mantissa, +1, or -1\n    int32_t cdigit; // The number of digits, or what passes for digits in the\n                    // radix being used.\n    int32_t exp;    // The offset of digits from the radix point\n                    // (decimal point in radix 10)\n    MANTTYPE mant[];\n    // This is actually allocated as a continuation of the\n    // NUMBER structure.\n} NUMBER, *PNUMBER, **PPNUMBER;\n#pragma warning(pop)\n\n//-----------------------------------------------------------------------------\n//\n//  RAT type is a representation radix  on 2 NUMBER types.\n//  pp/pq, where pp and pq are pointers to integral NUMBER types.\n//\n//-----------------------------------------------------------------------------\n\ntypedef struct _rat\n{\n    PNUMBER pp;\n    PNUMBER pq;\n} RAT, *PRAT;\n\nstatic constexpr uint32_t MAX_LONG_SIZE = 33; // Base 2 requires 32 'digits'\n\n//-----------------------------------------------------------------------------\n//\n// List of useful constants for evaluation, note this list needs to be\n// initialized.\n//\n//-----------------------------------------------------------------------------\n\nextern PNUMBER num_one;\nextern PNUMBER num_two;\nextern PNUMBER num_five;\nextern PNUMBER num_six;\nextern PNUMBER num_ten;\n\nextern PRAT ln_ten;\nextern PRAT ln_two;\nextern PRAT rat_zero;\nextern PRAT rat_neg_one;\nextern PRAT rat_one;\nextern PRAT rat_two;\nextern PRAT rat_six;\nextern PRAT rat_half;\nextern PRAT rat_ten;\nextern PRAT pt_eight_five;\nextern PRAT pi;\nextern PRAT pi_over_two;\nextern PRAT two_pi;\nextern PRAT one_pt_five_pi;\nextern PRAT e_to_one_half;\nextern PRAT rat_exp;\nextern PRAT rad_to_deg;\nextern PRAT rad_to_grad;\nextern PRAT rat_qword;\nextern PRAT rat_dword;\nextern PRAT rat_word;\nextern PRAT rat_byte;\nextern PRAT rat_360;\nextern PRAT rat_400;\nextern PRAT rat_180;\nextern PRAT rat_200;\nextern PRAT rat_nRadix;\nextern PRAT rat_smallest;\nextern PRAT rat_negsmallest;\nextern PRAT rat_max_exp;\nextern PRAT rat_min_exp;\nextern PRAT rat_max_fact;\nextern PRAT rat_min_fact;\nextern PRAT rat_max_i32;\nextern PRAT rat_min_i32;\n\n// DUPNUM Duplicates a number taking care of allocation and internals\n#define DUPNUM(a, b)                                                                                                                                           \\\n    destroynum(a);                                                                                                                                             \\\n    createnum(a, (b)->cdigit);                                                                                                                                 \\\n    _dupnum(a, b);\n\n// DUPRAT Duplicates a rational taking care of allocation and internals\n#define DUPRAT(a, b)                                                                                                                                           \\\n    destroyrat(a);                                                                                                                                             \\\n    createrat(a);                                                                                                                                              \\\n    DUPNUM((a)->pp, (b)->pp);                                                                                                                                  \\\n    DUPNUM((a)->pq, (b)->pq);\n\n// ABSRAT returns the absolute value of the rational\n#define ABSRAT(x) (((x)->pp->sign = 1), ((x)->pq->sign = 1))\n\n// LOG*RADIX calculates the integral portion of the log of a number in\n// the base currently being used, only accurate to within g_ratio\n\n#define LOGNUMRADIX(pnum) (((pnum)->cdigit + (pnum)->exp) * g_ratio)\n#define LOGRATRADIX(prat) (LOGNUMRADIX((prat)->pp) - LOGNUMRADIX((prat)->pq))\n\n// LOG*2 calculates the integral portion of the log of a number in\n// the internal base being used, only accurate to within g_ratio\n\n#define LOGNUM2(pnum) ((pnum)->cdigit + (pnum)->exp)\n#define LOGRAT2(prat) (LOGNUM2((prat)->pp) - LOGNUM2((prat)->pq))\n\n// SIGN returns the sign of the rational\n#define SIGN(prat) ((prat)->pp->sign * (prat)->pq->sign)\n\n#if defined(DEBUG_RATPAK)\n//-----------------------------------------------------------------------------\n//\n//   Debug versions of rational number creation and destruction routines.\n//   used for debugging allocation errors.\n//\n//-----------------------------------------------------------------------------\n\n#define createrat(y)                                                                                                                                           \\\n    (y) = _createrat();                                                                                                                                        \\\n    {                                                                                                                                                          \\\n        std::wstringstream outputString;                                                                                                                       \\\n        outputString << \"createrat \" << y << \" \" << #y << \" file= \" << __FILE__ << \", line= \" << __LINE__ << \"\\n\";                                             \\\n        OutputDebugString(outputString.str().c_str());                                                                                                         \\\n    }\n#define destroyrat(x)                                                                                                                                          \\\n    {                                                                                                                                                          \\\n        std::wstringstream outputString;                                                                                                                       \\\n        outputString << \"destroyrat \" << x << \" file= \" << __FILE__ << \", line= \" << __LINE__ << \"\\n\";                                                         \\\n        OutputDebugString(outputString.str().c_str());                                                                                                         \\\n    }                                                                                                                                                          \\\n    _destroyrat(x), (x) = nullptr\n#define createnum(y, x)                                                                                                                                        \\\n    (y) = _createnum(x);                                                                                                                                       \\\n    {                                                                                                                                                          \\\n        std::wstringstream outputString;                                                                                                                       \\\n        outputString << \"createnum \" << y << \" \" << #y << \" file= \" << __FILE__ << \", line= \" << __LINE__ << \"\\n\";                                             \\\n        OutputDebugString(outputString.str().c_str());                                                                                                         \\\n    }\n#define destroynum(x)                                                                                                                                          \\\n    {                                                                                                                                                          \\\n        std::wstringstream outputString;                                                                                                                       \\\n        outputString << \"destroynum \" << x << \" file= \" << __FILE__ << \", line= \" << __LINE__ << \"\\n\";                                                         \\\n        OutputDebugString(outputString.str().c_str());                                                                                                         \\\n    }                                                                                                                                                          \\\n    _destroynum(x), (x) = nullptr\n#else\n#define createrat(y) (y) = _createrat()\n#define destroyrat(x) _destroyrat(x), (x) = nullptr\n#define createnum(y, x) (y) = _createnum(x)\n#define destroynum(x) _destroynum(x), (x) = nullptr\n#endif\n\n//-----------------------------------------------------------------------------\n//\n//   Defines for checking when to stop taylor series expansions due to\n//   precision satisfaction.\n//\n//-----------------------------------------------------------------------------\n\n// RENORMALIZE, gets the exponents non-negative.\n#define RENORMALIZE(x)                                                                                                                                         \\\n    if ((x)->pp->exp < 0)                                                                                                                                      \\\n    {                                                                                                                                                          \\\n        (x)->pq->exp -= (x)->pp->exp;                                                                                                                          \\\n        (x)->pp->exp = 0;                                                                                                                                      \\\n    }                                                                                                                                                          \\\n    if ((x)->pq->exp < 0)                                                                                                                                      \\\n    {                                                                                                                                                          \\\n        (x)->pp->exp -= (x)->pq->exp;                                                                                                                          \\\n        (x)->pq->exp = 0;                                                                                                                                      \\\n    }\n\n// TRIMNUM ASSUMES the number is in radix form NOT INTERNAL BASEX!!!\n#define TRIMNUM(x, precision)                                                                                                                                  \\\n    if (!g_ftrueinfinite)                                                                                                                                      \\\n    {                                                                                                                                                          \\\n        int32_t trim = (x)->cdigit - precision - g_ratio;                                                                                                      \\\n        if (trim > 1)                                                                                                                                          \\\n        {                                                                                                                                                      \\\n            memmove((x)->mant, &((x)->mant[trim]), sizeof(MANTTYPE) * ((x)->cdigit - trim));                                                                   \\\n            (x)->cdigit -= trim;                                                                                                                               \\\n            (x)->exp += trim;                                                                                                                                  \\\n        }                                                                                                                                                      \\\n    }\n// TRIMTOP ASSUMES the number is in INTERNAL BASEX!!!\n#define TRIMTOP(x, precision)                                                                                                                                  \\\n    if (!g_ftrueinfinite)                                                                                                                                      \\\n    {                                                                                                                                                          \\\n        int32_t trim = (x)->pp->cdigit - (precision / g_ratio) - 2;                                                                                            \\\n        if (trim > 1)                                                                                                                                          \\\n        {                                                                                                                                                      \\\n            memmove((x)->pp->mant, &((x)->pp->mant[trim]), sizeof(MANTTYPE) * ((x)->pp->cdigit - trim));                                                       \\\n            (x)->pp->cdigit -= trim;                                                                                                                           \\\n            (x)->pp->exp += trim;                                                                                                                              \\\n        }                                                                                                                                                      \\\n        trim = std::min((x)->pp->exp, (x)->pq->exp);                                                                                                           \\\n        (x)->pp->exp -= trim;                                                                                                                                  \\\n        (x)->pq->exp -= trim;                                                                                                                                  \\\n    }\n\n#define SMALL_ENOUGH_RAT(a, precision) (zernum((a)->pp) || ((((a)->pq->cdigit + (a)->pq->exp) - ((a)->pp->cdigit + (a)->pp->exp) - 1) * g_ratio > precision))\n\n//-----------------------------------------------------------------------------\n//\n//   Defines for setting up taylor series expansions for infinite precision\n//   functions.\n//\n//-----------------------------------------------------------------------------\n\n#define CREATETAYLOR()                                                                                                                                         \\\n    PRAT xx = nullptr;                                                                                                                                         \\\n    PNUMBER n2 = nullptr;                                                                                                                                      \\\n    PRAT pret = nullptr;                                                                                                                                       \\\n    PRAT thisterm = nullptr;                                                                                                                                   \\\n    DUPRAT(xx, *px);                                                                                                                                           \\\n    mulrat(&xx, *px, precision);                                                                                                                               \\\n    createrat(pret);                                                                                                                                           \\\n    pret->pp = i32tonum(0L, BASEX);                                                                                                                            \\\n    pret->pq = i32tonum(0L, BASEX);\n\n#define DESTROYTAYLOR()                                                                                                                                        \\\n    destroynum(n2);                                                                                                                                            \\\n    destroyrat(xx);                                                                                                                                            \\\n    destroyrat(thisterm);                                                                                                                                      \\\n    destroyrat(*px);                                                                                                                                           \\\n    trimit(&pret, precision);                                                                                                                                  \\\n    *px = pret;\n\n// INC(a) is the rational equivalent of a++\n// Check to see if we can avoid doing this the hard way.\n#define INC(a)                                                                                                                                                 \\\n    if ((a)->mant[0] < BASEX - 1)                                                                                                                              \\\n    {                                                                                                                                                          \\\n        (a)->mant[0]++;                                                                                                                                        \\\n    }                                                                                                                                                          \\\n    else                                                                                                                                                       \\\n    {                                                                                                                                                          \\\n        addnum(&(a), num_one, BASEX);                                                                                                                          \\\n    }\n\n#define MSD(x) ((x)->mant[(x)->cdigit - 1])\n// MULNUM(b) is the rational equivalent of thisterm *= b where thisterm is\n// a rational and b is a number, NOTE this is a mixed type operation for\n// efficiency reasons.\n#define MULNUM(b) mulnumx(&(thisterm->pp), b);\n\n// DIVNUM(b) is the rational equivalent of thisterm /= b where thisterm is\n// a rational and b is a number, NOTE this is a mixed type operation for\n// efficiency reasons.\n#define DIVNUM(b) mulnumx(&(thisterm->pq), b);\n\n// NEXTTERM(p,d) is the rational equivalent of\n// thisterm *= p\n// d    <d is usually an expansion of operations to get thisterm updated.>\n// pret += thisterm\n#define NEXTTERM(p, d, precision)                                                                                                                              \\\n    mulrat(&thisterm, p, precision);                                                                                                                           \\\n    d _addrat(&pret, thisterm, precision)\n\n//-----------------------------------------------------------------------------\n//\n//   External variables used in the math package.\n//\n//-----------------------------------------------------------------------------\n\nextern bool g_ftrueinfinite; // set to true to allow infinite precision\n                             // don't use unless you know what you are doing\n                             // used to help decide when to stop calculating.\n\nextern int32_t g_ratio; // Internally calculated ratio of internal radix\n\n//-----------------------------------------------------------------------------\n//\n//   External functions defined in the math package.\n//\n//-----------------------------------------------------------------------------\n\n// Call whenever decimal separator character changes.\nextern void SetDecimalSeparator(wchar_t decimalSeparator);\n\n// Call whenever either radix or precision changes, is smarter about recalculating constants.\nextern void ChangeConstants(uint32_t radix, int32_t precision);\n\nextern bool equnum(_In_ PNUMBER a, _In_ PNUMBER b);  // returns true of a == b\nextern bool lessnum(_In_ PNUMBER a, _In_ PNUMBER b); // returns true of a < b\nextern bool zernum(_In_ PNUMBER a);                  // returns true of a == 0\nextern bool zerrat(_In_ PRAT a);                     // returns true if a == 0/q\nextern std::wstring NumberToString(_Inout_ PNUMBER& pnum, NumberFormat format, uint32_t radix, int32_t precision);\n\n// returns a text representation of a PRAT\nextern std::wstring RatToString(_Inout_ PRAT& prat, NumberFormat format, uint32_t radix, int32_t precision);\n// converts a PRAT into a PNUMBER\nextern PNUMBER RatToNumber(_In_ PRAT prat, uint32_t radix, int32_t precision);\n// flattens a PRAT by converting it to a PNUMBER and back to a PRAT\nextern void flatrat(_Inout_ PRAT& prat, uint32_t radix, int32_t precision);\n\nextern int32_t numtoi32(_In_ PNUMBER pnum, uint32_t radix);\nextern int32_t rattoi32(_In_ PRAT prat, uint32_t radix, int32_t precision);\nuint64_t rattoUi64(_In_ PRAT prat, uint32_t radix, int32_t precision);\nextern PNUMBER _createnum(_In_ uint32_t size); // returns an empty number structure with size digits\nextern PNUMBER nRadixxtonum(_In_ PNUMBER a, uint32_t radix, int32_t precision);\nextern PNUMBER gcd(_In_ PNUMBER a, _In_ PNUMBER b);\nextern PNUMBER StringToNumber(\n    std::wstring_view numberString,\n    uint32_t radix,\n    int32_t precision); // takes a text representation of a number and returns a number.\n\n// takes a text representation of a number as a mantissa with sign and an exponent with sign.\nextern PRAT\nStringToRat(bool mantissaIsNegative, std::wstring_view mantissa, bool exponentIsNegative, std::wstring_view exponent, uint32_t radix, int32_t precision);\n\nextern PNUMBER i32factnum(int32_t ini32, uint32_t radix);\nextern PNUMBER i32prodnum(int32_t start, int32_t stop, uint32_t radix);\nextern PNUMBER i32tonum(int32_t ini32, uint32_t radix);\nextern PNUMBER Ui32tonum(uint32_t ini32, uint32_t radix);\nextern PNUMBER numtonRadixx(_In_ PNUMBER a, uint32_t radix);\n\n// creates a empty/undefined rational representation (p/q)\nextern PRAT _createrat(void);\n\n// returns a new rat structure with the acos of x->p/x->q taking into account\n// angle type\nextern void acosanglerat(_Inout_ PRAT* px, AngleType angletype, uint32_t radix, int32_t precision);\n\n// returns a new rat structure with the acosh of x->p/x->q\nextern void acoshrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\n\n// returns a new rat structure with the acos of x->p/x->q\nextern void acosrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\n\n// returns a new rat structure with the asin of x->p/x->q taking into account\n// angle type\nextern void asinanglerat(_Inout_ PRAT* px, AngleType angletype, uint32_t radix, int32_t precision);\n\nextern void asinhrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\n// returns a new rat structure with the asinh of x->p/x->q\n\n// returns a new rat structure with the asin of x->p/x->q\nextern void asinrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\n\n// returns a new rat structure with the atan of x->p/x->q taking into account\n// angle type\nextern void atananglerat(_Inout_ PRAT* px, AngleType angletype, uint32_t radix, int32_t precision);\n\n// returns a new rat structure with the atanh of x->p/x->q\nextern void atanhrat(_Inout_ PRAT* px, int32_t precision);\n\n// returns a new rat structure with the atan of x->p/x->q\nextern void atanrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\n\n// returns a new rat structure with the cosh of x->p/x->q\nextern void coshrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\n\n// returns a new rat structure with the cos of x->p/x->q\nextern void cosrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\n\n// returns a new rat structure with the cos of x->p/x->q taking into account\n// angle type\nextern void cosanglerat(_Inout_ PRAT* px, AngleType angletype, uint32_t radix, int32_t precision);\n\n// returns a new rat structure with the exp of x->p/x->q this should not be called explicitly.\nextern void _exprat(_Inout_ PRAT* px, int32_t precision);\n\n// returns a new rat structure with the exp of x->p/x->q\nextern void exprat(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\n\n// returns a new rat structure with the log base 10 of x->p/x->q\nextern void log10rat(_Inout_ PRAT* px, int32_t precision);\n\n// returns a new rat structure with the natural log of x->p/x->q\nextern void lograt(_Inout_ PRAT* px, int32_t precision);\nextern void _lograt(_Inout_ PRAT* px, int32_t precision);\n\nextern PRAT i32torat(int32_t ini32);\nextern PRAT Ui32torat(uint32_t inui32);\nextern PRAT numtorat(_In_ PNUMBER pin, uint32_t radix);\n\nextern void sinhrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\nextern void sinrat(_Inout_ PRAT* px);\n\n// returns a new rat structure with the sin of x->p/x->q taking into account\n// angle type\nextern void sinanglerat(_Inout_ PRAT* px, AngleType angletype, uint32_t radix, int32_t precision);\n\nextern void tanhrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\nextern void tanrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\n\n// returns a new rat structure with the tan of x->p/x->q taking into account\n// angle type\nextern void tananglerat(_Inout_ PRAT* px, AngleType angletype, uint32_t radix, int32_t precision);\n\nextern void _dupnum(_In_ PNUMBER dest, _In_ const NUMBER* const src);\n\nextern void _destroynum(_Frees_ptr_opt_ PNUMBER pnum);\nextern void _destroyrat(_Frees_ptr_opt_ PRAT prat);\nextern void addnum(_Inout_ PNUMBER* pa, _In_ PNUMBER b, uint32_t radix);\nextern void addrat(_Inout_ PRAT* pa, _In_ PRAT b, int32_t precision);\nextern void _addrat(_Inout_ PRAT* pa, _In_ PRAT b, int32_t precision);\nextern void andrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision);\nextern void divnum(_Inout_ PNUMBER* pa, _In_ PNUMBER b, uint32_t radix, int32_t precision);\nextern void divnumx(_Inout_ PNUMBER* pa, _In_ PNUMBER b, int32_t precision);\nextern void divrat(_Inout_ PRAT* pa, _In_ PRAT b, int32_t precision);\nextern void fracrat(_Inout_ PRAT* pa, uint32_t radix, int32_t precision);\nextern void factrat(_Inout_ PRAT* pa, uint32_t radix, int32_t precision);\nextern void remrat(_Inout_ PRAT* pa, _In_ PRAT b);\nextern void modrat(_Inout_ PRAT* pa, _In_ PRAT b);\nextern void gcdrat(_Inout_ PRAT* pa, int32_t precision);\nextern void intrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\nextern void mulnum(_Inout_ PNUMBER* pa, _In_ PNUMBER b, uint32_t radix);\nextern void mulnumx(_Inout_ PNUMBER* pa, _In_ PNUMBER b);\nextern void mulrat(_Inout_ PRAT* pa, _In_ PRAT b, int32_t precision);\nextern void numpowi32(_Inout_ PNUMBER* proot, int32_t power, uint32_t radix, int32_t precision);\nextern void numpowi32x(_Inout_ PNUMBER* proot, int32_t power);\nextern void orrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision);\nextern void powrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision);\nextern void powratNumeratorDenominator(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision);\nextern void powratcomp(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision);\nextern void ratpowi32(_Inout_ PRAT* proot, int32_t power, int32_t precision);\nextern void remnum(_Inout_ PNUMBER* pa, _In_ PNUMBER b, uint32_t radix);\nextern void rootrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision);\nextern void scale2pi(_Inout_ PRAT* px, uint32_t radix, int32_t precision);\nextern void scale(_Inout_ PRAT* px, _In_ PRAT scalefact, uint32_t radix, int32_t precision);\nextern void subrat(_Inout_ PRAT* pa, _In_ PRAT b, int32_t precision);\nextern void _subrat(_Inout_ PRAT* pa, _In_ PRAT b, int32_t precision);\nextern void xorrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision);\nextern void lshrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision);\nextern void rshrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision);\nextern bool rat_equ(_In_ PRAT a, _In_ PRAT b, int32_t precision);\nextern bool rat_neq(_In_ PRAT a, _In_ PRAT b, int32_t precision);\nextern bool rat_gt(_In_ PRAT a, _In_ PRAT b, int32_t precision);\nextern bool rat_ge(_In_ PRAT a, _In_ PRAT b, int32_t precision);\nextern bool rat_lt(_In_ PRAT a, _In_ PRAT b, int32_t precision);\nextern bool rat_le(_In_ PRAT a, _In_ PRAT b, int32_t precision);\nextern void inbetween(_In_ PRAT* px, _In_ PRAT range, int32_t precision);\nextern void trimit(_Inout_ PRAT* px, int32_t precision);\nextern void _dumprawrat(_In_ const wchar_t* varname, _In_ PRAT rat, std::wostream& out);\nextern void _dumprawnum(_In_ const wchar_t* varname, _In_ PNUMBER num, std::wostream& out);\n\n// if |pr| is magnitude smaller than |a| or |b| beyond precision, snap pr to 0\nextern void _snaprat(_Inout_ PRAT* pr, _In_ PRAT a, _In_opt_ PRAT b, int32_t precision);\n"
  },
  {
    "path": "src/CalcManager/Ratpack/support.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//----------------------------------------------------------------------------\n//  Package Title  ratpak\n//  File           support.c\n//  Copyright      (C) 1995-96 Microsoft\n//  Date           10-21-96\n//\n//\n//  Description\n//\n//     Contains support functions for rationals and numbers.\n//\n//  Special Information\n//\n//\n//\n//----------------------------------------------------------------------------\n\n#include <string>\n#include <cstring>  // for memmove\n#include <iostream> // for wostream\n#include \"ratpak.h\"\n\nusing namespace std;\n\nvoid _readconstants();\n\n#if defined(GEN_CONST)\nstatic int cbitsofprecision = 0;\n#define READRAWRAT(v)\n#define READRAWNUM(v)\n#define DUMPRAWRAT(v) _dumprawrat(#v, v, wcout)\n#define DUMPRAWNUM(v)                                                                                                                                          \\\n    fprintf(stderr, \"// Autogenerated by _dumprawrat in support.cpp\\n\");                                                                                       \\\n    fprintf(stderr, \"inline const NUMBER init_\" #v \"= {\\n\");                                                                                                   \\\n    _dumprawnum(v, wcout);                                                                                                                                     \\\n    fprintf(stderr, \"};\\n\")\n\n#else\n\n#define DUMPRAWRAT(v)\n#define DUMPRAWNUM(v)\n#define READRAWRAT(v)                                                                                                                                          \\\n    createrat(v);                                                                                                                                              \\\n    DUPNUM((v)->pp, (&(init_p_##v)));                                                                                                                          \\\n    DUPNUM((v)->pq, (&(init_q_##v)));\n#define READRAWNUM(v) DUPNUM(v, (&(init_##v)))\n\n#define INIT_AND_DUMP_RAW_NUM_IF_NULL(r, v)                                                                                                                    \\\n    if (r == nullptr)                                                                                                                                          \\\n    {                                                                                                                                                          \\\n        r = i32tonum(v, BASEX);                                                                                                                                \\\n        DUMPRAWNUM(v);                                                                                                                                         \\\n    }\n#define INIT_AND_DUMP_RAW_RAT_IF_NULL(r, v)                                                                                                                    \\\n    if (r == nullptr)                                                                                                                                          \\\n    {                                                                                                                                                          \\\n        r = i32torat(v);                                                                                                                                       \\\n        DUMPRAWRAT(v);                                                                                                                                         \\\n    }\n\nstatic constexpr int RATIO_FOR_DECIMAL = 9;\nstatic constexpr int DECIMAL = 10;\nstatic constexpr int CALC_DECIMAL_DIGITS_DEFAULT = 32;\n\nstatic int cbitsofprecision = RATIO_FOR_DECIMAL * DECIMAL * CALC_DECIMAL_DIGITS_DEFAULT;\n\n#include \"ratconst.h\"\n\n#endif\n\nbool g_ftrueinfinite = false; // Set to true if you don't want\n                              // chopping internally\n                              // precision used internally\n\nPNUMBER num_one = nullptr;\nPNUMBER num_two = nullptr;\nPNUMBER num_five = nullptr;\nPNUMBER num_six = nullptr;\nPNUMBER num_ten = nullptr;\n\nPRAT ln_ten = nullptr;\nPRAT ln_two = nullptr;\nPRAT rat_zero = nullptr;\nPRAT rat_one = nullptr;\nPRAT rat_neg_one = nullptr;\nPRAT rat_two = nullptr;\nPRAT rat_six = nullptr;\nPRAT rat_half = nullptr;\nPRAT rat_ten = nullptr;\nPRAT pt_eight_five = nullptr;\nPRAT pi = nullptr;\nPRAT pi_over_two = nullptr;\nPRAT two_pi = nullptr;\nPRAT one_pt_five_pi = nullptr;\nPRAT e_to_one_half = nullptr;\nPRAT rat_exp = nullptr;\nPRAT rad_to_deg = nullptr;\nPRAT rad_to_grad = nullptr;\nPRAT rat_qword = nullptr;\nPRAT rat_dword = nullptr; // unsigned max ui32\nPRAT rat_word = nullptr;\nPRAT rat_byte = nullptr;\nPRAT rat_360 = nullptr;\nPRAT rat_400 = nullptr;\nPRAT rat_180 = nullptr;\nPRAT rat_200 = nullptr;\nPRAT rat_nRadix = nullptr;\nPRAT rat_smallest = nullptr;\nPRAT rat_negsmallest = nullptr;\nPRAT rat_max_exp = nullptr;\nPRAT rat_min_exp = nullptr;\nPRAT rat_max_fact = nullptr;\nPRAT rat_min_fact = nullptr;\nPRAT rat_min_i32 = nullptr; // min signed i32\nPRAT rat_max_i32 = nullptr; // max signed i32\n\n//----------------------------------------------------------------------------\n//\n//  FUNCTION: ChangeConstants\n//\n//  ARGUMENTS:  base changing to, and precision to use.\n//\n//  RETURN: None\n//\n//  SIDE EFFECTS: sets a mess of constants.\n//\n//\n//----------------------------------------------------------------------------\n\nvoid ChangeConstants(uint32_t radix, int32_t precision)\n{\n    // ratio is set to the number of digits in the current radix, you can get\n    // in the internal BASEX radix, this is important for length calculations\n    // in translating from radix to BASEX and back.\n\n    g_ratio = static_cast<int32_t>(ceil(BASEXPWR / log2(radix))) - 1;\n\n    destroyrat(rat_nRadix);\n    rat_nRadix = i32torat(radix);\n\n    // Check to see what we have to recalculate and what we don't\n    if (cbitsofprecision < (g_ratio * static_cast<int32_t>(radix) * precision))\n    {\n        g_ftrueinfinite = false;\n\n        INIT_AND_DUMP_RAW_NUM_IF_NULL(num_one, 1L);\n        INIT_AND_DUMP_RAW_NUM_IF_NULL(num_two, 2L);\n        INIT_AND_DUMP_RAW_NUM_IF_NULL(num_five, 5L);\n        INIT_AND_DUMP_RAW_NUM_IF_NULL(num_six, 6L);\n        INIT_AND_DUMP_RAW_NUM_IF_NULL(num_ten, 10L);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_six, 6L);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_two, 2L);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_zero, 0L);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_one, 1L);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_neg_one, -1L);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_ten, 10L);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_word, 0xffff);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_word, 0xff);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_400, 400);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_360, 360);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_200, 200);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_180, 180);\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_max_exp, 100000);\n\n        // 3248, is the max number for which calc is able to compute factorial, after that it is unable to compute due to overflow.\n        // Hence restricted factorial range as at most 3248.Beyond that calc will throw overflow error immediately.\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_max_fact, 3249);\n\n        // -1000, is the min number for which calc is able to compute factorial, after that it takes too long to compute.\n        INIT_AND_DUMP_RAW_RAT_IF_NULL(rat_min_fact, -1000);\n\n        DUPRAT(rat_smallest, rat_nRadix);\n        ratpowi32(&rat_smallest, -precision, precision);\n        DUPRAT(rat_negsmallest, rat_smallest);\n        rat_negsmallest->pp->sign = -1;\n        DUMPRAWRAT(rat_smallest);\n        DUMPRAWRAT(rat_negsmallest);\n\n        if (rat_half == nullptr)\n        {\n            createrat(rat_half);\n            DUPNUM(rat_half->pp, num_one);\n            DUPNUM(rat_half->pq, num_two);\n            DUMPRAWRAT(rat_half);\n        }\n\n        if (pt_eight_five == nullptr)\n        {\n            createrat(pt_eight_five);\n            pt_eight_five->pp = i32tonum(85L, BASEX);\n            pt_eight_five->pq = i32tonum(100L, BASEX);\n            DUMPRAWRAT(pt_eight_five);\n        }\n\n        DUPRAT(rat_qword, rat_two);\n        numpowi32(&(rat_qword->pp), 64, BASEX, precision);\n        _subrat(&rat_qword, rat_one, precision);\n        DUMPRAWRAT(rat_qword);\n\n        DUPRAT(rat_dword, rat_two);\n        numpowi32(&(rat_dword->pp), 32, BASEX, precision);\n        _subrat(&rat_dword, rat_one, precision);\n        DUMPRAWRAT(rat_dword);\n\n        DUPRAT(rat_max_i32, rat_two);\n        numpowi32(&(rat_max_i32->pp), 31, BASEX, precision);\n        DUPRAT(rat_min_i32, rat_max_i32);\n        _subrat(&rat_max_i32, rat_one, precision); // rat_max_i32 = 2^31 -1\n        DUMPRAWRAT(rat_max_i32);\n\n        rat_min_i32->pp->sign *= -1; // rat_min_i32 = -2^31\n        DUMPRAWRAT(rat_min_i32);\n\n        DUPRAT(rat_min_exp, rat_max_exp);\n        rat_min_exp->pp->sign *= -1;\n        DUMPRAWRAT(rat_min_exp);\n\n        cbitsofprecision = g_ratio * radix * precision;\n\n        // Apparently when dividing 180 by pi, another (internal) digit of\n        // precision is needed.\n        int32_t extraPrecision = precision + g_ratio;\n        DUPRAT(pi, rat_half);\n        asinrat(&pi, radix, extraPrecision);\n        mulrat(&pi, rat_six, extraPrecision);\n        DUMPRAWRAT(pi);\n\n        DUPRAT(two_pi, pi);\n        DUPRAT(pi_over_two, pi);\n        DUPRAT(one_pt_five_pi, pi);\n        _addrat(&two_pi, pi, extraPrecision);\n        DUMPRAWRAT(two_pi);\n\n        divrat(&pi_over_two, rat_two, extraPrecision);\n        DUMPRAWRAT(pi_over_two);\n\n        _addrat(&one_pt_five_pi, pi_over_two, extraPrecision);\n        DUMPRAWRAT(one_pt_five_pi);\n\n        DUPRAT(e_to_one_half, rat_half);\n        _exprat(&e_to_one_half, extraPrecision);\n        DUMPRAWRAT(e_to_one_half);\n\n        DUPRAT(rat_exp, rat_one);\n        _exprat(&rat_exp, extraPrecision);\n        DUMPRAWRAT(rat_exp);\n\n        // WARNING: remember _lograt uses exponent constants calculated above...\n\n        DUPRAT(ln_ten, rat_ten);\n        _lograt(&ln_ten, extraPrecision);\n        DUMPRAWRAT(ln_ten);\n\n        DUPRAT(ln_two, rat_two);\n        _lograt(&ln_two, extraPrecision);\n        DUMPRAWRAT(ln_two);\n\n        destroyrat(rad_to_deg);\n        rad_to_deg = i32torat(180L);\n        divrat(&rad_to_deg, pi, extraPrecision);\n        DUMPRAWRAT(rad_to_deg);\n\n        destroyrat(rad_to_grad);\n        rad_to_grad = i32torat(200L);\n        divrat(&rad_to_grad, pi, extraPrecision);\n        DUMPRAWRAT(rad_to_grad);\n    }\n    else\n    {\n        _readconstants();\n\n        DUPRAT(rat_smallest, rat_nRadix);\n        ratpowi32(&rat_smallest, -precision, precision);\n        DUPRAT(rat_negsmallest, rat_smallest);\n        rat_negsmallest->pp->sign = -1;\n    }\n}\n\n//----------------------------------------------------------------------------\n//\n//  FUNCTION: intrat\n//\n//  ARGUMENTS:  pointer to x PRAT representation of number\n//\n//  RETURN: no return value x PRAT is smashed with integral number\n//\n//\n//----------------------------------------------------------------------------\n\nvoid intrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n{\n    // Only do the intrat operation if number is nonzero.\n    // and only if the bottom part is not one.\n    if (!zernum((*px)->pp) && !equnum((*px)->pq, num_one))\n    {\n        flatrat(*px, radix, precision);\n\n        // Subtract the fractional part of the rational\n        PRAT pret = nullptr;\n        DUPRAT(pret, *px);\n        remrat(&pret, rat_one);\n\n        // Flatten pret in case it's not aligned with px after remrat operation\n        if (!equnum((*px)->pq, pret->pq))\n        {\n            flatrat(pret, radix, precision);\n        }\n\n        _subrat(px, pret, precision);\n        destroyrat(pret);\n\n        // Simplify the value if possible to resolve rounding errors\n        flatrat(*px, radix, precision);\n    }\n}\n\n//---------------------------------------------------------------------------\n//\n//  FUNCTION: rat_equ\n//\n//  ARGUMENTS:  PRAT a and PRAT b\n//\n//  RETURN: true if equal false otherwise.\n//\n//\n//---------------------------------------------------------------------------\n\nbool rat_equ(_In_ PRAT a, _In_ PRAT b, int32_t precision)\n\n{\n    PRAT rattmp = nullptr;\n    DUPRAT(rattmp, a);\n    rattmp->pp->sign *= -1;\n    _addrat(&rattmp, b, precision);\n    bool bret = zernum(rattmp->pp);\n    destroyrat(rattmp);\n    return (bret);\n}\n\n//---------------------------------------------------------------------------\n//\n//  FUNCTION: rat_ge\n//\n//  ARGUMENTS:  PRAT a, PRAT b and int32_t precision\n//\n//  RETURN: true if a is greater than or equal to b\n//\n//\n//---------------------------------------------------------------------------\n\nbool rat_ge(_In_ PRAT a, _In_ PRAT b, int32_t precision)\n\n{\n    PRAT rattmp = nullptr;\n    DUPRAT(rattmp, a);\n    b->pp->sign *= -1;\n    _addrat(&rattmp, b, precision);\n    b->pp->sign *= -1;\n    bool bret = (zernum(rattmp->pp) || SIGN(rattmp) == 1);\n    destroyrat(rattmp);\n    return (bret);\n}\n\n//---------------------------------------------------------------------------\n//\n//  FUNCTION: rat_gt\n//\n//  ARGUMENTS:  PRAT a and PRAT b\n//\n//  RETURN: true if a is greater than b\n//\n//\n//---------------------------------------------------------------------------\n\nbool rat_gt(_In_ PRAT a, _In_ PRAT b, int32_t precision)\n\n{\n    PRAT rattmp = nullptr;\n    DUPRAT(rattmp, a);\n    b->pp->sign *= -1;\n    _addrat(&rattmp, b, precision);\n    b->pp->sign *= -1;\n    bool bret = (!zernum(rattmp->pp) && SIGN(rattmp) == 1);\n    destroyrat(rattmp);\n    return (bret);\n}\n\n//---------------------------------------------------------------------------\n//\n//  FUNCTION: rat_le\n//\n//  ARGUMENTS:  PRAT a, PRAT b and int32_t precision\n//\n//  RETURN: true if a is less than or equal to b\n//\n//\n//---------------------------------------------------------------------------\n\nbool rat_le(_In_ PRAT a, _In_ PRAT b, int32_t precision)\n\n{\n    PRAT rattmp = nullptr;\n    DUPRAT(rattmp, a);\n    b->pp->sign *= -1;\n    _addrat(&rattmp, b, precision);\n    b->pp->sign *= -1;\n    bool bret = (zernum(rattmp->pp) || SIGN(rattmp) == -1);\n    destroyrat(rattmp);\n    return (bret);\n}\n\n//---------------------------------------------------------------------------\n//\n//  FUNCTION: rat_lt\n//\n//  ARGUMENTS:  PRAT a, PRAT b and int32_t precision\n//\n//  RETURN: true if a is less than b\n//\n//\n//---------------------------------------------------------------------------\n\nbool rat_lt(_In_ PRAT a, _In_ PRAT b, int32_t precision)\n\n{\n    PRAT rattmp = nullptr;\n    DUPRAT(rattmp, a);\n    b->pp->sign *= -1;\n    _addrat(&rattmp, b, precision);\n    b->pp->sign *= -1;\n    bool bret = (!zernum(rattmp->pp) && SIGN(rattmp) == -1);\n    destroyrat(rattmp);\n    return (bret);\n}\n\n//---------------------------------------------------------------------------\n//\n//  FUNCTION: rat_neq\n//\n//  ARGUMENTS:  PRAT a and PRAT b\n//\n//  RETURN: true if a is not equal to b\n//\n//\n//---------------------------------------------------------------------------\n\nbool rat_neq(_In_ PRAT a, _In_ PRAT b, int32_t precision)\n\n{\n    PRAT rattmp = nullptr;\n    DUPRAT(rattmp, a);\n    rattmp->pp->sign *= -1;\n    _addrat(&rattmp, b, precision);\n    bool bret = !(zernum(rattmp->pp));\n    destroyrat(rattmp);\n    return (bret);\n}\n\n//---------------------------------------------------------------------------\n//\n//  function: scale\n//\n//  ARGUMENTS:  pointer to x PRAT representation of number, and scaling factor\n//\n//  RETURN: no return, value x PRAT is smashed with a scaled number in the\n//          range of the scalefact.\n//\n//---------------------------------------------------------------------------\n\nvoid scale(_Inout_ PRAT* px, _In_ PRAT scalefact, uint32_t radix, int32_t precision)\n{\n    PRAT pret = nullptr;\n    DUPRAT(pret, *px);\n\n    // Logscale is a quick way to tell how much extra precision is needed for\n    // scaling by scalefact.\n    int32_t logscale = g_ratio * ((pret->pp->cdigit + pret->pp->exp) - (pret->pq->cdigit + pret->pq->exp));\n    if (logscale > 0)\n    {\n        precision += logscale;\n    }\n\n    divrat(&pret, scalefact, precision);\n    intrat(&pret, radix, precision);\n    mulrat(&pret, scalefact, precision);\n    pret->pp->sign *= -1;\n    _addrat(px, pret, precision);\n\n    destroyrat(pret);\n}\n\n//---------------------------------------------------------------------------\n//\n//  function: scale2pi\n//\n//  ARGUMENTS:  pointer to x PRAT representation of number\n//\n//  RETURN: no return, value x PRAT is smashed with a scaled number in the\n//          range of 0..2pi\n//\n//---------------------------------------------------------------------------\n\nvoid scale2pi(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n{\n    PRAT pret = nullptr;\n    PRAT my_two_pi = nullptr;\n    DUPRAT(pret, *px);\n\n    // Logscale is a quick way to tell how much extra precision is needed for\n    // scaling by 2 pi.\n    int32_t logscale = g_ratio * ((pret->pp->cdigit + pret->pp->exp) - (pret->pq->cdigit + pret->pq->exp));\n    if (logscale > 0)\n    {\n        precision += logscale;\n        DUPRAT(my_two_pi, rat_half);\n        asinrat(&my_two_pi, radix, precision);\n        mulrat(&my_two_pi, rat_six, precision);\n        mulrat(&my_two_pi, rat_two, precision);\n    }\n    else\n    {\n        DUPRAT(my_two_pi, two_pi);\n        logscale = 0;\n    }\n\n    divrat(&pret, my_two_pi, precision);\n    intrat(&pret, radix, precision);\n    mulrat(&pret, my_two_pi, precision);\n    pret->pp->sign *= -1;\n    _addrat(px, pret, precision);\n\n    destroyrat(my_two_pi);\n    destroyrat(pret);\n}\n\n//---------------------------------------------------------------------------\n//\n//  FUNCTION: inbetween\n//\n//  ARGUMENTS:  PRAT *px, and PRAT range.\n//\n//  RETURN: none, changes *px to -/+range, if px is outside -range..+range\n//\n//---------------------------------------------------------------------------\n\nvoid inbetween(_In_ PRAT* px, _In_ PRAT range, int32_t precision)\n\n{\n    if (rat_gt(*px, range, precision))\n    {\n        DUPRAT(*px, range);\n    }\n    else\n    {\n        range->pp->sign *= -1;\n        if (rat_lt(*px, range, precision))\n        {\n            DUPRAT(*px, range);\n        }\n        range->pp->sign *= -1;\n    }\n}\n\n//---------------------------------------------------------------------------\n//\n//  FUNCTION: _dumprawrat\n//\n//  ARGUMENTS:  const wchar *name of variable, PRAT x, output stream out\n//\n//  RETURN: none, prints the results of a dump of the internal structures\n//          of a PRAT, suitable for READRAWRAT to stderr.\n//\n//---------------------------------------------------------------------------\n\nvoid _dumprawrat(_In_ const wchar_t* varname, _In_ PRAT rat, wostream& out)\n\n{\n    _dumprawnum(varname, rat->pp, out);\n    _dumprawnum(varname, rat->pq, out);\n}\n\n//---------------------------------------------------------------------------\n//\n//  FUNCTION: _dumprawnum\n//\n//  ARGUMENTS:  const wchar *name of variable, PNUMBER num, output stream out\n//\n//  RETURN: none, prints the results of a dump of the internal structures\n//          of a PNUMBER, suitable for READRAWNUM to stderr.\n//\n//---------------------------------------------------------------------------\n\nvoid _dumprawnum(_In_ const wchar_t* varname, _In_ PNUMBER num, wostream& out)\n\n{\n    out << L\"NUMBER \" << varname << L\" = {\\n\";\n    out << L\"\\t\" << num->sign << L\",\\n\";\n    out << L\"\\t\" << num->cdigit << L\",\\n\";\n    out << L\"\\t\" << num->exp << L\",\\n\";\n    out << L\"\\t{ \";\n\n    for (int i = 0; i < num->cdigit; i++)\n    {\n        out << L\" \" << num->mant[i] << L\",\";\n    }\n    out << L\"}\\n\";\n    out << L\"};\\n\";\n}\n\nvoid _readconstants(void)\n\n{\n    READRAWNUM(num_one);\n    READRAWNUM(num_two);\n    READRAWNUM(num_five);\n    READRAWNUM(num_six);\n    READRAWNUM(num_ten);\n    READRAWRAT(pt_eight_five);\n    READRAWRAT(rat_six);\n    READRAWRAT(rat_two);\n    READRAWRAT(rat_zero);\n    READRAWRAT(rat_one);\n    READRAWRAT(rat_neg_one);\n    READRAWRAT(rat_half);\n    READRAWRAT(rat_ten);\n    READRAWRAT(pi);\n    READRAWRAT(two_pi);\n    READRAWRAT(pi_over_two);\n    READRAWRAT(one_pt_five_pi);\n    READRAWRAT(e_to_one_half);\n    READRAWRAT(rat_exp);\n    READRAWRAT(ln_ten);\n    READRAWRAT(ln_two);\n    READRAWRAT(rad_to_deg);\n    READRAWRAT(rad_to_grad);\n    READRAWRAT(rat_qword);\n    READRAWRAT(rat_dword);\n    READRAWRAT(rat_word);\n    READRAWRAT(rat_byte);\n    READRAWRAT(rat_360);\n    READRAWRAT(rat_400);\n    READRAWRAT(rat_180);\n    READRAWRAT(rat_200);\n    READRAWRAT(rat_smallest);\n    READRAWRAT(rat_negsmallest);\n    READRAWRAT(rat_max_exp);\n    READRAWRAT(rat_min_exp);\n    READRAWRAT(rat_max_fact);\n    READRAWRAT(rat_min_fact);\n    READRAWRAT(rat_min_i32);\n    READRAWRAT(rat_max_i32);\n}\n\n//---------------------------------------------------------------------------\n//\n//  FUNCTION: trimit\n//\n//  ARGUMENTS:  PRAT *px, int32_t precision\n//\n//\n//  DESCRIPTION: Chops off digits from rational numbers to avoid time\n//  explosions in calculations of functions using series.\n//  It can be shown that it is enough to only keep the first n digits\n//  of the largest of p or q in the rational p over q form, and of course\n//  scale the smaller by the same number of digits.  This will give you\n//  n-1 digits of accuracy.  This dramatically speeds up calculations\n//  involving hundreds of digits or more.\n//  The last part of this trim dealing with exponents never affects accuracy\n//\n//  RETURN: none, modifies the pointed to PRAT\n//\n//---------------------------------------------------------------------------\n\nvoid trimit(_Inout_ PRAT* px, int32_t precision)\n\n{\n    if (!g_ftrueinfinite)\n    {\n        PNUMBER pp = (*px)->pp;\n        PNUMBER pq = (*px)->pq;\n        int32_t trim = g_ratio * (min((pp->cdigit + pp->exp), (pq->cdigit + pq->exp)) - 1) - precision;\n        if (trim > g_ratio)\n        {\n            trim /= g_ratio;\n\n            if (trim <= pp->exp)\n            {\n                pp->exp -= trim;\n            }\n            else\n            {\n                memmove(pp->mant, &(pp->mant[trim - pp->exp]), sizeof(MANTTYPE) * (pp->cdigit - trim + pp->exp));\n                pp->cdigit -= trim - pp->exp;\n                pp->exp = 0;\n            }\n\n            if (trim <= pq->exp)\n            {\n                pq->exp -= trim;\n            }\n            else\n            {\n                memmove(pq->mant, &(pq->mant[trim - pq->exp]), sizeof(MANTTYPE) * (pq->cdigit - trim + pq->exp));\n                pq->cdigit -= trim - pq->exp;\n                pq->exp = 0;\n            }\n        }\n        trim = min(pp->exp, pq->exp);\n        pp->exp -= trim;\n        pq->exp -= trim;\n    }\n}\n"
  },
  {
    "path": "src/CalcManager/Ratpack/trans.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//----------------------------------------------------------------------------\n//  File           trans.c\n//  Copyright      (C) 1995-96 Microsoft\n//  Date           01-16-95\n//\n//\n//  Description\n//\n//     Contains sin, cos and tan for rationals\n//\n//\n//----------------------------------------------------------------------------\n\n#include \"ratpak.h\"\n\nvoid scalerat(_Inout_ PRAT* pa, AngleType angletype, uint32_t radix, int32_t precision)\n{\n    switch (angletype)\n    {\n    case AngleType::Radians:\n        scale2pi(pa, radix, precision);\n        break;\n    case AngleType::Degrees:\n        scale(pa, rat_360, radix, precision);\n        break;\n    case AngleType::Gradians:\n        scale(pa, rat_400, radix, precision);\n        break;\n    }\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: sinrat, _sinrat\n//\n//  ARGUMENTS:  x PRAT representation of number to take the sine of\n//\n//  RETURN: sin of x in PRAT form.\n//\n//  EXPLANATION: This uses Taylor series\n//\n//    n\n//   ___          2j+1\n//   \\  ]   j    X\n//    \\   -1  * ---------\n//    /          (2j+1)!\n//   /__]\n//   j=0\n//          or,\n//    n\n//   ___                                                 2\n//   \\  ]                                              -X\n//    \\   thisterm  ; where thisterm   = thisterm  * ---------\n//    /           j                 j+1          j   (2j)*(2j+1)\n//   /__]\n//   j=0\n//\n//   thisterm  = X ;  and stop when thisterm < precision used.\n//           0                              n\n//\n//-----------------------------------------------------------------------------\n\nvoid _sinrat(PRAT* px, int32_t precision)\n\n{\n    CREATETAYLOR();\n\n    DUPRAT(pret, *px);\n    DUPRAT(thisterm, *px);\n\n    DUPNUM(n2, num_one);\n    xx->pp->sign *= -1;\n\n    do\n    {\n        NEXTTERM(xx, INC(n2) DIVNUM(n2) INC(n2) DIVNUM(n2), precision);\n    } while (!SMALL_ENOUGH_RAT(thisterm, precision));\n\n    DESTROYTAYLOR();\n\n    // Since *px might be epsilon above 1 or below -1, due to TRIMIT we need\n    // this trick here.\n    inbetween(px, rat_one, precision);\n\n    // Since *px might be epsilon near zero we must set it to zero.\n    if (rat_le(*px, rat_smallest, precision) && rat_ge(*px, rat_negsmallest, precision))\n    {\n        DUPRAT(*px, rat_zero);\n    }\n}\n\nvoid sinrat(PRAT* px, uint32_t radix, int32_t precision)\n{\n    scale2pi(px, radix, precision);\n    _sinrat(px, precision);\n}\n\nvoid sinanglerat(_Inout_ PRAT* pa, AngleType angletype, uint32_t radix, int32_t precision)\n\n{\n    scalerat(pa, angletype, radix, precision);\n    switch (angletype)\n    {\n    case AngleType::Degrees:\n        if (rat_gt(*pa, rat_180, precision))\n        {\n            _subrat(pa, rat_360, precision);\n        }\n        divrat(pa, rat_180, precision);\n        mulrat(pa, pi, precision);\n        break;\n    case AngleType::Gradians:\n        if (rat_gt(*pa, rat_200, precision))\n        {\n            _subrat(pa, rat_400, precision);\n        }\n        divrat(pa, rat_200, precision);\n        mulrat(pa, pi, precision);\n        break;\n    }\n    _sinrat(pa, precision);\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: cosrat, _cosrat\n//\n//  ARGUMENTS:  x PRAT representation of number to take the cosine of\n//\n//  RETURN: cosine of x in PRAT form.\n//\n//  EXPLANATION: This uses Taylor series\n//\n//    n\n//   ___    2j   j\n//   \\  ]  X   -1\n//    \\   ---------\n//    /    (2j)!\n//   /__]\n//   j=0\n//          or,\n//    n\n//   ___                                                 2\n//   \\  ]                                              -X\n//    \\   thisterm  ; where thisterm   = thisterm  * ---------\n//    /           j                 j+1          j   (2j)*(2j+1)\n//   /__]\n//   j=0\n//\n//   thisterm  = 1 ;  and stop when thisterm < precision used.\n//           0                              n\n//\n//-----------------------------------------------------------------------------\n\nvoid _cosrat(PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    CREATETAYLOR();\n\n    destroynum(pret->pp);\n    destroynum(pret->pq);\n\n    pret->pp = i32tonum(1L, radix);\n    pret->pq = i32tonum(1L, radix);\n\n    DUPRAT(thisterm, pret)\n\n    n2 = i32tonum(0L, radix);\n    xx->pp->sign *= -1;\n\n    do\n    {\n        NEXTTERM(xx, INC(n2) DIVNUM(n2) INC(n2) DIVNUM(n2), precision);\n    } while (!SMALL_ENOUGH_RAT(thisterm, precision));\n\n    DESTROYTAYLOR();\n    // Since *px might be epsilon above 1 or below -1, due to TRIMIT we need\n    // this trick here.\n    inbetween(px, rat_one, precision);\n    // Since *px might be epsilon near zero we must set it to zero.\n    if (rat_le(*px, rat_smallest, precision) && rat_ge(*px, rat_negsmallest, precision))\n    {\n        DUPRAT(*px, rat_zero);\n    }\n}\n\nvoid cosrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n{\n    scale2pi(px, radix, precision);\n    _cosrat(px, radix, precision);\n}\n\nvoid cosanglerat(_Inout_ PRAT* pa, AngleType angletype, uint32_t radix, int32_t precision)\n\n{\n    scalerat(pa, angletype, radix, precision);\n    switch (angletype)\n    {\n    case AngleType::Degrees:\n        if (rat_gt(*pa, rat_180, precision))\n        {\n            PRAT ptmp = nullptr;\n            DUPRAT(ptmp, rat_360);\n            _subrat(&ptmp, *pa, precision);\n            destroyrat(*pa);\n            *pa = ptmp;\n        }\n        divrat(pa, rat_180, precision);\n        mulrat(pa, pi, precision);\n        break;\n    case AngleType::Gradians:\n        if (rat_gt(*pa, rat_200, precision))\n        {\n            PRAT ptmp = nullptr;\n            DUPRAT(ptmp, rat_400);\n            _subrat(&ptmp, *pa, precision);\n            destroyrat(*pa);\n            *pa = ptmp;\n        }\n        divrat(pa, rat_200, precision);\n        mulrat(pa, pi, precision);\n        break;\n    }\n    _cosrat(pa, radix, precision);\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: tanrat, _tanrat\n//\n//  ARGUMENTS:  x PRAT representation of number to take the tangent of\n//\n//  RETURN: tan     of x in PRAT form.\n//\n//  EXPLANATION: This uses sinrat and cosrat\n//\n//-----------------------------------------------------------------------------\n\nvoid _tanrat(PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    PRAT ptmp = nullptr;\n\n    DUPRAT(ptmp, *px);\n    _sinrat(px, precision);\n    _cosrat(&ptmp, radix, precision);\n    if (zerrat(ptmp))\n    {\n        destroyrat(ptmp);\n        throw(CALC_E_DOMAIN);\n    }\n    divrat(px, ptmp, precision);\n\n    destroyrat(ptmp);\n}\n\nvoid tanrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n{\n    scale2pi(px, radix, precision);\n    _tanrat(px, radix, precision);\n}\n\nvoid tananglerat(_Inout_ PRAT* pa, AngleType angletype, uint32_t radix, int32_t precision)\n\n{\n    scalerat(pa, angletype, radix, precision);\n    switch (angletype)\n    {\n    case AngleType::Degrees:\n        if (rat_gt(*pa, rat_180, precision))\n        {\n            _subrat(pa, rat_180, precision);\n        }\n        divrat(pa, rat_180, precision);\n        mulrat(pa, pi, precision);\n        break;\n    case AngleType::Gradians:\n        if (rat_gt(*pa, rat_200, precision))\n        {\n            _subrat(pa, rat_200, precision);\n        }\n        divrat(pa, rat_200, precision);\n        mulrat(pa, pi, precision);\n        break;\n    }\n    _tanrat(pa, radix, precision);\n}\n"
  },
  {
    "path": "src/CalcManager/Ratpack/transh.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//-----------------------------------------------------------------------------\n//  Package Title  ratpak\n//  File           transh.c\n//  Copyright      (C) 1995-96 Microsoft\n//  Date           01-16-95\n//\n//\n//  Description\n//\n//     Contains hyperbolic sin, cos, and tan for rationals.\n//\n//\n//-----------------------------------------------------------------------------\n#include \"ratpak.h\"\n\nbool IsValidForHypFunc(PRAT px, int32_t precision)\n{\n    PRAT ptmp = nullptr;\n    bool bRet = true;\n\n    DUPRAT(ptmp, rat_min_exp);\n    divrat(&ptmp, rat_ten, precision);\n    if (rat_lt(px, ptmp, precision))\n    {\n        bRet = false;\n    }\n    destroyrat(ptmp);\n    return bRet;\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: sinhrat, _sinhrat\n//\n//  ARGUMENTS:  x PRAT representation of number to take the sine hyperbolic\n//    of\n//  RETURN: sinh of x in PRAT form.\n//\n//  EXPLANATION: This uses Taylor series\n//\n//    n\n//   ___    2j+1\n//   \\  ]  X\n//    \\   ---------\n//    /    (2j+1)!\n//   /__]\n//   j=0\n//          or,\n//    n\n//   ___                                                 2\n//   \\  ]                                               X\n//    \\   thisterm  ; where thisterm   = thisterm  * ---------\n//    /           j                 j+1          j   (2j)*(2j+1)\n//   /__]\n//   j=0\n//\n//   thisterm  = X ;  and stop when thisterm < precision used.\n//           0                              n\n//\n//   if x is bigger than 1.0 (e^x-e^-x)/2 is used.\n//\n//-----------------------------------------------------------------------------\n\nvoid _sinhrat(PRAT* px, int32_t precision)\n\n{\n    if (!IsValidForHypFunc(*px, precision))\n    {\n        // Don't attempt exp of anything large or small\n        throw(CALC_E_DOMAIN);\n    }\n\n    CREATETAYLOR();\n\n    DUPRAT(pret, *px);\n    DUPRAT(thisterm, pret);\n\n    DUPNUM(n2, num_one);\n\n    do\n    {\n        NEXTTERM(xx, INC(n2) DIVNUM(n2) INC(n2) DIVNUM(n2), precision);\n    } while (!SMALL_ENOUGH_RAT(thisterm, precision));\n\n    DESTROYTAYLOR();\n}\n\nvoid sinhrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    PRAT tmpx = nullptr;\n\n    if (rat_ge(*px, rat_one, precision))\n    {\n        DUPRAT(tmpx, *px);\n        exprat(px, radix, precision);\n        tmpx->pp->sign *= -1;\n        exprat(&tmpx, radix, precision);\n        _subrat(px, tmpx, precision);\n        divrat(px, rat_two, precision);\n        destroyrat(tmpx);\n    }\n    else\n    {\n        _sinhrat(px, precision);\n    }\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: coshrat\n//\n//  ARGUMENTS:  x PRAT representation of number to take the cosine\n//              hyperbolic of\n//\n//  RETURN: cosh  of x in PRAT form.\n//\n//  EXPLANATION: This uses Taylor series\n//\n//    n\n//   ___    2j\n//   \\  ]  X\n//    \\   ---------\n//    /    (2j)!\n//   /__]\n//   j=0\n//          or,\n//    n\n//   ___                                                 2\n//   \\  ]                                               X\n//    \\   thisterm  ; where thisterm   = thisterm  * ---------\n//    /           j                 j+1          j   (2j)*(2j+1)\n//   /__]\n//   j=0\n//\n//   thisterm  = 1 ;  and stop when thisterm < precision used.\n//           0                              n\n//\n//   if x is bigger than 1.0 (e^x+e^-x)/2 is used.\n//\n//-----------------------------------------------------------------------------\n\nvoid _coshrat(PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    if (!IsValidForHypFunc(*px, precision))\n    {\n        // Don't attempt exp of anything large or small\n        throw(CALC_E_DOMAIN);\n    }\n\n    CREATETAYLOR();\n\n    pret->pp = i32tonum(1L, radix);\n    pret->pq = i32tonum(1L, radix);\n\n    DUPRAT(thisterm, pret)\n\n    n2 = i32tonum(0L, radix);\n\n    do\n    {\n        NEXTTERM(xx, INC(n2) DIVNUM(n2) INC(n2) DIVNUM(n2), precision);\n    } while (!SMALL_ENOUGH_RAT(thisterm, precision));\n\n    DESTROYTAYLOR();\n}\n\nvoid coshrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    PRAT tmpx = nullptr;\n\n    (*px)->pp->sign = 1;\n    (*px)->pq->sign = 1;\n    if (rat_ge(*px, rat_one, precision))\n    {\n        DUPRAT(tmpx, *px);\n        exprat(px, radix, precision);\n        tmpx->pp->sign *= -1;\n        exprat(&tmpx, radix, precision);\n        _addrat(px, tmpx, precision);\n        divrat(px, rat_two, precision);\n        destroyrat(tmpx);\n    }\n    else\n    {\n        _coshrat(px, radix, precision);\n    }\n    // Since *px might be epsilon below 1 due to TRIMIT\n    // we need this trick here.\n    if (rat_lt(*px, rat_one, precision))\n    {\n        DUPRAT(*px, rat_one);\n    }\n}\n\n//-----------------------------------------------------------------------------\n//\n//  FUNCTION: tanhrat\n//\n//  ARGUMENTS:  x PRAT representation of number to take the tangent\n//              hyperbolic of\n//\n//  RETURN: tanh    of x in PRAT form.\n//\n//  EXPLANATION: This uses sinhrat and coshrat\n//\n//-----------------------------------------------------------------------------\n\nvoid tanhrat(_Inout_ PRAT* px, uint32_t radix, int32_t precision)\n\n{\n    PRAT ptmp = nullptr;\n\n    DUPRAT(ptmp, *px);\n    sinhrat(px, radix, precision);\n    coshrat(&ptmp, radix, precision);\n    mulnumx(&((*px)->pp), ptmp->pq);\n    mulnumx(&((*px)->pq), ptmp->pp);\n\n    destroyrat(ptmp);\n}\n"
  },
  {
    "path": "src/CalcManager/UnitConverter.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include <cassert>\n#include <cmath>\n#include <sstream>\n#include <algorithm> // for std::sort\n#include \"Command.h\"\n#include \"UnitConverter.h\"\n#include \"NumberFormattingUtils.h\"\n\nusing namespace std;\nusing namespace UnitConversionManager;\nusing namespace UnitConversionManager::NumberFormattingUtils;\n\nstatic constexpr uint32_t EXPECTEDSERIALIZEDCATEGORYTOKENCOUNT = 3U;\nstatic constexpr uint32_t EXPECTEDSERIALIZEDUNITTOKENCOUNT = 6U;\nstatic constexpr uint32_t EXPECTEDSTATEDATATOKENCOUNT = 5U;\nstatic constexpr uint32_t EXPECTEDMAPCOMPONENTTOKENCOUNT = 2U;\n\nstatic constexpr uint32_t MAXIMUMDIGITSALLOWED = 15U;\nstatic constexpr uint32_t OPTIMALDIGITSALLOWED = 7U;\n\nstatic constexpr wchar_t LEFTESCAPECHAR = L'{';\nstatic constexpr wchar_t RIGHTESCAPECHAR = L'}';\n\nstatic const double OPTIMALDECIMALALLOWED = 1e-6;  // pow(10, -1 * (OPTIMALDIGITSALLOWED - 1));\nstatic const double MINIMUMDECIMALALLOWED = 1e-14; // pow(10, -1 * (MAXIMUMDIGITSALLOWED - 1));\n\nunordered_map<wchar_t, wstring> quoteConversions;\nunordered_map<wstring, wchar_t> unquoteConversions;\n\n/// <summary>\n/// Constructor, sets up all the variables and requires a configLoader\n/// </summary>\n/// <param name=\"dataLoader\">An instance of the IConverterDataLoader interface which we use to read in category/unit names and conversion data</param>\nUnitConverter::UnitConverter(_In_ const shared_ptr<IConverterDataLoader>& dataLoader)\n    : UnitConverter::UnitConverter(dataLoader, nullptr)\n{\n}\n\n/// <summary>\n/// Constructor, sets up all the variables and requires two configLoaders\n/// </summary>\n/// <param name=\"dataLoader\">An instance of the IConverterDataLoader interface which we use to read in category/unit names and conversion data</param>\n/// <param name=\"currencyDataLoader\">An instance of the IConverterDataLoader interface, specialized for loading currency data from an internet service</param>\nUnitConverter::UnitConverter(_In_ const shared_ptr<IConverterDataLoader>& dataLoader, _In_ const shared_ptr<IConverterDataLoader>& currencyDataLoader)\n{\n    m_dataLoader = dataLoader;\n    m_currencyDataLoader = currencyDataLoader;\n    // declaring the delimiter character conversion map\n    quoteConversions[L'|'] = L\"{p}\";\n    quoteConversions[L'['] = L\"{lc}\";\n    quoteConversions[L']'] = L\"{rc}\";\n    quoteConversions[L':'] = L\"{co}\";\n    quoteConversions[L','] = L\"{cm}\";\n    quoteConversions[L';'] = L\"{sc}\";\n    quoteConversions[LEFTESCAPECHAR] = L\"{lb}\";\n    quoteConversions[RIGHTESCAPECHAR] = L\"{rb}\";\n    unquoteConversions[L\"{p}\"] = L'|';\n    unquoteConversions[L\"{lc}\"] = L'[';\n    unquoteConversions[L\"{rc}\"] = L']';\n    unquoteConversions[L\"{co}\"] = L':';\n    unquoteConversions[L\"{cm}\"] = L',';\n    unquoteConversions[L\"{sc}\"] = L';';\n    unquoteConversions[L\"{lb}\"] = LEFTESCAPECHAR;\n    unquoteConversions[L\"{rb}\"] = RIGHTESCAPECHAR;\n    ClearValues();\n    ResetCategoriesAndRatios();\n}\n\nvoid UnitConverter::Initialize()\n{\n    m_dataLoader->LoadData();\n}\n\nbool UnitConverter::CheckLoad()\n{\n    if (m_categories.empty())\n    {\n        ResetCategoriesAndRatios();\n    }\n    return !m_categories.empty();\n}\n\n/// <summary>\n/// Returns a list of the categories in use by this converter\n/// </summary>\nvector<Category> UnitConverter::GetCategories()\n{\n    CheckLoad();\n    return m_categories;\n}\n\n/// <summary>\n/// Sets the current category in use by this converter,\n/// and returns a list of unit types that exist under the given category.\n/// </summary>\n/// <param name=\"input\">Category struct which we are setting</param>\nCategorySelectionInitializer UnitConverter::SetCurrentCategory(const Category& input)\n{\n    if (m_currencyDataLoader != nullptr && m_currencyDataLoader->SupportsCategory(input))\n    {\n        m_currencyDataLoader->LoadData();\n    }\n\n    vector<Unit> newUnitList{};\n    if (CheckLoad())\n    {\n        if (m_currentCategory.id != input.id)\n        {\n            for (auto& unit : m_categoryToUnits[m_currentCategory.id])\n            {\n                unit.isConversionSource = (unit.id == m_fromType.id);\n                unit.isConversionTarget = (unit.id == m_toType.id);\n            }\n            m_currentCategory = input;\n            if (!m_currentCategory.supportsNegative && m_currentDisplay.front() == L'-')\n            {\n                m_currentDisplay.erase(0, 1);\n            }\n        }\n\n        newUnitList = m_categoryToUnits[input.id];\n    }\n\n    InitializeSelectedUnits();\n    return make_tuple(newUnitList, m_fromType, m_toType);\n}\n\n/// <summary>\n/// Gets the category currently being used\n/// </summary>\nCategory UnitConverter::GetCurrentCategory()\n{\n    return m_currentCategory;\n}\n\n/// <summary>\n/// Sets the current unit types to be used, indicates a likely change in the\n/// display values, so we re-calculate and callback the updated values\n/// </summary>\n/// <param name=\"fromType\">Unit struct which the user is modifying</param>\n/// <param name=\"toType\">Unit struct we are converting to</param>\nvoid UnitConverter::SetCurrentUnitTypes(const Unit& fromType, const Unit& toType)\n{\n    if (!CheckLoad())\n    {\n        return;\n    }\n\n    if (m_fromType != fromType)\n    {\n        m_switchedActive = true;\n    }\n\n    m_fromType = fromType;\n    m_toType = toType;\n    Calculate();\n\n    UpdateCurrencySymbols();\n}\n\n/// <summary>\n/// Switches the active field, indicating that we are now entering data into\n/// what was originally the return field, and storing results into what was\n/// originally the current field. We swap appropriate values,\n/// but do not callback, as values have not changed.\n/// </summary>\n/// <param name=\"newValue\">\n/// wstring representing the value user had in the field they've just activated.\n/// We use this to handle cases where the front-end may choose to trim more digits\n/// than we have been storing internally, in which case appending will not function\n/// as expected without the use of this parameter.\n/// </param>\nvoid UnitConverter::SwitchActive(const wstring& newValue)\n{\n    if (!CheckLoad())\n    {\n        return;\n    }\n\n    swap(m_fromType, m_toType);\n    swap(m_currentHasDecimal, m_returnHasDecimal);\n    m_returnDisplay = m_currentDisplay;\n    m_currentDisplay = newValue;\n    m_currentHasDecimal = (m_currentDisplay.find(L'.') != wstring::npos);\n    m_switchedActive = true;\n\n    if (m_currencyDataLoader != nullptr && m_vmCurrencyCallback != nullptr)\n    {\n        shared_ptr<ICurrencyConverterDataLoader> currencyDataLoader = GetCurrencyConverterDataLoader();\n        const pair<wstring, wstring> currencyRatios = currencyDataLoader->GetCurrencyRatioEquality(m_fromType, m_toType);\n\n        m_vmCurrencyCallback->CurrencyRatiosCallback(currencyRatios.first, currencyRatios.second);\n    }\n}\n\nbool UnitConversionManager::UnitConverter::IsSwitchedActive() const\n{\n    return m_switchedActive;\n}\n\nwstring UnitConverter::CategoryToString(const Category& c, wstring_view delimiter)\n{\n    return Quote(std::to_wstring(c.id))\n        .append(delimiter)\n        .append(Quote(std::to_wstring(c.supportsNegative)))\n        .append(delimiter)\n        .append(Quote(c.name))\n        .append(delimiter);\n}\n\nvector<wstring> UnitConverter::StringToVector(wstring_view w, wstring_view delimiter, bool addRemainder)\n{\n    size_t delimiterIndex = w.find(delimiter);\n    size_t startIndex = 0;\n    vector<wstring> serializedTokens;\n    while (delimiterIndex != wstring_view::npos)\n    {\n        serializedTokens.emplace_back(w.substr(startIndex, delimiterIndex - startIndex));\n        startIndex = delimiterIndex + static_cast<int>(delimiter.size());\n        delimiterIndex = w.find(delimiter, startIndex);\n    }\n    if (addRemainder)\n    {\n        delimiterIndex = w.size();\n        serializedTokens.emplace_back(w.substr(startIndex, delimiterIndex - startIndex));\n    }\n    return serializedTokens;\n}\nwstring UnitConverter::UnitToString(const Unit& u, wstring_view delimiter)\n{\n    return Quote(std::to_wstring(u.id))\n        .append(delimiter)\n        .append(Quote(u.name))\n        .append(delimiter)\n        .append(Quote(u.abbreviation))\n        .append(delimiter)\n        .append(std::to_wstring(u.isConversionSource))\n        .append(delimiter)\n        .append(std::to_wstring(u.isConversionTarget))\n        .append(delimiter)\n        .append(std::to_wstring(u.isWhimsical))\n        .append(delimiter);\n}\n\nUnit UnitConverter::StringToUnit(wstring_view w)\n{\n    vector<wstring> tokenList = StringToVector(w, L\";\");\n    assert(tokenList.size() == EXPECTEDSERIALIZEDUNITTOKENCOUNT);\n    Unit serializedUnit;\n    serializedUnit.id = wcstol(Unquote(tokenList[0]).c_str(), nullptr, 10);\n    serializedUnit.name = Unquote(tokenList[1]);\n    serializedUnit.accessibleName = serializedUnit.name;\n    serializedUnit.abbreviation = Unquote(tokenList[2]);\n    serializedUnit.isConversionSource = (tokenList[3] == L\"1\");\n    serializedUnit.isConversionTarget = (tokenList[4] == L\"1\");\n    serializedUnit.isWhimsical = (tokenList[5] == L\"1\");\n    return serializedUnit;\n}\n\nCategory UnitConverter::StringToCategory(wstring_view w)\n{\n    vector<wstring> tokenList = StringToVector(w, L\";\");\n    assert(tokenList.size() == EXPECTEDSERIALIZEDCATEGORYTOKENCOUNT);\n    Category serializedCategory;\n    serializedCategory.id = wcstol(Unquote(tokenList[0]).c_str(), nullptr, 10);\n    serializedCategory.supportsNegative = (tokenList[1] == L\"1\");\n    serializedCategory.name = Unquote(tokenList[2]);\n    return serializedCategory;\n}\n\n/// <summary>\n/// De-Serializes the data in the converter from a string\n/// </summary>\n/// <param name=\"userPreferences\">wstring_view holding the serialized data. If it does not have expected number of parameters, we will ignore it</param>\nvoid UnitConverter::RestoreUserPreferences(wstring_view userPreferences)\n{\n    if (userPreferences.empty())\n    {\n        return;\n    }\n\n    vector<wstring> outerTokens = StringToVector(userPreferences, L\"|\");\n    if (outerTokens.size() != 3)\n    {\n        return;\n    }\n\n    auto fromType = StringToUnit(outerTokens[0]);\n    auto toType = StringToUnit(outerTokens[1]);\n    m_currentCategory = StringToCategory(outerTokens[2]);\n\n    // Only restore from the saved units if they are valid in the current available units.\n    auto itr = m_categoryToUnits.find(m_currentCategory.id);\n    if (itr != m_categoryToUnits.end())\n    {\n        const auto& curUnits = itr->second;\n        if (find(curUnits.begin(), curUnits.end(), fromType) != curUnits.end())\n        {\n            m_fromType = fromType;\n        }\n        if (find(curUnits.begin(), curUnits.end(), toType) != curUnits.end())\n        {\n            m_toType = toType;\n        }\n    }\n}\n\n/// <summary>\n/// Serializes the Category and Associated Units in the converter and returns it as a string\n/// </summary>\nwstring UnitConverter::SaveUserPreferences()\n{\n    constexpr auto delimiter = L\";\"sv;\n    constexpr auto pipe = L\"|\"sv;\n    return UnitToString(m_fromType, delimiter)\n        .append(pipe)\n        .append(UnitToString(m_toType, delimiter))\n        .append(pipe)\n        .append(CategoryToString(m_currentCategory, delimiter))\n        .append(pipe);\n}\n\n/// <summary>\n/// Sanitizes the input string, escape quoting any symbols we rely on for our delimiters, and returns the sanitized string.\n/// </summary>\n/// <param name=\"s\">wstring_view to be sanitized</param>\nwstring UnitConverter::Quote(wstring_view s)\n{\n    wstring quotedString;\n\n    // Iterate over the delimiter characters we need to quote\n    for (const auto ch : s)\n    {\n        if (quoteConversions.find(ch) != quoteConversions.end())\n        {\n            quotedString += quoteConversions[ch];\n        }\n        else\n        {\n            quotedString += ch;\n        }\n    }\n\n    return quotedString;\n}\n\n/// <summary>\n/// Unsanitizes the sanitized input string, returning it to its original contents before we had quoted it.\n/// </summary>\n/// <param name=\"s\">wstring_view to be unsanitized</param>\nwstring UnitConverter::Unquote(wstring_view s)\n{\n    wstring quotedSubString;\n    wstring unquotedString;\n    wstring_view::const_iterator cursor = s.begin();\n    while (cursor != s.end())\n    {\n        if (*cursor == LEFTESCAPECHAR)\n        {\n            quotedSubString.clear();\n            while (cursor != s.end() && *cursor != RIGHTESCAPECHAR)\n            {\n                quotedSubString += *cursor;\n                ++cursor;\n            }\n            if (cursor == s.end())\n            {\n                // Badly formatted\n                break;\n            }\n            else\n            {\n                quotedSubString += *cursor;\n                unquotedString += unquoteConversions[quotedSubString];\n            }\n        }\n        else\n        {\n            unquotedString += *cursor;\n        }\n        ++cursor;\n    }\n    return unquotedString;\n}\n\n/// <summary>\n/// Handles inputs to the converter from the view-model, corresponding to a given button or keyboard press\n/// </summary>\n/// <param name=\"command\">Command enum representing the command that was entered</param>\nvoid UnitConverter::SendCommand(Command command)\n{\n    if (!CheckLoad())\n    {\n        return;\n    }\n\n    // TODO: Localization of characters\n    bool clearFront = false;\n    bool clearBack = false;\n    if (command != Command::Negate && m_switchedActive)\n    {\n        ClearValues();\n        m_switchedActive = false;\n        clearFront = true;\n        clearBack = false;\n    }\n    else\n    {\n        clearFront = (m_currentDisplay == L\"0\");\n        clearBack =\n            ((m_currentHasDecimal && m_currentDisplay.size() - 1 >= MAXIMUMDIGITSALLOWED)\n             || (!m_currentHasDecimal && m_currentDisplay.size() >= MAXIMUMDIGITSALLOWED));\n    }\n\n    switch (command)\n    {\n    case Command::Zero:\n        m_currentDisplay += L'0';\n        break;\n\n    case Command::One:\n        m_currentDisplay += L'1';\n        break;\n\n    case Command::Two:\n        m_currentDisplay += L'2';\n        break;\n\n    case Command::Three:\n        m_currentDisplay += L'3';\n        break;\n\n    case Command::Four:\n        m_currentDisplay += L'4';\n        break;\n\n    case Command::Five:\n        m_currentDisplay += L'5';\n        break;\n\n    case Command::Six:\n        m_currentDisplay += L'6';\n        break;\n\n    case Command::Seven:\n        m_currentDisplay += L'7';\n        break;\n\n    case Command::Eight:\n        m_currentDisplay += L'8';\n        break;\n\n    case Command::Nine:\n        m_currentDisplay += L'9';\n        break;\n\n    case Command::Decimal:\n        clearFront = false;\n        clearBack = false;\n        if (!m_currentHasDecimal)\n        {\n            m_currentDisplay += L'.';\n            m_currentHasDecimal = true;\n        }\n        break;\n\n    case Command::Backspace:\n        clearFront = false;\n        clearBack = false;\n        if ((m_currentDisplay.front() != L'-' && m_currentDisplay.size() > 1) || m_currentDisplay.size() > 2)\n        {\n            if (m_currentDisplay.back() == L'.')\n            {\n                m_currentHasDecimal = false;\n            }\n            m_currentDisplay.pop_back();\n        }\n        else\n        {\n            m_currentDisplay = L\"0\";\n            m_currentHasDecimal = false;\n        }\n        break;\n\n    case Command::Negate:\n        clearFront = false;\n        clearBack = false;\n        if (m_currentCategory.supportsNegative)\n        {\n            if (m_currentDisplay.front() == L'-')\n            {\n                m_currentDisplay.erase(0, 1);\n            }\n            else\n            {\n                m_currentDisplay.insert(0, 1, L'-');\n            }\n        }\n        break;\n\n    case Command::Clear:\n        clearFront = false;\n        clearBack = false;\n        ClearValues();\n        break;\n\n    case Command::Reset:\n        clearFront = false;\n        clearBack = false;\n        ClearValues();\n        ResetCategoriesAndRatios();\n        break;\n\n    default:\n        break;\n    }\n\n    if (clearFront)\n    {\n        m_currentDisplay.erase(0, 1);\n    }\n    if (clearBack)\n    {\n        m_currentDisplay.pop_back();\n        m_vmCallback->MaxDigitsReached();\n    }\n\n    Calculate();\n}\n\n/// <summary>\n/// Sets the callback interface to send display update calls to\n/// </summary>\n/// <param name=\"newCallback\">instance of IDisplayCallback interface that receives our update calls</param>\nvoid UnitConverter::SetViewModelCallback(_In_ const shared_ptr<IUnitConverterVMCallback>& newCallback)\n{\n    m_vmCallback = newCallback;\n    if (CheckLoad())\n    {\n        UpdateViewModel();\n    }\n}\n\nvoid UnitConverter::SetViewModelCurrencyCallback(_In_ const shared_ptr<IViewModelCurrencyCallback>& newCallback)\n{\n    m_vmCurrencyCallback = newCallback;\n\n    shared_ptr<ICurrencyConverterDataLoader> currencyDataLoader = GetCurrencyConverterDataLoader();\n    if (currencyDataLoader != nullptr)\n    {\n        currencyDataLoader->SetViewModelCallback(newCallback);\n    }\n}\n\nfuture<pair<bool, wstring>> UnitConverter::RefreshCurrencyRatios()\n{\n    shared_ptr<ICurrencyConverterDataLoader> currencyDataLoader = GetCurrencyConverterDataLoader();\n    future<bool> loadDataResult;\n    if (currencyDataLoader != nullptr)\n    {\n        loadDataResult = currencyDataLoader->TryLoadDataFromWebOverrideAsync();\n    }\n    else\n    {\n        loadDataResult = async([] { return false; });\n    }\n\n    shared_future<bool> sharedLoadResult = loadDataResult.share();\n    return async([currencyDataLoader, sharedLoadResult]() {\n        sharedLoadResult.wait();\n        bool didLoad = sharedLoadResult.get();\n        wstring timestamp;\n        if (currencyDataLoader != nullptr)\n        {\n            timestamp = currencyDataLoader->GetCurrencyTimestamp();\n        }\n\n        return make_pair(didLoad, timestamp);\n    });\n}\n\nshared_ptr<ICurrencyConverterDataLoader> UnitConverter::GetCurrencyConverterDataLoader()\n{\n    return dynamic_pointer_cast<ICurrencyConverterDataLoader>(m_currencyDataLoader);\n}\n\n/// <summary>\n/// Converts a double value into another unit type\n/// </summary>\n/// <param name=\"value\">double input value to convert</param>\n/// <param name=\"conversionData\">offset and ratio to use</param>\ndouble UnitConverter::Convert(double value, const ConversionData& conversionData)\n{\n    if (conversionData.offsetFirst)\n    {\n        return (value + conversionData.offset) * conversionData.ratio;\n    }\n    else\n    {\n        return (value * conversionData.ratio) + conversionData.offset;\n    }\n}\n\n/// <summary>\n/// Calculates the suggested values for the current display value and returns them as a vector\n/// </summary>\nvector<tuple<wstring, Unit>> UnitConverter::CalculateSuggested()\n{\n    if (m_currencyDataLoader != nullptr && m_currencyDataLoader->SupportsCategory(m_currentCategory))\n    {\n        return vector<tuple<wstring, Unit>>();\n    }\n\n    vector<tuple<wstring, Unit>> returnVector;\n    vector<SuggestedValueIntermediate> intermediateVector;\n    vector<SuggestedValueIntermediate> intermediateWhimsicalVector;\n    unordered_map<Unit, ConversionData, UnitHash> ratios = m_ratioMap[m_fromType];\n    // Calculate converted values for every other unit type in this category, along with their magnitude\n    for (const auto& cur : ratios)\n    {\n        if (cur.first != m_fromType && cur.first != m_toType)\n        {\n            double convertedValue = Convert(stod(m_currentDisplay), cur.second);\n            SuggestedValueIntermediate newEntry;\n            newEntry.magnitude = log10(convertedValue);\n            newEntry.value = convertedValue;\n            newEntry.type = cur.first;\n            if (newEntry.type.isWhimsical)\n                intermediateWhimsicalVector.push_back(newEntry);\n            else\n                intermediateVector.push_back(newEntry);\n        }\n    }\n\n    // Sort the resulting list by absolute magnitude, breaking ties by choosing the positive value\n    sort(intermediateVector.begin(), intermediateVector.end(), [](SuggestedValueIntermediate first, SuggestedValueIntermediate second) {\n        if (abs(first.magnitude) == abs(second.magnitude))\n        {\n            return first.magnitude > second.magnitude;\n        }\n        else\n        {\n            return abs(first.magnitude) < abs(second.magnitude);\n        }\n    });\n\n    // Now that the list is sorted, iterate over it and populate the return vector with properly rounded and formatted return strings\n    for (const auto& entry : intermediateVector)\n    {\n        wstring roundedString;\n        if (abs(entry.value) < 100)\n        {\n            roundedString = RoundSignificantDigits(entry.value, 2U);\n        }\n        else if (abs(entry.value) < 1000)\n        {\n            roundedString = RoundSignificantDigits(entry.value, 1U);\n        }\n        else\n        {\n            roundedString = RoundSignificantDigits(entry.value, 0U);\n        }\n        if (stod(roundedString) != 0.0 || m_currentCategory.supportsNegative)\n        {\n            TrimTrailingZeros(roundedString);\n            returnVector.emplace_back(roundedString, entry.type);\n        }\n    }\n\n    // The Whimsicals are determined differently\n    // Sort the resulting list by absolute magnitude, breaking ties by choosing the positive value\n    sort(intermediateWhimsicalVector.begin(), intermediateWhimsicalVector.end(), [](SuggestedValueIntermediate first, SuggestedValueIntermediate second) {\n        if (abs(first.magnitude) == abs(second.magnitude))\n        {\n            return first.magnitude > second.magnitude;\n        }\n        else\n        {\n            return abs(first.magnitude) < abs(second.magnitude);\n        }\n    });\n\n    // Now that the list is sorted, iterate over it and populate the return vector with properly rounded and formatted return strings\n    vector<tuple<wstring, Unit>> whimsicalReturnVector;\n\n    for (const auto& entry : intermediateWhimsicalVector)\n    {\n        wstring roundedString;\n        if (abs(entry.value) < 100)\n        {\n            roundedString = RoundSignificantDigits(entry.value, 2U);\n        }\n        else if (abs(entry.value) < 1000)\n        {\n            roundedString = RoundSignificantDigits(entry.value, 1U);\n        }\n        else\n        {\n            roundedString = RoundSignificantDigits(entry.value, 0U);\n        }\n\n        // How to work out which is the best whimsical value to add to the vector?\n        if (stod(roundedString) != 0.0)\n        {\n            TrimTrailingZeros(roundedString);\n            whimsicalReturnVector.emplace_back(roundedString, entry.type);\n        }\n    }\n    // Pickup the 'best' whimsical value - currently the first one\n    if (!whimsicalReturnVector.empty())\n    {\n        returnVector.push_back(whimsicalReturnVector.front());\n    }\n\n    return returnVector;\n}\n\n/// <summary>\n/// Resets categories and ratios\n/// </summary>\nvoid UnitConverter::ResetCategoriesAndRatios()\n{\n    m_switchedActive = false;\n    m_categories = m_dataLoader->GetOrderedCategories();\n    if (m_categories.empty())\n    {\n        return;\n    }\n\n    m_currentCategory = m_categories[0];\n\n    m_categoryToUnits.clear();\n    m_ratioMap.clear();\n    bool readyCategoryFound = false;\n    for (const Category& category : m_categories)\n    {\n        shared_ptr<IConverterDataLoader> activeDataLoader = GetDataLoaderForCategory(category);\n        if (activeDataLoader == nullptr)\n        {\n            // The data loader is different depending on the category, e.g. currency data loader\n            // is different from the static data loader.\n            // If there is no data loader for this category, continue.\n            continue;\n        }\n\n        vector<Unit> units = activeDataLoader->GetOrderedUnits(category);\n        m_categoryToUnits[category.id] = units;\n\n        // Just because the units are empty, doesn't mean the user can't select this category,\n        // we just want to make sure we don't let an unready category be the default.\n        if (!units.empty())\n        {\n            for (const Unit& u : units)\n            {\n                m_ratioMap[u] = activeDataLoader->LoadOrderedRatios(u);\n            }\n\n            if (!readyCategoryFound)\n            {\n                m_currentCategory = category;\n                readyCategoryFound = true;\n            }\n        }\n    }\n\n    InitializeSelectedUnits();\n}\n\n/// <summary>\n/// Sets the active data loader based on the input category.\n/// </summary>\nshared_ptr<IConverterDataLoader> UnitConverter::GetDataLoaderForCategory(const Category& category)\n{\n    if (m_currencyDataLoader != nullptr && m_currencyDataLoader->SupportsCategory(category))\n    {\n        return m_currencyDataLoader;\n    }\n    else\n    {\n        return m_dataLoader;\n    }\n}\n\n/// <summary>\n/// Sets the initial values for m_fromType and m_toType.\n/// This is an internal helper method as opposed to SetCurrentUnits\n/// which is for external use by clients.\n/// If we fail to set units, we will fallback to the EMPTY_UNIT.\n/// </summary>\nvoid UnitConverter::InitializeSelectedUnits()\n{\n    if (m_categoryToUnits.empty())\n    {\n        return;\n    }\n\n    auto itr = m_categoryToUnits.find(m_currentCategory.id);\n    if (itr == m_categoryToUnits.end())\n    {\n        return;\n    }\n\n    const vector<Unit>& curUnits = itr->second;\n    if (!curUnits.empty())\n    {\n        // Units may already have been initialized through UnitConverter::RestoreUserPreferences().\n        // Check if they have been, and if so, do not override restored units.\n        const bool isFromUnitValid = m_fromType != EMPTY_UNIT && find(curUnits.begin(), curUnits.end(), m_fromType) != curUnits.end();\n        const bool isToUnitValid = m_toType != EMPTY_UNIT && find(curUnits.begin(), curUnits.end(), m_toType) != curUnits.end();\n\n        if (isFromUnitValid && isToUnitValid)\n        {\n            return;\n        }\n\n        bool conversionSourceSet = false;\n        bool conversionTargetSet = false;\n        for (const Unit& cur : curUnits)\n        {\n            if (!conversionSourceSet && cur.isConversionSource && !isFromUnitValid)\n            {\n                m_fromType = cur;\n                conversionSourceSet = true;\n            }\n\n            if (!conversionTargetSet && cur.isConversionTarget && !isToUnitValid)\n            {\n                m_toType = cur;\n                conversionTargetSet = true;\n            }\n\n            if (conversionSourceSet && conversionTargetSet)\n            {\n                return;\n            }\n        }\n    }\n\n    m_fromType = EMPTY_UNIT;\n    m_toType = EMPTY_UNIT;\n}\n\n/// <summary>\n/// Resets the value fields to 0\n/// </summary>\nvoid UnitConverter::ClearValues()\n{\n    m_currentHasDecimal = false;\n    m_returnHasDecimal = false;\n    m_currentDisplay = L\"0\";\n}\n\n/// <summary>\n/// Checks if either unit is EMPTY_UNIT.\n/// </summary>\nbool UnitConverter::AnyUnitIsEmpty()\n{\n    return m_fromType == EMPTY_UNIT || m_toType == EMPTY_UNIT;\n}\n\n/// <summary>\n/// Calculates a new return value based on the current display value\n/// </summary>\nvoid UnitConverter::Calculate()\n{\n    if (AnyUnitIsEmpty())\n    {\n        m_returnDisplay = m_currentDisplay;\n        m_returnHasDecimal = m_currentHasDecimal;\n        TrimTrailingZeros(m_returnDisplay);\n        UpdateViewModel();\n        return;\n    }\n\n    unordered_map<Unit, ConversionData, UnitHash> conversionTable = m_ratioMap[m_fromType];\n    if (AnyUnitIsEmpty() || (conversionTable[m_toType].ratio == 1.0 && conversionTable[m_toType].offset == 0.0))\n    {\n        m_returnDisplay = m_currentDisplay;\n        m_returnHasDecimal = m_currentHasDecimal;\n        TrimTrailingZeros(m_returnDisplay);\n    }\n    else\n    {\n        double currentValue = stod(m_currentDisplay);\n        const double returnValue = Convert(currentValue, conversionTable[m_toType]);\n\n        const auto isCurrencyConverter = m_currencyDataLoader != nullptr && m_currencyDataLoader->SupportsCategory(this->m_currentCategory);\n        if (isCurrencyConverter)\n        {\n            // We don't need to trim the value when it's a currency.\n            m_returnDisplay = RoundSignificantDigits(returnValue, MAXIMUMDIGITSALLOWED);\n            TrimTrailingZeros(m_returnDisplay);\n        }\n        else\n        {\n            const unsigned int numPreDecimal = GetNumberDigitsWholeNumberPart(returnValue);\n            if (numPreDecimal > MAXIMUMDIGITSALLOWED || (returnValue != 0 && abs(returnValue) < MINIMUMDECIMALALLOWED))\n            {\n                m_returnDisplay = ToScientificNumber(returnValue);\n            }\n            else\n            {\n                const unsigned int currentNumberSignificantDigits = GetNumberDigits(m_currentDisplay);\n                unsigned int precision;\n                if (abs(returnValue) < OPTIMALDECIMALALLOWED)\n                {\n                    precision = MAXIMUMDIGITSALLOWED;\n                }\n                else\n                {\n                    // Fewer digits are needed following the decimal if the number is large,\n                    // we calculate the number of decimals necessary based on the number of digits in the integer part.\n                    auto numberDigits = max(OPTIMALDIGITSALLOWED, min(MAXIMUMDIGITSALLOWED, currentNumberSignificantDigits));\n                    precision = numberDigits > numPreDecimal ? numberDigits - numPreDecimal : 0;\n                }\n\n                m_returnDisplay = RoundSignificantDigits(returnValue, precision);\n                TrimTrailingZeros(m_returnDisplay);\n            }\n            m_returnHasDecimal = (m_returnDisplay.find(L'.') != wstring::npos);\n        }\n    }\n    UpdateViewModel();\n}\n\nvoid UnitConverter::UpdateCurrencySymbols()\n{\n    if (m_currencyDataLoader != nullptr && m_vmCurrencyCallback != nullptr)\n    {\n        shared_ptr<ICurrencyConverterDataLoader> currencyDataLoader = GetCurrencyConverterDataLoader();\n        const pair<wstring, wstring> currencySymbols = currencyDataLoader->GetCurrencySymbols(m_fromType, m_toType);\n        const pair<wstring, wstring> currencyRatios = currencyDataLoader->GetCurrencyRatioEquality(m_fromType, m_toType);\n\n        m_vmCurrencyCallback->CurrencySymbolsCallback(currencySymbols.first, currencySymbols.second);\n        m_vmCurrencyCallback->CurrencyRatiosCallback(currencyRatios.first, currencyRatios.second);\n    }\n}\n\nvoid UnitConverter::UpdateViewModel()\n{\n    m_vmCallback->DisplayCallback(m_currentDisplay, m_returnDisplay);\n    m_vmCallback->SuggestedValueCallback(CalculateSuggested());\n}\n"
  },
  {
    "path": "src/CalcManager/UnitConverter.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include <vector>\n#include <unordered_map>\n#include <future>\n#include \"sal_cross_platform.h\" // for SAL\n#include <memory>               // for std::shared_ptr\n\nnamespace UnitConversionManager\n{\n    enum class Command;\n\n    struct Unit\n    {\n        Unit()\n        {\n        }\n        Unit(int id, std::wstring_view name, std::wstring abbreviation, bool isConversionSource, bool isConversionTarget, bool isWhimsical)\n            : id(id)\n            , name(name)\n            , accessibleName(name)\n            , abbreviation(std::move(abbreviation))\n            , isConversionSource(isConversionSource)\n            , isConversionTarget(isConversionTarget)\n            , isWhimsical(isWhimsical)\n        {\n        }\n\n        Unit(\n            int id,\n            std::wstring_view currencyName,\n            std::wstring_view countryName,\n            std::wstring abbreviation,\n            bool isRtlLanguage,\n            bool isConversionSource,\n            bool isConversionTarget)\n            : id(id)\n            , abbreviation(std::move(abbreviation))\n            , isConversionSource(isConversionSource)\n            , isConversionTarget(isConversionTarget)\n            , isWhimsical(false)\n        {\n            auto nameValue1 = isRtlLanguage ? currencyName : countryName;\n            auto nameValue2 = isRtlLanguage ? countryName : currencyName;\n\n            name = nameValue1;\n            name.append(L\" - \").append(nameValue2);\n\n            accessibleName = nameValue1;\n            accessibleName.append(1, L' ').append(nameValue2);\n        }\n\n        int id;\n        std::wstring name;\n        std::wstring accessibleName;\n        std::wstring abbreviation;\n        bool isConversionSource;\n        bool isConversionTarget;\n        bool isWhimsical;\n\n        bool operator!=(const Unit& that) const\n        {\n            return that.id != id;\n        }\n\n        bool operator==(const Unit& that) const\n        {\n            return that.id == id;\n        }\n    };\n\n    // The EMPTY_UNIT acts as a 'null-struct' so that\n    // Unit pointers can safely be dereferenced without\n    // null checks.\n    //\n    // unitId, name, abbreviation, isConversionSource, isConversionTarget, isWhimsical\n    inline const Unit EMPTY_UNIT = Unit{ -1, L\"\", L\"\", true, true, false };\n\n    struct Category\n    {\n        Category()\n        {\n        }\n\n        Category(int id, std::wstring name, bool supportsNegative)\n            : id(id)\n            , name(std::move(name))\n            , supportsNegative(supportsNegative)\n        {\n        }\n\n        int id;\n        std::wstring name;\n        bool supportsNegative;\n\n        bool operator!=(const Category& that) const\n        {\n            return that.id != id;\n        }\n\n        bool operator==(const Category& that) const\n        {\n            return that.id == id;\n        }\n    };\n\n    class UnitHash\n    {\n    public:\n        size_t operator()(const Unit& x) const\n        {\n            return x.id;\n        }\n    };\n\n    struct SuggestedValueIntermediate\n    {\n        double magnitude;\n        double value;\n        Unit type;\n    };\n\n    struct ConversionData\n    {\n        ConversionData()\n        {\n        }\n        ConversionData(double ratio, double offset, bool offsetFirst)\n            : ratio(ratio)\n            , offset(offset)\n            , offsetFirst(offsetFirst)\n        {\n        }\n\n        double ratio;\n        double offset;\n        bool offsetFirst;\n    };\n\n    struct CurrencyStaticData\n    {\n        std::wstring countryCode;\n        std::wstring countryName;\n        std::wstring currencyCode;\n        std::wstring currencyName;\n        std::wstring currencySymbol;\n    };\n\n    struct CurrencyRatio\n    {\n        double ratio;\n        std::wstring sourceCurrencyCode;\n        std::wstring targetCurrencyCode;\n    };\n\n    using CategorySelectionInitializer = std::tuple<std::vector<UnitConversionManager::Unit>, UnitConversionManager::Unit, UnitConversionManager::Unit>;\n    using UnitToUnitToConversionDataMap = std::unordered_map<\n        UnitConversionManager::Unit,\n        std::unordered_map<UnitConversionManager::Unit, UnitConversionManager::ConversionData, UnitConversionManager::UnitHash>,\n        UnitConversionManager::UnitHash>;\n    using CategoryToUnitVectorMap = std::unordered_map<int, std::vector<UnitConversionManager::Unit>>;\n\n    class IViewModelCurrencyCallback\n    {\n    public:\n        virtual ~IViewModelCurrencyCallback(){};\n        virtual void CurrencyDataLoadFinished(bool didLoad) = 0;\n        virtual void CurrencySymbolsCallback(_In_ const std::wstring& fromSymbol, _In_ const std::wstring& toSymbol) = 0;\n        virtual void CurrencyRatiosCallback(_In_ const std::wstring& ratioEquality, _In_ const std::wstring& accRatioEquality) = 0;\n        virtual void CurrencyTimestampCallback(_In_ const std::wstring& timestamp, bool isWeekOldData) = 0;\n        virtual void NetworkBehaviorChanged(_In_ int newBehavior) = 0;\n    };\n\n    class IConverterDataLoader\n    {\n    public:\n        virtual ~IConverterDataLoader(){};\n        virtual void LoadData() = 0; // prepare data if necessary before calling other functions\n        virtual std::vector<Category> GetOrderedCategories() = 0;\n        virtual std::vector<Unit> GetOrderedUnits(const Category& c) = 0;\n        virtual std::unordered_map<Unit, ConversionData, UnitHash> LoadOrderedRatios(const Unit& u) = 0;\n        virtual bool SupportsCategory(const Category& target) = 0;\n    };\n\n    class ICurrencyConverterDataLoader\n    {\n    public:\n        virtual void SetViewModelCallback(const std::shared_ptr<UnitConversionManager::IViewModelCurrencyCallback>& callback) = 0;\n        virtual std::pair<std::wstring, std::wstring>\n        GetCurrencySymbols(_In_ const UnitConversionManager::Unit& unit1, _In_ const UnitConversionManager::Unit& unit2) = 0;\n        virtual std::pair<std::wstring, std::wstring>\n        GetCurrencyRatioEquality(_In_ const UnitConversionManager::Unit& unit1, _In_ const UnitConversionManager::Unit& unit2) = 0;\n        virtual std::wstring GetCurrencyTimestamp() = 0;\n\n        virtual std::future<bool> TryLoadDataFromCacheAsync() = 0;\n        virtual std::future<bool> TryLoadDataFromWebAsync() = 0;\n        virtual std::future<bool> TryLoadDataFromWebOverrideAsync() = 0;\n    };\n\n    class IUnitConverterVMCallback\n    {\n    public:\n        virtual ~IUnitConverterVMCallback(){};\n        virtual void DisplayCallback(const std::wstring& from, const std::wstring& to) = 0;\n        virtual void SuggestedValueCallback(const std::vector<std::tuple<std::wstring, Unit>>& suggestedValues) = 0;\n        virtual void MaxDigitsReached() = 0;\n    };\n\n    class IUnitConverter\n    {\n    public:\n        virtual ~IUnitConverter()\n        {\n        }\n        virtual void Initialize() = 0; // Use to initialize first time, use deserialize instead to rehydrate\n        virtual std::vector<Category> GetCategories() = 0;\n        virtual CategorySelectionInitializer SetCurrentCategory(const Category& input) = 0;\n        virtual Category GetCurrentCategory() = 0;\n        virtual void SetCurrentUnitTypes(const Unit& fromType, const Unit& toType) = 0;\n        virtual void SwitchActive(const std::wstring& newValue) = 0;\n        virtual bool IsSwitchedActive() const = 0;\n        virtual std::wstring SaveUserPreferences() = 0;\n        virtual void RestoreUserPreferences(_In_ std::wstring_view userPreferences) = 0;\n        virtual void SendCommand(Command command) = 0;\n        virtual void SetViewModelCallback(_In_ const std::shared_ptr<IUnitConverterVMCallback>& newCallback) = 0;\n        virtual void SetViewModelCurrencyCallback(_In_ const std::shared_ptr<IViewModelCurrencyCallback>& newCallback) = 0;\n        virtual std::future<std::pair<bool, std::wstring>> RefreshCurrencyRatios() = 0;\n        virtual void Calculate() = 0;\n        virtual void ResetCategoriesAndRatios() = 0;\n    };\n\n    class UnitConverter : public IUnitConverter, public std::enable_shared_from_this<UnitConverter>\n    {\n    public:\n        UnitConverter(_In_ const std::shared_ptr<IConverterDataLoader>& dataLoader);\n        UnitConverter(_In_ const std::shared_ptr<IConverterDataLoader>& dataLoader, _In_ const std::shared_ptr<IConverterDataLoader>& currencyDataLoader);\n\n        // IUnitConverter\n        void Initialize() override;\n        std::vector<Category> GetCategories() override;\n        CategorySelectionInitializer SetCurrentCategory(const Category& input) override;\n        Category GetCurrentCategory() override;\n        void SetCurrentUnitTypes(const Unit& fromType, const Unit& toType) override;\n        void SwitchActive(const std::wstring& newValue) override;\n        bool IsSwitchedActive() const override;\n        std::wstring SaveUserPreferences() override;\n        void RestoreUserPreferences(std::wstring_view userPreference) override;\n        void SendCommand(Command command) override;\n        void SetViewModelCallback(_In_ const std::shared_ptr<IUnitConverterVMCallback>& newCallback) override;\n        void SetViewModelCurrencyCallback(_In_ const std::shared_ptr<IViewModelCurrencyCallback>& newCallback) override;\n        std::future<std::pair<bool, std::wstring>> RefreshCurrencyRatios() override;\n        void Calculate() override;\n        void ResetCategoriesAndRatios() override;\n        // IUnitConverter\n\n        static std::vector<std::wstring> StringToVector(std::wstring_view w, std::wstring_view delimiter, bool addRemainder = false);\n        static std::wstring Quote(std::wstring_view s);\n        static std::wstring Unquote(std::wstring_view s);\n\n    private:\n        bool CheckLoad();\n        double Convert(double value, const ConversionData& conversionData);\n        std::vector<std::tuple<std::wstring, Unit>> CalculateSuggested();\n        void ClearValues();\n        void InitializeSelectedUnits();\n        Category StringToCategory(std::wstring_view w);\n        std::wstring CategoryToString(const Category& c, std::wstring_view delimiter);\n        std::wstring UnitToString(const Unit& u, std::wstring_view delimiter);\n        Unit StringToUnit(std::wstring_view w);\n        void UpdateCurrencySymbols();\n        void UpdateViewModel();\n        bool AnyUnitIsEmpty();\n        std::shared_ptr<IConverterDataLoader> GetDataLoaderForCategory(const Category& category);\n        std::shared_ptr<ICurrencyConverterDataLoader> GetCurrencyConverterDataLoader();\n\n    private:\n        std::shared_ptr<IConverterDataLoader> m_dataLoader;\n        std::shared_ptr<IConverterDataLoader> m_currencyDataLoader;\n        std::shared_ptr<IUnitConverterVMCallback> m_vmCallback;\n        std::shared_ptr<IViewModelCurrencyCallback> m_vmCurrencyCallback;\n        std::vector<Category> m_categories;\n        CategoryToUnitVectorMap m_categoryToUnits;\n        UnitToUnitToConversionDataMap m_ratioMap;\n        Category m_currentCategory;\n        Unit m_fromType;\n        Unit m_toType;\n        std::wstring m_currentDisplay;\n        std::wstring m_returnDisplay;\n        bool m_currentHasDecimal;\n        bool m_returnHasDecimal;\n        bool m_switchedActive;\n    };\n}\n"
  },
  {
    "path": "src/CalcManager/pch.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n// Intentionally do not include the pch.h here. For projects that don't\n// use precompiled headers, including the header here would force unnecessary compilation.\n// The pch will be included through forced include.\n"
  },
  {
    "path": "src/CalcManager/pch.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n// The CalcManager project should be able to be compiled with or without a precompiled header\n// in - order to support other toolchains besides MSVC. When adding new system headers, make sure\n// that the relevant source file includes all headers it needs, but then also add the system headers\n// here so that MSVC users see the performance benefit.\n\n#include <algorithm>\n#include <array>\n#include <cassert>\n#include <intsafe.h>\n#include <list>\n#include <future>\n#include <regex>\n#include <sstream>\n#include <string>\n#include <unordered_map>\n#include <vector>\n#include <winerror.h>\n#include <iostream>\n#include <cmath>\n#include <random>\n#include <iomanip>\n"
  },
  {
    "path": "src/CalcManager/ratpak.natvis",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<AutoVisualizer xmlns=\"http://schemas.microsoft.com/vstudio/debugger/natvis/2010\">\n  <Type Name=\"_number\">\n    <Expand>\n        <Item Name=\"sign\">sign</Item>\n        <Item Name=\"exp\">exp</Item>\n        <ArrayItems>\n          <Size>cdigit</Size>\n          <ValuePointer>mant</ValuePointer>\n        </ArrayItems>\n    </Expand>\n  </Type>\n  <Type Name=\"_rat\">\n    <DisplayString>{*pp}/{*pq}</DisplayString>\n  </Type>\n</AutoVisualizer>\n"
  },
  {
    "path": "src/CalcManager/sal_cross_platform.h",
    "content": "#pragma once\n\n#if defined(_WIN32) && defined(_MSC_VER)\n\n#include <sal.h>\n\n#else\n\n// Empty macro definitions for source annotations\n\n#define _In_opt_\n#define _Out_opt_\n#define _In_\n#define _Out_\n#define _Inout_\n#define __in_opt\n#define _Frees_ptr_opt_\n\n#endif\n"
  },
  {
    "path": "src/CalcManager/winerror_cross_platform.h",
    "content": "#pragma once\n\n#if defined(_WIN32) && defined(_MSC_VER)\n\n#include <winerror.h>\n\n#else\n\n#include \"Ratpack/CalcErr.h\"\n\n#define E_ACCESSDENIED 0x80070005\n#define E_FAIL 0x80004005\n#define E_INVALIDARG 0x80070057\n#define E_OUTOFMEMORY 0x8007000E\n#define E_POINTER 0x80004003\n#define E_UNEXPECTED 0x8000FFFF\n#define E_BOUNDS 0x8000000B\n#define S_OK 0x0\n#define S_FALSE 0x1\n\n#define SUCCEEDED(hr) (((ResultCode)(hr)) >= 0)\n#define FAILED(hr) (((ResultCode)(hr)) < 0)\n#define SCODE_CODE(sc) ((sc)&0xFFFF)\n\n#endif\n"
  },
  {
    "path": "src/CalcViewModel/CalcViewModel.rc",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#define APP_FILE_NAME \"CalcViewModel\"\n#define APP_FILE_IS_EXE\n#define APP_PRODUCT_NAME \"Microsoft Calculator ViewModel\"\n#define APP_COMPANY_NAME \"Microsoft Corporation\"\n#define APP_COPYRIGHT \"\\251 Microsoft Corporation. All rights reserved.\"\n\n#include \"../build/appversion.rc\"\n"
  },
  {
    "path": "src/CalcViewModel/CalcViewModel.vcxproj",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project DefaultTargets=\"Build\" ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <ItemGroup Label=\"ProjectConfigurations\">\n    <ProjectConfiguration Include=\"Debug|ARM64\">\n      <Configuration>Debug</Configuration>\n      <Platform>ARM64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Debug|Win32\">\n      <Configuration>Debug</Configuration>\n      <Platform>Win32</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Debug|x64\">\n      <Configuration>Debug</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|ARM64\">\n      <Configuration>Release</Configuration>\n      <Platform>ARM64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|Win32\">\n      <Configuration>Release</Configuration>\n      <Platform>Win32</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|x64\">\n      <Configuration>Release</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n  </ItemGroup>\n  <PropertyGroup Label=\"Globals\">\n    <ProjectGuid>{812d1a7b-b8ac-49e4-8e6d-af5d59500d56}</ProjectGuid>\n    <Keyword>WindowsRuntimeComponent</Keyword>\n    <RootNamespace>CalculatorApp.ViewModel</RootNamespace>\n    <DefaultLanguage>en-US</DefaultLanguage>\n    <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>\n    <AppContainerApplication>true</AppContainerApplication>\n    <ApplicationType>Windows Store</ApplicationType>\n    <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>\n    <WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>\n    <ApplicationTypeRevision>10.0</ApplicationTypeRevision>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.Default.props\" />\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\" Label=\"Configuration\">\n    <ConfigurationType>DynamicLibrary</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM64'\" Label=\"Configuration\">\n    <ConfigurationType>DynamicLibrary</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\" Label=\"Configuration\">\n    <ConfigurationType>DynamicLibrary</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\" Label=\"Configuration\">\n    <ConfigurationType>DynamicLibrary</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM64'\" Label=\"Configuration\">\n    <ConfigurationType>DynamicLibrary</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\" Label=\"Configuration\">\n    <ConfigurationType>DynamicLibrary</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.props\" />\n  <ImportGroup Label=\"ExtensionSettings\">\n  </ImportGroup>\n  <ImportGroup Label=\"Shared\">\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM64'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM64'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <PropertyGroup Label=\"UserMacros\" />\n  <PropertyGroup />\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <GenerateManifest>false</GenerateManifest>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <GenerateManifest>false</GenerateManifest>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM64'\">\n    <GenerateManifest>false</GenerateManifest>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM64'\">\n    <GenerateManifest>false</GenerateManifest>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <GenerateManifest>false</GenerateManifest>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <GenerateManifest>false</GenerateManifest>\n  </PropertyGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>\n      <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>\n      <AdditionalIncludeDirectories>$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>\n      <AdditionalOptions>/bigobj /await /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <DisableSpecificWarnings>28204;4453</DisableSpecificWarnings>\n      <LanguageStandard>stdcpp17</LanguageStandard>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>\n      <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>\n      <AdditionalIncludeDirectories>$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>\n      <AdditionalOptions>/bigobj /await /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <DisableSpecificWarnings>28204;4453</DisableSpecificWarnings>\n      <LanguageStandard>stdcpp17</LanguageStandard>\n      <ControlFlowGuard>Guard</ControlFlowGuard>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM64'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>\n      <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>\n      <AdditionalIncludeDirectories>$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>\n      <AdditionalOptions>/bigobj /await /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <DisableSpecificWarnings>28204;4453</DisableSpecificWarnings>\n      <LanguageStandard>stdcpp17</LanguageStandard>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM64'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>\n      <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>\n      <AdditionalIncludeDirectories>$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>\n      <AdditionalOptions>/bigobj /await /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <DisableSpecificWarnings>28204;4453</DisableSpecificWarnings>\n      <LanguageStandard>stdcpp17</LanguageStandard>\n      <ControlFlowGuard>Guard</ControlFlowGuard>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>\n      <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>\n      <AdditionalIncludeDirectories>$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>\n      <AdditionalOptions>/bigobj /await /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <DisableSpecificWarnings>28204;4453</DisableSpecificWarnings>\n      <LanguageStandard>stdcpp17</LanguageStandard>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>\n      <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>\n      <AdditionalIncludeDirectories>$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>\n      <AdditionalOptions>/bigobj /await /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <DisableSpecificWarnings>28204;4453</DisableSpecificWarnings>\n      <LanguageStandard>stdcpp17</LanguageStandard>\n      <ControlFlowGuard>Guard</ControlFlowGuard>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n    </Link>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(IsStoreBuild)' == 'True'\">\n    <ClCompile>\n      <AdditionalOptions>/DSEND_DIAGNOSTICS %(AdditionalOptions)</AdditionalOptions>\n    </ClCompile>\n  </ItemDefinitionGroup>\n  <PropertyGroup>\n    <Version Condition=\"'$(Version)' == ''\">0.0.0.0</Version>\n  </PropertyGroup>\n  <ItemGroup>\n    <ResourceCompile Include=\"CalcViewModel.rc\" PreprocessorDefinitions=\"%(PreprocessorDefinitions);APP_VERSION_MAJOR=$(Version.Split(`.`)[0]);APP_VERSION_MINOR=$(Version.Split(`.`)[1]);APP_VERSION_BUILD=$(Version.Split(`.`)[2]);APP_VERSION_REVISION=$(Version.Split(`.`)[3])\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ClInclude Include=\"Common\\AppResourceProvider.h\" />\n    <ClInclude Include=\"Common\\Automation\\NarratorAnnouncement.h\" />\n    <ClInclude Include=\"Common\\Automation\\NarratorNotifier.h\" />\n    <ClInclude Include=\"Common\\BitLength.h\" />\n    <ClInclude Include=\"Common\\CalculatorButtonPressedEventArgs.h\" />\n    <ClInclude Include=\"Common\\CalculatorButtonUser.h\" />\n    <ClInclude Include=\"Common\\CalculatorDisplay.h\" />\n    <ClInclude Include=\"Common\\CopyPasteManager.h\" />\n    <ClInclude Include=\"Common\\DateCalculator.h\" />\n    <ClInclude Include=\"Common\\DelegateCommand.h\" />\n    <ClInclude Include=\"Common\\DisplayExpressionToken.h\" />\n    <ClInclude Include=\"Common\\EngineResourceProvider.h\" />\n    <ClInclude Include=\"Common\\ExpressionCommandDeserializer.h\" />\n    <ClInclude Include=\"Common\\ExpressionCommandSerializer.h\" />\n    <ClInclude Include=\"Common\\LocalizationService.h\" />\n    <ClInclude Include=\"Common\\LocalizationSettings.h\" />\n    <ClInclude Include=\"Common\\LocalizationStringUtil.h\" />\n    <ClInclude Include=\"Common\\MyVirtualKey.h\" />\n    <ClInclude Include=\"Common\\NavCategory.h\" />\n    <ClInclude Include=\"Common\\NetworkManager.h\" />\n    <ClInclude Include=\"Common\\NumberBase.h\" />\n    <ClInclude Include=\"Common\\RadixType.h\" />\n    <ClInclude Include=\"Common\\TraceLogger.h\" />\n    <ClInclude Include=\"Common\\Utils.h\" />\n    <ClInclude Include=\"DataLoaders\\CurrencyDataLoader.h\" />\n    <ClInclude Include=\"DataLoaders\\CurrencyHttpClient.h\" />\n    <ClInclude Include=\"DataLoaders\\UnitConverterDataConstants.h\" />\n    <ClInclude Include=\"DataLoaders\\UnitConverterDataLoader.h\" />\n    <ClInclude Include=\"DateCalculatorViewModel.h\" />\n    <ClInclude Include=\"GraphingCalculatorEnums.h\" />\n    <ClInclude Include=\"GraphingCalculator\\EquationViewModel.h\" />\n    <ClInclude Include=\"GraphingCalculator\\GraphingCalculatorViewModel.h\" />\n    <ClInclude Include=\"GraphingCalculator\\VariableViewModel.h\" />\n    <ClInclude Include=\"GraphingCalculator\\GraphingSettingsViewModel.h\" />\n    <ClInclude Include=\"HistoryItemViewModel.h\" />\n    <ClInclude Include=\"HistoryViewModel.h\" />\n    <ClInclude Include=\"MemoryItemViewModel.h\" />\n    <ClInclude Include=\"pch.h\" />\n    <ClInclude Include=\"Snapshots.h\" />\n    <ClInclude Include=\"StandardCalculatorViewModel.h\" />\n    <ClInclude Include=\"targetver.h\" />\n    <ClInclude Include=\"UnitConverterViewModel.h\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ClCompile Include=\"Common\\AppResourceProvider.cpp\" />\n    <ClCompile Include=\"Common\\Automation\\NarratorAnnouncement.cpp\" />\n    <ClCompile Include=\"Common\\Automation\\NarratorNotifier.cpp\" />\n    <ClCompile Include=\"Common\\CalculatorButtonPressedEventArgs.cpp\" />\n    <ClCompile Include=\"Common\\CalculatorDisplay.cpp\" />\n    <ClCompile Include=\"Common\\CopyPasteManager.cpp\" />\n    <ClCompile Include=\"Common\\DateCalculator.cpp\" />\n    <ClCompile Include=\"Common\\EngineResourceProvider.cpp\" />\n    <ClCompile Include=\"Common\\ExpressionCommandDeserializer.cpp\" />\n    <ClCompile Include=\"Common\\ExpressionCommandSerializer.cpp\" />\n    <ClCompile Include=\"Common\\LocalizationService.cpp\" />\n    <ClCompile Include=\"Common\\NavCategory.cpp\" />\n    <ClCompile Include=\"Common\\NetworkManager.cpp\" />\n    <ClCompile Include=\"Common\\RadixType.cpp\" />\n    <ClCompile Include=\"Common\\TraceLogger.cpp\" />\n    <ClCompile Include=\"Common\\Utils.cpp\" />\n    <ClCompile Include=\"DataLoaders\\CurrencyDataLoader.cpp\" />\n    <ClCompile Include=\"DataLoaders\\CurrencyHttpClient.cpp\" />\n    <ClCompile Include=\"DataLoaders\\UnitConverterDataLoader.cpp\" />\n    <ClCompile Include=\"DateCalculatorViewModel.cpp\" />\n    <ClCompile Include=\"GraphingCalculator\\EquationViewModel.cpp\" />\n    <ClCompile Include=\"GraphingCalculator\\GraphingCalculatorViewModel.cpp\" />\n    <ClCompile Include=\"GraphingCalculator\\GraphingSettingsViewModel.cpp\" />\n    <ClCompile Include=\"HistoryItemViewModel.cpp\" />\n    <ClCompile Include=\"HistoryViewModel.cpp\" />\n    <ClCompile Include=\"MemoryItemViewModel.cpp\" />\n    <ClCompile Include=\"pch.cpp\">\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM64'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM64'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">Create</PrecompiledHeader>\n    </ClCompile>\n    <ClCompile Include=\"Snapshots.cpp\" />\n    <ClCompile Include=\"StandardCalculatorViewModel.cpp\" />\n    <ClCompile Include=\"UnitConverterViewModel.cpp\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ProjectReference Include=\"..\\CalcManager\\CalcManager.vcxproj\">\n      <Project>{311e866d-8b93-4609-a691-265941fee101}</Project>\n    </ProjectReference>\n    <ProjectReference Include=\"..\\GraphControl\\GraphControl.vcxproj\">\n      <Project>{e727a92b-f149-492c-8117-c039a298719b}</Project>\n    </ProjectReference>\n    <ProjectReference Include=\"..\\TraceLogging\\TraceLogging.vcxproj\">\n      <Project>{fc81ff41-02cd-4cd9-9bc5-45a1e39ac6ed}</Project>\n    </ProjectReference>\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"DataLoaders\\DefaultFromToCurrency.json\" />\n  </ItemGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.targets\" />\n  <ImportGroup Label=\"ExtensionTargets\">\n  </ImportGroup>\n</Project>"
  },
  {
    "path": "src/CalcViewModel/CalcViewModel.vcxproj.filters",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <ItemGroup>\n    <Filter Include=\"Common\">\n      <UniqueIdentifier>{05fb7833-4679-4430-bf21-808354e815bf}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"Common\\Automation\">\n      <UniqueIdentifier>{8f1ef587-e5ce-4fc2-b9b7-73326d5e779a}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"DataLoaders\">\n      <UniqueIdentifier>{70216695-3d7b-451a-98e4-cacbea3ba0a6}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"GraphingCalculator\">\n      <UniqueIdentifier>{9b94309f-6b9b-4cbb-8584-4273061cc432}</UniqueIdentifier>\n    </Filter>\n  </ItemGroup>\n  <ItemGroup>\n    <ClCompile Include=\"pch.cpp\" />\n    <ClCompile Include=\"Common\\AppResourceProvider.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\CalculatorButtonPressedEventArgs.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\CalculatorDisplay.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\CopyPasteManager.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\DateCalculator.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\EngineResourceProvider.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\ExpressionCommandDeserializer.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\ExpressionCommandSerializer.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\LocalizationService.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\NavCategory.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\NetworkManager.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\RadixType.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\TraceLogger.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\Utils.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\Automation\\NarratorAnnouncement.cpp\">\n      <Filter>Common\\Automation</Filter>\n    </ClCompile>\n    <ClCompile Include=\"Common\\Automation\\NarratorNotifier.cpp\">\n      <Filter>Common\\Automation</Filter>\n    </ClCompile>\n    <ClCompile Include=\"DataLoaders\\CurrencyDataLoader.cpp\">\n      <Filter>DataLoaders</Filter>\n    </ClCompile>\n    <ClCompile Include=\"DataLoaders\\CurrencyHttpClient.cpp\">\n      <Filter>DataLoaders</Filter>\n    </ClCompile>\n    <ClCompile Include=\"DataLoaders\\UnitConverterDataLoader.cpp\">\n      <Filter>DataLoaders</Filter>\n    </ClCompile>\n    <ClCompile Include=\"GraphingCalculator\\EquationViewModel.cpp\">\n      <Filter>GraphingCalculator</Filter>\n    </ClCompile>\n    <ClCompile Include=\"GraphingCalculator\\GraphingCalculatorViewModel.cpp\">\n      <Filter>GraphingCalculator</Filter>\n    </ClCompile>\n    <ClCompile Include=\"GraphingCalculator\\GraphingSettingsViewModel.cpp\">\n      <Filter>GraphingCalculator</Filter>\n    </ClCompile>\n    <ClCompile Include=\"DateCalculatorViewModel.cpp\" />\n    <ClCompile Include=\"HistoryItemViewModel.cpp\" />\n    <ClCompile Include=\"HistoryViewModel.cpp\" />\n    <ClCompile Include=\"MemoryItemViewModel.cpp\" />\n    <ClCompile Include=\"StandardCalculatorViewModel.cpp\" />\n    <ClCompile Include=\"UnitConverterViewModel.cpp\" />\n    <ClCompile Include=\"Snapshots.cpp\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ClInclude Include=\"pch.h\" />\n    <ClInclude Include=\"Common\\AppResourceProvider.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\BitLength.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\CalculatorButtonPressedEventArgs.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\CalculatorButtonUser.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\CalculatorDisplay.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\CopyPasteManager.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\DateCalculator.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\DelegateCommand.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\DisplayExpressionToken.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\EngineResourceProvider.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\ExpressionCommandDeserializer.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\ExpressionCommandSerializer.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\LocalizationService.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\LocalizationSettings.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\LocalizationStringUtil.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\MyVirtualKey.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\NavCategory.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\NetworkManager.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\NumberBase.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\RadixType.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\TraceLogger.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\Utils.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\Automation\\NarratorAnnouncement.h\">\n      <Filter>Common\\Automation</Filter>\n    </ClInclude>\n    <ClInclude Include=\"Common\\Automation\\NarratorNotifier.h\">\n      <Filter>Common\\Automation</Filter>\n    </ClInclude>\n    <ClInclude Include=\"DataLoaders\\CurrencyDataLoader.h\">\n      <Filter>DataLoaders</Filter>\n    </ClInclude>\n    <ClInclude Include=\"DataLoaders\\CurrencyHttpClient.h\">\n      <Filter>DataLoaders</Filter>\n    </ClInclude>\n    <ClInclude Include=\"DataLoaders\\UnitConverterDataConstants.h\">\n      <Filter>DataLoaders</Filter>\n    </ClInclude>\n    <ClInclude Include=\"DataLoaders\\UnitConverterDataLoader.h\">\n      <Filter>DataLoaders</Filter>\n    </ClInclude>\n    <ClInclude Include=\"GraphingCalculator\\EquationViewModel.h\">\n      <Filter>GraphingCalculator</Filter>\n    </ClInclude>\n    <ClInclude Include=\"GraphingCalculator\\GraphingCalculatorViewModel.h\">\n      <Filter>GraphingCalculator</Filter>\n    </ClInclude>\n    <ClInclude Include=\"GraphingCalculator\\GraphingSettingsViewModel.h\">\n      <Filter>GraphingCalculator</Filter>\n    </ClInclude>\n    <ClInclude Include=\"GraphingCalculator\\VariableViewModel.h\">\n      <Filter>GraphingCalculator</Filter>\n    </ClInclude>\n    <ClInclude Include=\"DateCalculatorViewModel.h\" />\n    <ClInclude Include=\"GraphingCalculatorEnums.h\" />\n    <ClInclude Include=\"HistoryItemViewModel.h\" />\n    <ClInclude Include=\"HistoryViewModel.h\" />\n    <ClInclude Include=\"MemoryItemViewModel.h\" />\n    <ClInclude Include=\"StandardCalculatorViewModel.h\" />\n    <ClInclude Include=\"targetver.h\" />\n    <ClInclude Include=\"UnitConverterViewModel.h\" />\n    <ClInclude Include=\"Snapshots.h\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"DataLoaders\\DefaultFromToCurrency.json\">\n      <Filter>DataLoaders</Filter>\n    </None>\n  </ItemGroup>\n  <ItemGroup>\n    <ResourceCompile Include=\"CalcViewModel.rc\" />\n  </ItemGroup>\n</Project>"
  },
  {
    "path": "src/CalcViewModel/Common/AlwaysSelectedCollectionView.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\nnamespace CalculatorApp\n{\n    namespace Common\n    {\n        ref class AlwaysSelectedCollectionView sealed : public Windows::UI::Xaml::DependencyObject, public Windows::UI::Xaml::Data::ICollectionView\n        {\n            internal : AlwaysSelectedCollectionView(Windows::UI::Xaml::Interop::IBindableVector ^ source)\n                : m_currentPosition(-1)\n            {\n                m_source = source;\n\n                Windows::UI::Xaml::Interop::IBindableObservableVector ^ observable =\n                    dynamic_cast<Windows::UI::Xaml::Interop::IBindableObservableVector ^>(source);\n                if (observable)\n                {\n                    observable->VectorChanged += ref new Windows::UI::Xaml::Interop::BindableVectorChangedEventHandler(\n                        this, &AlwaysSelectedCollectionView::OnSourceBindableVectorChanged);\n                }\n            }\n\n        private:\n            // ICollectionView\n            // Not implemented methods\n            virtual WF::IAsyncOperation<\n                Windows::UI::Xaml::Data::LoadMoreItemsResult> ^ LoadMoreItemsAsync(unsigned int) = Windows::UI::Xaml::Data::ICollectionView::LoadMoreItemsAsync\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            virtual bool MoveCurrentToFirst() = Windows::UI::Xaml::Data::ICollectionView::MoveCurrentToFirst\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            virtual bool MoveCurrentToLast() = Windows::UI::Xaml::Data::ICollectionView::MoveCurrentToLast\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            virtual bool MoveCurrentToNext() = Windows::UI::Xaml::Data::ICollectionView::MoveCurrentToNext\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            virtual bool MoveCurrentToPrevious() = Windows::UI::Xaml::Data::ICollectionView::MoveCurrentToPrevious\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            property Windows::Foundation::Collections::IObservableVector<Platform::Object ^> ^ CollectionGroups {\n                virtual Windows::Foundation::Collections::IObservableVector<\n                    Platform::Object ^> ^ get() = Windows::UI::Xaml::Data::ICollectionView::CollectionGroups::get\n                {\n                    return ref new Platform::Collections::Vector<Platform::Object ^>();\n                }\n            } property bool HasMoreItems\n            {\n                virtual bool get() = Windows::UI::Xaml::Data::ICollectionView::HasMoreItems::get\n                {\n                    return false;\n                }\n            }\n\n            // Implemented methods\n            virtual bool MoveCurrentTo(Platform::Object ^ item) = Windows::UI::Xaml::Data::ICollectionView::MoveCurrentTo\n            {\n                if (item)\n                {\n                    unsigned int newCurrentPosition = 0;\n                    bool result = m_source->IndexOf(item, &newCurrentPosition);\n                    if (result)\n                    {\n                        m_currentPosition = newCurrentPosition;\n                        m_currentChanged(this, nullptr);\n                        return true;\n                    }\n                }\n\n                // The item is not in the collection\n                // We're going to schedule a call back later so we\n                // restore the selection to the way we wanted it to begin with\n                if (m_currentPosition >= 0 && m_currentPosition < static_cast<int>(m_source->Size))\n                {\n                    this->Dispatcher->RunAsync(Windows::UI::Core::CoreDispatcherPriority::Normal, ref new Windows::UI::Core::DispatchedHandler([this]() {\n                                                   m_currentChanged(this, nullptr);\n                                               }));\n                }\n                return false;\n            }\n\n            virtual bool MoveCurrentToPosition(int index) = Windows::UI::Xaml::Data::ICollectionView::MoveCurrentToPosition\n            {\n                if (index < 0 || index >= static_cast<int>(m_source->Size))\n                {\n                    return false;\n                }\n\n                m_currentPosition = index;\n                m_currentChanged(this, nullptr);\n                return true;\n            }\n\n            property Platform::Object^ CurrentItem\n        {\n            virtual Platform::Object^ get() = Windows::UI::Xaml::Data::ICollectionView::CurrentItem::get\n            {\n                if (m_currentPosition >= 0 && m_currentPosition < static_cast<int>(m_source->Size))\n                {\n                    return m_source->GetAt(m_currentPosition);\n                }\n                return nullptr;\n            }\n        }\n\n        property int CurrentPosition\n            {\n                virtual int get() = Windows::UI::Xaml::Data::ICollectionView::CurrentPosition::get\n                {\n                    return m_currentPosition;\n                }\n            }\n\n            property bool IsCurrentAfterLast\n            {\n                virtual bool get() = Windows::UI::Xaml::Data::ICollectionView::IsCurrentAfterLast::get\n                {\n                    return m_currentPosition >= static_cast<int>(m_source->Size);\n                }\n            }\n\n            property bool IsCurrentBeforeFirst\n            {\n                virtual bool get() = Windows::UI::Xaml::Data::ICollectionView::IsCurrentBeforeFirst::get\n                {\n                    return m_currentPosition < 0;\n                }\n            }\n\n            event WF::EventHandler<Platform::Object^>^ CurrentChanged\n        {\n            virtual WF::EventRegistrationToken add(WF::EventHandler<Platform::Object^>^ handler) = Windows::UI::Xaml::Data::ICollectionView::CurrentChanged::add\n            {\n                return m_currentChanged += handler;\n            }\n            virtual void remove(WF::EventRegistrationToken token) = Windows::UI::Xaml::Data::ICollectionView::CurrentChanged::remove\n            {\n                m_currentChanged -= token;\n            }\n        }\n        event Windows::UI::Xaml::Data::CurrentChangingEventHandler^ CurrentChanging\n        {\n            virtual WF::EventRegistrationToken add(Windows::UI::Xaml::Data::CurrentChangingEventHandler^ handler) = Windows::UI::Xaml::Data::ICollectionView::CurrentChanging::add\n            {\n                return m_currentChanging += handler;\n            }\n            virtual void remove(WF::EventRegistrationToken token) = Windows::UI::Xaml::Data::ICollectionView::CurrentChanging::remove\n            {\n                m_currentChanging -= token;\n            }\n        }\n\n        // IVector<Object^>\n          // Not implemented methods\n        virtual void Append(Platform::Object^ /*item*/) = Windows::Foundation::Collections::IVector<Platform::Object^>::Append\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            virtual void Clear() = Windows::Foundation::Collections::IVector<Platform::Object ^>::Clear\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            virtual unsigned int GetMany(\n                unsigned int /*startIndex*/,\n                Platform::WriteOnlyArray<Platform::Object ^> ^ /*items*/) = Windows::Foundation::Collections::IVector<Platform::Object ^>::GetMany\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            virtual Windows::Foundation::Collections::IVectorView<Platform::Object ^> ^ GetView() = Windows::Foundation::Collections::IVector<\n                Platform::Object ^>::GetView\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            virtual void InsertAt(unsigned int /*index*/, Platform::Object ^ /*item*/) = Windows::Foundation::Collections::IVector<Platform::Object ^>::InsertAt\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            virtual void RemoveAt(unsigned int /*index*/) = Windows::Foundation::Collections::IVector<Platform::Object ^>::RemoveAt\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            virtual void RemoveAtEnd() = Windows::Foundation::Collections::IVector<Platform::Object ^>::RemoveAtEnd\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            virtual void\n            ReplaceAll(const Platform::Array<Platform::Object ^> ^ /*items*/) = Windows::Foundation::Collections::IVector<Platform::Object ^>::ReplaceAll\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n            virtual void SetAt(unsigned int /*index*/, Platform::Object ^ /*item*/) = Windows::Foundation::Collections::IVector<Platform::Object ^>::SetAt\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n\n            // Implemented methods\n            virtual Platform::Object ^ GetAt(unsigned int index) = Windows::Foundation::Collections::IVector<Platform::Object ^>::GetAt\n            {\n                return m_source->GetAt(index);\n            }\n\n            virtual bool IndexOf(Platform::Object ^ item, unsigned int* index) = Windows::Foundation::Collections::IVector<Platform::Object ^>::IndexOf\n            {\n                return m_source->IndexOf(item, index);\n            }\n\n            property unsigned int Size\n            {\n                virtual unsigned int get() = Windows::Foundation::Collections::IVector<Platform::Object ^>::Size::get\n                {\n                    return m_source->Size;\n                }\n            }\n\n            // IObservableVector<Object^>\n            event Windows::Foundation::Collections::VectorChangedEventHandler<Platform::Object^>^ VectorChanged\n        {\n            virtual WF::EventRegistrationToken add(Windows::Foundation::Collections::VectorChangedEventHandler<Platform::Object^>^ handler) = Windows::Foundation::Collections::IObservableVector<Platform::Object^>::VectorChanged::add\n            {\n                return m_vectorChanged += handler;\n            }\n            virtual void remove(WF::EventRegistrationToken token) = Windows::Foundation::Collections::IObservableVector<Platform::Object^>::VectorChanged::remove\n            {\n                m_vectorChanged -= token;\n            }\n        }\n\n        // IIterable<Object^>\n         // Not implemented\n        virtual Windows::Foundation::Collections::IIterator<Platform::Object^>^ First() = Windows::Foundation::Collections::IIterable<Platform::Object^>::First\n            {\n                throw ref new Platform::NotImplementedException();\n            }\n\n            // Event handlers\n            void OnSourceBindableVectorChanged(Windows::UI::Xaml::Interop::IBindableObservableVector ^ source, Platform::Object ^ e)\n            {\n                Windows::Foundation::Collections::IVectorChangedEventArgs ^ args = safe_cast<Windows::Foundation::Collections::IVectorChangedEventArgs ^>(e);\n                m_vectorChanged(this, args);\n            }\n\n            Windows::UI::Xaml::Interop::IBindableVector ^ m_source;\n            int m_currentPosition;\n            event WF::EventHandler<Platform::Object ^> ^ m_currentChanged;\n            event Windows::UI::Xaml::Data::CurrentChangingEventHandler ^ m_currentChanging;\n            event Windows::Foundation::Collections::VectorChangedEventHandler<Platform::Object ^> ^ m_vectorChanged;\n        };\n\n    public\n        ref class AlwaysSelectedCollectionViewConverter sealed : public Windows::UI::Xaml::Data::IValueConverter\n        {\n        public:\n            AlwaysSelectedCollectionViewConverter()\n            {\n            }\n\n        private:\n            virtual Platform::Object\n                ^ Convert(\n                    Platform::Object ^ value,\n                    Windows::UI::Xaml::Interop::TypeName /*targetType*/,\n                    Platform::Object ^ /*parameter*/,\n                    Platform::String ^ /*language*/) = Windows::UI::Xaml::Data::IValueConverter::Convert\n            {\n                auto result = dynamic_cast<Windows::UI::Xaml::Interop::IBindableVector ^>(value);\n                if (result)\n                {\n                    return ref new AlwaysSelectedCollectionView(result);\n                }\n                return Windows::UI::Xaml::DependencyProperty::UnsetValue; // Can't convert\n            }\n\n            virtual Platform::Object\n                ^ ConvertBack(\n                    Platform::Object ^ /*value*/,\n                    Windows::UI::Xaml::Interop::TypeName /*targetType*/,\n                    Platform::Object ^ /*parameter*/,\n                    Platform::String ^ /*language*/) = Windows::UI::Xaml::Data::IValueConverter::ConvertBack\n            {\n                return Windows::UI::Xaml::DependencyProperty::UnsetValue;\n            }\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/AppResourceProvider.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"AppResourceProvider.h\"\n\nusing namespace Platform;\nusing namespace Windows::ApplicationModel::Resources;\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel::Common;\n\nAppResourceProvider::AppResourceProvider()\n{\n    m_stringResLoader = ResourceLoader::GetForViewIndependentUse();\n    m_cEngineStringResLoader = ResourceLoader::GetForViewIndependentUse(L\"CEngineStrings\");\n}\n\nAppResourceProvider ^ AppResourceProvider::GetInstance()\n{\n    static AppResourceProvider ^ s_instance = ref new AppResourceProvider();\n    return s_instance;\n}\n\nString ^ AppResourceProvider::GetResourceString(_In_ String ^ key)\n{\n    return m_stringResLoader->GetString(key);\n}\n\nString ^ AppResourceProvider::GetCEngineString(_In_ String ^ key)\n{\n    return m_cEngineStringResLoader->GetString(key);\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/AppResourceProvider.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\nnamespace CalculatorApp::ViewModel::Common\n{\n    public ref class AppResourceProvider sealed\n    {\n    public:\n        static AppResourceProvider ^ GetInstance();\n        Platform::String ^ GetResourceString(_In_ Platform::String ^ key);\n        Platform::String ^ GetCEngineString(_In_ Platform::String ^ key);\n\n    private:\n        AppResourceProvider();\n        Windows::ApplicationModel::Resources::ResourceLoader ^ m_stringResLoader;\n        Windows::ApplicationModel::Resources::ResourceLoader ^ m_cEngineStringResLoader;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/Automation/INarratorAnnouncementHost.h",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n#include \"NarratorAnnouncement.h\"\n\n// Declaration of the INarratorAnnouncementHost interface.\n// This interface exists to hide the concrete announcement host\n// being used. Depending on the version of the OS the app is running on,\n// the app may need a host that uses LiveRegionChanged or RaiseNotification.\n\nnamespace CalculatorApp::ViewModel::Common::Automation\n{\npublic\n    interface class INarratorAnnouncementHost\n    {\n    public:\n        // Is the host available on this OS.\n        bool IsHostAvailable();\n\n        // Make a new instance of a concrete host.\n        INarratorAnnouncementHost ^ MakeHost();\n\n        // Make an announcement using the concrete host's preferred method.\n        void Announce(NarratorAnnouncement ^ announcement);\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/Automation/LiveRegionHost.cpp",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"LiveRegionHost.h\"\n\nusing namespace CalculatorApp::ViewModel::Common::Automation;\nusing namespace Windows::UI::Xaml::Automation;\nusing namespace Windows::UI::Xaml::Automation::Peers;\nusing namespace Windows::UI::Xaml::Controls;\n\nLiveRegionHost::LiveRegionHost()\n    : m_host(nullptr)\n{\n}\n\nbool LiveRegionHost::IsHostAvailable()\n{\n    // LiveRegion is always available.\n    return true;\n}\n\nINarratorAnnouncementHost ^ LiveRegionHost::MakeHost()\n{\n    return ref new LiveRegionHost();\n}\n\nvoid LiveRegionHost::Announce(NarratorAnnouncement ^ announcement)\n{\n    if (m_host == nullptr)\n    {\n        m_host = ref new TextBlock();\n        AutomationProperties::SetLiveSetting(m_host, AutomationLiveSetting::Assertive);\n    }\n\n    AutomationProperties::SetName(m_host, announcement->Announcement);\n    AutomationPeer ^ peer = FrameworkElementAutomationPeer::FromElement(m_host);\n    if (peer != nullptr)\n    {\n        peer->RaiseAutomationEvent(AutomationEvents::LiveRegionChanged);\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/Automation/LiveRegionHost.h",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n#include \"INarratorAnnouncementHost.h\"\n\n// Declaration of the LiveRegionHost class.\n// This class announces NarratorAnnouncements using the LiveRegionChanged event.\n// This event is unreliable and should be deprecated in favor of the new\n// RaiseNotification API in RS3.\n\nnamespace CalculatorApp::ViewModel::Common::Automation\n{\n    // This class exists so that the app can run on RS2 and use LiveRegions\n    // to host notifications on those builds.\n    // When the app switches to min version RS3, this class can be removed\n    // and the app will switch to using the Notification API.\n    // TODO - MSFT 12735088\npublic\n    ref class LiveRegionHost sealed : public INarratorAnnouncementHost\n    {\n    public:\n        LiveRegionHost();\n\n        virtual bool IsHostAvailable();\n        virtual INarratorAnnouncementHost ^ MakeHost();\n\n        virtual void Announce(NarratorAnnouncement ^ announcement);\n\n    private:\n        Windows::UI::Xaml::UIElement ^ m_host;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/Automation/NarratorAnnouncement.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"NarratorAnnouncement.h\"\n\nusing namespace CalculatorApp::ViewModel::Common::Automation;\nusing namespace Platform;\nusing namespace Windows::UI::Xaml::Automation::Peers;\n\nnamespace CalculatorApp::ViewModel::Common::Automation\n{\n    namespace CalculatorActivityIds\n    {\n        StringReference DisplayUpdated(L\"DisplayUpdated\");\n        StringReference MaxDigitsReached(L\"MaxDigitsReached\");\n        StringReference MemoryCleared(L\"MemoryCleared\");\n        StringReference MemoryItemChanged(L\"MemorySlotChanged\");\n        StringReference MemoryItemAdded(L\"MemorySlotAdded\");\n        StringReference HistoryCleared(L\"HistoryCleared\");\n        StringReference HistorySlotCleared(L\"HistorySlotCleared\");\n        StringReference CategoryNameChanged(L\"CategoryNameChanged\");\n        StringReference UpdateCurrencyRates(L\"UpdateCurrencyRates\");\n        StringReference DisplayCopied(L\"DisplayCopied\");\n        StringReference OpenParenthesisCountChanged(L\"OpenParenthesisCountChanged\");\n        StringReference NoParenthesisAdded(L\"NoParenthesisAdded\");\n        StringReference GraphModeChanged(L\"GraphModeChanged\");\n        StringReference GraphViewChanged(L\"GraphViewChanged\");\n        StringReference FunctionRemoved(L\"FunctionRemoved\");\n        StringReference GraphViewBestFitChanged(L\"GraphViewBestFitChanged\");\n        StringReference AlwaysOnTop(L\"AlwaysOnTop\");\n        StringReference BitShiftRadioButtonContent(L\"BitShiftRadioButtonContent\");\n        StringReference SettingsPageOpened(L\"SettingsPageOpened\");\n    }\n}\n\nNarratorAnnouncement::NarratorAnnouncement(\n    String ^ announcement,\n    String ^ activityId,\n    AutomationNotificationKind kind,\n    AutomationNotificationProcessing processing)\n    : m_announcement(announcement)\n    , m_activityId(activityId)\n    , m_kind(kind)\n    , m_processing(processing)\n{\n}\n\nString ^ NarratorAnnouncement::Announcement::get()\n{\n    return m_announcement;\n}\n\nString ^ NarratorAnnouncement::ActivityId::get()\n{\n    return m_activityId;\n}\n\nAutomationNotificationKind NarratorAnnouncement::Kind::get()\n{\n    return m_kind;\n}\n\nAutomationNotificationProcessing NarratorAnnouncement::Processing::get()\n{\n    return m_processing;\n}\n\nbool NarratorAnnouncement::IsValid(NarratorAnnouncement ^ announcement)\n{\n    return announcement != nullptr && announcement->Announcement != nullptr && !announcement->Announcement->IsEmpty();\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetDisplayUpdatedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement, CalculatorActivityIds::DisplayUpdated, AutomationNotificationKind::Other, AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetMaxDigitsReachedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement, CalculatorActivityIds::MaxDigitsReached, AutomationNotificationKind::Other, AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetMemoryClearedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement, CalculatorActivityIds::MemoryCleared, AutomationNotificationKind::ItemRemoved, AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetMemoryItemChangedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement, CalculatorActivityIds::MemoryItemChanged, AutomationNotificationKind::ActionCompleted, AutomationNotificationProcessing::MostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetMemoryItemAddedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement, CalculatorActivityIds::MemoryItemAdded, AutomationNotificationKind::ItemAdded, AutomationNotificationProcessing::MostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetHistoryClearedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement, CalculatorActivityIds::HistoryCleared, AutomationNotificationKind::ItemRemoved, AutomationNotificationProcessing::MostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetHistorySlotClearedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement,\n        CalculatorActivityIds::HistorySlotCleared,\n        AutomationNotificationKind::ItemRemoved,\n        AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetCategoryNameChangedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement,\n        CalculatorActivityIds::CategoryNameChanged,\n        AutomationNotificationKind::ActionCompleted,\n        AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetUpdateCurrencyRatesAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement,\n        CalculatorActivityIds::UpdateCurrencyRates,\n        AutomationNotificationKind::ActionCompleted,\n        AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetDisplayCopiedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement, CalculatorActivityIds::DisplayCopied, AutomationNotificationKind::ActionCompleted, AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetOpenParenthesisCountChangedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement,\n        CalculatorActivityIds::OpenParenthesisCountChanged,\n        AutomationNotificationKind::ActionCompleted,\n        AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetNoRightParenthesisAddedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement,\n        CalculatorActivityIds::NoParenthesisAdded,\n        AutomationNotificationKind::ActionCompleted,\n        AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetGraphModeChangedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement,\n        CalculatorActivityIds::GraphModeChanged,\n        AutomationNotificationKind::ActionCompleted,\n        AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetGraphViewChangedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement,\n        CalculatorActivityIds::GraphViewChanged,\n        AutomationNotificationKind::ActionCompleted,\n        AutomationNotificationProcessing::CurrentThenMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetFunctionRemovedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement, CalculatorActivityIds::FunctionRemoved, AutomationNotificationKind::ItemRemoved, AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetGraphViewBestFitChangedAnnouncement(Platform::String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement,\n        CalculatorActivityIds::GraphViewBestFitChanged,\n        AutomationNotificationKind::ActionCompleted,\n        AutomationNotificationProcessing::MostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetAlwaysOnTopChangedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement, CalculatorActivityIds::AlwaysOnTop, AutomationNotificationKind::ActionCompleted, AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetBitShiftRadioButtonCheckedAnnouncement(String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement,\n        CalculatorActivityIds::BitShiftRadioButtonContent,\n        AutomationNotificationKind::ActionCompleted,\n        AutomationNotificationProcessing::ImportantMostRecent);\n}\n\nNarratorAnnouncement ^ CalculatorAnnouncement::GetSettingsPageOpenedAnnouncement(Platform::String ^ announcement)\n{\n    return ref new NarratorAnnouncement(\n        announcement,\n        CalculatorActivityIds::SettingsPageOpened,\n        AutomationNotificationKind::ActionCompleted,\n        AutomationNotificationProcessing::ImportantMostRecent);\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/Automation/NarratorAnnouncement.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\nnamespace CalculatorApp::ViewModel::Common::Automation\n{\npublic\n    ref class NarratorAnnouncement sealed\n    {\n    public:\n        property Platform::String\n            ^ Announcement { Platform::String ^ get(); }\n\n            property Platform::String\n            ^ ActivityId { Platform::String ^ get(); }\n\n            property Windows::UI::Xaml::Automation::Peers::AutomationNotificationKind Kind\n        {\n            Windows::UI::Xaml::Automation::Peers::AutomationNotificationKind get();\n        }\n\n        property Windows::UI::Xaml::Automation::Peers::AutomationNotificationProcessing Processing\n        {\n            Windows::UI::Xaml::Automation::Peers::AutomationNotificationProcessing get();\n        }\n\n        static bool IsValid(NarratorAnnouncement ^ announcement);\n\n    private:\n        Platform::String ^ m_announcement;\n        Platform::String ^ m_activityId;\n        Windows::UI::Xaml::Automation::Peers::AutomationNotificationKind m_kind;\n        Windows::UI::Xaml::Automation::Peers::AutomationNotificationProcessing m_processing;\n\n    internal:\n        NarratorAnnouncement(\n            Platform::String ^ announcement,\n            Platform::String ^ activityId,\n            Windows::UI::Xaml::Automation::Peers::AutomationNotificationKind kind,\n            Windows::UI::Xaml::Automation::Peers::AutomationNotificationProcessing processing);\n    };\n\n    // CalculatorAnnouncement is intended to contain only static methods\n    // that return announcements made for the Calculator app.\npublic\n    ref class CalculatorAnnouncement sealed\n    {\n    public:\n        static NarratorAnnouncement ^ GetDisplayUpdatedAnnouncement(Platform::String ^ announcement);\n        static NarratorAnnouncement ^ GetMaxDigitsReachedAnnouncement(Platform::String ^ announcement);\n\n        static NarratorAnnouncement ^ GetMemoryClearedAnnouncement(Platform::String ^ announcement);\n        static NarratorAnnouncement ^ GetMemoryItemChangedAnnouncement(Platform::String ^ announcement);\n        static NarratorAnnouncement ^ GetMemoryItemAddedAnnouncement(Platform::String ^ announcement);\n\n        static NarratorAnnouncement ^ GetHistoryClearedAnnouncement(Platform::String ^ announcement);\n        static NarratorAnnouncement ^ GetHistorySlotClearedAnnouncement(Platform::String ^ announcement);\n\n        static NarratorAnnouncement ^ GetCategoryNameChangedAnnouncement(Platform::String ^ announcement);\n\n        static NarratorAnnouncement ^ GetUpdateCurrencyRatesAnnouncement(Platform::String ^ announcement);\n\n        static NarratorAnnouncement ^ GetDisplayCopiedAnnouncement(Platform::String ^ announcement);\n\n        static NarratorAnnouncement ^ GetOpenParenthesisCountChangedAnnouncement(Platform::String ^ announcement);\n        static NarratorAnnouncement ^ GetNoRightParenthesisAddedAnnouncement(Platform::String ^ announcement);\n\n        static NarratorAnnouncement ^ GetGraphModeChangedAnnouncement(Platform::String ^ announcement);\n        static NarratorAnnouncement ^ GetGraphViewChangedAnnouncement(Platform::String ^ announcement);\n        static NarratorAnnouncement ^ GetGraphViewBestFitChangedAnnouncement(Platform::String ^ announcement);\n\n        static NarratorAnnouncement ^ GetFunctionRemovedAnnouncement(Platform::String ^ announcement);\n\n        static NarratorAnnouncement ^ GetAlwaysOnTopChangedAnnouncement(Platform::String ^ announcement);\n\n        static NarratorAnnouncement ^ GetBitShiftRadioButtonCheckedAnnouncement(Platform::String ^ announcement);\n\n        static NarratorAnnouncement ^ GetSettingsPageOpenedAnnouncement(Platform::String ^ announcement);\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/Automation/NarratorAnnouncementHostFactory.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"NarratorAnnouncementHostFactory.h\"\n#include \"NotificationHost.h\"\n#include \"LiveRegionHost.h\"\n\nusing namespace CalculatorApp::ViewModel::Common::Automation;\nusing namespace std;\n\nINarratorAnnouncementHost ^ NarratorAnnouncementHostFactory::s_hostProducer;\nvector<INarratorAnnouncementHost ^> NarratorAnnouncementHostFactory::s_hosts;\n\n// This static variable is used only to call the initialization function, to initialize the other static variables.\nint NarratorAnnouncementHostFactory::s_init = NarratorAnnouncementHostFactory::Initialize();\nint NarratorAnnouncementHostFactory::Initialize()\n{\n    RegisterHosts();\n    NarratorAnnouncementHostFactory::s_hostProducer = GetHostProducer();\n\n    return 0;\n}\n\n// For now, there are two type of announcement hosts.\n// We'd prefer to use Notification if it's available and fall back to LiveRegion\n// if not.  The availability of the host depends on the version of the OS the app is running on.\n// When the app switches to min version RS3, the LiveRegionHost can be removed and we will always\n// use NotificationHost.\n// TODO - MSFT 12735088\nvoid NarratorAnnouncementHostFactory::RegisterHosts()\n{\n    // The host that will be used is the first available host,\n    // therefore, order of hosts is important here.\n    NarratorAnnouncementHostFactory::s_hosts = { ref new NotificationHost(), ref new LiveRegionHost() };\n}\n\nINarratorAnnouncementHost ^ NarratorAnnouncementHostFactory::GetHostProducer()\n{\n    for (INarratorAnnouncementHost ^ host : NarratorAnnouncementHostFactory::s_hosts)\n    {\n        if (host->IsHostAvailable())\n        {\n            return host;\n        }\n    }\n\n    assert(false && L\"No suitable AnnouncementHost was found.\");\n    return nullptr;\n}\n\nINarratorAnnouncementHost ^ NarratorAnnouncementHostFactory::MakeHost()\n{\n    if (NarratorAnnouncementHostFactory::s_hostProducer == nullptr)\n    {\n        assert(false && L\"No host producer has been assigned.\");\n        return nullptr;\n    }\n\n    return NarratorAnnouncementHostFactory::s_hostProducer->MakeHost();\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/Automation/NarratorAnnouncementHostFactory.h",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n#include \"INarratorAnnouncementHost.h\"\n\n// Declaration of the NarratorAnnouncementHostFactory class.\n// This class exists to hide the construction of a concrete INarratorAnnouncementHost.\n// Depending on the version of the OS the app is running on, the factory will return\n// an announcement host appropriate for that version.\n\nnamespace CalculatorApp::ViewModel::Common::Automation\n{\n    class NarratorAnnouncementHostFactory\n    {\n    public:\n        static INarratorAnnouncementHost ^ MakeHost();\n\n    private:\n        NarratorAnnouncementHostFactory()\n        {\n        }\n\n        static int Initialize();\n        static void RegisterHosts();\n        static INarratorAnnouncementHost ^ GetHostProducer();\n\n    private:\n        static int s_init;\n        static INarratorAnnouncementHost ^ s_hostProducer;\n        static std::vector<INarratorAnnouncementHost ^> s_hosts;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/Automation/NarratorNotifier.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n// Implementation of the NarratorNotifier class.\n\n#include \"pch.h\"\n#include \"NarratorNotifier.h\"\n\nusing namespace CalculatorApp::ViewModel::Common::Automation;\nusing namespace Platform;\nusing namespace Windows::UI::Xaml;\nusing namespace Windows::UI::Xaml::Automation;\nusing namespace Windows::UI::Xaml::Automation::Peers;\n\nDependencyProperty ^ NarratorNotifier::s_announcementProperty;\n\nNarratorNotifier::NarratorNotifier()\n{\n}\n\nvoid NarratorNotifier::Announce(NarratorAnnouncement ^ announcement)\n{\n    if (NarratorAnnouncement::IsValid(announcement))\n    {\n        if (m_announcementElement == nullptr)\n        {\n            m_announcementElement = ref new Windows::UI::Xaml::Controls::TextBlock();\n        }\n\n        auto peer = FrameworkElementAutomationPeer::FromElement(m_announcementElement);\n        if (peer != nullptr)\n        {\n            peer->RaiseNotificationEvent(announcement->Kind, announcement->Processing, announcement->Announcement, announcement->ActivityId);\n        }\n    }\n}\n\nvoid NarratorNotifier::RegisterDependencyProperties()\n{\n    s_announcementProperty = DependencyProperty::Register(\n        L\"Announcement\",              // The name of the dependency property.\n        NarratorAnnouncement::typeid, // The type of the dependency property.\n        NarratorNotifier::typeid,     // The owner of the dependency property.\n        ref new PropertyMetadata(\n            nullptr, // Default value of the dependency property.\n            ref new PropertyChangedCallback(OnAnnouncementChanged)));\n}\n\nvoid NarratorNotifier::OnAnnouncementChanged(_In_ DependencyObject ^ dependencyObject, _In_ DependencyPropertyChangedEventArgs ^ e)\n{\n    auto instance = safe_cast<NarratorNotifier ^>(dependencyObject);\n    if (instance != nullptr)\n    {\n        instance->Announce(safe_cast<NarratorAnnouncement ^>(e->NewValue));\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/Automation/NarratorNotifier.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n// Declaration of the NarratorNotifier class.\n\n#pragma once\n#include \"NarratorAnnouncement.h\"\n\nnamespace CalculatorApp::ViewModel::Common::Automation\n{\npublic\n    ref class NarratorNotifier sealed : public Windows::UI::Xaml::DependencyObject\n    {\n    public:\n        NarratorNotifier();\n\n        void Announce(NarratorAnnouncement ^ announcement);\n\n        property NarratorAnnouncement^ Announcement\n        {\n            NarratorAnnouncement^ get() { return GetAnnouncement(this); }\n            void set(NarratorAnnouncement^ value)\n            {\n                SetAnnouncement(this, value);\n            }\n        }\n\n        static void RegisterDependencyProperties();\n\n        static property Windows::UI::Xaml::DependencyProperty\n            ^ AnnouncementProperty { Windows::UI::Xaml::DependencyProperty ^ get() { return s_announcementProperty; } }\n\n            static NarratorAnnouncement\n            ^ GetAnnouncement(\n                Windows::UI::Xaml::DependencyObject ^ element) { return safe_cast<NarratorAnnouncement ^>(element->GetValue(s_announcementProperty)); }\n\n            static void SetAnnouncement(Windows::UI::Xaml::DependencyObject ^ element, NarratorAnnouncement ^ value)\n        {\n            element->SetValue(s_announcementProperty, value);\n        }\n\n    private:\n        static void OnAnnouncementChanged(\n            _In_ Windows::UI::Xaml::DependencyObject ^ dependencyObject,\n            _In_ Windows::UI::Xaml::DependencyPropertyChangedEventArgs ^ eventArgs);\n\n        static Windows::UI::Xaml::DependencyProperty ^ s_announcementProperty;\n\n    private:\n        Windows::UI::Xaml::UIElement ^ m_announcementElement;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/Automation/NotificationHost.cpp",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"NotificationHost.h\"\n\nusing namespace CalculatorApp::ViewModel::Common::Automation;\nusing namespace Windows::Foundation::Metadata;\nusing namespace Windows::UI::Xaml::Automation;\nusing namespace Windows::UI::Xaml::Automation::Peers;\nusing namespace Windows::UI::Xaml::Controls;\n\nNotificationHost::NotificationHost()\n    : m_host(nullptr)\n{\n}\n\nbool NotificationHost::IsHostAvailable()\n{\n    return ApiInformation::IsMethodPresent(L\"Windows.UI.Xaml.Automation.Peers.AutomationPeer\", L\"RaiseNotificationEvent\");\n}\n\nINarratorAnnouncementHost ^ NotificationHost::MakeHost()\n{\n    return ref new NotificationHost();\n}\n\nvoid NotificationHost::Announce(NarratorAnnouncement ^ announcement)\n{\n    if (m_host == nullptr)\n    {\n        m_host = ref new TextBlock();\n    }\n\n    auto peer = FrameworkElementAutomationPeer::FromElement(m_host);\n    if (peer != nullptr)\n    {\n        peer->RaiseNotificationEvent(\n            GetWindowsNotificationKind(announcement->Kind),\n            GetWindowsNotificationProcessing(announcement->Processing),\n            announcement->Announcement,\n            announcement->ActivityId);\n    }\n}\n\nStandardPeers::AutomationNotificationKind NotificationHost::GetWindowsNotificationKind(CustomPeers::AutomationNotificationKind customKindType)\n{\n    switch (customKindType)\n    {\n    case CustomPeers::AutomationNotificationKind::ItemAdded:\n        return StandardPeers::AutomationNotificationKind::ItemAdded;\n\n    case CustomPeers::AutomationNotificationKind::ItemRemoved:\n        return StandardPeers::AutomationNotificationKind::ItemRemoved;\n\n    case CustomPeers::AutomationNotificationKind::ActionCompleted:\n        return StandardPeers::AutomationNotificationKind::ActionCompleted;\n\n    case CustomPeers::AutomationNotificationKind::ActionAborted:\n        return StandardPeers::AutomationNotificationKind::ActionAborted;\n\n    case CustomPeers::AutomationNotificationKind::Other:\n        return StandardPeers::AutomationNotificationKind::Other;\n\n    default:\n        assert(false && L\"Unexpected AutomationNotificationKind\");\n    }\n\n    return StandardPeers::AutomationNotificationKind::Other;\n}\n\nStandardPeers::AutomationNotificationProcessing\nNotificationHost::GetWindowsNotificationProcessing(CustomPeers::AutomationNotificationProcessing customProcessingType)\n{\n    switch (customProcessingType)\n    {\n    case CustomPeers::AutomationNotificationProcessing::ImportantAll:\n        return StandardPeers::AutomationNotificationProcessing::ImportantAll;\n\n    case CustomPeers::AutomationNotificationProcessing::ImportantMostRecent:\n        return StandardPeers::AutomationNotificationProcessing::ImportantMostRecent;\n\n    case CustomPeers::AutomationNotificationProcessing::All:\n        return StandardPeers::AutomationNotificationProcessing::All;\n\n    case CustomPeers::AutomationNotificationProcessing::MostRecent:\n        return StandardPeers::AutomationNotificationProcessing::MostRecent;\n\n    case CustomPeers::AutomationNotificationProcessing::CurrentThenMostRecent:\n        return StandardPeers::AutomationNotificationProcessing::CurrentThenMostRecent;\n\n    default:\n        assert(false && L\"Unexpected AutomationNotificationProcessing\");\n    }\n\n    return StandardPeers::AutomationNotificationProcessing::ImportantMostRecent;\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/Automation/NotificationHost.h",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n#include \"INarratorAnnouncementHost.h\"\n\n// Declaration of the NotificationHost class.\n// This class announces NarratorAnnouncements using the RaiseNotification API\n// available in RS3.\n\nnamespace CalculatorApp::ViewModel::Common::Automation\n{\npublic\n    ref class NotificationHost sealed : public INarratorAnnouncementHost\n    {\n    public:\n        NotificationHost();\n\n        virtual bool IsHostAvailable();\n        virtual INarratorAnnouncementHost ^ MakeHost();\n\n        virtual void Announce(NarratorAnnouncement ^ announcement);\n\n    private:\n        static Windows::UI::Xaml::Automation::Peers::AutomationNotificationKind\n        GetWindowsNotificationKind(CalculatorApp::ViewModel::Common::Automation::AutomationNotificationKind customKindType);\n\n        static Windows::UI::Xaml::Automation::Peers::AutomationNotificationProcessing\n        GetWindowsNotificationProcessing(CalculatorApp::ViewModel::Common::Automation::AutomationNotificationProcessing customProcessingType);\n\n    private:\n        Windows::UI::Xaml::UIElement ^ m_host;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/BitLength.h",
    "content": "#pragma once\n\nnamespace CalculatorApp::ViewModel\n{\n    namespace Common\n    {\n    public\n        enum class BitLength : int\n        {\n            BitLengthUnknown = -1,\n            BitLengthByte = 8,\n            BitLengthWord = 16,\n            BitLengthDWord = 32,\n            BitLengthQWord = 64,\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/CalculatorButtonPressedEventArgs.cpp",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"CalculatorButtonPressedEventArgs.h\"\n\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace Platform;\n\nNumbersAndOperatorsEnum CalculatorButtonPressedEventArgs::GetOperationFromCommandParameter(_In_ Object ^ commandParameter)\n{\n    auto eventArgs = dynamic_cast<CalculatorButtonPressedEventArgs ^>(commandParameter);\n    if (eventArgs != nullptr)\n    {\n        return eventArgs->Operation;\n    }\n    else\n    {\n        return safe_cast<NumbersAndOperatorsEnum>(commandParameter);\n    }\n}\n\nString ^ CalculatorButtonPressedEventArgs::GetAuditoryFeedbackFromCommandParameter(_In_ Object ^ commandParameter)\n{\n    auto eventArgs = dynamic_cast<CalculatorButtonPressedEventArgs ^>(commandParameter);\n    if (eventArgs != nullptr)\n    {\n        return eventArgs->AuditoryFeedback;\n    }\n    else\n    {\n        return nullptr;\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/CalculatorButtonPressedEventArgs.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalculatorButtonUser.h\"\n#include \"Utils.h\"\n\nnamespace CalculatorApp::ViewModel\n{\n    namespace Common\n    {\n    public\n        ref class CalculatorButtonPressedEventArgs sealed\n        {\n        public:\n            PROPERTY_R(Platform::String ^, AuditoryFeedback);\n            PROPERTY_R(CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum, Operation);\n\n            CalculatorButtonPressedEventArgs(Platform::String ^ feedback, CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum operation)\n                : m_AuditoryFeedback(feedback)\n                , m_Operation(operation)\n            {\n            }\n\n            static CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum GetOperationFromCommandParameter(_In_ Platform::Object ^ commandParameter);\n            static Platform::String ^ GetAuditoryFeedbackFromCommandParameter(_In_ Platform::Object ^ commandParameter);\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/CalculatorButtonUser.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalcManager/Command.h\"\n\nnamespace CalculatorApp::ViewModel::Common\n{\n    namespace CM = CalculationManager;\n\n    public enum class NumbersAndOperatorsEnum\n    {\n        Zero = (int)CM::Command::Command0,\n        One = (int)CM::Command::Command1,\n        Two = (int)CM::Command::Command2,\n        Three = (int)CM::Command::Command3,\n        Four = (int)CM::Command::Command4,\n        Five = (int)CM::Command::Command5,\n        Six = (int)CM::Command::Command6,\n        Seven = (int)CM::Command::Command7,\n        Eight = (int)CM::Command::Command8,\n        Nine = (int)CM::Command::Command9,\n        Add = (int)CM::Command::CommandADD,\n        Subtract = (int)CM::Command::CommandSUB,\n        Multiply = (int)CM::Command::CommandMUL,\n        Divide = (int)CM::Command::CommandDIV,\n        Invert = (int)CM::Command::CommandREC,\n        Equals = (int)CM::Command::CommandEQU,\n        Decimal = (int)CM::Command::CommandPNT,\n        Sqrt = (int)CM::Command::CommandSQRT,\n        Percent = (int)CM::Command::CommandPERCENT,\n        Negate = (int)CM::Command::CommandSIGN,\n        Backspace = (int)CM::Command::CommandBACK,\n        ClearEntry = (int)CM::Command::CommandCENTR,\n        Clear = (int)CM::Command::CommandCLEAR,\n        Degree = (int)CM::Command::CommandDEG,\n        Radians = (int)CM::Command::CommandRAD,\n        Grads = (int)CM::Command::CommandGRAD,\n        Degrees = (int)CM::Command::CommandDegrees,\n        OpenParenthesis = (int)CM::Command::CommandOPENP,\n        CloseParenthesis = (int)CM::Command::CommandCLOSEP,\n        Pi = (int)CM::Command::CommandPI,\n        Sin = (int)CM::Command::CommandSIN,\n        Cos = (int)CM::Command::CommandCOS,\n        Tan = (int)CM::Command::CommandTAN,\n        Factorial = (int)CM::Command::CommandFAC,\n        XPower2 = (int)CM::Command::CommandSQR,\n        Mod = (int)CM::Command::CommandMOD,\n        FToE = (int)CM::Command::CommandFE,\n        LogBaseE = (int)CM::Command::CommandLN,\n        InvSin = (int)CM::Command::CommandASIN,\n        InvCos = (int)CM::Command::CommandACOS,\n        InvTan = (int)CM::Command::CommandATAN,\n        LogBase10 = (int)CM::Command::CommandLOG,\n        XPowerY = (int)CM::Command::CommandPWR,\n        YRootX = (int)CM::Command::CommandROOT,\n        TenPowerX = (int)CM::Command::CommandPOW10,\n        EPowerX = (int)CM::Command::CommandPOWE,\n        Exp = (int)CM::Command::CommandEXP,\n        IsScientificMode = (int)CM::Command::ModeScientific,\n        IsStandardMode = (int)CM::Command::ModeBasic,\n        None = (int)CM::Command::CommandNULL,\n        IsProgrammerMode = (int)CM::Command::ModeProgrammer,\n        DecButton = (int)CM::Command::CommandDec,\n        OctButton = (int)CM::Command::CommandOct,\n        HexButton = (int)CM::Command::CommandHex,\n        BinButton = (int)CM::Command::CommandBin,\n        And = (int)CM::Command::CommandAnd,\n        Ror = (int)CM::Command::CommandROR,\n        Rol = (int)CM::Command::CommandROL,\n        Or = (int)CM::Command::CommandOR,\n        Lsh = (int)CM::Command::CommandLSHF,\n        Rsh = (int)CM::Command::CommandRSHF,\n        Xor = (int)CM::Command::CommandXor,\n        Not = (int)CM::Command::CommandNot,\n        A = (int)CM::Command::CommandA,\n        B = (int)CM::Command::CommandB,\n        C = (int)CM::Command::CommandC,\n        D = (int)CM::Command::CommandD,\n        E = (int)CM::Command::CommandE,\n        F = (int)CM::Command::CommandF,\n        Memory, // This is the memory button. Doesn't have a direct mapping to the CalcEngine.\n        Sinh = (int)CM::Command::CommandSINH,\n        Cosh = (int)CM::Command::CommandCOSH,\n        Tanh = (int)CM::Command::CommandTANH,\n        InvSinh = (int)CM::Command::CommandASINH,\n        InvCosh = (int)CM::Command::CommandACOSH,\n        InvTanh = (int)CM::Command::CommandATANH,\n        Qword = (int)CM::Command::CommandQword,\n        Dword = (int)CM::Command::CommandDword,\n        Word = (int)CM::Command::CommandWord,\n        Byte = (int)CM::Command::CommandByte,\n        Cube = (int)CM::Command::CommandCUB,\n        DMS = (int)CM::Command::CommandDMS,\n        Hyp = (int)CM::Command::CommandHYP,\n        Sec = (int)CM::Command::CommandSEC,\n        Csc = (int)CM::Command::CommandCSC,\n        Cot = (int)CM::Command::CommandCOT,\n        InvSec = (int)CM::Command::CommandASEC,\n        InvCsc = (int)CM::Command::CommandACSC,\n        InvCot = (int)CM::Command::CommandACOT,\n        Sech = (int)CM::Command::CommandSECH,\n        Csch = (int)CM::Command::CommandCSCH,\n        Coth = (int)CM::Command::CommandCOTH,\n        InvSech = (int)CM::Command::CommandASECH,\n        InvCsch = (int)CM::Command::CommandACSCH,\n        InvCoth = (int)CM::Command::CommandACOTH,\n        CubeRoot = (int)CM::Command::CommandCUBEROOT,\n        TwoPowerX = (int)CM::Command::CommandPOW2,\n        LogBaseY = (int)CM::Command::CommandLogBaseY,\n        Nand = (int)CM::Command::CommandNand,\n        Nor = (int)CM::Command::CommandNor,\n        Abs = (int)CM::Command::CommandAbs,\n        Floor = (int)CM::Command::CommandFloor,\n        Ceil = (int)CM::Command::CommandCeil,\n        Rand = (int)CM::Command::CommandRand,\n        Euler = (int)CM::Command::CommandEuler,\n        RshL = (int)CM::Command::CommandRSHFL,\n        RolC = (int)CM::Command::CommandROLC,\n        RorC = (int)CM::Command::CommandRORC,\n\n        BINSTART = (int)CM::Command::CommandBINEDITSTART,\n        BINPOS0 = (int)CM::Command::CommandBINPOS0,\n        BINPOS1 = (int)CM::Command::CommandBINPOS1,\n        BINPOS2 = (int)CM::Command::CommandBINPOS2,\n        BINPOS3 = (int)CM::Command::CommandBINPOS3,\n        BINPOS4 = (int)CM::Command::CommandBINPOS4,\n        BINPOS5 = (int)CM::Command::CommandBINPOS5,\n        BINPOS6 = (int)CM::Command::CommandBINPOS6,\n        BINPOS7 = (int)CM::Command::CommandBINPOS7,\n        BINPOS8 = (int)CM::Command::CommandBINPOS8,\n        BINPOS9 = (int)CM::Command::CommandBINPOS9,\n        BINPOS10 = (int)CM::Command::CommandBINPOS10,\n        BINPOS11 = (int)CM::Command::CommandBINPOS11,\n        BINPOS12 = (int)CM::Command::CommandBINPOS12,\n        BINPOS13 = (int)CM::Command::CommandBINPOS13,\n        BINPOS14 = (int)CM::Command::CommandBINPOS14,\n        BINPOS15 = (int)CM::Command::CommandBINPOS15,\n        BINPOS16 = (int)CM::Command::CommandBINPOS16,\n        BINPOS17 = (int)CM::Command::CommandBINPOS17,\n        BINPOS18 = (int)CM::Command::CommandBINPOS18,\n        BINPOS19 = (int)CM::Command::CommandBINPOS19,\n        BINPOS20 = (int)CM::Command::CommandBINPOS20,\n        BINPOS21 = (int)CM::Command::CommandBINPOS21,\n        BINPOS22 = (int)CM::Command::CommandBINPOS22,\n        BINPOS23 = (int)CM::Command::CommandBINPOS23,\n        BINPOS24 = (int)CM::Command::CommandBINPOS24,\n        BINPOS25 = (int)CM::Command::CommandBINPOS25,\n        BINPOS26 = (int)CM::Command::CommandBINPOS26,\n        BINPOS27 = (int)CM::Command::CommandBINPOS27,\n        BINPOS28 = (int)CM::Command::CommandBINPOS28,\n        BINPOS29 = (int)CM::Command::CommandBINPOS29,\n        BINPOS30 = (int)CM::Command::CommandBINPOS30,\n        BINPOS31 = (int)CM::Command::CommandBINPOS31,\n        BINPOS32 = (int)CM::Command::CommandBINPOS32,\n        BINPOS33 = (int)CM::Command::CommandBINPOS33,\n        BINPOS34 = (int)CM::Command::CommandBINPOS34,\n        BINPOS35 = (int)CM::Command::CommandBINPOS35,\n        BINPOS36 = (int)CM::Command::CommandBINPOS36,\n        BINPOS37 = (int)CM::Command::CommandBINPOS37,\n        BINPOS38 = (int)CM::Command::CommandBINPOS38,\n        BINPOS39 = (int)CM::Command::CommandBINPOS39,\n        BINPOS40 = (int)CM::Command::CommandBINPOS40,\n        BINPOS41 = (int)CM::Command::CommandBINPOS41,\n        BINPOS42 = (int)CM::Command::CommandBINPOS42,\n        BINPOS43 = (int)CM::Command::CommandBINPOS43,\n        BINPOS44 = (int)CM::Command::CommandBINPOS44,\n        BINPOS45 = (int)CM::Command::CommandBINPOS45,\n        BINPOS46 = (int)CM::Command::CommandBINPOS46,\n        BINPOS47 = (int)CM::Command::CommandBINPOS47,\n        BINPOS48 = (int)CM::Command::CommandBINPOS48,\n        BINPOS49 = (int)CM::Command::CommandBINPOS49,\n        BINPOS50 = (int)CM::Command::CommandBINPOS50,\n        BINPOS51 = (int)CM::Command::CommandBINPOS51,\n        BINPOS52 = (int)CM::Command::CommandBINPOS52,\n        BINPOS53 = (int)CM::Command::CommandBINPOS53,\n        BINPOS54 = (int)CM::Command::CommandBINPOS54,\n        BINPOS55 = (int)CM::Command::CommandBINPOS55,\n        BINPOS56 = (int)CM::Command::CommandBINPOS56,\n        BINPOS57 = (int)CM::Command::CommandBINPOS57,\n        BINPOS58 = (int)CM::Command::CommandBINPOS58,\n        BINPOS59 = (int)CM::Command::CommandBINPOS59,\n        BINPOS60 = (int)CM::Command::CommandBINPOS60,\n        BINPOS61 = (int)CM::Command::CommandBINPOS61,\n        BINPOS62 = (int)CM::Command::CommandBINPOS62,\n        BINPOS63 = (int)CM::Command::CommandBINPOS63,\n        BINEND = (int)CM::Command::CommandBINEDITEND,\n\n        // Enum values below are used for Tracelogging and do not map to the Calculator engine\n        MemoryAdd = (int)CM::Command::CommandMPLUS,\n        MemorySubtract = (int)CM::Command::CommandMMINUS,\n        MemoryRecall = (int)CM::Command::CommandRECALL,\n        MemoryClear = (int)CM::Command::CommandMCLEAR,\n        BitflipButton = 1000,\n        FullKeypadButton = 1001,\n\n        // Buttons used in graphing calculator\n        LessThan,\n        LessThanOrEqualTo,\n        GreaterThan,\n        GreaterThanOrEqualTo,\n        X,\n        Y,\n        Submit\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/CalculatorDisplay.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n// This class provides the concrete implementation for the ICalcDisplay interface\n// that is declared in the Calculation Manager Library.\n#include \"pch.h\"\n#include \"CalculatorDisplay.h\"\n#include \"StandardCalculatorViewModel.h\"\n\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculationManager;\nusing namespace Platform;\nusing namespace std;\n\nnamespace CalculatorApp::ViewModel::Common\n{\n    CalculatorDisplay::CalculatorDisplay()\n    {\n    }\n\n    void CalculatorDisplay::SetCallback(Platform::WeakReference callbackReference)\n    {\n        m_callbackReference = callbackReference;\n    }\n\n    void CalculatorDisplay::SetHistoryCallback(Platform::WeakReference callbackReference)\n    {\n        m_historyCallbackReference = callbackReference;\n    }\n\n    void CalculatorDisplay::SetPrimaryDisplay(_In_ const wstring& displayStringValue, _In_ bool isError)\n    {\n        if (m_callbackReference)\n        {\n            if (auto calcVM = m_callbackReference.Resolve<ViewModel::StandardCalculatorViewModel>())\n            {\n                calcVM->SetPrimaryDisplay(StringReference(displayStringValue.c_str()), isError);\n            }\n        }\n    }\n\n    void CalculatorDisplay::SetParenthesisNumber(_In_ unsigned int parenthesisCount)\n    {\n        if (m_callbackReference != nullptr)\n        {\n            if (auto calcVM = m_callbackReference.Resolve<ViewModel::StandardCalculatorViewModel>())\n            {\n                calcVM->SetParenthesisCount(parenthesisCount);\n            }\n        }\n    }\n\n    void CalculatorDisplay::OnNoRightParenAdded()\n    {\n        if (m_callbackReference != nullptr)\n        {\n            if (auto calcVM = m_callbackReference.Resolve<ViewModel::StandardCalculatorViewModel>())\n            {\n                calcVM->OnNoRightParenAdded();\n            }\n        }\n    }\n\n    void CalculatorDisplay::SetIsInError(bool isError)\n    {\n        if (m_callbackReference != nullptr)\n        {\n            if (auto calcVM = m_callbackReference.Resolve<ViewModel::StandardCalculatorViewModel>())\n            {\n                calcVM->IsInError = isError;\n            }\n        }\n    }\n\n    void CalculatorDisplay::SetExpressionDisplay(\n        _Inout_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& tokens,\n        _Inout_ std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> const& commands)\n    {\n        if (m_callbackReference != nullptr)\n        {\n            if (auto calcVM = m_callbackReference.Resolve<ViewModel::StandardCalculatorViewModel>())\n            {\n                calcVM->SetExpressionDisplay(tokens, commands);\n            }\n        }\n    }\n\n    void CalculatorDisplay::SetMemorizedNumbers(_In_ const vector<std::wstring>& newMemorizedNumbers)\n    {\n        if (m_callbackReference != nullptr)\n        {\n            if (auto calcVM = m_callbackReference.Resolve<ViewModel::StandardCalculatorViewModel>())\n            {\n                calcVM->SetMemorizedNumbers(newMemorizedNumbers);\n            }\n        }\n    }\n\n    void CalculatorDisplay::OnHistoryItemAdded(_In_ unsigned int addedItemIndex)\n    {\n        if (m_historyCallbackReference != nullptr)\n        {\n            if (auto historyVM = m_historyCallbackReference.Resolve<ViewModel::HistoryViewModel>())\n            {\n                historyVM->OnHistoryItemAdded(addedItemIndex);\n            }\n        }\n    }\n\n    void CalculatorDisplay::MaxDigitsReached()\n    {\n        if (m_callbackReference != nullptr)\n        {\n            if (auto calcVM = m_callbackReference.Resolve<ViewModel::StandardCalculatorViewModel>())\n            {\n                calcVM->OnMaxDigitsReached();\n            }\n        }\n    }\n\n    void CalculatorDisplay::BinaryOperatorReceived()\n    {\n        if (m_callbackReference != nullptr)\n        {\n            if (auto calcVM = m_callbackReference.Resolve<ViewModel::StandardCalculatorViewModel>())\n            {\n                calcVM->OnBinaryOperatorReceived();\n            }\n        }\n    }\n\n    void CalculatorDisplay::MemoryItemChanged(unsigned int indexOfMemory)\n    {\n        if (m_callbackReference != nullptr)\n        {\n            if (auto calcVM = m_callbackReference.Resolve<ViewModel::StandardCalculatorViewModel>())\n            {\n                calcVM->OnMemoryItemChanged(indexOfMemory);\n            }\n        }\n    }\n\n    void CalculatorDisplay::InputChanged()\n    {\n        if (m_callbackReference != nullptr)\n        {\n            if (auto calcVM = m_callbackReference.Resolve<ViewModel::StandardCalculatorViewModel>())\n            {\n                calcVM->OnInputChanged();\n            }\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/CalcViewModel/Common/CalculatorDisplay.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalcManager/Header Files/ICalcDisplay.h\"\n\nnamespace CalculatorApp::ViewModel::Common\n{\n    // Callback interface to be implemented by the CalculatorManager\n    class CalculatorDisplay : public ICalcDisplay\n    {\n    public:\n        CalculatorDisplay();\n        void SetCallback(Platform::WeakReference callbackReference);\n        void SetHistoryCallback(Platform::WeakReference callbackReference);\n\n    private:\n        void SetPrimaryDisplay(_In_ const std::wstring& displayString, _In_ bool isError) override;\n        void SetIsInError(bool isError) override;\n        void SetExpressionDisplay(\n            _Inout_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& tokens,\n            _Inout_ std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> const& commands) override;\n        void SetMemorizedNumbers(_In_ const std::vector<std::wstring>& memorizedNumbers) override;\n        void OnHistoryItemAdded(_In_ unsigned int addedItemIndex) override;\n        void SetParenthesisNumber(_In_ unsigned int parenthesisCount) override;\n        void OnNoRightParenAdded() override;\n        void MaxDigitsReached() override;\n        void BinaryOperatorReceived() override;\n        void MemoryItemChanged(unsigned int indexOfMemory) override;\n        void InputChanged() override;\n\n    private:\n        Platform::WeakReference m_callbackReference;\n        Platform::WeakReference m_historyCallbackReference;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/CopyPasteManager.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"CopyPasteManager.h\"\n#include \"Common/TraceLogger.h\"\n#include \"Common/LocalizationSettings.h\"\n\nusing namespace std;\nusing namespace concurrency;\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculatorApp::ViewModel;\nusing namespace Platform;\nusing namespace Platform::Collections;\nusing namespace Windows::Foundation;\nusing namespace Windows::System;\nusing namespace Windows::ApplicationModel::DataTransfer;\nusing namespace Windows::Foundation::Collections;\n\nStringReference PasteErrorString(L\"NoOp\");\n\nstatic const wstring c_validBasicCharacterSet = L\"0123456789+-.e\";\nstatic const wstring c_validStandardCharacterSet = c_validBasicCharacterSet + L\"*/\";\nstatic const wstring c_validScientificCharacterSet = c_validStandardCharacterSet + L\"()^%\";\nstatic const wstring c_validProgrammerCharacterSet = c_validStandardCharacterSet + L\"()%abcdfABCDEF\";\n\n// The below values can not be \"constexpr\"-ed,\n// as both wstring_view and wchar[] can not be concatenated\n// [\\s\\x85] means white-space characters\nstatic const wstring c_wspc = L\"[\\\\s\\\\x85]*\";\nstatic const wstring c_wspcLParens = c_wspc + L\"[(]*\" + c_wspc;\nstatic const wstring c_wspcLParenSigned = c_wspc + L\"([-+]?[(])*\" + c_wspc;\nstatic const wstring c_wspcRParens = c_wspc + L\"[)]*\" + c_wspc;\nstatic const wstring c_signedDecFloat = L\"(?:[-+]?(?:\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+))\";\nstatic const wstring c_optionalENotation = L\"(?:e[+-]?\\\\d+)?\";\n\n// Programmer Mode Integer patterns\n// Support digit separators ` (WinDbg/MASM), ' (C++), and _ (C# and other languages)\nstatic const wstring c_hexProgrammerChars = L\"([a-f]|[A-F]|\\\\d)+((_|'|`)([a-f]|[A-F]|\\\\d)+)*\";\nstatic const wstring c_decProgrammerChars = L\"\\\\d+((_|'|`)\\\\d+)*\";\nstatic const wstring c_octProgrammerChars = L\"[0-7]+((_|'|`)[0-7]+)*\";\nstatic const wstring c_binProgrammerChars = L\"[0-1]+((_|'|`)[0-1]+)*\";\nstatic const wstring c_uIntSuffixes = L\"[uU]?[lL]{0,2}\";\n\n// RegEx Patterns used by various modes\nstatic const array<wregex, 1> standardModePatterns = { wregex(c_wspc + c_signedDecFloat + c_optionalENotation + c_wspc) };\nstatic const array<wregex, 1> scientificModePatterns = { wregex(\n    L\"(\" + c_wspc + L\"[-+]?)|(\" + c_wspcLParenSigned + L\")\" + c_signedDecFloat + c_optionalENotation + c_wspcRParens) };\nstatic const array<array<wregex, 5>, 4> programmerModePatterns = {\n    { // Hex numbers like 5F, 4A0C, 0xa9, 0xFFull, 47CDh\n      { wregex(c_wspcLParens + L\"(0[xX])?\" + c_hexProgrammerChars + c_uIntSuffixes + c_wspcRParens),\n        wregex(c_wspcLParens + c_hexProgrammerChars + L\"[hH]?\" + c_wspcRParens) },\n      // Decimal numbers like -145, 145, 0n145, 123ull etc\n      { wregex(c_wspcLParens + L\"[-+]?\" + c_decProgrammerChars + L\"[lL]{0,2}\" + c_wspcRParens),\n        wregex(c_wspcLParens + L\"(0[nN])?\" + c_decProgrammerChars + c_uIntSuffixes + c_wspcRParens) },\n      // Octal numbers like 06, 010, 0t77, 0o77, 077ull etc\n      { wregex(c_wspcLParens + L\"(0[otOT])?\" + c_octProgrammerChars + c_uIntSuffixes + c_wspcRParens) },\n      // Binary numbers like 011010110, 0010110, 10101001, 1001b, 0b1001, 0y1001, 0b1001ull\n      { wregex(c_wspcLParens + L\"(0[byBY])?\" + c_binProgrammerChars + c_uIntSuffixes + c_wspcRParens),\n        wregex(c_wspcLParens + c_binProgrammerChars + L\"[bB]?\" + c_wspcRParens) } }\n};\nstatic const array<wregex, 1> unitConverterPatterns = { wregex(c_wspc + c_signedDecFloat + c_wspc) };\n\nvoid CopyPasteManager::CopyToClipboard(String ^ stringToCopy)\n{\n    // Copy the string to the clipboard\n    auto dataPackage = ref new DataPackage();\n    dataPackage->SetText(stringToCopy);\n    Clipboard::SetContentWithOptions(dataPackage, nullptr);\n}\n\nIAsyncOperation<String ^> ^ CopyPasteManager::GetStringToPaste(ViewMode mode, CategoryGroupType modeType, NumberBase programmerNumberBase, BitLength bitLengthType)\n{\n    // Retrieve the text in the clipboard\n    auto dataPackageView = Clipboard::GetContent();\n\n    // TODO: Support all formats supported by ClipboardHasText\n    //-- add support to avoid pasting of expressions like 12 34(as of now we allow 1234)\n    //-- add support to allow pasting for expressions like .2 , -.2\n    //-- add support to allow pasting for expressions like 1.3e12(as of now we allow 1.3e+12)\n\n    return create_async([dataPackageView, mode, modeType, programmerNumberBase, bitLengthType] {\n        return create_task(dataPackageView->GetTextAsync(::StandardDataFormats::Text))\n            .then(\n                [mode, modeType, programmerNumberBase, bitLengthType](String ^ pastedText) {\n                    return ValidatePasteExpression(pastedText, mode, modeType, programmerNumberBase, bitLengthType);\n                },\n                task_continuation_context::use_arbitrary());\n    });\n}\n\nbool CopyPasteManager::HasStringToPaste()\n{\n    return Clipboard::GetContent()->Contains(StandardDataFormats::Text);\n}\n\nString ^ CopyPasteManager::ValidatePasteExpression(String ^ pastedText, ViewMode mode, NumberBase programmerNumberBase, BitLength bitLengthType)\n{\n    return ValidatePasteExpression(pastedText, mode, NavCategoryStates::GetGroupType(mode), programmerNumberBase, bitLengthType);\n}\n\n// return \"NoOp\" if pastedText is invalid else return pastedText\nString\n    ^ CopyPasteManager::ValidatePasteExpression(\n        String ^ pastedText,\n        ViewMode mode,\n        CategoryGroupType modeType,\n        NumberBase programmerNumberBase,\n        BitLength bitLengthType)\n{\n    if (pastedText->Length() > MaxPasteableLength)\n    {\n        // return NoOp to indicate don't paste anything.\n        TraceLogger::GetInstance()->LogError(mode, L\"CopyPasteManager::ValidatePasteExpression\", L\"PastedExpressionSizeGreaterThanMaxAllowed\");\n        return PasteErrorString;\n    }\n\n    // Get english translated expression\n    String ^ englishString = LocalizationSettings::GetInstance()->GetEnglishValueFromLocalizedDigits(pastedText);\n\n    // Removing the spaces, comma separator from the pasteExpression to allow pasting of expressions like 1  +     2+1,333\n    auto pasteExpression = wstring(RemoveUnwantedCharsFromString(englishString)->Data());\n\n    // If the last character is an = sign, remove it from the pasteExpression to allow evaluating the result on paste.\n    if (!pasteExpression.empty() && pasteExpression.back() == L'=')\n    {\n        pasteExpression = pasteExpression.substr(0, pasteExpression.length() - 1);\n    }\n\n    // Extract operands from the expression to make regex comparison easy and quick. For whole expression it was taking too much of time.\n    // Operands vector will have the list of operands in the pasteExpression\n    auto operands = ExtractOperands(StringReference(pasteExpression.c_str()), mode);\n    if (operands->Size == 0)\n    {\n        // return NoOp to indicate don't paste anything.\n        return PasteErrorString;\n    }\n\n    if (modeType == CategoryGroupType::Converter)\n    {\n        operands->Clear();\n        operands->Append(ref new String(pasteExpression.c_str()));\n    }\n\n    // validate each operand with patterns for different modes\n    if (!ExpressionRegExMatch(operands, mode, modeType, programmerNumberBase, bitLengthType))\n    {\n        TraceLogger::GetInstance()->LogError(mode, L\"CopyPasteManager::ValidatePasteExpression\", L\"InvalidExpressionForPresentMode\");\n        return PasteErrorString;\n    }\n\n    return pastedText;\n}\n\nIVector<Platform::String ^> ^ CopyPasteManager::ExtractOperands(Platform::String ^ pasteExpression, ViewMode mode)\n{\n    auto operands = ref new Vector<Platform::String ^>();\n    size_t lastIndex = 0;\n    bool haveOperator = false;\n    bool startExpCounting = false;\n    bool startOfExpression = true;\n    bool isPreviousOpenParen = false;\n    bool isPreviousOperator = false;\n\n    wstring validCharacterSet;\n    switch (mode)\n    {\n    case ViewMode::Standard:\n        validCharacterSet = c_validStandardCharacterSet;\n        break;\n    case ViewMode::Scientific:\n        validCharacterSet = c_validScientificCharacterSet;\n        break;\n    case ViewMode::Programmer:\n        validCharacterSet = c_validProgrammerCharacterSet;\n        break;\n    default:\n        validCharacterSet = c_validBasicCharacterSet;\n    }\n\n    // This will have the exponent length\n    size_t expLength = 0;\n    int i = -1;\n    for (auto currentChar : pasteExpression)\n    {\n        ++i;\n        // if the current character is not a valid one don't process it\n        if (validCharacterSet.find(currentChar) == wstring_view::npos)\n        {\n            continue;\n        }\n\n        if (operands->Size >= MaxOperandCount)\n        {\n            TraceLogger::GetInstance()->LogError(mode, L\"CopyPasteManager::ExtractOperands\", L\"OperandCountGreaterThanMaxCount\");\n            operands->Clear();\n            return operands;\n        }\n\n        if (currentChar >= L'0' && currentChar <= L'9')\n        {\n            if (startExpCounting)\n            {\n                expLength++;\n\n                // to disallow pasting of 1e+12345 as 1e+1234, max exponent that can be pasted is 9999.\n                if (expLength > MaxExponentLength)\n                {\n                    TraceLogger::GetInstance()->LogError(mode, L\"CopyPasteManager::ExtractOperands\", L\"ExponentLengthGreaterThanMaxLength\");\n                    operands->Clear();\n                    return operands;\n                }\n            }\n            isPreviousOperator = false;\n        }\n        else if (currentChar == L'e')\n        {\n            if (mode != ViewMode::Programmer)\n            {\n                startExpCounting = true;\n            }\n            isPreviousOperator = false;\n        }\n        else if (currentChar == L'+' || currentChar == L'-' || currentChar == L'*' || currentChar == L'/' || currentChar == L'^' || currentChar == L'%')\n        {\n            if (currentChar == L'+' || currentChar == L'-')\n            {\n                // don't break the expression into operands if the encountered character corresponds to sign command(+-)\n                if (isPreviousOpenParen || startOfExpression || isPreviousOperator\n                    || ((mode != ViewMode::Programmer) && !((i != 0) && pasteExpression->Data()[i - 1] != L'e')))\n                {\n                    isPreviousOperator = false;\n                    continue;\n                }\n            }\n\n            startExpCounting = false;\n            expLength = 0;\n            haveOperator = true;\n            isPreviousOperator = true;\n            operands->Append(ref new String(wstring(pasteExpression->Data()).substr(lastIndex, i - lastIndex).c_str()));\n            lastIndex = i + 1;\n        }\n        else\n        {\n            isPreviousOperator = false;\n        }\n\n        isPreviousOpenParen = (currentChar == L'(');\n        startOfExpression = false;\n    }\n\n    if (!haveOperator)\n    {\n        operands->Clear();\n        operands->Append(pasteExpression);\n    }\n    else\n    {\n        operands->Append(ref new String(wstring(pasteExpression->Data()).substr(lastIndex, pasteExpression->Length() - 1).c_str()));\n    }\n\n    return operands;\n}\n\nbool CopyPasteManager::ExpressionRegExMatch(\n    IVector<String ^> ^ operands,\n    ViewMode mode,\n    CategoryGroupType modeType,\n    NumberBase programmerNumberBase,\n    BitLength bitLengthType)\n{\n    if (operands->Size == 0)\n    {\n        return false;\n    }\n\n    vector<wregex> patterns{};\n\n    if (mode == ViewMode::Standard)\n    {\n        patterns.assign(standardModePatterns.begin(), standardModePatterns.end());\n    }\n    else if (mode == ViewMode::Scientific)\n    {\n        patterns.assign(scientificModePatterns.begin(), scientificModePatterns.end());\n    }\n    else if (mode == ViewMode::Programmer)\n    {\n        auto pattern = &programmerModePatterns[static_cast<int>(programmerNumberBase) - static_cast<int>(NumberBase::HexBase)];\n        patterns.assign(pattern->begin(), pattern->end());\n    }\n    else if (modeType == CategoryGroupType::Converter)\n    {\n        patterns.assign(unitConverterPatterns.begin(), unitConverterPatterns.end());\n    }\n\n    auto maxOperandLengthAndValue = GetMaxOperandLengthAndValue(mode, modeType, programmerNumberBase, bitLengthType);\n    bool expMatched = true;\n\n    for (const auto& operand : operands)\n    {\n        // Each operand only needs to match one of the available patterns.\n        bool operandMatched = false;\n        for (const auto& pattern : patterns)\n        {\n            operandMatched = operandMatched || regex_match(operand->Data(), pattern);\n        }\n\n        if (operandMatched)\n        {\n            // Remember the sign of the operand\n            bool isNegativeValue = operand->Data()[0] == L'-';\n\n            // Remove characters that are valid in the expression but we do not want to include in length calculations\n            // or which will break conversion from string-to-ULL.\n            auto operandValue = SanitizeOperand(operand);\n\n            // If an operand exceeds the maximum length allowed, break and return.\n            if (OperandLength(operandValue, mode, modeType, programmerNumberBase) > maxOperandLengthAndValue.maxLength)\n            {\n                expMatched = false;\n                break;\n            }\n\n            // If maxOperandValue is set and the operandValue exceeds it, break and return.\n            if (maxOperandLengthAndValue.maxValue != 0)\n            {\n                auto operandAsULL = TryOperandToULL(operandValue, programmerNumberBase);\n                if (operandAsULL == nullptr)\n                {\n                    // Operand was empty, received invalid_argument, or received out_of_range. Input is invalid.\n                    expMatched = false;\n                    break;\n                }\n\n                // Calculate how much we exceed the maxValue.\n                // In case we exceed it for 1 only, and working with negative number - that's a corner case for max signed values (e.g. -32768)\n                bool isOverflow = operandAsULL->Value > maxOperandLengthAndValue.maxValue;\n                bool isMaxNegativeValue = operandAsULL->Value - 1 == maxOperandLengthAndValue.maxValue;\n                if (isOverflow && !(isNegativeValue && isMaxNegativeValue))\n                {\n                    expMatched = false;\n                    break;\n                }\n            }\n        }\n\n        expMatched = expMatched && operandMatched;\n    }\n\n    return expMatched;\n}\n\nCopyPasteMaxOperandLengthAndValue\nCopyPasteManager::GetMaxOperandLengthAndValue(ViewMode mode, CategoryGroupType modeType, NumberBase programmerNumberBase, BitLength bitLengthType)\n{\n    constexpr size_t defaultMaxOperandLength = 0;\n    constexpr uint64_t defaultMaxValue = 0;\n    CopyPasteMaxOperandLengthAndValue res;\n    if (mode == ViewMode::Standard)\n    {\n        res.maxLength = MaxStandardOperandLength;\n        res.maxValue = defaultMaxValue;\n        return res;\n    }\n    else if (mode == ViewMode::Scientific)\n    {\n        res.maxLength = MaxScientificOperandLength;\n        res.maxValue = defaultMaxValue;\n        return res;\n    }\n    else if (mode == ViewMode::Programmer)\n    {\n        unsigned int bitLength = 0;\n        switch (bitLengthType)\n        {\n        case BitLength::BitLengthQWord:\n            bitLength = 64;\n            break;\n        case BitLength::BitLengthDWord:\n            bitLength = 32;\n            break;\n        case BitLength::BitLengthWord:\n            bitLength = 16;\n            break;\n        case BitLength::BitLengthByte:\n            bitLength = 8;\n            break;\n        }\n\n        double bitsPerDigit = 0;\n        switch (programmerNumberBase)\n        {\n        case NumberBase::BinBase:\n            bitsPerDigit = log2(2);\n            break;\n        case NumberBase::OctBase:\n            bitsPerDigit = log2(8);\n            break;\n        case NumberBase::DecBase:\n            bitsPerDigit = log2(10);\n            break;\n        case NumberBase::HexBase:\n            bitsPerDigit = log2(16);\n            break;\n        }\n\n        unsigned int signBit = (programmerNumberBase == NumberBase::DecBase) ? 1 : 0;\n\n        const auto maxLength = static_cast<unsigned int>(ceil((bitLength - signBit) / bitsPerDigit));\n        const uint64_t maxValue = UINT64_MAX >> (MaxProgrammerBitLength - (bitLength - signBit));\n\n        res.maxLength = maxLength;\n        res.maxValue = maxValue;\n        return res;\n    }\n    else if (modeType == CategoryGroupType::Converter)\n    {\n        res.maxLength = MaxConverterInputLength;\n        res.maxValue = defaultMaxValue;\n        return res;\n    }\n\n    res.maxLength = defaultMaxOperandLength;\n    res.maxValue = defaultMaxValue;\n    return res;\n}\n\nPlatform::String ^ CopyPasteManager::SanitizeOperand(Platform::String ^ operand)\n{\n    constexpr wchar_t unWantedChars[] = { L'\\'', L'_', L'`', L'(', L')', L'-', L'+' };\n\n    return ref new String(Utils::RemoveUnwantedCharsFromString(operand->Data(), unWantedChars).c_str());\n}\n\nIBox<unsigned long long int> ^ CopyPasteManager::TryOperandToULL(String ^ operand, NumberBase numberBase)\n{\n    if (operand->Length() == 0 || operand->Data()[0] == L'-')\n    {\n        return nullptr;\n    }\n\n    int intBase;\n    switch (numberBase)\n    {\n    case NumberBase::HexBase:\n        intBase = 16;\n        break;\n    case NumberBase::OctBase:\n        intBase = 8;\n        break;\n    case NumberBase::BinBase:\n        intBase = 2;\n        break;\n    default:\n    case NumberBase::DecBase:\n        intBase = 10;\n        break;\n    }\n\n    wstring::size_type size = 0;\n    try\n    {\n        return stoull(operand->Data(), &size, intBase);\n    }\n    catch (const invalid_argument&)\n    {\n        // Do nothing\n    }\n    catch (const out_of_range&)\n    {\n        // Do nothing\n    }\n\n    return nullptr;\n}\n\nULONG32 CopyPasteManager::OperandLength(Platform::String ^ operand, ViewMode mode, CategoryGroupType modeType, NumberBase programmerNumberBase)\n{\n    if (modeType == CategoryGroupType::Converter)\n    {\n        return operand->Length();\n    }\n\n    switch (mode)\n    {\n    case ViewMode::Standard:\n    case ViewMode::Scientific:\n        return StandardScientificOperandLength(operand);\n\n    case ViewMode::Programmer:\n        return ProgrammerOperandLength(operand, programmerNumberBase);\n\n    default:\n        return 0;\n    }\n}\n\nULONG32 CopyPasteManager::StandardScientificOperandLength(Platform::String ^ operand)\n{\n    auto operandWstring = wstring(operand->Data());\n    const bool hasDecimal = operandWstring.find('.') != wstring::npos;\n    auto length = operandWstring.length();\n\n    if (hasDecimal && length >= 2)\n    {\n        if ((operandWstring[0] == L'0') && (operandWstring[1] == L'.'))\n        {\n            length -= 2;\n        }\n        else\n        {\n            length -= 1;\n        }\n    }\n\n    auto exponentPos = operandWstring.find('e');\n    const bool hasExponent = exponentPos != wstring::npos;\n    if (hasExponent)\n    {\n        auto expLength = operandWstring.substr(exponentPos).length();\n        length -= expLength;\n    }\n\n    return static_cast<ULONG32>(length);\n}\n\nULONG32 CopyPasteManager::ProgrammerOperandLength(Platform::String ^ operand, NumberBase numberBase)\n{\n    vector<wstring> prefixes{};\n    vector<wstring> suffixes{};\n    switch (numberBase)\n    {\n    case NumberBase::BinBase:\n        prefixes = { L\"0B\", L\"0Y\" };\n        suffixes = { L\"B\" };\n        break;\n    case NumberBase::DecBase:\n        prefixes = { L\"-\", L\"0N\" };\n        break;\n    case NumberBase::OctBase:\n        prefixes = { L\"0T\", L\"0O\" };\n        break;\n    case NumberBase::HexBase:\n        prefixes = { L\"0X\" };\n        suffixes = { L\"H\" };\n        break;\n    default:\n        // No defined prefixes/suffixes\n        return 0;\n    }\n\n    // UInt suffixes are common across all modes\n    const array<wstring, 5> uintSuffixes = { L\"ULL\", L\"UL\", L\"LL\", L\"U\", L\"L\" };\n    suffixes.insert(suffixes.end(), uintSuffixes.begin(), uintSuffixes.end());\n\n    wstring operandUpper = wstring(operand->Data());\n    transform(operandUpper.begin(), operandUpper.end(), operandUpper.begin(), towupper);\n\n    size_t len = operand->Length();\n\n    // Detect if there is a suffix and subtract its length\n    // Check suffixes first to allow e.g. \"0b\" to result in length 1 (value 0), rather than length 0 (no value).\n    for (const auto& suffix : suffixes)\n    {\n        if (len < suffix.length())\n        {\n            continue;\n        }\n\n        if (operandUpper.compare(operandUpper.length() - suffix.length(), suffix.length(), suffix) == 0)\n        {\n            len -= suffix.length();\n            break;\n        }\n    }\n\n    // Detect if there is a prefix and subtract its length\n    for (const auto& prefix : prefixes)\n    {\n        if (len < prefix.length())\n        {\n            continue;\n        }\n\n        if (operandUpper.compare(0, prefix.length(), prefix) == 0)\n        {\n            len -= prefix.length();\n            break;\n        }\n    }\n\n    return static_cast<ULONG32>(len);\n}\n\n// return wstring after removing characters like space, comma, double quotes, and monetary prefix currency symbols supported by the Windows keyboard:\n// yen or yuan(¥) - 165\n// unspecified currency sign(¤) - 164\n// Ghanaian cedi(₵) - 8373\n// dollar or peso($) - 36\n// colón(₡) - 8353\n// won(₩) - 8361\n// shekel(₪) - 8362\n// naira(₦) - 8358\n// Indian rupee(₹) - 8377\n// pound(£) - 163\n// euro(€) - 8364\n// non-breaking whitespace - 160\nPlatform::String ^ CopyPasteManager::RemoveUnwantedCharsFromString(Platform::String ^ input)\n{\n    constexpr wchar_t unWantedChars[] = { L' ', L',', L'\"', 165, 164, 8373, 36, 8353, 8361, 8362, 8358, 8377, 163, 8364, 8234, 8235, 8236, 8237, 160 };\n    input = CalculatorApp::ViewModel::Common::LocalizationSettings::GetInstance()->RemoveGroupSeparators(input);\n    return ref new String(Utils::RemoveUnwantedCharsFromString(input->Data(), unWantedChars).c_str());\n}\n\nbool CopyPasteManager::IsErrorMessage(Platform::String ^ message)\n{\n    return message == PasteErrorString;\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/CopyPasteManager.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"AppResourceProvider.h\"\n#include \"NavCategory.h\"\n#include \"BitLength.h\"\n#include \"NumberBase.h\"\n\nnamespace CalculatorUnitTests\n{\n    class CopyPasteManagerTest;\n}\n\nnamespace CalculatorApp::ViewModel::Common\n{\n    public value struct CopyPasteMaxOperandLengthAndValue\n    {\n        unsigned int maxLength;\n        unsigned long long maxValue;\n    };\n\n    public ref class CopyPasteManager sealed\n    {\n    public:\n        static void CopyToClipboard(Platform::String ^ stringToCopy);\n        static Windows::Foundation::IAsyncOperation<Platform::String ^> ^ GetStringToPaste(\n            CalculatorApp::ViewModel::Common::ViewMode mode,\n            CalculatorApp::ViewModel::Common::CategoryGroupType modeType,\n            CalculatorApp::ViewModel::Common::NumberBase programmerNumberBase,\n            CalculatorApp::ViewModel::Common::BitLength bitLengthType);\n        static bool HasStringToPaste();\n        static bool IsErrorMessage(Platform::String ^ message);\n        static property unsigned int MaxPasteableLength\n        {\n            unsigned int get()\n            {\n                return MaxPasteableLengthValue;\n            }\n        }\n        static property unsigned int MaxOperandCount\n        {\n            unsigned int get()\n            {\n                return MaxOperandCountValue;\n            }\n        }\n        static property unsigned int MaxStandardOperandLength\n        {\n            unsigned int get()\n            {\n                return MaxStandardOperandLengthValue;\n            }\n        }\n        static property unsigned int MaxScientificOperandLength\n        {\n            unsigned int get()\n            {\n                return MaxScientificOperandLengthValue;\n            }\n        }\n\n        static property unsigned int MaxConverterInputLength\n        {\n            unsigned int get()\n            {\n                return MaxConverterInputLengthValue;\n            }\n        }\n\n        static property unsigned int MaxExponentLength\n        {\n            unsigned int get()\n            {\n                return MaxExponentLengthValue;\n            }\n        }\n\n        static property unsigned int MaxProgrammerBitLength\n        {\n            unsigned int get()\n            {\n                return MaxProgrammerBitLengthValue;\n            }\n        }\n\n        static Platform::String\n            ^ ValidatePasteExpression(\n                Platform::String ^ pastedText,\n                CalculatorApp::ViewModel::Common::ViewMode mode,\n                CalculatorApp::ViewModel::Common::NumberBase programmerNumberBase,\n                CalculatorApp::ViewModel::Common::BitLength bitLengthType);\n        static Platform::String\n            ^ ValidatePasteExpression(\n                Platform::String ^ pastedText,\n                CalculatorApp::ViewModel::Common::ViewMode mode,\n                CalculatorApp::ViewModel::Common::CategoryGroupType modeType,\n                CalculatorApp::ViewModel::Common::NumberBase programmerNumberBase,\n                CalculatorApp::ViewModel::Common::BitLength bitLengthType);\n        static CopyPasteMaxOperandLengthAndValue GetMaxOperandLengthAndValue(\n            CalculatorApp::ViewModel::Common::ViewMode mode,\n            CalculatorApp::ViewModel::Common::CategoryGroupType modeType,\n            CalculatorApp::ViewModel::Common::NumberBase programmerNumberBase,\n            CalculatorApp::ViewModel::Common::BitLength bitLengthType);\n        static Windows::Foundation::Collections::IVector<\n            Platform::String ^> ^ ExtractOperands(Platform::String ^ pasteExpression, CalculatorApp::ViewModel::Common::ViewMode mode);\n        static bool ExpressionRegExMatch(\n            Windows::Foundation::Collections::IVector<Platform::String ^> ^ operands,\n            CalculatorApp::ViewModel::Common::ViewMode mode,\n            CalculatorApp::ViewModel::Common::CategoryGroupType modeType,\n            CalculatorApp::ViewModel::Common::NumberBase programmerNumberBase,\n            CalculatorApp::ViewModel::Common::BitLength bitLengthType);\n        static Platform::String ^ SanitizeOperand(Platform::String ^ operand);\n        static Platform::String ^ RemoveUnwantedCharsFromString(Platform::String ^ input);\n        static Platform::IBox<unsigned long long int> ^ TryOperandToULL(Platform::String ^ operand, CalculatorApp::ViewModel::Common::NumberBase numberBase);\n        static ULONG32 StandardScientificOperandLength(Platform::String ^ operand);\n        static ULONG32 OperandLength(\n            Platform::String ^ operand,\n            CalculatorApp::ViewModel::Common::ViewMode mode,\n            CalculatorApp::ViewModel::Common::CategoryGroupType modeType,\n            CalculatorApp::ViewModel::Common::NumberBase programmerNumberBase);\n        static ULONG32 ProgrammerOperandLength(Platform::String ^ operand, CalculatorApp::ViewModel::Common::NumberBase numberBase);\n\n    private:\n        static constexpr size_t MaxStandardOperandLengthValue = 16;\n        static constexpr size_t MaxScientificOperandLengthValue = 32;\n        static constexpr size_t MaxConverterInputLengthValue = 16;\n        static constexpr size_t MaxOperandCountValue = 100;\n        static constexpr size_t MaxExponentLengthValue = 4;\n        static constexpr size_t MaxProgrammerBitLengthValue = 64;\n        static constexpr size_t MaxPasteableLengthValue = 512;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/DateCalculator.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"DateCalculator.h\"\n\nusing namespace Platform;\nusing namespace Windows::Foundation;\nusing namespace Windows::Globalization;\nusing namespace CalculatorApp::ViewModel::Common::DateCalculation;\n\nbool operator==(const DateDifference& l, const DateDifference& r)\n{\n    return l.year == r.year && l.month == r.month && l.week == r.week && l.day == r.day;\n}\n\nDateCalculationEngine::DateCalculationEngine(_In_ String ^ calendarIdentifier)\n{\n    m_calendar = ref new Calendar();\n    m_calendar->ChangeTimeZone(\"UTC\");\n    m_calendar->ChangeCalendarSystem(calendarIdentifier);\n}\n\n// Adding Duration to a Date\n// Returns: True if function succeeds to calculate the date else returns False\nIBox<DateTime> ^ DateCalculationEngine::AddDuration(DateTime startDate, DateDifference duration)\n{\n    auto currentCalendarSystem = m_calendar->GetCalendarSystem();\n    try\n    {\n        m_calendar->SetDateTime(startDate);\n\n        // The Japanese Era system can have multiple year partitions within the same year.\n        // For example, April 30, 2019 is denoted April 30, Heisei 31; May 1, 2019 is denoted as May 1, Reiwa 1.\n        // The Calendar treats Heisei 31 and Reiwa 1 as separate years, which results in some unexpected behaviors where subtracting a year from Reiwa 1 results\n        // in a date in Heisei 31. To provide the expected result across era boundaries, we first convert the Japanese era system to a Gregorian system, do date\n        // math, and then convert back to the Japanese era system. This works because the Japanese era system maintains the same year/month boundaries and\n        // durations as the Gregorian system and is only different in display value.\n        if (currentCalendarSystem == CalendarIdentifiers::Japanese)\n        {\n            m_calendar->ChangeCalendarSystem(CalendarIdentifiers::Gregorian);\n        }\n\n        if (duration.year != 0)\n        {\n            m_calendar->AddYears(duration.year);\n        }\n        if (duration.month != 0)\n        {\n            m_calendar->AddMonths(duration.month);\n        }\n        if (duration.day != 0)\n        {\n            m_calendar->AddDays(duration.day);\n        }\n\n        m_calendar->ChangeCalendarSystem(currentCalendarSystem);\n        return m_calendar->GetDateTime();\n    }\n    catch (Platform::InvalidArgumentException ^ ex)\n    {\n        // ensure that we revert to the correct calendar system\n        m_calendar->ChangeCalendarSystem(currentCalendarSystem);\n\n        // Do nothing\n        return nullptr;\n    }\n}\n\n// Subtracting Duration from a Date\n// Returns: True if function succeeds to calculate the date else returns False\nIBox<DateTime> ^ DateCalculationEngine::SubtractDuration(_In_ DateTime startDate, _In_ DateDifference duration)\n{\n    auto currentCalendarSystem = m_calendar->GetCalendarSystem();\n\n    // For Subtract the Algorithm is different than Add. Here the smaller units are subtracted first\n    // and then the larger units.\n    try\n    {\n        m_calendar->SetDateTime(startDate);\n\n        // The Japanese Era system can have multiple year partitions within the same year.\n        // For example, April 30, 2019 is denoted April 30, Heisei 31; May 1, 2019 is denoted as May 1, Reiwa 1.\n        // The Calendar treats Heisei 31 and Reiwa 1 as separate years, which results in some unexpected behaviors where subtracting a year from Reiwa 1 results\n        // in a date in Heisei 31. To provide the expected result across era boundaries, we first convert the Japanese era system to a Gregorian system, do date\n        // math, and then convert back to the Japanese era system. This works because the Japanese era system maintains the same year/month boundaries and\n        // durations as the Gregorian system and is only different in display value.\n        if (currentCalendarSystem == CalendarIdentifiers::Japanese)\n        {\n            m_calendar->ChangeCalendarSystem(CalendarIdentifiers::Gregorian);\n        }\n\n        if (duration.day != 0)\n        {\n            m_calendar->AddDays(-duration.day);\n        }\n        if (duration.month != 0)\n        {\n            m_calendar->AddMonths(-duration.month);\n        }\n        if (duration.year != 0)\n        {\n            m_calendar->AddYears(-duration.year);\n        }\n        m_calendar->ChangeCalendarSystem(currentCalendarSystem);\n\n        auto dateTime = m_calendar->GetDateTime();\n        // Check that the UniversalTime value is not negative\n        if (dateTime.UniversalTime >= 0)\n        {\n            return dateTime;\n        }\n        else\n        {\n            return nullptr;\n        }\n    }\n    catch (Platform::InvalidArgumentException ^ ex)\n    {\n        // ensure that we revert to the correct calendar system\n        m_calendar->ChangeCalendarSystem(currentCalendarSystem);\n\n        // Do nothing\n        return nullptr;\n    }\n}\n\n// Calculate the difference between two dates\nIBox<DateDifference> ^ DateCalculationEngine::TryGetDateDifference(_In_ DateTime date1, _In_ DateTime date2, _In_ DateUnit outputFormat)\n{\n    DateTime startDate;\n    DateTime endDate;\n    DateTime pivotDate;\n    DateTime tempPivotDate;\n    UINT daysDiff = 0;\n    UINT differenceInDates[c_unitsOfDate] = { 0 };\n\n    if (date1.UniversalTime < date2.UniversalTime)\n    {\n        startDate = date1;\n        endDate = date2;\n    }\n    else\n    {\n        startDate = date2;\n        endDate = date1;\n    }\n\n    pivotDate = startDate;\n\n    daysDiff = GetDifferenceInDays(startDate, endDate);\n\n    // If output has units other than days\n    // 0th bit: Year, 1st bit: Month, 2nd bit: Week, 3rd bit: Day\n    if (static_cast<int>(outputFormat) & 7)\n    {\n        UINT daysInMonth;\n        UINT approximateDaysInYear;\n\n        // If we're unable to calculate the days-in-month or days-in-year, we'll leave the values at 0.\n        if (TryGetCalendarDaysInMonth(startDate, daysInMonth) && TryGetCalendarDaysInYear(endDate, approximateDaysInYear))\n        {\n            UINT daysIn[c_unitsOfDate] = { approximateDaysInYear, daysInMonth, c_daysInWeek, 1 };\n\n            for (int unitIndex = 0; unitIndex < c_unitsGreaterThanDays; unitIndex++)\n            {\n                tempPivotDate = pivotDate;\n\n                // Check if the bit flag is set for the date unit\n                DateUnit dateUnit = static_cast<DateUnit>(1 << unitIndex);\n\n                if (static_cast<int>(outputFormat & dateUnit))\n                {\n                    bool isEndDateHit = false;\n                    differenceInDates[unitIndex] = (daysDiff / daysIn[unitIndex]);\n\n                    if (differenceInDates[unitIndex] != 0)\n                    {\n                        try\n                        {\n                            pivotDate = AdjustCalendarDate(pivotDate, dateUnit, static_cast<int>(differenceInDates[unitIndex]));\n                        }\n                        catch (Platform::InvalidArgumentException ^)\n                        {\n                            // Operation failed due to out of bound result\n                            // For example: 31st Dec, 9999 - last valid date\n                            return nullptr;\n                        }\n                    }\n\n                    int tempDaysDiff;\n\n                    do\n                    {\n                        tempDaysDiff = GetDifferenceInDays(pivotDate, endDate);\n\n                        if (tempDaysDiff < 0)\n                        {\n                            // pivotDate has gone over the end date; start from the beginning of this unit\n                            if (differenceInDates[unitIndex] == 0)\n                            {\n                                // differenceInDates[unitIndex] is unsigned, the value can't be negative\n                                return nullptr;\n                            }\n                            differenceInDates[unitIndex] -= 1;\n                            pivotDate = tempPivotDate;\n                            pivotDate = AdjustCalendarDate(pivotDate, dateUnit, static_cast<int>(differenceInDates[unitIndex]));\n                            isEndDateHit = true;\n                        }\n                        else if (tempDaysDiff > 0)\n                        {\n                            if (isEndDateHit)\n                            {\n                                // This is the closest the pivot can get to the end date for this unit\n                                break;\n                            }\n\n                            // pivotDate is still below the end date\n                            try\n                            {\n                                pivotDate = AdjustCalendarDate(tempPivotDate, dateUnit, static_cast<int>(differenceInDates[unitIndex] + 1));\n                                differenceInDates[unitIndex] += 1;\n                            }\n                            catch (Platform::InvalidArgumentException ^)\n                            {\n                                // Operation failed due to out of bound result\n                                // For example: 31st Dec, 9999 - last valid date\n                                return nullptr;\n                            }\n                        }\n                    } while (tempDaysDiff != 0); // dates are the same - exit the loop\n\n                    tempPivotDate = AdjustCalendarDate(tempPivotDate, dateUnit, static_cast<int>(differenceInDates[unitIndex]));\n                    pivotDate = tempPivotDate;\n                    int signedDaysDiff = GetDifferenceInDays(pivotDate, endDate);\n                    if (signedDaysDiff < 0)\n                    {\n                        // daysDiff is unsigned, the value can't be negative\n                        return nullptr;\n                    }\n\n                    daysDiff = signedDaysDiff;\n                }\n            }\n        }\n    }\n\n    differenceInDates[3] = daysDiff;\n\n    DateDifference result;\n    result.year = differenceInDates[0];\n    result.month = differenceInDates[1];\n    result.week = differenceInDates[2];\n    result.day = differenceInDates[3];\n    return result;\n}\n\n// Private Methods\n\n// Gets number of days between the two date time values\nint DateCalculationEngine::GetDifferenceInDays(DateTime date1, DateTime date2)\n{\n    // A tick is defined as the number of 100 nanoseconds\n    long long ticksDifference = date2.UniversalTime - date1.UniversalTime;\n    return static_cast<int>(ticksDifference / static_cast<long long>(c_day));\n}\n\n// Gets number of Calendar days in the month in which this date falls.\n// Returns true if successful, false otherwise.\nbool DateCalculationEngine::TryGetCalendarDaysInMonth(_In_ DateTime date, _Out_ UINT& daysInMonth)\n{\n    bool result = false;\n    m_calendar->SetDateTime(date);\n\n    // NumberOfDaysInThisMonth returns -1 if unknown.\n    int daysInThisMonth = m_calendar->NumberOfDaysInThisMonth;\n    if (daysInThisMonth != -1)\n    {\n        daysInMonth = static_cast<UINT>(daysInThisMonth);\n        result = true;\n    }\n\n    return result;\n}\n\n// Gets number of Calendar days in the year in which this date falls.\n// Returns true if successful, false otherwise.\nbool DateCalculationEngine::TryGetCalendarDaysInYear(_In_ DateTime date, _Out_ UINT& daysInYear)\n{\n    bool result = false;\n    UINT days = 0;\n\n    m_calendar->SetDateTime(date);\n\n    // NumberOfMonthsInThisYear returns -1 if unknown.\n    int monthsInYear = m_calendar->NumberOfMonthsInThisYear;\n    if (monthsInYear != -1)\n    {\n        bool monthResult = true;\n\n        // Not all years begin with Month 1.\n        int firstMonthThisYear = m_calendar->FirstMonthInThisYear;\n        for (int month = 0; month < monthsInYear; month++)\n        {\n            m_calendar->Month = firstMonthThisYear + month;\n\n            // NumberOfDaysInThisMonth returns -1 if unknown.\n            int daysInMonth = m_calendar->NumberOfDaysInThisMonth;\n            if (daysInMonth == -1)\n            {\n                monthResult = false;\n                break;\n            }\n\n            days += daysInMonth;\n        }\n\n        if (monthResult)\n        {\n            daysInYear = days;\n            result = true;\n        }\n    }\n\n    return result;\n}\n\n// Adds/Subtracts certain value for a particular date unit\nDateTime DateCalculationEngine::AdjustCalendarDate(Windows::Foundation::DateTime date, DateUnit dateUnit, int difference)\n{\n    m_calendar->SetDateTime(date);\n\n    // The Japanese Era system can have multiple year partitions within the same year.\n    // For example, April 30, 2019 is denoted April 30, Heisei 31; May 1, 2019 is denoted as May 1, Reiwa 1.\n    // The Calendar treats Heisei 31 and Reiwa 1 as separate years, which results in some unexpected behaviors where subtracting a year from Reiwa 1 results in\n    // a date in Heisei 31. To provide the expected result across era boundaries, we first convert the Japanese era system to a Gregorian system, do date math,\n    // and then convert back to the Japanese era system. This works because the Japanese era system maintains the same year/month boundaries and durations as\n    // the Gregorian system and is only different in display value.\n    auto currentCalendarSystem = m_calendar->GetCalendarSystem();\n    if (currentCalendarSystem == CalendarIdentifiers::Japanese)\n    {\n        m_calendar->ChangeCalendarSystem(CalendarIdentifiers::Gregorian);\n    }\n\n    switch (dateUnit)\n    {\n    case DateUnit::Year:\n        m_calendar->AddYears(difference);\n        break;\n    case DateUnit::Month:\n        m_calendar->AddMonths(difference);\n        break;\n    case DateUnit::Week:\n        m_calendar->AddWeeks(difference);\n        break;\n    }\n\n    m_calendar->ChangeCalendarSystem(currentCalendarSystem);\n\n    return m_calendar->GetDateTime();\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/DateCalculator.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\nconst uint64_t c_millisecond = 10000;\nconst uint64_t c_second = 1000 * c_millisecond;\nconst uint64_t c_minute = 60 * c_second;\nconst uint64_t c_hour = 60 * c_minute;\nconst uint64_t c_day = 24 * c_hour;\n\nconst int c_unitsOfDate = 4;          // Units Year,Month,Week,Day\nconst int c_unitsGreaterThanDays = 3; // Units Greater than Days (Year/Month/Week) 3\nconst int c_daysInWeek = 7;\n\nnamespace CalculatorApp::ViewModel\n{\n    namespace Common\n    {\n        namespace DateCalculation\n        {\n        public\n            enum class _Enum_is_bitflag_ DateUnit\n            {\n                Year = 0x01,\n                Month = 0x02,\n                Week = 0x04,\n                Day = 0x08\n            };\n\n            // Struct to store the difference between two Dates in the form of Years, Months , Weeks\n        public\n            value struct DateDifference\n            {\n                int year;\n                int month;\n                int week;\n                int day;\n            };\n\n            const DateDifference DateDifferenceUnknown{ INT_MIN, INT_MIN, INT_MIN, INT_MIN };\n\n        public\n            ref class DateCalculationEngine sealed\n            {\n            public:\n                // Constructor\n                DateCalculationEngine(_In_ Platform::String ^ calendarIdentifier);\n\n                // Public Methods\n\n                Platform::IBox<Windows::Foundation::DateTime> ^ AddDuration(_In_ Windows::Foundation::DateTime startDate, _In_ DateDifference duration);\n                Platform::IBox<Windows::Foundation::DateTime> ^ SubtractDuration(_In_ Windows::Foundation::DateTime startDate, _In_ DateDifference duration);\n                Platform::IBox<\n                    DateDifference> ^ TryGetDateDifference(_In_ Windows::Foundation::DateTime date1, _In_ Windows::Foundation::DateTime date2, _In_ DateUnit outputFormat);\n\n            private:\n                // Private Variables\n                Windows::Globalization::Calendar ^ m_calendar;\n\n                // Private Methods\n                int GetDifferenceInDays(Windows::Foundation::DateTime date1, Windows::Foundation::DateTime date2);\n                bool TryGetCalendarDaysInMonth(_In_ Windows::Foundation::DateTime date, _Out_ UINT& daysInMonth);\n                bool TryGetCalendarDaysInYear(_In_ Windows::Foundation::DateTime date, _Out_ UINT& daysInYear);\n                Windows::Foundation::DateTime AdjustCalendarDate(Windows::Foundation::DateTime date, DateUnit dateUnit, int difference);\n            };\n        }\n    }\n}\n\nbool operator==(const CalculatorApp::ViewModel::Common::DateCalculation::DateDifference& l, const CalculatorApp::ViewModel::Common::DateCalculation::DateDifference& r);\n"
  },
  {
    "path": "src/CalcViewModel/Common/DelegateCommand.h",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\nnamespace CalculatorApp::ViewModel\n{\n    namespace Common\n    {\n        public delegate void DelegateCommandHandler(Platform::Object ^ parameter);\n\n        public ref class DelegateCommand sealed : public Windows::UI::Xaml::Input::ICommand\n        {\n        public:\n            DelegateCommand(DelegateCommandHandler ^ handler)\n                : m_handler(handler)\n            {}\n\n        private:\n            // Explicit, and private, implementation of ICommand, this way of programming makes it so\n            // the ICommand methods will only be available if the ICommand interface is requested via a dynamic_cast\n            // The ICommand interface is meant to be consumed by Xaml and not by the app, this is a defensive measure against\n            // code in the app calling Execute.\n            virtual void ExecuteImpl(Platform::Object ^ parameter) sealed = Windows::UI::Xaml::Input::ICommand::Execute\n            {\n                m_handler->Invoke(parameter);\n            }\n\n            virtual bool CanExecuteImpl(Platform::Object ^ parameter) sealed = Windows::UI::Xaml::Input::ICommand::CanExecute\n            {\n                return true;\n            }\n\n            virtual event Windows::Foundation::EventHandler<Platform::Object ^> ^ CanExecuteChangedImpl\n            {\n                virtual Windows::Foundation::EventRegistrationToken add(Windows::Foundation::EventHandler<Platform::Object ^> ^ handler) sealed = Windows::UI::Xaml::Input::ICommand::CanExecuteChanged::add\n                {\n                    return m_canExecuteChanged += handler;\n                }\n                virtual void remove(Windows::Foundation::EventRegistrationToken token) sealed = Windows::UI::Xaml::Input::ICommand::CanExecuteChanged::remove\n                {\n                    m_canExecuteChanged -= token;\n                }\n            }\n\n        private:\n            DelegateCommandHandler ^ m_handler;\n\n            event Windows::Foundation::EventHandler<Platform::Object ^> ^ m_canExecuteChanged;\n        };\n\n        template <typename TTarget, typename TFuncPtr>\n        DelegateCommandHandler ^ MakeDelegateCommandHandler(TTarget ^ target, TFuncPtr&& function)\n        {\n            Platform::WeakReference weakTarget(target);\n            return ref new DelegateCommandHandler([weakTarget, function=std::forward<TFuncPtr>(function)](Platform::Object ^ param)\n                {\n                    TTarget ^ thatTarget = weakTarget.Resolve<TTarget>();\n                    if (nullptr != thatTarget)\n                    {\n                        (thatTarget->*function)(param);\n                    }\n                }\n            );\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/CalcViewModel/Common/DisplayExpressionToken.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"Utils.h\"\n\nnamespace CalculatorApp::ViewModel::Common\n{\npublic\n    enum class TokenType\n    {\n        Operator,\n        Operand,\n        Separator\n    };\n\n    [Windows::UI::Xaml::Data::Bindable] public ref class DisplayExpressionToken sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n    {\n        internal : DisplayExpressionToken(Platform::String ^ token, int tokenPosition, bool fEditable, TokenType type)\n            : m_Token(token)\n            , m_TokenPosition(tokenPosition)\n            , m_IsTokenEditable(fEditable)\n            , m_Type(type)\n            , m_OriginalToken(token)\n            , m_InEditMode(false)\n        {\n        }\n\n    public:\n        OBSERVABLE_OBJECT();\n        OBSERVABLE_PROPERTY_RW(Platform::String ^, Token);\n        OBSERVABLE_PROPERTY_RW(int, TokenPosition);\n        OBSERVABLE_PROPERTY_RW(bool, IsTokenEditable);\n        OBSERVABLE_PROPERTY_RW(int, CommandIndex);\n        OBSERVABLE_PROPERTY_RW(TokenType, Type);\n        OBSERVABLE_PROPERTY_R(Platform::String ^, OriginalToken);\n\n        property bool IsTokenInEditMode\n        {\n            bool get()\n            {\n                return m_InEditMode;\n            }\n            void set(bool val)\n            {\n                if (!val)\n                {\n                    m_OriginalToken = ref new Platform::String(m_Token->Data());\n                }\n                m_InEditMode = val;\n            }\n        }\n\n    private:\n        bool m_InEditMode;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/EngineResourceProvider.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"EngineResourceProvider.h\"\n#include \"Common/LocalizationSettings.h\"\n\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace Platform;\nusing namespace Windows::ApplicationModel::Resources;\nusing namespace std;\n\nnamespace CalculatorApp\n{\n    EngineResourceProvider::EngineResourceProvider()\n    {\n        m_resLoader = ResourceLoader::GetForViewIndependentUse(\"CEngineStrings\");\n    }\n\n    wstring EngineResourceProvider::GetCEngineString(wstring_view id)\n    {\n        LocalizationSettings^ localizationSettings = LocalizationSettings::GetInstance();\n\n        if (id.compare(L\"sDecimal\") == 0)\n        {\n            return localizationSettings->GetDecimalSeparatorStr();\n        }\n\n        if (id.compare(L\"sThousand\") == 0)\n        {\n            return localizationSettings->GetNumberGroupingSeparatorStr();\n        }\n\n        if (id.compare(L\"sGrouping\") == 0)\n        {\n            // The following groupings are the onces that CalcEngine supports.\n            //   0;0             0x000          - no grouping\n            //   3;0             0x003          - group every 3 digits\n            //   3;2;0           0x023          - group 1st 3 and then every 2 digits\n            //   4;0             0x004          - group every 4 digits\n            //   5;3;2;0         0x235          - group 5, then 3, then every 2\n            wstring numberGroupingString = localizationSettings->GetNumberGroupingStr();\n            return numberGroupingString;\n        }\n\n        StringReference idRef(id.data(), id.length());\n        String ^ str = m_resLoader->GetString(idRef);\n        return str->Begin();\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/EngineResourceProvider.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalcManager/CalculatorResource.h\"\n\nnamespace CalculatorApp::ViewModel::Common\n{\n    class EngineResourceProvider : public CalculationManager::IResourceProvider\n    {\n    public:\n        EngineResourceProvider();\n        virtual std::wstring GetCEngineString(std::wstring_view id) override;\n\n    private:\n        Windows::ApplicationModel::Resources::ResourceLoader ^ m_resLoader;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/ExpressionCommandDeserializer.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"ExpressionCommandDeserializer.h\"\n\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace Windows::Storage::Streams;\n\nCommandDeserializer::CommandDeserializer(_In_ DataReader ^ dataReader)\n    : m_dataReader(dataReader)\n{\n}\n\nstd::shared_ptr<IExpressionCommand> CommandDeserializer::Deserialize(_In_ CalculationManager::CommandType cmdType)\n{\n    switch (cmdType)\n    {\n    case CalculationManager::CommandType::OperandCommand:\n        return std::make_shared<COpndCommand>(DeserializeOperand());\n\n    case CalculationManager::CommandType::Parentheses:\n        return std::make_shared<CParentheses>(DeserializeParentheses());\n\n    case CalculationManager::CommandType::UnaryCommand:\n        return std::make_shared<CUnaryCommand>(DeserializeUnary());\n\n    case CalculationManager::CommandType::BinaryCommand:\n        return std::make_shared<CBinaryCommand>(DeserializeBinary());\n\n    default:\n        throw ref new Platform::Exception(E_INVALIDARG, ref new Platform::String(L\"Unknown command type\"));\n    }\n}\n\nCOpndCommand CommandDeserializer::DeserializeOperand()\n{\n    bool fNegative = m_dataReader->ReadBoolean();\n    bool fDecimal = m_dataReader->ReadBoolean();\n    bool fSciFmt = m_dataReader->ReadBoolean();\n\n    std::shared_ptr<std::vector<int>> cmdVector = std::make_shared<std::vector<int>>();\n    auto cmdVectorSize = m_dataReader->ReadUInt32();\n\n    for (unsigned int j = 0; j < cmdVectorSize; ++j)\n    {\n        int eachOpndcmd = m_dataReader->ReadInt32();\n        cmdVector->push_back(eachOpndcmd);\n    }\n\n    return COpndCommand(cmdVector, fNegative, fDecimal, fSciFmt);\n}\n\nCParentheses CommandDeserializer::DeserializeParentheses()\n{\n    int parenthesisCmd = m_dataReader->ReadInt32();\n    return CParentheses(parenthesisCmd);\n}\n\nCUnaryCommand CommandDeserializer::DeserializeUnary()\n{\n    auto cmdSize = m_dataReader->ReadUInt32();\n\n    if (cmdSize == 1)\n    {\n        int eachOpndcmd = m_dataReader->ReadInt32();\n        return CUnaryCommand(eachOpndcmd);\n    }\n    else\n    {\n        int eachOpndcmd1 = m_dataReader->ReadInt32();\n        int eachOpndcmd2 = m_dataReader->ReadInt32();\n        return CUnaryCommand(eachOpndcmd1, eachOpndcmd2);\n    }\n}\n\nCBinaryCommand CommandDeserializer::DeserializeBinary()\n{\n    int cmd = m_dataReader->ReadInt32();\n    return CBinaryCommand(cmd);\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/ExpressionCommandDeserializer.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalcManager/ExpressionCommand.h\"\n\nnamespace CalculatorApp::ViewModel\n{\n    namespace Common\n    {\n        class CommandDeserializer\n        {\n        public:\n            CommandDeserializer(_In_ Windows::Storage::Streams::DataReader ^ dataReader);\n            std::shared_ptr<IExpressionCommand> Deserialize(_In_ CalculationManager::CommandType cmdType);\n\n        private:\n            Windows::Storage::Streams::DataReader ^ m_dataReader;\n            COpndCommand DeserializeOperand();\n            CParentheses DeserializeParentheses();\n            CUnaryCommand DeserializeUnary();\n            CBinaryCommand DeserializeBinary();\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/ExpressionCommandSerializer.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"Common/ExpressionCommandSerializer.h\"\n\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace Windows::Storage::Streams;\n\nSerializeCommandVisitor::SerializeCommandVisitor(_In_ DataWriter ^ dataWriter)\n    : m_dataWriter(dataWriter)\n{\n}\n\nvoid SerializeCommandVisitor::Visit(_In_ COpndCommand& opndCmd)\n{\n    m_dataWriter->WriteBoolean(opndCmd.IsNegative());\n    m_dataWriter->WriteBoolean(opndCmd.IsDecimalPresent());\n    m_dataWriter->WriteBoolean(opndCmd.IsSciFmt());\n\n    const auto& opndCmds = opndCmd.GetCommands();\n    unsigned int opndCmdSize = static_cast<unsigned int>(opndCmds->size());\n    m_dataWriter->WriteUInt32(opndCmdSize);\n    for (int eachOpndcmd : *opndCmds)\n    {\n        m_dataWriter->WriteInt32(eachOpndcmd);\n    }\n}\n\nvoid SerializeCommandVisitor::Visit(_In_ CUnaryCommand& unaryCmd)\n{\n    const auto& cmds = unaryCmd.GetCommands();\n    unsigned int cmdSize = static_cast<unsigned int>(cmds->size());\n    m_dataWriter->WriteUInt32(cmdSize);\n    for (int eachOpndcmd : *cmds)\n    {\n        m_dataWriter->WriteInt32(eachOpndcmd);\n    }\n}\n\nvoid SerializeCommandVisitor::Visit(_In_ CBinaryCommand& binaryCmd)\n{\n    int cmd = binaryCmd.GetCommand();\n    m_dataWriter->WriteInt32(cmd);\n}\n\nvoid SerializeCommandVisitor::Visit(_In_ CParentheses& paraCmd)\n{\n    int parenthesisCmd = paraCmd.GetCommand();\n    m_dataWriter->WriteInt32(parenthesisCmd);\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/ExpressionCommandSerializer.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalcManager/ExpressionCommand.h\"\n\nnamespace CalculatorApp::ViewModel\n{\n    namespace Common\n    {\n        class SerializeCommandVisitor : public ISerializeCommandVisitor\n        {\n        public:\n            SerializeCommandVisitor(_In_ Windows::Storage::Streams::DataWriter ^ dataWriter);\n\n            void Visit(_In_ COpndCommand& opndCmd);\n            void Visit(_In_ CUnaryCommand& unaryCmd);\n            void Visit(_In_ CBinaryCommand& binaryCmd);\n            void Visit(_In_ CParentheses& paraCmd);\n\n        private:\n            Windows::Storage::Streams::DataWriter ^ m_dataWriter;\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/LocalizationService.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"LocalizationService.h\"\n#include \"LocalizationSettings.h\"\n#include \"AppResourceProvider.h\"\n\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculatorApp::ViewModel::Common::LocalizationServiceProperties;\nusing namespace CalculatorApp::ViewModel;\nusing namespace Concurrency;\nusing namespace Platform;\nusing namespace Platform::Collections;\nusing namespace std;\nusing namespace Windows::ApplicationModel::Resources;\nusing namespace Windows::ApplicationModel::Resources::Core;\nusing namespace Windows::Foundation;\nusing namespace Windows::Foundation::Collections;\nusing namespace Windows::Globalization;\nusing namespace Windows::Globalization::DateTimeFormatting;\nusing namespace Windows::Globalization::Fonts;\nusing namespace Windows::Globalization::NumberFormatting;\nusing namespace Windows::System::UserProfile;\nusing namespace Windows::UI::Text;\nusing namespace Windows::UI::Xaml;\nusing namespace Windows::UI::Xaml::Controls;\nusing namespace Windows::UI::Xaml::Controls::Primitives;\nusing namespace Windows::UI::Xaml::Documents;\nusing namespace Windows::UI::Xaml::Media;\n\nDEPENDENCY_PROPERTY_INITIALIZATION(LocalizationService, FontType);\nDEPENDENCY_PROPERTY_INITIALIZATION(LocalizationService, FontSize);\n\nstatic reader_writer_lock s_locServiceInstanceLock;\n\nLocalizationService ^ LocalizationService::s_singletonInstance = nullptr;\n\n// Resources for the engine use numbers as keys. It's inconvenient, but also difficult to\n// change given that the engine heavily relies on perfect ordering of certain elements.\n// The key for open parenthesis, '(', is \"48\".\nstatic constexpr auto s_openParenResourceKey = L\"48\";\n\nLocalizationService ^ LocalizationService::GetInstance()\n{\n    if (s_singletonInstance == nullptr)\n    {\n        // Writer lock for the static maps\n        reader_writer_lock::scoped_lock lock(s_locServiceInstanceLock);\n\n        if (s_singletonInstance == nullptr)\n        {\n            s_singletonInstance = ref new LocalizationService(nullptr);\n        }\n    }\n    return s_singletonInstance;\n}\n\n/// <summary>\n/// Replace (or create) the single instance of this singleton class by one with the language passed as parameter\n/// </summary>\n/// <param name=\"language\">RFC-5646 identifier of the language to use</param>\n/// <remarks>\n/// Should only be used for test purpose\n/// </remarks>\nvoid LocalizationService::OverrideWithLanguage(_In_ const wchar_t* const language)\n{\n    s_singletonInstance = ref new LocalizationService(language);\n}\n\n/// <summary>\n/// Constructor\n/// </summary>\n/// <param name=\"overridedLanguage\">RFC-5646 identifier of the language to use, if null, will use the current language of the system</param>\nLocalizationService::LocalizationService(_In_ const wchar_t * const overridedLanguage)\n{\n    m_isLanguageOverrided = overridedLanguage != nullptr;\n    m_language = m_isLanguageOverrided ? ref new Platform::String(overridedLanguage) : ApplicationLanguages::Languages->GetAt(0);\n    m_flowDirection = ResourceContext::GetForViewIndependentUse()->QualifierValues->Lookup(L\"LayoutDirection\")\n        != L\"LTR\" ? FlowDirection::RightToLeft : FlowDirection::LeftToRight;\n    wstring localeName = wstring(m_language->Data());\n    localeName += L\".UTF8\";\n\n    try\n    {\n        // Convert wstring to string for locale\n        int size_needed = WideCharToMultiByte(CP_UTF8, 0, &localeName[0], (int)localeName.size(), NULL, 0, NULL, NULL);\n        string localeNameStr(size_needed, 0);\n        WideCharToMultiByte(CP_UTF8, 0, &localeName[0], (int)localeName.size(), &localeNameStr[0], size_needed, NULL, NULL);\n\n        m_locale = locale(localeNameStr.data());\n    }\n    catch (...)\n    {\n        m_locale = locale(\"\");\n    }\n    auto resourceLoader = AppResourceProvider::GetInstance();\n    m_fontFamilyOverride = resourceLoader->GetResourceString(L\"LocalizedFontFamilyOverride\");\n\n    String ^ reserved = L\"RESERVED_FOR_FONTLOC\";\n\n    m_overrideFontApiValues = ((m_fontFamilyOverride != nullptr) && (m_fontFamilyOverride != reserved));\n    if (m_overrideFontApiValues)\n    {\n        String ^ localizedUICaptionFontSizeFactorOverride = resourceLoader->GetResourceString(L\"LocalizedUICaptionFontSizeFactorOverride\");\n        String ^ localizedUITextFontSizeFactorOverride = resourceLoader->GetResourceString(L\"LocalizedUITextFontSizeFactorOverride\");\n        String ^ localizedFontWeightOverride = resourceLoader->GetResourceString(L\"LocalizedFontWeightOverride\");\n\n        // If any of the font overrides are modified then all of them need to be modified\n        assert(localizedFontWeightOverride != reserved);\n        assert(localizedUITextFontSizeFactorOverride != reserved);\n        assert(localizedUICaptionFontSizeFactorOverride != reserved);\n\n        m_fontWeightOverride = ParseFontWeight(localizedFontWeightOverride);\n        m_uiTextFontScaleFactorOverride = _wtof(localizedUITextFontSizeFactorOverride->Data());\n        m_uiCaptionFontScaleFactorOverride = _wtof(localizedUICaptionFontSizeFactorOverride->Data());\n    }\n\n    m_fontGroup = ref new LanguageFontGroup(m_language);\n}\n\nFontWeight LocalizationService::ParseFontWeight(String ^ fontWeight)\n{\n    wstring weight = fontWeight->Data();\n    transform(weight.begin(), weight.end(), weight.begin(), towlower);\n    fontWeight = ref new String(weight.c_str());\n\n    if (fontWeight == \"black\")\n    {\n        return FontWeights::Black;\n    }\n    else if (fontWeight == \"bold\")\n    {\n        return FontWeights::Bold;\n    }\n    else if (fontWeight == \"extrablack\")\n    {\n        return FontWeights::ExtraBlack;\n    }\n    else if (fontWeight == \"extrabold\")\n    {\n        return FontWeights::ExtraBold;\n    }\n    else if (fontWeight == \"extralight\")\n    {\n        return FontWeights::ExtraLight;\n    }\n    else if (fontWeight == \"light\")\n    {\n        return FontWeights::Light;\n    }\n    else if (fontWeight == \"medium\")\n    {\n        return FontWeights::Medium;\n    }\n    else if (fontWeight == \"normal\")\n    {\n        return FontWeights::Normal;\n    }\n    else if (fontWeight == \"semibold\")\n    {\n        return FontWeights::SemiBold;\n    }\n    else if (fontWeight == \"semilight\")\n    {\n        return FontWeights::SemiLight;\n    }\n    else if (fontWeight == \"thin\")\n    {\n        return FontWeights::Thin;\n    }\n    else\n    {\n        throw invalid_argument(\"Invalid argument: fontWeight\");\n    }\n}\n\nFlowDirection LocalizationService::GetFlowDirection()\n{\n    return m_flowDirection;\n}\n\nbool LocalizationService::IsRtlLayout()\n{\n    return m_flowDirection == FlowDirection::RightToLeft;\n}\n\nString ^ LocalizationService::GetLanguage()\n{\n    return m_language;\n}\n\nbool LocalizationService::GetOverrideFontApiValues()\n{\n    return m_overrideFontApiValues;\n}\n\nFontFamily ^ LocalizationService::GetLanguageFontFamilyForType(LanguageFontType fontType)\n{\n    if (m_overrideFontApiValues)\n    {\n        return ref new FontFamily(m_fontFamilyOverride);\n    }\n    else\n    {\n        return ref new FontFamily(GetLanguageFont(fontType)->FontFamily);\n    }\n}\n\nLanguageFont ^ LocalizationService::GetLanguageFont(LanguageFontType fontType)\n{\n    assert(!m_overrideFontApiValues);\n    assert(m_fontGroup);\n\n    switch (fontType)\n    {\n    case LanguageFontType::UIText:\n        return m_fontGroup->UITextFont;\n    case LanguageFontType::UICaption:\n        return m_fontGroup->UICaptionFont;\n    default:\n        throw std::invalid_argument(\"fontType\");\n    }\n}\n\nString ^ LocalizationService::GetFontFamilyOverride()\n{\n    assert(m_overrideFontApiValues);\n    return m_fontFamilyOverride;\n}\n\nFontWeight LocalizationService::GetFontWeightOverride()\n{\n    assert(m_overrideFontApiValues);\n    return m_fontWeightOverride;\n}\n\ndouble LocalizationService::GetFontScaleFactorOverride(LanguageFontType fontType)\n{\n    assert(m_overrideFontApiValues);\n\n    switch (fontType)\n    {\n    case LanguageFontType::UIText:\n        return m_uiTextFontScaleFactorOverride;\n    case LanguageFontType::UICaption:\n        return m_uiCaptionFontScaleFactorOverride;\n    default:\n        throw invalid_argument(\"Invalid argument: fontType\");\n    }\n}\n\nvoid LocalizationService::OnFontTypePropertyChanged(DependencyObject ^ target, LanguageFontType /*oldValue*/, LanguageFontType /*newValue*/)\n{\n    UpdateFontFamilyAndSize(target);\n}\n\nvoid LocalizationService::OnFontWeightPropertyChanged(DependencyObject ^ target, FontWeight /*oldValue*/, FontWeight /*newValue*/)\n{\n    UpdateFontFamilyAndSize(target);\n}\n\nvoid LocalizationService::OnFontSizePropertyChanged(DependencyObject ^ target, double /*oldValue*/, double /*newValue*/)\n{\n    UpdateFontFamilyAndSize(target);\n}\n\nvoid LocalizationService::UpdateFontFamilyAndSize(DependencyObject ^ target)\n{\n    FontFamily ^ fontFamily;\n    FontWeight fontWeight;\n    bool fOverrideFontWeight = false;\n    double scaleFactor;\n\n    auto service = LocalizationService::GetInstance();\n    auto fontType = LocalizationService::GetFontType(target);\n\n    if (service->GetOverrideFontApiValues())\n    {\n        fontFamily = ref new FontFamily(service->GetFontFamilyOverride());\n        scaleFactor = service->GetFontScaleFactorOverride(fontType) / 100.0;\n        fontWeight = service->GetFontWeightOverride();\n        fOverrideFontWeight = true;\n    }\n    else\n    {\n        auto languageFont = service->GetLanguageFont(fontType);\n        fontFamily = ref new FontFamily(languageFont->FontFamily);\n        scaleFactor = languageFont->ScaleFactor / 100.0;\n    }\n\n    double sizeToUse = LocalizationService::GetFontSize(target) * scaleFactor;\n\n    auto control = dynamic_cast<Control ^>(target);\n    if (control)\n    {\n        control->FontFamily = fontFamily;\n        if (fOverrideFontWeight)\n        {\n            control->FontWeight = fontWeight;\n        }\n        if (sizeToUse != 0.0)\n        {\n            control->FontSize = sizeToUse;\n        }\n        else\n        {\n            control->ClearValue(Control::FontSizeProperty);\n        }\n    }\n    else\n    {\n        auto textBlock = dynamic_cast<TextBlock ^>(target);\n        if (textBlock)\n        {\n            textBlock->FontFamily = fontFamily;\n            if (fOverrideFontWeight)\n            {\n                textBlock->FontWeight = fontWeight;\n            }\n            if (sizeToUse != 0.0)\n            {\n                textBlock->FontSize = sizeToUse;\n            }\n            else\n            {\n                textBlock->ClearValue(TextBlock::FontSizeProperty);\n            }\n        }\n        else\n        {\n            RichTextBlock ^ richTextBlock = dynamic_cast<RichTextBlock ^>(target);\n            if (richTextBlock)\n            {\n                richTextBlock->FontFamily = fontFamily;\n                if (fOverrideFontWeight)\n                {\n                    richTextBlock->FontWeight = fontWeight;\n                }\n                if (sizeToUse != 0.0)\n                {\n                    richTextBlock->FontSize = sizeToUse;\n                }\n                else\n                {\n                    richTextBlock->ClearValue(RichTextBlock::FontSizeProperty);\n                }\n            }\n            else\n            {\n                TextElement ^ textElement = dynamic_cast<TextElement ^>(target);\n                if (textElement)\n                {\n                    textElement->FontFamily = fontFamily;\n                    if (fOverrideFontWeight)\n                    {\n                        textElement->FontWeight = fontWeight;\n                    }\n                    if (sizeToUse != 0.0)\n                    {\n                        textElement->FontSize = sizeToUse;\n                    }\n                    else\n                    {\n                        textElement->ClearValue(TextElement::FontSizeProperty);\n                    }\n                }\n            }\n        }\n    }\n}\n\n// If successful, returns a formatter that respects the user's regional format settings,\n// as configured by running intl.cpl.\nDecimalFormatter ^ LocalizationService::GetRegionalSettingsAwareDecimalFormatter()\n{\n    IIterable<String ^> ^ languageIdentifiers = LocalizationService::GetLanguageIdentifiers();\n    if (languageIdentifiers != nullptr)\n    {\n        return ref new DecimalFormatter(languageIdentifiers, GlobalizationPreferences::HomeGeographicRegion);\n    }\n\n    return ref new DecimalFormatter();\n}\n\n// If successful, returns a formatter that respects the user's regional format settings,\n// as configured by running intl.cpl.\n//\n// This helper function creates a DateTimeFormatter with a TwentyFour hour clock\nDateTimeFormatter ^ LocalizationService::GetRegionalSettingsAwareDateTimeFormatter(_In_ String ^ format)\n{\n    IIterable<String ^> ^ languageIdentifiers = LocalizationService::GetLanguageIdentifiers();\n    if (languageIdentifiers == nullptr)\n    {\n        languageIdentifiers = ApplicationLanguages::Languages;\n    }\n\n    return ref new DateTimeFormatter(format, languageIdentifiers);\n}\n\n// If successful, returns a formatter that respects the user's regional format settings,\n// as configured by running intl.cpl.\nDateTimeFormatter ^ LocalizationService::GetRegionalSettingsAwareDateTimeFormatter(_In_ String ^ format, _In_ String ^ calendarIdentifier, _In_ String ^ clockIdentifier)\n{\n    IIterable<String ^> ^ languageIdentifiers = LocalizationService::GetLanguageIdentifiers();\n    if (languageIdentifiers == nullptr)\n    {\n        languageIdentifiers = ApplicationLanguages::Languages;\n    }\n\n    return ref new DateTimeFormatter(format, languageIdentifiers, GlobalizationPreferences::HomeGeographicRegion, calendarIdentifier, clockIdentifier);\n}\n\nCurrencyFormatter ^ LocalizationService::GetRegionalSettingsAwareCurrencyFormatter()\n{\n    String ^ userCurrency =\n        (GlobalizationPreferences::Currencies->Size > 0) ? GlobalizationPreferences::Currencies->GetAt(0) : StringReference(DefaultCurrencyCode.data());\n\n    IIterable<String ^> ^ languageIdentifiers = GetLanguageIdentifiers();\n    if (languageIdentifiers == nullptr)\n    {\n        languageIdentifiers = ApplicationLanguages::Languages;\n    }\n\n    auto currencyFormatter = ref new CurrencyFormatter(userCurrency, languageIdentifiers, GlobalizationPreferences::HomeGeographicRegion);\n\n    int fractionDigits = LocalizationSettings::GetInstance()->GetCurrencyTrailingDigits();\n    currencyFormatter->FractionDigits = fractionDigits;\n\n    return currencyFormatter;\n}\n\nIIterable<String ^> ^ LocalizationService::GetLanguageIdentifiers() const\n{\n    WCHAR currentLocale[LOCALE_NAME_MAX_LENGTH] = {};\n    int result = GetUserDefaultLocaleName(currentLocale, LOCALE_NAME_MAX_LENGTH);\n\n    if (m_isLanguageOverrided)\n    {\n        auto overridedLanguageList = ref new Vector<String ^>();\n        overridedLanguageList->Append(m_language);\n        return overridedLanguageList;\n    }\n\n    if (result != 0)\n    {\n        // GetUserDefaultLocaleName may return an invalid bcp47 language tag with trailing non-BCP47 friendly characters,\n        // which if present would start with an underscore, for example sort order\n        // (see https://msdn.microsoft.com/en-us/library/windows/desktop/dd373814(v=vs.85).aspx).\n        // Therefore, if there is an underscore in the locale name, trim all characters from the underscore onwards.\n        WCHAR* underscore = wcschr(currentLocale, L'_');\n        if (underscore != nullptr)\n        {\n            *underscore = L'\\0';\n        }\n\n        String ^ localeString = ref new String(currentLocale);\n        // validate if the locale we have is valid\n        // otherwise we fallback to the default.\n        if (Language::IsWellFormed(localeString))\n        {\n            auto languageList = ref new Vector<String ^>();\n            languageList->Append(localeString);\n            return languageList;\n        }\n    }\n\n    return nullptr;\n}\n\nunordered_map<wstring, wstring> LocalizationService::GetTokenToReadableNameMap()\n{\n    // Resources for the engine use numbers as keys. It's inconvenient, but also difficult to\n    // change given that the engine heavily relies on perfect ordering of certain elements.\n    // To compromise, we'll declare a map from engine resource key to automation name from the\n    // standard project resources.\n    static vector<pair<wstring, wstring>> s_parenEngineKeyResourceMap = { // Sine permutations\n                                                                          make_pair<wstring, wstring>(L\"67\", L\"SineDegrees\"),\n                                                                          make_pair<wstring, wstring>(L\"73\", L\"SineRadians\"),\n                                                                          make_pair<wstring, wstring>(L\"79\", L\"SineGradians\"),\n                                                                          make_pair<wstring, wstring>(L\"70\", L\"InverseSineDegrees\"),\n                                                                          make_pair<wstring, wstring>(L\"76\", L\"InverseSineRadians\"),\n                                                                          make_pair<wstring, wstring>(L\"82\", L\"InverseSineGradians\"),\n                                                                          make_pair<wstring, wstring>(L\"25\", L\"HyperbolicSine\"),\n                                                                          make_pair<wstring, wstring>(L\"85\", L\"InverseHyperbolicSine\"),\n\n                                                                          // Cosine permutations\n                                                                          make_pair<wstring, wstring>(L\"68\", L\"CosineDegrees\"),\n                                                                          make_pair<wstring, wstring>(L\"74\", L\"CosineRadians\"),\n                                                                          make_pair<wstring, wstring>(L\"80\", L\"CosineGradians\"),\n                                                                          make_pair<wstring, wstring>(L\"71\", L\"InverseCosineDegrees\"),\n                                                                          make_pair<wstring, wstring>(L\"77\", L\"InverseCosineRadians\"),\n                                                                          make_pair<wstring, wstring>(L\"83\", L\"InverseCosineGradians\"),\n                                                                          make_pair<wstring, wstring>(L\"26\", L\"HyperbolicCosine\"),\n                                                                          make_pair<wstring, wstring>(L\"86\", L\"InverseHyperbolicCosine\"),\n\n                                                                          // Tangent permutations\n                                                                          make_pair<wstring, wstring>(L\"69\", L\"TangentDegrees\"),\n                                                                          make_pair<wstring, wstring>(L\"75\", L\"TangentRadians\"),\n                                                                          make_pair<wstring, wstring>(L\"81\", L\"TangentGradians\"),\n                                                                          make_pair<wstring, wstring>(L\"72\", L\"InverseTangentDegrees\"),\n                                                                          make_pair<wstring, wstring>(L\"78\", L\"InverseTangentRadians\"),\n                                                                          make_pair<wstring, wstring>(L\"84\", L\"InverseTangentGradians\"),\n                                                                          make_pair<wstring, wstring>(L\"27\", L\"HyperbolicTangent\"),\n                                                                          make_pair<wstring, wstring>(L\"87\", L\"InverseHyperbolicTangent\"),\n\n                                                                          // Secant permutations\n                                                                          make_pair<wstring, wstring>(L\"SecDeg\", L\"SecantDegrees\"),\n                                                                          make_pair<wstring, wstring>(L\"SecRad\", L\"SecantRadians\"),\n                                                                          make_pair<wstring, wstring>(L\"SecGrad\", L\"SecantGradians\"),\n                                                                          make_pair<wstring, wstring>(L\"InverseSecDeg\", L\"InverseSecantDegrees\"),\n                                                                          make_pair<wstring, wstring>(L\"InverseSecRad\", L\"InverseSecantRadians\"),\n                                                                          make_pair<wstring, wstring>(L\"InverseSecGrad\", L\"InverseSecantGradians\"),\n                                                                          make_pair<wstring, wstring>(L\"Sech\", L\"HyperbolicSecant\"),\n                                                                          make_pair<wstring, wstring>(L\"InverseSech\", L\"InverseHyperbolicSecant\"),\n\n                                                                          // Cosecant permutations\n                                                                          make_pair<wstring, wstring>(L\"CscDeg\", L\"CosecantDegrees\"),\n                                                                          make_pair<wstring, wstring>(L\"CscRad\", L\"CosecantRadians\"),\n                                                                          make_pair<wstring, wstring>(L\"CscGrad\", L\"CosecantGradians\"),\n                                                                          make_pair<wstring, wstring>(L\"InverseCscDeg\", L\"InverseCosecantDegrees\"),\n                                                                          make_pair<wstring, wstring>(L\"InverseCscRad\", L\"InverseCosecantRadians\"),\n                                                                          make_pair<wstring, wstring>(L\"InverseCscGrad\", L\"InverseCosecantGradians\"),\n                                                                          make_pair<wstring, wstring>(L\"Csch\", L\"HyperbolicCosecant\"),\n                                                                          make_pair<wstring, wstring>(L\"InverseCsch\", L\"InverseHyperbolicCosecant\"),\n\n                                                                          // Cotangent permutations\n                                                                          make_pair<wstring, wstring>(L\"CotDeg\", L\"CotangentDegrees\"),\n                                                                          make_pair<wstring, wstring>(L\"CotRad\", L\"CotangentRadians\"),\n                                                                          make_pair<wstring, wstring>(L\"CotGrad\", L\"CotangentGradians\"),\n                                                                          make_pair<wstring, wstring>(L\"InverseCotDeg\", L\"InverseCotangentDegrees\"),\n                                                                          make_pair<wstring, wstring>(L\"InverseCotRad\", L\"InverseCotangentRadians\"),\n                                                                          make_pair<wstring, wstring>(L\"InverseCotGrad\", L\"InverseCotangentGradians\"),\n                                                                          make_pair<wstring, wstring>(L\"Coth\", L\"HyperbolicCotangent\"),\n                                                                          make_pair<wstring, wstring>(L\"InverseCoth\", L\"InverseHyperbolicCotangent\"),\n\n                                                                          // Miscellaneous Scientific functions\n                                                                          make_pair<wstring, wstring>(L\"94\", L\"Factorial\"),\n                                                                          make_pair<wstring, wstring>(L\"35\", L\"DegreeMinuteSecond\"),\n                                                                          make_pair<wstring, wstring>(L\"28\", L\"NaturalLog\"),\n                                                                          make_pair<wstring, wstring>(L\"91\", L\"Square\"),\n                                                                          make_pair<wstring, wstring>(L\"CubeRoot\", L\"CubeRoot\"),\n                                                                          make_pair<wstring, wstring>(L\"Abs\", L\"AbsoluteValue\")\n    };\n\n    static vector<pair<wstring, wstring>> s_noParenEngineKeyResourceMap = { // Programmer mode functions\n                                                                            make_pair<wstring, wstring>(L\"9\", L\"LeftShift\"),\n                                                                            make_pair<wstring, wstring>(L\"10\", L\"RightShift\"),\n                                                                            make_pair<wstring, wstring>(L\"LogBaseY\", L\"Logy\"),\n\n                                                                            // Y Root scientific function\n                                                                            make_pair<wstring, wstring>(L\"16\", L\"YRoot\")\n    };\n\n    unordered_map<wstring, wstring> tokenToReadableNameMap{};\n    auto resProvider = AppResourceProvider::GetInstance();\n\n    static const wstring openParen = resProvider->GetCEngineString(StringReference(s_openParenResourceKey))->Data();\n\n    for (const auto& keyPair : s_parenEngineKeyResourceMap)\n    {\n        wstring engineStr = resProvider->GetCEngineString(StringReference(keyPair.first.c_str()))->Data();\n        wstring automationName = resProvider->GetResourceString(StringReference(keyPair.second.c_str()))->Data();\n\n        tokenToReadableNameMap.emplace(engineStr + openParen, automationName);\n    }\n    s_parenEngineKeyResourceMap.clear();\n\n    for (const auto& keyPair : s_noParenEngineKeyResourceMap)\n    {\n        wstring engineStr = resProvider->GetCEngineString(StringReference(keyPair.first.c_str()))->Data();\n        wstring automationName = resProvider->GetResourceString(StringReference(keyPair.second.c_str()))->Data();\n\n        tokenToReadableNameMap.emplace(engineStr, automationName);\n    }\n    s_noParenEngineKeyResourceMap.clear();\n\n    // Also replace hyphens with \"minus\"\n    wstring minusText = resProvider->GetResourceString(L\"minus\")->Data();\n    tokenToReadableNameMap.emplace(L\"-\", minusText);\n\n    return tokenToReadableNameMap;\n}\n\nString ^ LocalizationService::GetNarratorReadableToken(String ^ rawToken)\n{\n    static unordered_map<wstring, wstring> s_tokenToReadableNameMap = GetTokenToReadableNameMap();\n\n    auto itr = s_tokenToReadableNameMap.find(rawToken->Data());\n    if (itr == s_tokenToReadableNameMap.end())\n    {\n        return rawToken;\n    }\n    else\n    {\n        static const String ^ openParen = AppResourceProvider::GetInstance()->GetCEngineString(StringReference(s_openParenResourceKey));\n        return ref new String(itr->second.c_str()) + L\" \" + openParen;\n    }\n}\n\nString ^ LocalizationService::GetNarratorReadableString(String ^ rawString)\n{\n    wstring readableString{};\n\n    wstring asWstring = rawString->Data();\n    for (const auto& c : asWstring)\n    {\n        readableString += LocalizationService::GetNarratorReadableToken(ref new String(&c, 1))->Data();\n    }\n\n    return ref new String(readableString.c_str());\n}\n\nvoid LocalizationService::Sort(std::vector<Platform::String ^>& source)\n{\n    const collate<wchar_t>& coll = use_facet<collate<wchar_t>>(m_locale);\n    sort(source.begin(), source.end(), [&coll](Platform::String ^ str1, Platform::String ^ str2) {\n        return coll.compare(str1->Begin(), str1->End(), str2->Begin(), str2->End()) < 0;\n    });\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/LocalizationService.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"Utils.h\"\n\nnamespace CalculatorApp::ViewModel\n{\n    namespace Common\n    {\n        namespace LocalizationServiceProperties\n        {\n            static constexpr std::wstring_view DefaultCurrencyCode{ L\"USD\" };\n        }\n\n    public\n        enum class LanguageFontType\n        {\n            UIText,\n            UICaption,\n        };\n\n    public\n        ref class LocalizationService sealed\n        {\n        public:\n            DEPENDENCY_PROPERTY_OWNER(LocalizationService);\n\n            DEPENDENCY_PROPERTY_ATTACHED_WITH_DEFAULT_AND_CALLBACK(LanguageFontType, FontType, LanguageFontType::UIText);\n            DEPENDENCY_PROPERTY_ATTACHED_WITH_CALLBACK(double, FontSize);\n\n            static LocalizationService ^ GetInstance();\n            Windows::UI::Xaml::FlowDirection GetFlowDirection();\n            bool IsRtlLayout();\n            bool GetOverrideFontApiValues();\n            Platform::String ^ GetLanguage();\n            Windows::UI::Xaml::Media::FontFamily ^ GetLanguageFontFamilyForType(LanguageFontType fontType);\n            Platform::String ^ GetFontFamilyOverride();\n            Windows::UI::Text::FontWeight GetFontWeightOverride();\n            double GetFontScaleFactorOverride(LanguageFontType fontType);\n            Windows::Globalization::NumberFormatting::DecimalFormatter ^ GetRegionalSettingsAwareDecimalFormatter();\n            Windows::Globalization::DateTimeFormatting::DateTimeFormatter ^ GetRegionalSettingsAwareDateTimeFormatter(_In_ Platform::String ^ format);\n            Windows::Globalization::DateTimeFormatting::DateTimeFormatter\n                ^ GetRegionalSettingsAwareDateTimeFormatter(\n                    _In_ Platform::String ^ format,\n                    _In_ Platform::String ^ calendarIdentifier,\n                    _In_ Platform::String ^ clockIdentifier);\n            Windows::Globalization::NumberFormatting::CurrencyFormatter ^ GetRegionalSettingsAwareCurrencyFormatter();\n\n        internal:\n            static void OverrideWithLanguage(_In_ const wchar_t* const language);\n            void Sort(std::vector<Platform::String ^>& source);\n\n            template <typename T>\n            void Sort(std::vector<T>& source, std::function<Platform::String ^ (T)> func)\n            {\n                const collate<wchar_t>& coll = use_facet<collate<wchar_t>>(m_locale);\n                sort(source.begin(), source.end(), [&coll, &func](T obj1, T obj2) {\n                    Platform::String ^ str1 = func(obj1);\n                    Platform::String ^ str2 = func(obj2);\n                    return coll.compare(str1->Begin(), str1->End(), str2->Begin(), str2->End()) < 0;\n                });\n            }\n\n            static Platform::String ^ GetNarratorReadableToken(Platform::String ^ rawToken);\n            static Platform::String ^ GetNarratorReadableString(Platform::String ^ rawString);\n\n        private:\n            LocalizationService(_In_ const wchar_t* const overridedLanguage);\n            Windows::Globalization::Fonts::LanguageFont ^ GetLanguageFont(LanguageFontType fontType);\n            Windows::UI::Text::FontWeight ParseFontWeight(Platform::String ^ fontWeight);\n\n            Windows::Foundation::Collections::IIterable<Platform::String ^> ^ GetLanguageIdentifiers() const;\n\n            // Attached property callbacks\n            static void OnFontTypePropertyChanged(Windows::UI::Xaml::DependencyObject ^ target, LanguageFontType oldValue, LanguageFontType newValue);\n            static void OnFontWeightPropertyChanged(\n                Windows::UI::Xaml::DependencyObject ^ target,\n                Windows::UI::Text::FontWeight oldValue,\n                Windows::UI::Text::FontWeight newValue);\n            static void OnFontSizePropertyChanged(Windows::UI::Xaml::DependencyObject ^ target, double oldValue, double newValue);\n\n            static void UpdateFontFamilyAndSize(Windows::UI::Xaml::DependencyObject ^ target);\n\n            static std::unordered_map<std::wstring, std::wstring> GetTokenToReadableNameMap();\n\n            static LocalizationService ^ s_singletonInstance;\n\n            Windows::Globalization::Fonts::LanguageFontGroup ^ m_fontGroup;\n            Platform::String ^ m_language;\n            Windows::UI::Xaml::FlowDirection m_flowDirection;\n            bool m_overrideFontApiValues;\n            Platform::String ^ m_fontFamilyOverride;\n            bool m_isLanguageOverrided;\n            Windows::UI::Text::FontWeight m_fontWeightOverride;\n            double m_uiTextFontScaleFactorOverride;\n            double m_uiCaptionFontScaleFactorOverride;\n            std::locale m_locale;\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/LocalizationSettings.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n#include \"LocalizationService.h\"\n\n#include <iterator>\n\nnamespace CalculatorApp::ViewModel\n{\n    namespace Common\n    {\n        public ref class LocalizationSettings sealed\n        {\n        private:\n            LocalizationSettings()\n                // Use DecimalFormatter as it respects the locale and the user setting\n            {\n                Initialize(LocalizationService::GetInstance()->GetRegionalSettingsAwareDecimalFormatter());\n            }\n\n        public:\n            // This is only public for unit testing purposes.\n            LocalizationSettings(Windows::Globalization::NumberFormatting::DecimalFormatter ^ formatter)\n            {\n                Initialize(formatter);\n            }\n\n            // Provider of the singleton LocalizationSettings instance.\n            static LocalizationSettings^ GetInstance()\n            {\n                static LocalizationSettings^ localizationSettings = ref new LocalizationSettings();\n                return localizationSettings;\n            }\n\n            Platform::String ^ GetLocaleName()\n            {\n                return m_resolvedName;\n            }\n\n            bool IsDigitEnUsSetting()\n            {\n                return (this->GetDigitSymbolFromEnUsDigit('0') == L'0');\n            }\n\n            Platform::String ^ GetEnglishValueFromLocalizedDigits(Platform::String ^ localizedString)\n            {\n                if (m_resolvedName == L\"en-US\")\n                {\n                    return localizedString;\n                }\n\n                std::wstring englishString;\n                englishString.reserve(localizedString->Length());\n\n                for (wchar_t ch : localizedString)\n                {\n                    if (!IsEnUsDigit(ch))\n                    {\n                        auto it = std::find(m_digitSymbols.begin(), m_digitSymbols.end(), ch);\n\n                        if (it != m_digitSymbols.end())\n                        {\n                            auto index = std::distance(m_digitSymbols.begin(), it);\n                            ch = index.ToString()->Data()[0];\n                        }\n                    }\n                    if (ch == m_decimalSeparator)\n                    {\n                        ch = L'.';\n                    }\n                    englishString += ch;\n                }\n\n                return ref new Platform::String(englishString.c_str());\n            }\n\n            Platform::String ^ RemoveGroupSeparators(Platform::String ^ source)\n            {\n                std::wstring destination;\n                std::copy_if(\n                    begin(source), end(source), std::back_inserter(destination), [this](auto const c) { return c != L' ' && c != m_numberGroupSeparator; });\n                \n                return ref new Platform::String(destination.c_str());\n            }\n\n            Platform::String ^ GetCalendarIdentifier()\n            {\n                return m_calendarIdentifier;\n            }\n\n            Windows::Globalization::DayOfWeek GetFirstDayOfWeek()\n            {\n                return m_firstDayOfWeek;\n            }\n\n            int GetCurrencyTrailingDigits()\n            {\n                return m_currencyTrailingDigits;\n            }\n\n            int GetCurrencySymbolPrecedence()\n            {\n                return m_currencySymbolPrecedence;\n            }\n\n            wchar_t GetDecimalSeparator()\n            {\n                return m_decimalSeparator;\n            }\n\n            wchar_t GetDigitSymbolFromEnUsDigit(wchar_t digitSymbol)\n            {\n                assert(digitSymbol >= L'0' && digitSymbol <= L'9');\n                int digit = digitSymbol - L'0';\n                return m_digitSymbols.at(digit); // throws on out of range\n            }\n\n            wchar_t GetNumberGroupSeparator()\n            {\n                return m_numberGroupSeparator;\n            }\n\n            bool IsEnUsDigit(wchar_t digit)\n            {\n                return (digit >= L'0' && digit <= L'9');\n            }\n\n            bool IsLocalizedDigit(wchar_t digit)\n            {\n                return std::find(m_digitSymbols.begin(), m_digitSymbols.end(), digit) != m_digitSymbols.end();\n            }\n\n            bool IsLocalizedHexDigit(wchar_t digit)\n            {\n                if (IsLocalizedDigit(digit))\n                {\n                    return true;\n                }\n\n                return std::find(s_hexSymbols.begin(), s_hexSymbols.end(), digit) != s_hexSymbols.end();\n            }\n\n            Platform::String ^ GetListSeparatorWinRT()\n            {\n                return ref new Platform::String(GetListSeparator().c_str());\n            }\n\n            Platform::String ^ GetDecimalSeparatorStrWinRT()\n            {\n                return ref new Platform::String(GetDecimalSeparatorStr().c_str());\n            }\n\n        internal:\n            void LocalizeDisplayValue(_Inout_ std::wstring* stringToLocalize)\n            {\n                if (IsDigitEnUsSetting())\n                {\n                    return;\n                }\n\n                for (wchar_t& ch : *stringToLocalize)\n                {\n                    if (IsEnUsDigit(ch))\n                    {\n                        ch = GetDigitSymbolFromEnUsDigit(ch);\n                    }\n                }\n            }\n\n            std::wstring GetDecimalSeparatorStr()\n            {\n                return std::wstring(1, m_decimalSeparator);\n            }\n\n            std::wstring GetNumberGroupingSeparatorStr()\n            {\n                return std::wstring(1, m_numberGroupSeparator);\n            }\n\n            std::wstring GetNumberGroupingStr()\n            {\n                return m_numberGrouping;\n            }\n\n            std::wstring GetListSeparator()\n            {\n                return m_listSeparator;\n            }\n\n\n        private:\n            void Initialize(Windows::Globalization::NumberFormatting::DecimalFormatter ^ formatter)\n            {\n                formatter->FractionDigits = 0;\n                formatter->IsDecimalPointAlwaysDisplayed = false;\n\n                for (unsigned int i = 0; i < m_digitSymbols.size(); i++)\n                {\n                    m_digitSymbols[i] = formatter->FormatUInt(i)->Data()[0];\n                }\n\n                wchar_t resolvedName[LOCALE_NAME_MAX_LENGTH];\n                int result = ResolveLocaleName(formatter->ResolvedLanguage->Data(), resolvedName, LOCALE_NAME_MAX_LENGTH);\n                if (result == 0)\n                {\n                    throw std::runtime_error(\"Unexpected error resolving locale name\");\n                }\n                else\n                {\n                    m_resolvedName = ref new Platform::String(resolvedName);\n                    wchar_t decimalString[LocaleSettingBufferSize] = L\"\";\n                    result = GetLocaleInfoEx(m_resolvedName->Data(), LOCALE_SDECIMAL, decimalString, static_cast<int>(std::size(decimalString)));\n                    if (result == 0)\n                    {\n                        throw std::runtime_error(\"Unexpected error while getting locale info\");\n                    }\n\n                    wchar_t groupingSymbolString[LocaleSettingBufferSize] = L\"\";\n                    result = GetLocaleInfoEx(m_resolvedName->Data(), LOCALE_STHOUSAND, groupingSymbolString, static_cast<int>(std::size(groupingSymbolString)));\n                    if (result == 0)\n                    {\n                        throw std::runtime_error(\"Unexpected error while getting locale info\");\n                    }\n\n                    wchar_t numberGroupingString[LocaleSettingBufferSize] = L\"\";\n                    result = GetLocaleInfoEx(m_resolvedName->Data(), LOCALE_SGROUPING, numberGroupingString, static_cast<int>(std::size(numberGroupingString)));\n                    if (result == 0)\n                    {\n                        throw std::runtime_error(\"Unexpected error while getting locale info\");\n                    }\n\n                    // Get locale info for List Separator, eg. comma is used in many locales\n                    wchar_t listSeparatorString[4] = L\"\";\n                    result = ::GetLocaleInfoEx(\n                        m_resolvedName->Data(),\n                        LOCALE_SLIST,\n                        listSeparatorString,\n                        static_cast<int>(std::size(listSeparatorString))); // Max length of the expected return value is 4\n                    if (result == 0)\n                    {\n                        throw std::runtime_error(\"Unexpected error while getting locale info\");\n                    }\n\n                    int currencyTrailingDigits = 0;\n                    result = GetLocaleInfoEx(\n                        m_resolvedName->Data(),\n                        LOCALE_ICURRDIGITS | LOCALE_RETURN_NUMBER,\n                        (LPWSTR)&currencyTrailingDigits,\n                        sizeof(currencyTrailingDigits) / sizeof(WCHAR));\n                    if (result == 0)\n                    {\n                        throw std::runtime_error(\"Unexpected error while getting locale info\");\n                    }\n\n                    // Currency symbol precedence is either 0 or 1.\n                    // A value of 0 indicates the symbol follows the currency value.\n                    int currencySymbolPrecedence = 1;\n                    result = GetLocaleInfoEx(\n                        m_resolvedName->Data(),\n                        LOCALE_IPOSSYMPRECEDES | LOCALE_RETURN_NUMBER,\n                        (LPWSTR)&currencySymbolPrecedence,\n                        sizeof(currencySymbolPrecedence) / sizeof(WCHAR));\n\n                    // As CalcEngine only supports the first character of the decimal separator,\n                    // Only first character of the decimal separator string is supported.\n                    m_decimalSeparator = decimalString[0];\n                    m_numberGroupSeparator = groupingSymbolString[0];\n                    m_numberGrouping = numberGroupingString;\n                    m_listSeparator = listSeparatorString;\n                    m_currencyTrailingDigits = currencyTrailingDigits;\n                    m_currencySymbolPrecedence = currencySymbolPrecedence;\n                }\n\n                // Get the system calendar type\n                // Note: This function returns 0 on failure.\n                // We'll ignore the failure in that case and the CalendarIdentifier would get set to GregorianCalendar.\n                CALID calId;\n                ::GetLocaleInfoEx(m_resolvedName->Data(), LOCALE_ICALENDARTYPE | LOCALE_RETURN_NUMBER, reinterpret_cast<PWSTR>(&calId), sizeof(calId));\n\n                m_calendarIdentifier = GetCalendarIdentifierFromCalid(calId);\n\n                // Get FirstDayOfWeek Date and Time setting\n                wchar_t day[80] = L\"\";\n                ::GetLocaleInfoEx(\n                    m_resolvedName->Data(),\n                    LOCALE_IFIRSTDAYOFWEEK,            // The first day in a week\n                    reinterpret_cast<PWSTR>(day),      // Argument is of type PWSTR\n                    static_cast<int>(std::size(day))); // Max return size are 80 characters\n\n                // The LOCALE_IFIRSTDAYOFWEEK integer value varies from 0, 1, .. 6 for Monday, Tuesday, ... Sunday\n                // DayOfWeek enum value varies from 0, 1, .. 6 for Sunday, Monday, ... Saturday\n                // Hence, DayOfWeek = (valueof(LOCALE_IFIRSTDAYOFWEEK) + 1) % 7\n                m_firstDayOfWeek = static_cast<Windows::Globalization::DayOfWeek>((_wtoi(day) + 1) % 7); // static cast int to DayOfWeek enum\n            }\n\n            static Platform::String^ GetCalendarIdentifierFromCalid(CALID calId)\n            {\n                switch (calId)\n                {\n                case CAL_GREGORIAN:\n                case CAL_GREGORIAN_ARABIC:\n                case CAL_GREGORIAN_ME_FRENCH:\n                case CAL_GREGORIAN_US:\n                case CAL_GREGORIAN_XLIT_ENGLISH:\n                case CAL_GREGORIAN_XLIT_FRENCH:\n                    return Windows::Globalization::CalendarIdentifiers::Gregorian;\n\n                case CAL_HEBREW:\n                    return Windows::Globalization::CalendarIdentifiers::Hebrew;\n\n                case CAL_HIJRI:\n                case CAL_PERSIAN:\n                    return Windows::Globalization::CalendarIdentifiers::Hijri;\n\n                case CAL_JAPAN:\n                    return Windows::Globalization::CalendarIdentifiers::Japanese;\n\n                case CAL_KOREA:\n                    return Windows::Globalization::CalendarIdentifiers::Korean;\n\n                case CAL_TAIWAN:\n                    return Windows::Globalization::CalendarIdentifiers::Taiwan;\n\n                case CAL_THAI:\n                    return Windows::Globalization::CalendarIdentifiers::Thai;\n\n                case CAL_UMALQURA:\n                    return Windows::Globalization::CalendarIdentifiers::UmAlQura;\n\n                    // Gregorian will be the default Calendar Type\n                default:\n                    return Windows::Globalization::CalendarIdentifiers::Gregorian;\n                }\n            }\n\n            wchar_t m_decimalSeparator;\n            wchar_t m_numberGroupSeparator;\n            std::wstring m_numberGrouping;\n            std::array<wchar_t, 10> m_digitSymbols;\n            // Hexadecimal characters are not currently localized\n            static constexpr std::array<wchar_t, 6> s_hexSymbols{ L'A', L'B', L'C', L'D', L'E', L'F' };\n            std::wstring m_listSeparator;\n            Platform::String ^ m_calendarIdentifier;\n            Windows::Globalization::DayOfWeek m_firstDayOfWeek;\n            int m_currencySymbolPrecedence;\n            Platform::String ^ m_resolvedName;\n            int m_currencyTrailingDigits;\n            static const unsigned int LocaleSettingBufferSize = 16;\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/LocalizationStringUtil.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"AppResourceProvider.h\"\n\nnamespace CalculatorApp::ViewModel\n{\n    namespace Common\n    {\n        class LocalizationStringUtilInternal\n        {\n        public:\n            static Platform::String ^ GetLocalizedString(Platform::String ^ pMessage, ...)\n            {\n                std::wstring returnString = L\"\";\n                const UINT32 length = 1024;\n                std::unique_ptr<wchar_t[]> spBuffer = std::make_unique<wchar_t[]>(length);\n                va_list args = NULL;\n                va_start(args, pMessage);\n                DWORD fmtReturnVal = FormatMessage(FORMAT_MESSAGE_FROM_STRING, pMessage->Data(), 0, 0, spBuffer.get(), length, &args);\n                va_end(args);\n\n                if (fmtReturnVal != 0)\n                {\n                    return ref new Platform::String(spBuffer.get());\n                }\n                else\n                {\n                    return ref new Platform::String();\n                }\n            }\n        };\n\n    public\n        ref class LocalizationStringUtil sealed\n        {\n        public:\n            static Platform::String\n                ^ GetLocalizedString(Platform::String ^ pMessage)\n                {\n                    return LocalizationStringUtilInternal::GetLocalizedString(pMessage);\n                }\n\n                static Platform::String\n                ^ GetLocalizedString(\n                    Platform::String ^ pMessage,\n                    Platform::String ^ param1)\n                {\n                    return LocalizationStringUtilInternal::GetLocalizedString(pMessage, param1->Data());\n                }\n\n                static Platform::String\n                ^ GetLocalizedString(\n                    Platform::String ^ pMessage,\n                    Platform::String ^ param1,\n                    Platform::String ^ param2)\n                {\n                    return LocalizationStringUtilInternal::GetLocalizedString(pMessage, param1->Data(), param2->Data());\n                }\n\n                static Platform::String\n                ^ GetLocalizedString(\n                    Platform::String ^ pMessage,\n                    Platform::String ^ param1,\n                    Platform::String ^ param2,\n                    Platform::String\n                        ^ param3)\n                {\n                    return LocalizationStringUtilInternal::GetLocalizedString(pMessage, param1->Data(), param2->Data(), param3->Data());\n                }\n\n                static Platform::String\n                ^ GetLocalizedString(\n                    Platform::String ^ pMessage,\n                    Platform::String ^ param1,\n                    Platform::String ^ param2,\n                    Platform::String ^ param3,\n                    Platform::String ^ param4)\n                {\n                    return LocalizationStringUtilInternal::GetLocalizedString(pMessage, param1->Data(), param2->Data(), param3->Data(), param4->Data());\n                }\n\n                static Platform::String\n                ^ GetLocalizedString(\n                    Platform::String ^ pMessage,\n                    Platform::String ^ param1,\n                    Platform::String ^ param2,\n                    Platform::String ^ param3,\n                    Platform::String ^ param4,\n                    Platform::String ^ param5)\n                {\n                    return LocalizationStringUtilInternal::GetLocalizedString(pMessage, param1->Data(), param2->Data(), param3->Data(), param4->Data(), param5->Data());\n                }\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/MyVirtualKey.h",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\nnamespace CalculatorApp::ViewModel\n{\n    namespace Common\n    {\n    public\n        enum class MyVirtualKey\n        {\n            None = 0,\n            LeftButton = 1,\n            RightButton = 2,\n            Cancel = 3,\n            MiddleButton = 4,\n            XButton1 = 5,\n            XButton2 = 6,\n            Back = 8,\n            Tab = 9,\n            Clear = 12,\n            Enter = 13,\n            Shift = 16,\n            Control = 17,\n            Menu = 18,\n            Pause = 19,\n            CapitalLock = 20,\n            Kana = 21,\n            Hangul = 21,\n            Junja = 23,\n            Final = 24,\n            Hanja = 25,\n            Kanji = 25,\n            Escape = 27,\n            Convert = 28,\n            NonConvert = 29,\n            Accept = 30,\n            ModeChange = 31,\n            Space = 32,\n            PageUp = 33,\n            PageDown = 34,\n            End = 35,\n            Home = 36,\n            Left = 37,\n            Up = 38,\n            Right = 39,\n            Down = 40,\n            Select = 41,\n            Print = 42,\n            Execute = 43,\n            Snapshot = 44,\n            Insert = 45,\n            Delete = 46,\n            Help = 47,\n            Number0 = 48,\n            Number1 = 49,\n            Number2 = 50,\n            Number3 = 51,\n            Number4 = 52,\n            Number5 = 53,\n            Number6 = 54,\n            Number7 = 55,\n            Number8 = 56,\n            Number9 = 57,\n            A = 65,\n            B = 66,\n            C = 67,\n            D = 68,\n            E = 69,\n            F = 70,\n            G = 71,\n            H = 72,\n            I = 73,\n            J = 74,\n            K = 75,\n            L = 76,\n            M = 77,\n            N = 78,\n            O = 79,\n            P = 80,\n            Q = 81,\n            R = 82,\n            S = 83,\n            T = 84,\n            U = 85,\n            V = 86,\n            W = 87,\n            X = 88,\n            Y = 89,\n            Z = 90,\n            LeftWindows = 91,\n            RightWindows = 92,\n            Application = 93,\n            Sleep = 95,\n            NumberPad0 = 96,\n            NumberPad1 = 97,\n            NumberPad2 = 98,\n            NumberPad3 = 99,\n            NumberPad4 = 100,\n            NumberPad5 = 101,\n            NumberPad6 = 102,\n            NumberPad7 = 103,\n            NumberPad8 = 104,\n            NumberPad9 = 105,\n            Multiply = 106,\n            Add = 107,\n            Separator = 108,\n            Subtract = 109,\n            Decimal = 110,\n            Divide = 111,\n            F1 = 112,\n            F2 = 113,\n            F3 = 114,\n            F4 = 115,\n            F5 = 116,\n            F6 = 117,\n            F7 = 118,\n            F8 = 119,\n            F9 = 120,\n            F10 = 121,\n            F11 = 122,\n            F12 = 123,\n            F13 = 124,\n            F14 = 125,\n            F15 = 126,\n            F16 = 127,\n            F17 = 128,\n            F18 = 129,\n            F19 = 130,\n            F20 = 131,\n            F21 = 132,\n            F22 = 133,\n            F23 = 134,\n            F24 = 135,\n            NumberKeyLock = 144,\n            Scroll = 145,\n            LeftShift = 160,\n            RightShift = 161,\n            LeftControl = 162,\n            RightControl = 163,\n            LeftMenu = 164,\n            RightMenu = 165\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/NavCategory.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"NavCategory.h\"\n#include \"AppResourceProvider.h\"\n#include \"Common/LocalizationStringUtil.h\"\n#include <initializer_list>\n\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculatorApp::ViewModel;\nusing namespace Concurrency;\nusing namespace Platform;\nusing namespace Platform::Collections;\nusing namespace Windows::Foundation::Collections;\nusing namespace Windows::Management::Policies;\nusing namespace Windows::System;\n\nnamespace UCM = UnitConversionManager;\n\n// Calculator categories always support negative and positive.\nstatic constexpr bool SUPPORTS_ALL = true;\n\n// Converter categories usually only support positive.\nstatic constexpr bool SUPPORTS_NEGATIVE = true;\nstatic constexpr bool POSITIVE_ONLY = false;\n\n// vvv THESE CONSTANTS SHOULD NEVER CHANGE vvv\nstatic constexpr int STANDARD_ID = 0;\nstatic constexpr int SCIENTIFIC_ID = 1;\nstatic constexpr int PROGRAMMER_ID = 2;\nstatic constexpr int DATE_ID = 3;\nstatic constexpr int VOLUME_ID = 4;\nstatic constexpr int LENGTH_ID = 5;\nstatic constexpr int WEIGHT_ID = 6;\nstatic constexpr int TEMPERATURE_ID = 7;\nstatic constexpr int ENERGY_ID = 8;\nstatic constexpr int AREA_ID = 9;\nstatic constexpr int SPEED_ID = 10;\nstatic constexpr int TIME_ID = 11;\nstatic constexpr int POWER_ID = 12;\nstatic constexpr int DATA_ID = 13;\nstatic constexpr int PRESSURE_ID = 14;\nstatic constexpr int ANGLE_ID = 15;\nstatic constexpr int CURRENCY_ID = 16;\nstatic constexpr int GRAPHING_ID = 17;\n// ^^^ THESE CONSTANTS SHOULD NEVER CHANGE ^^^\n\nnamespace // put the utils within this TU\n{\n    Platform::String^ CurrentUserId;\n\n    bool IsGraphingModeEnabled()\n    {\n        static auto enabled = []\n        {\n            auto user = User::GetFromId(CurrentUserId);\n            if (user == nullptr)\n            {\n                return true;\n            }\n            return NamedPolicy::GetPolicyFromPathForUser(user, L\"Education\", L\"AllowGraphingCalculator\")->GetBoolean();\n        }();\n        return enabled;\n    }\n\n    // The order of items in this list determines the order of items in the menu.\n    const std::vector<NavCategoryInitializer> s_categoryManifest {\n      NavCategoryInitializer{ ViewMode::Standard,\n          STANDARD_ID,\n          L\"Standard\",\n          L\"StandardMode\",\n          L\"\\uE8EF\",\n          CategoryGroupType::Calculator,\n          MyVirtualKey::Number1,\n          L\"1\",\n          SUPPORTS_ALL },\n      NavCategoryInitializer{ ViewMode::Scientific,\n          SCIENTIFIC_ID,\n          L\"Scientific\",\n          L\"ScientificMode\",\n          L\"\\uF196\",\n          CategoryGroupType::Calculator,\n          MyVirtualKey::Number2,\n          L\"2\",\n          SUPPORTS_ALL },\n      NavCategoryInitializer{ ViewMode::Graphing,\n          GRAPHING_ID,\n          L\"Graphing\",\n          L\"GraphingCalculatorMode\",\n          L\"\\uF770\",\n          CategoryGroupType::Calculator,\n          MyVirtualKey::Number3,\n          L\"3\",\n          SUPPORTS_ALL },\n      NavCategoryInitializer{ ViewMode::Programmer,\n          PROGRAMMER_ID,\n          L\"Programmer\",\n          L\"ProgrammerMode\",\n          L\"\\uECCE\",\n          CategoryGroupType::Calculator,\n          MyVirtualKey::Number4,\n          L\"4\",\n          SUPPORTS_ALL },\n      NavCategoryInitializer{ ViewMode::Date,\n          DATE_ID,\n          L\"Date\",\n          L\"DateCalculationMode\",\n          L\"\\uE787\",\n          CategoryGroupType::Calculator,\n          MyVirtualKey::Number5,\n          L\"5\",\n          SUPPORTS_ALL },\n      NavCategoryInitializer{ ViewMode::Currency,\n          CURRENCY_ID,\n          L\"Currency\",\n          L\"CategoryName_Currency\",\n          L\"\\uEB0D\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          POSITIVE_ONLY },\n      NavCategoryInitializer{ ViewMode::Volume,\n          VOLUME_ID,\n          L\"Volume\",\n          L\"CategoryName_Volume\",\n          L\"\\uF1AA\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          POSITIVE_ONLY },\n      NavCategoryInitializer{ ViewMode::Length,\n          LENGTH_ID,\n          L\"Length\",\n          L\"CategoryName_Length\",\n          L\"\\uECC6\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          POSITIVE_ONLY },\n      NavCategoryInitializer{ ViewMode::Weight,\n          WEIGHT_ID,\n          L\"Weight and Mass\",\n          L\"CategoryName_Weight\",\n          L\"\\uF4C1\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          POSITIVE_ONLY },\n      NavCategoryInitializer{ ViewMode::Temperature,\n          TEMPERATURE_ID,\n          L\"Temperature\",\n          L\"CategoryName_Temperature\",\n          L\"\\uE7A3\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          SUPPORTS_NEGATIVE },\n      NavCategoryInitializer{ ViewMode::Energy,\n          ENERGY_ID,\n          L\"Energy\",\n          L\"CategoryName_Energy\",\n          L\"\\uECAD\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          POSITIVE_ONLY },\n      NavCategoryInitializer{ ViewMode::Area,\n          AREA_ID,\n          L\"Area\",\n          L\"CategoryName_Area\",\n          L\"\\uE809\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          POSITIVE_ONLY },\n      NavCategoryInitializer{ ViewMode::Speed,\n          SPEED_ID,\n          L\"Speed\",\n          L\"CategoryName_Speed\",\n          L\"\\uEADA\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          POSITIVE_ONLY },\n      NavCategoryInitializer{ ViewMode::Time,\n          TIME_ID,\n          L\"Time\",\n          L\"CategoryName_Time\",\n          L\"\\uE917\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          POSITIVE_ONLY },\n      NavCategoryInitializer{ ViewMode::Power,\n          POWER_ID,\n          L\"Power\",\n          L\"CategoryName_Power\",\n          L\"\\uE945\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          SUPPORTS_NEGATIVE },\n      NavCategoryInitializer{ ViewMode::Data,\n          DATA_ID,\n          L\"Data\",\n          L\"CategoryName_Data\",\n          L\"\\uF20F\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          POSITIVE_ONLY },\n      NavCategoryInitializer{ ViewMode::Pressure,\n          PRESSURE_ID,\n          L\"Pressure\",\n          L\"CategoryName_Pressure\",\n          L\"\\uEC4A\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          POSITIVE_ONLY },\n      NavCategoryInitializer{ ViewMode::Angle,\n          ANGLE_ID,\n          L\"Angle\",\n          L\"CategoryName_Angle\",\n          L\"\\uF515\",\n          CategoryGroupType::Converter,\n          MyVirtualKey::None,\n          std::nullopt,\n          SUPPORTS_NEGATIVE },\n    };\n} // namespace unnamed\n\n\nbool NavCategory::IsCalculatorViewMode(ViewModeType mode)\n{\n    // Historically, Calculator modes are Standard, Scientific, and Programmer.\n    return !IsDateCalculatorViewMode(mode) && !IsGraphingCalculatorViewMode(mode) && IsModeInCategoryGroup(mode, CategoryGroupType::Calculator);\n}\n\nbool NavCategory::IsGraphingCalculatorViewMode(ViewModeType mode)\n{\n    return mode == ViewModeType::Graphing;\n}\n\nbool NavCategory::IsDateCalculatorViewMode(ViewModeType mode)\n{\n    return mode == ViewModeType::Date;\n}\n\nbool NavCategory::IsConverterViewMode(ViewModeType mode)\n{\n    return IsModeInCategoryGroup(mode, CategoryGroupType::Converter);\n}\n\nbool NavCategory::IsModeInCategoryGroup(ViewModeType mode, CategoryGroupType type)\n{\n    return std::any_of(\n        s_categoryManifest.cbegin(),\n        s_categoryManifest.cend(),\n        [mode, type](const auto& initializer) {\n            return initializer.viewMode == mode && initializer.groupType == type;\n        });\n}\n\nNavCategoryGroup::NavCategoryGroup(const NavCategoryGroupInitializer& groupInitializer)\n    : m_Categories(ref new Vector<NavCategory ^>())\n{\n    m_GroupType = groupInitializer.type;\n\n    auto resProvider = AppResourceProvider::GetInstance();\n    m_Name = resProvider->GetResourceString(StringReference(groupInitializer.headerResourceKey));\n    String ^ groupMode = resProvider->GetResourceString(StringReference(groupInitializer.modeResourceKey));\n    String ^ automationName = resProvider->GetResourceString(StringReference(groupInitializer.automationResourceKey));\n\n    String ^ navCategoryHeaderAutomationNameFormat = resProvider->GetResourceString(L\"NavCategoryHeader_AutomationNameFormat\");\n    m_AutomationName = LocalizationStringUtil::GetLocalizedString(navCategoryHeaderAutomationNameFormat, automationName);\n\n    String ^ navCategoryItemAutomationNameFormat = resProvider->GetResourceString(L\"NavCategoryItem_AutomationNameFormat\");\n\n    for (const NavCategoryInitializer& categoryInitializer : s_categoryManifest)\n    {\n        if (categoryInitializer.groupType == groupInitializer.type)\n        {\n            String ^ nameResourceKey = StringReference(categoryInitializer.nameResourceKey);\n            String ^ categoryName = resProvider->GetResourceString(nameResourceKey + \"Text\");\n            String ^ categoryAutomationName = LocalizationStringUtil::GetLocalizedString(navCategoryItemAutomationNameFormat, categoryName, m_Name);\n\n            m_Categories->Append(ref new NavCategory(\n                categoryName,\n                categoryAutomationName,\n                StringReference(categoryInitializer.glyph),\n                categoryInitializer.accessKey.has_value() ? ref new String(categoryInitializer.accessKey->c_str())\n                                                         : resProvider->GetResourceString(nameResourceKey + \"AccessKey\"),\n                groupMode,\n                categoryInitializer.viewMode,\n                categoryInitializer.supportsNegative,\n                categoryInitializer.viewMode != ViewMode::Graphing));\n        }\n    }\n}\n\nvoid NavCategoryStates::SetCurrentUser(Platform::String^ userId)\n{\n    CurrentUserId = userId;\n}\n\nIVector<NavCategoryGroup ^> ^ NavCategoryStates::CreateMenuOptions()\n{\n    auto menuOptions = ref new Vector<NavCategoryGroup ^>();\n    menuOptions->Append(CreateCalculatorCategoryGroup());\n    menuOptions->Append(CreateConverterCategoryGroup());\n    return menuOptions;\n}\n\nNavCategoryGroup ^ NavCategoryStates::CreateCalculatorCategoryGroup()\n{\n    return ref new NavCategoryGroup(\n        NavCategoryGroupInitializer{ CategoryGroupType::Calculator, L\"CalculatorModeTextCaps\", L\"CalculatorModeText\", L\"CalculatorModePluralText\" });\n}\n\nNavCategoryGroup ^ NavCategoryStates::CreateConverterCategoryGroup()\n{\n    return ref new NavCategoryGroup(\n        NavCategoryGroupInitializer{ CategoryGroupType::Converter, L\"ConverterModeTextCaps\", L\"ConverterModeText\", L\"ConverterModePluralText\" });\n}\n\n// This function should only be used when storing the mode to app data.\nint NavCategoryStates::Serialize(ViewMode mode)\n{\n    const auto& citer = find_if(\n        cbegin(s_categoryManifest),\n        cend(s_categoryManifest),\n        [mode](const auto& initializer) { return initializer.viewMode == mode; });\n\n    return (citer != s_categoryManifest.cend()) ? citer->serializationId : -1;\n}\n\n// This function should only be used when restoring the mode from app data.\nViewMode NavCategoryStates::Deserialize(Platform::Object ^ obj)\n{\n    // If we cast directly to ViewMode we will fail\n    // because we technically store an int.\n    // Need to cast to int, then ViewMode.\n    auto boxed = dynamic_cast<Box<int> ^>(obj);\n    if (boxed != nullptr)\n    {\n        int serializationId = boxed->Value;\n        const auto& citer = find_if(\n            cbegin(s_categoryManifest),\n            cend(s_categoryManifest),\n            [serializationId](const auto& initializer) { return initializer.serializationId == serializationId; });\n\n        return citer != s_categoryManifest.cend() ?\n                   (citer->viewMode == ViewMode::Graphing ?\n                       (IsGraphingModeEnabled() ? citer->viewMode : ViewMode::None)\n                       : citer->viewMode)\n                   : ViewMode::None;\n    }\n    else\n    {\n        return ViewMode::None;\n    }\n}\n\nViewMode NavCategoryStates::GetViewModeForFriendlyName(String ^ name)\n{\n    const auto& citer = find_if(\n        cbegin(s_categoryManifest),\n        cend(s_categoryManifest),\n        [name](const auto& initializer) { return wcscmp(initializer.friendlyName, name->Data()) == 0; });\n\n    return (citer != s_categoryManifest.cend()) ? citer->viewMode : ViewMode::None;\n}\n\nString ^ NavCategoryStates::GetFriendlyName(ViewMode mode)\n{\n    const auto& citer = find_if(\n        cbegin(s_categoryManifest),\n        cend(s_categoryManifest),\n        [mode](const auto& initializer) { return initializer.viewMode == mode; });\n\n    return (citer != s_categoryManifest.cend()) ? StringReference(citer->friendlyName) : L\"None\";\n}\n\nString ^ NavCategoryStates::GetNameResourceKey(ViewMode mode)\n{\n    const auto& citer = find_if(\n        cbegin(s_categoryManifest),\n        cend(s_categoryManifest),\n        [mode](const auto& initializer) { return initializer.viewMode == mode; });\n\n    return (citer != s_categoryManifest.cend()) ? StringReference(citer->nameResourceKey) + \"Text\" : nullptr;\n}\n\nCategoryGroupType NavCategoryStates::GetGroupType(ViewMode mode)\n{\n    const auto& citer = find_if(\n        cbegin(s_categoryManifest),\n        cend(s_categoryManifest),\n        [mode](const auto& initializer) { return initializer.viewMode == mode; });\n\n    return (citer != s_categoryManifest.cend()) ? citer->groupType : CategoryGroupType::None;\n}\n\n// GetIndex is 0-based, GetPosition is 1-based\nint NavCategoryStates::GetIndex(ViewMode mode)\n{\n    int position = GetPosition(mode);\n    return std::max(-1, position - 1);\n}\n\nint NavCategoryStates::GetFlatIndex(ViewMode mode)\n{\n    int index = -1;\n    CategoryGroupType type = CategoryGroupType::None;\n    const auto& citer = find_if(\n        cbegin(s_categoryManifest),\n        cend(s_categoryManifest),\n        [mode, &type, &index](const auto& initializer) {\n            ++index;\n            if (initializer.groupType != type)\n            {\n                type = initializer.groupType;\n                ++index;\n            }\n            return initializer.viewMode == mode;\n        });\n\n    return (citer != s_categoryManifest.cend()) ? index : -1;\n}\n\n// GetIndex is 0-based, GetPosition is 1-based\nint NavCategoryStates::GetIndexInGroup(ViewMode mode, CategoryGroupType type)\n{\n    int index = -1;\n    const auto& citer = find_if(\n        cbegin(s_categoryManifest),\n        cend(s_categoryManifest),\n        [mode, type, &index](const auto& initializer) {\n            if (initializer.groupType == type)\n            {\n                ++index;\n                return initializer.viewMode == mode;\n            }\n            return false;\n        });\n\n    return (citer != s_categoryManifest.cend()) ? index : -1;\n}\n\n// GetIndex is 0-based, GetPosition is 1-based\nint NavCategoryStates::GetPosition(ViewMode mode)\n{\n    int position = 0;\n    const auto& citer = find_if(\n        cbegin(s_categoryManifest),\n        cend(s_categoryManifest),\n        [mode, &position](const auto& initializer) {\n            ++position;\n            return initializer.viewMode == mode;\n        });\n\n    return (citer != s_categoryManifest.cend()) ? position : -1;\n}\n\nViewMode NavCategoryStates::GetViewModeForVirtualKey(MyVirtualKey virtualKey)\n{\n    const auto& citer = find_if(\n        cbegin(s_categoryManifest),\n        cend(s_categoryManifest),\n        [virtualKey](const auto& initializer) { return initializer.virtualKey == virtualKey; });\n\n    return (citer != s_categoryManifest.end()) ? citer->viewMode : ViewMode::None;\n}\n\nvoid NavCategoryStates::GetCategoryAcceleratorKeys(IVector<MyVirtualKey> ^ accelerators)\n{\n    if (accelerators != nullptr)\n    {\n        accelerators->Clear();\n        for (const auto& category : s_categoryManifest)\n        {\n            if (category.virtualKey != MyVirtualKey::None)\n            {\n                accelerators->Append(category.virtualKey);\n            }\n        }\n    }\n}\n\nbool NavCategoryStates::IsValidViewMode(ViewMode mode)\n{\n    const auto& citer = find_if(\n        cbegin(s_categoryManifest),\n        cend(s_categoryManifest),\n        [mode](const auto& initializer) { return initializer.viewMode == mode; });\n\n    return citer != s_categoryManifest.cend();\n}\n\nbool NavCategoryStates::IsViewModeEnabled(ViewMode mode)\n{\n    return mode != ViewMode::Graphing ? true : IsGraphingModeEnabled();\n}\n\n"
  },
  {
    "path": "src/CalcViewModel/Common/NavCategory.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n/* The NavCategory group of classes and enumerations is intended to serve\n * as a single location for storing metadata about a navigation mode.\n *\n * These .h and .cpp files:\n *     - Define the ViewMode enumeration which is used for setting the mode of the app.\n *     - Define a list of metadata associated with each ViewMode.\n *     - Define the order of groups and items in the navigation menu.\n *     - Provide a static helper function for creating the navigation menu options.\n *     - Provide static helper functions for querying information about a given ViewMode.\n */\n\n#pragma once\n\n#include \"Utils.h\"\n#include \"MyVirtualKey.h\"\n\nnamespace CalculatorApp::ViewModel\n{\n    namespace Common\n    {\n        // Don't change the order of these enums\n        // and definitely don't use int arithmetic\n        // to change modes.\n    public\n        enum class ViewMode\n        {\n            None = -1,\n            Standard = 0,\n            Scientific = 1,\n            Programmer = 2,\n            Date = 3,\n            Volume = 4,\n            Length = 5,\n            Weight = 6,\n            Temperature = 7,\n            Energy = 8,\n            Area = 9,\n            Speed = 10,\n            Time = 11,\n            Power = 12,\n            Data = 13,\n            Pressure = 14,\n            Angle = 15,\n            Currency = 16,\n            Graphing = 17\n        };\n\n    public\n        enum class CategoryGroupType\n        {\n            None = -1,\n            Calculator = 0,\n            Converter = 1\n        };\n\n    private\n        struct NavCategoryInitializer\n        {\n            ViewMode viewMode;\n            int serializationId;\n            const wchar_t* friendlyName;\n            const wchar_t* nameResourceKey;\n            const wchar_t* glyph;\n            CategoryGroupType groupType;\n            MyVirtualKey virtualKey;\n            std::optional<std::wstring> accessKey;\n            bool supportsNegative;\n        };\n\n    private\n        struct NavCategoryGroupInitializer\n        {\n            NavCategoryGroupInitializer(CategoryGroupType t, wchar_t const* h, wchar_t const* n, wchar_t const* a)\n                : type(t)\n                , headerResourceKey(h)\n                , modeResourceKey(n)\n                , automationResourceKey(a)\n            {\n            }\n\n            const CategoryGroupType type;\n            const wchar_t* headerResourceKey;\n            const wchar_t* modeResourceKey;\n            const wchar_t* automationResourceKey;\n        };\n\n        [Windows::UI::Xaml::Data::Bindable]\n        public ref class NavCategory sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        private:\n            using ViewModeType = ::CalculatorApp::ViewModel::Common::ViewMode;\n        public:\n            OBSERVABLE_OBJECT();\n            PROPERTY_R(Platform::String ^, Name);\n            PROPERTY_R(Platform::String ^, AutomationName);\n            PROPERTY_R(Platform::String ^, Glyph);\n            PROPERTY_R(ViewModeType, ViewMode);\n            PROPERTY_R(Platform::String ^, AccessKey);\n            PROPERTY_R(bool, SupportsNegative);\n            PROPERTY_RW(bool, IsEnabled);\n\n            property Platform::String\n                ^ AutomationId { Platform::String ^ get() { return m_ViewMode.ToString(); } }\n\n            static bool IsCalculatorViewMode(ViewModeType mode);\n            static bool IsGraphingCalculatorViewMode(ViewModeType mode);\n            static bool IsDateCalculatorViewMode(ViewModeType mode);\n            static bool IsConverterViewMode(ViewModeType mode);\n\n            internal : NavCategory(\n                           Platform::String ^ name,\n                           Platform::String ^ automationName,\n                           Platform::String ^ glyph,\n                           Platform::String ^ accessKey,\n                           Platform::String ^ mode,\n                           ViewModeType viewMode,\n                           bool supportsNegative,\n                           bool isEnabled)\n                : m_Name(name)\n                , m_AutomationName(automationName)\n                , m_Glyph(glyph)\n                , m_AccessKey(accessKey)\n                , m_modeString(mode)\n                , m_ViewMode(viewMode)\n                , m_SupportsNegative(supportsNegative)\n                , m_IsEnabled(isEnabled)\n            {\n            }\n\n        private:\n            static bool IsModeInCategoryGroup(ViewModeType mode, CategoryGroupType groupType);\n\n            Platform::String ^ m_modeString;\n        };\n\n        [Windows::UI::Xaml::Data::Bindable]\n        public ref class NavCategoryGroup sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        internal:\n            NavCategoryGroup(const NavCategoryGroupInitializer& groupInitializer);\n        public:\n            OBSERVABLE_OBJECT();\n            OBSERVABLE_PROPERTY_R(Platform::String ^, Name);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, AutomationName);\n            OBSERVABLE_PROPERTY_R(CategoryGroupType, GroupType);\n            OBSERVABLE_PROPERTY_R(Windows::Foundation::Collections::IVector<NavCategory ^> ^, Categories);\n        };\n\n        public ref class NavCategoryStates sealed\n        {\n        public:\n            static void SetCurrentUser(Platform::String^ user);\n            static Windows::Foundation::Collections::IVector<NavCategoryGroup ^> ^ CreateMenuOptions();\n            static NavCategoryGroup ^ CreateCalculatorCategoryGroup();\n            static NavCategoryGroup ^ CreateConverterCategoryGroup();\n\n            static bool IsValidViewMode(ViewMode mode);\n            static bool IsViewModeEnabled(ViewMode mode);\n\n            // For saving/restoring last mode used.\n            static int Serialize(ViewMode mode);\n            static ViewMode Deserialize(Platform::Object ^ obj);\n\n            // Query properties from states\n            static ViewMode GetViewModeForFriendlyName(Platform::String ^ name);\n            static Platform::String ^ GetFriendlyName(ViewMode mode);\n            static Platform::String ^ GetNameResourceKey(ViewMode mode);\n            static CategoryGroupType GetGroupType(ViewMode mode);\n\n            // GetIndex is 0-based, GetPosition is 1-based\n            static int GetIndex(ViewMode mode);\n            static int GetFlatIndex(ViewMode mode);\n            static int GetIndexInGroup(ViewMode mode, CategoryGroupType type);\n            static int GetPosition(ViewMode mode);\n\n            // Virtual key related\n            static ViewMode GetViewModeForVirtualKey(MyVirtualKey virtualKey);\n            static void GetCategoryAcceleratorKeys(Windows::Foundation::Collections::IVector<MyVirtualKey> ^ resutls);\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/NetworkManager.cpp",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"NetworkManager.h\"\n\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace Platform;\nusing namespace Windows::Networking::Connectivity;\n\nNetworkManager::NetworkManager()\n{\n    m_NetworkStatusChangedToken = NetworkInformation::NetworkStatusChanged +=\n        ref new NetworkStatusChangedEventHandler(this, &NetworkManager::OnNetworkStatusChange, CallbackContext::Same);\n}\n\nNetworkManager::~NetworkManager()\n{\n    NetworkInformation::NetworkStatusChanged -= m_NetworkStatusChangedToken;\n}\n\nNetworkAccessBehavior NetworkManager::GetNetworkAccessBehavior()\n{\n    NetworkAccessBehavior behavior = NetworkAccessBehavior::Offline;\n    ConnectionProfile ^ connectionProfile = NetworkInformation::GetInternetConnectionProfile();\n    if (connectionProfile != nullptr)\n    {\n        NetworkConnectivityLevel connectivityLevel = connectionProfile->GetNetworkConnectivityLevel();\n        if (connectivityLevel == NetworkConnectivityLevel::InternetAccess || connectivityLevel == NetworkConnectivityLevel::ConstrainedInternetAccess)\n        {\n            ConnectionCost ^ connectionCost = connectionProfile->GetConnectionCost();\n            behavior = ConvertCostInfoToBehavior(connectionCost);\n        }\n    }\n\n    return behavior;\n}\n\nvoid NetworkManager::OnNetworkStatusChange(_In_ Object ^ /*sender*/)\n{\n    NetworkBehaviorChanged(GetNetworkAccessBehavior());\n}\n\n// See app behavior guidelines at https://msdn.microsoft.com/en-us/library/windows/apps/xaml/jj835821(v=win.10).aspx\nNetworkAccessBehavior NetworkManager::ConvertCostInfoToBehavior(_In_ ConnectionCost ^ connectionCost)\n{\n    if (connectionCost->Roaming || connectionCost->OverDataLimit || connectionCost->NetworkCostType == NetworkCostType::Variable\n        || connectionCost->NetworkCostType == NetworkCostType::Fixed)\n    {\n        return NetworkAccessBehavior::OptIn;\n    }\n\n    return NetworkAccessBehavior::Normal;\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/NetworkManager.h",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\nnamespace CalculatorApp::ViewModel::Common\n{\npublic\n    enum class NetworkAccessBehavior\n    {\n        Normal = 0,\n        OptIn = 1,\n        Offline = 2\n    };\n\npublic\n    delegate void NetworkBehaviorChangedHandler(NetworkAccessBehavior behavior);\n\npublic\n    ref class NetworkManager sealed\n    {\n    public:\n        NetworkManager();\n\n        static NetworkAccessBehavior GetNetworkAccessBehavior();\n\n        event NetworkBehaviorChangedHandler ^ NetworkBehaviorChanged;\n\n    private:\n        ~NetworkManager();\n\n        void OnNetworkStatusChange(_In_ Platform::Object ^ sender);\n        static NetworkAccessBehavior ConvertCostInfoToBehavior(_In_ Windows::Networking::Connectivity::ConnectionCost ^ connectionCost);\n\n    private:\n        Windows::Foundation::EventRegistrationToken m_NetworkStatusChangedToken;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/NumberBase.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\nnamespace CalculatorApp::ViewModel::Common\n{\npublic\n    enum class NumberBase\n    {\n        Unknown = -1,\n        HexBase = 5,\n        DecBase = 6,\n        OctBase = 7,\n        BinBase = 8\n    };\n};\n"
  },
  {
    "path": "src/CalcViewModel/Common/RadixType.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"RadixType.h\"\n\n// export enum RadixType\n\n"
  },
  {
    "path": "src/CalcViewModel/Common/RadixType.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\nnamespace CalculatorApp::ViewModel\n{\n    namespace Common\n    {\n        // This is expected to be in same order as IDM_HEX, IDM_DEC, IDM_OCT, IDM_BIN\n        public enum class RadixType\n        {\n            Hex,\n            Decimal,\n            Octal,\n            Binary\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/TraceLogger.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"TraceLogger.h\"\n#include \"NetworkManager.h\"\n#include \"CalculatorButtonUser.h\"\n\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculatorApp::ViewModel;\nusing namespace TraceLogging;\nusing namespace Concurrency;\nusing namespace std;\nusing namespace Platform;\nusing namespace Windows::Foundation;\nusing namespace Windows::Foundation::Diagnostics;\nusing namespace Windows::Globalization;\nusing namespace Windows::Globalization::DateTimeFormatting;\nusing namespace Windows::System::UserProfile;\n\nnamespace CalculatorApp\n{\n    static constexpr array<const wchar_t* const, 9> s_programmerType{ L\"N/A\",     L\"QwordType\", L\"DwordType\", L\"WordType\", L\"ByteType\",\n                                                                      L\"HexBase\", L\"DecBase\",   L\"OctBase\",   L\"BinBase\" };\n    static reader_writer_lock s_traceLoggerLock;\n\n    // Diagnostics events. Uploaded to asimov.\n    constexpr auto EVENT_NAME_WINDOW_ON_CREATED = L\"WindowCreated\";\n    constexpr auto EVENT_NAME_BUTTON_USAGE = L\"ButtonUsageInSession\";\n    constexpr auto EVENT_NAME_NAV_BAR_OPENED = L\"NavigationViewOpened\";\n    constexpr auto EVENT_NAME_MODE_CHANGED = L\"ModeChanged\";\n    constexpr auto EVENT_NAME_DATE_CALCULATION_MODE_USED = L\"DateCalculationModeUsed\";\n    constexpr auto EVENT_NAME_HISTORY_ITEM_LOAD = L\"HistoryItemLoad\";\n    constexpr auto EVENT_NAME_MEMORY_ITEM_LOAD = L\"MemoryItemLoad\";\n    constexpr auto EVENT_NAME_VISUAL_STATE_CHANGED = L\"VisualStateChanged\";\n    constexpr auto EVENT_NAME_CONVERTER_INPUT_RECEIVED = L\"ConverterInputReceived\";\n    constexpr auto EVENT_NAME_INPUT_PASTED = L\"InputPasted\";\n    constexpr auto EVENT_NAME_SHOW_HIDE_BUTTON_CLICKED = L\"ShowHideButtonClicked\";\n    constexpr auto EVENT_NAME_GRAPH_BUTTON_CLICKED = L\"GraphButtonClicked\";\n    constexpr auto EVENT_NAME_GRAPH_LINE_STYLE_CHANGED = L\"GraphLineStyleChanged\";\n    constexpr auto EVENT_NAME_VARIABLE_CHANGED = L\"VariableChanged\";\n    constexpr auto EVENT_NAME_VARIABLE_SETTING_CHANGED = L\"VariableSettingChanged\";\n    constexpr auto EVENT_NAME_GRAPH_SETTINGS_CHANGED = L\"GraphSettingsChanged\";\n    constexpr auto EVENT_NAME_GRAPH_THEME = L\"GraphTheme\";\n    constexpr auto EVENT_NAME_RECALL_SNAPSHOT = L\"RecallSnapshot\";\n    constexpr auto EVENT_NAME_RECALL_RESTORE = L\"RecallRestore\";\n\n    constexpr auto EVENT_NAME_EXCEPTION = L\"Exception\";\n\n    constexpr auto CALC_MODE = L\"CalcMode\";\n    constexpr auto GRAPHING_MODE = L\"Graphing\";\n\n#pragma region TraceLogger setup and cleanup\n\n    TraceLogger::TraceLogger()\n    {\n    }\n\n    TraceLogger ^ TraceLogger::GetInstance()\n    {\n        static TraceLogger ^ s_selfInstance = ref new TraceLogger();\n        return s_selfInstance;\n    }\n\n    // return true if windowId is logged once else return false\n    bool TraceLogger::IsWindowIdInLog(int windowId)\n    {\n        // Writer lock for the windowIdLog resource\n        reader_writer_lock::scoped_lock lock(s_traceLoggerLock);\n\n        if (find(windowIdLog.begin(), windowIdLog.end(), windowId) == windowIdLog.end())\n        {\n            return false;\n        }\n\n        return true;\n    }\n\n    void TraceLogger::LogVisualStateChanged(ViewMode mode, String ^ state, bool isAlwaysOnTop)\n    {\n        auto fields = ref new LoggingFields();\n\n        fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));\n        fields->AddString(StringReference(L\"VisualState\"), state);\n        fields->AddBoolean(StringReference(L\"IsAlwaysOnTop\"), isAlwaysOnTop);\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_VISUAL_STATE_CHANGED), fields);\n    }\n\n    void TraceLogger::LogWindowCreated(ViewMode mode, int windowId)\n    {\n        // store windowId in windowIdLog which says we have logged mode for the present windowId.\n        if (!IsWindowIdInLog(windowId))\n        {\n            windowIdLog.push_back(windowId);\n        }\n\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));\n        fields->AddUInt64(StringReference(L\"NumOfOpenWindows\"), currentWindowCount);\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_WINDOW_ON_CREATED), fields);\n    }\n\n    void TraceLogger::LogModeChange(ViewMode mode)\n    {\n        if (NavCategoryStates::IsValidViewMode(mode))\n        {\n            auto fields = ref new LoggingFields();\n            fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));\n            TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_MODE_CHANGED), fields);\n        }\n    }\n\n    void TraceLogger::LogHistoryItemLoad(ViewMode mode, int historyListSize, int loadedIndex)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));\n        fields->AddInt32(StringReference(L\"HistoryListSize\"), historyListSize);\n        fields->AddInt32(StringReference(L\"HistoryItemIndex\"), loadedIndex);\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_HISTORY_ITEM_LOAD), fields);\n    }\n\n    void TraceLogger::LogMemoryItemLoad(ViewMode mode, int memoryListSize, int loadedIndex)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));\n        fields->AddInt32(StringReference(L\"MemoryListSize\"), memoryListSize);\n        fields->AddInt32(StringReference(L\"MemoryItemIndex\"), loadedIndex);\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_MEMORY_ITEM_LOAD), fields);\n    }\n\n    void TraceLogger::LogError(ViewMode mode, Platform::String ^ functionName, Platform::String ^ errorString)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));\n        fields->AddString(StringReference(L\"FunctionName\"), functionName);\n        fields->AddString(StringReference(L\"Message\"), errorString);\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_EXCEPTION), fields);\n    }\n\n    void TraceLogger::LogStandardException(ViewMode mode, wstring_view functionName, const exception& e)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));\n        fields->AddString(StringReference(L\"FunctionName\"), StringReference(functionName.data()));\n        wstringstream exceptionMessage;\n        exceptionMessage << e.what();\n        fields->AddString(StringReference(L\"Message\"), StringReference(exceptionMessage.str().data()));\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_EXCEPTION), fields);\n    }\n\n    void TraceLogger::LogPlatformExceptionInfo(CalculatorApp::ViewModel::Common::ViewMode mode, Platform::String ^ functionName, Platform::String^ message, int hresult)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));\n        fields->AddString(StringReference(L\"FunctionName\"), functionName);\n        fields->AddString(StringReference(L\"Message\"), message);\n        fields->AddInt32(StringReference(L\"HRESULT\"), hresult);\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_EXCEPTION), fields);\n    }\n\n    void TraceLogger::LogPlatformException(ViewMode mode, Platform::String ^ functionName, Platform::Exception ^ e)\n    {\n        LogPlatformExceptionInfo(mode, functionName, e->Message, e->HResult);\n    }\n\n    void TraceLogger::UpdateButtonUsage(NumbersAndOperatorsEnum button, ViewMode mode)\n    {\n        // IsProgrammerMode, IsScientificMode, IsStandardMode and None are not actual buttons, so ignore them\n        if (button == NumbersAndOperatorsEnum::IsProgrammerMode || button == NumbersAndOperatorsEnum::IsScientificMode\n            || button == NumbersAndOperatorsEnum::IsStandardMode || button == NumbersAndOperatorsEnum::None)\n        {\n            return;\n        }\n\n        {\n            // Writer lock for the buttonLog resource\n            reader_writer_lock::scoped_lock lock(s_traceLoggerLock);\n\n            vector<ButtonLog>::iterator it = std::find_if(\n                buttonLog.begin(), buttonLog.end(), [button, mode](const ButtonLog& bLog) -> bool { return bLog.button == button && bLog.mode == mode; });\n            if (it != buttonLog.end())\n            {\n                it->count++;\n            }\n            else\n            {\n                buttonLog.push_back(ButtonLog(button, mode));\n            }\n        }\n\n        // Periodically log the button usage so that we do not lose all button data if the app is foricibly closed or crashes\n        if (buttonLog.size() >= 10)\n        {\n            LogButtonUsage();\n        }\n    }\n\n    void TraceLogger::UpdateWindowCount(uint64 windowCount)\n    {\n        if (windowCount == 0)\n        {\n            currentWindowCount--;\n            return;\n        }\n        currentWindowCount = windowCount;\n    }\n\n    void TraceLogger::DecreaseWindowCount()\n    {\n        currentWindowCount = 0;\n    }\n\n    void TraceLogger::LogButtonUsage()\n    {\n        // Writer lock for the buttonLog resource\n        reader_writer_lock::scoped_lock lock(s_traceLoggerLock);\n\n        if (buttonLog.size() == 0)\n        {\n            return;\n        }\n\n        Platform::String ^ buttonUsageString;\n        for (size_t i = 0; i < buttonLog.size(); i++)\n        {\n            buttonUsageString += NavCategoryStates::GetFriendlyName(buttonLog[i].mode);\n            buttonUsageString += \"|\";\n            buttonUsageString += buttonLog[i].button.ToString();\n            buttonUsageString += \"|\";\n            buttonUsageString += buttonLog[i].count;\n            if (i != buttonLog.size() - 1)\n            {\n                buttonUsageString += \",\";\n            }\n        }\n\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(L\"ButtonUsage\"), buttonUsageString);\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_BUTTON_USAGE), fields);\n\n        buttonLog.clear();\n    }\n\n    void TraceLogger::LogDateCalculationModeUsed(bool AddSubtractMode)\n    {\n        const wchar_t* calculationType = AddSubtractMode ? L\"AddSubtractMode\" : L\"DateDifferenceMode\";\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(ViewMode::Date));\n        fields->AddString(StringReference(L\"CalculationType\"), StringReference(calculationType));\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_DATE_CALCULATION_MODE_USED), fields);\n    }\n\n    void TraceLogger::LogConverterInputReceived(ViewMode mode)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_CONVERTER_INPUT_RECEIVED), fields);\n    }\n\n    void TraceLogger::LogNavBarOpened()\n    {\n        auto fields = ref new LoggingFields();\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_NAV_BAR_OPENED), fields);\n    }\n\n    void TraceLogger::LogInputPasted(ViewMode mode)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_INPUT_PASTED), fields);\n    }\n\n    void TraceLogger::LogShowHideButtonClicked(bool isHideButton)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), StringReference(GRAPHING_MODE));\n        fields->AddBoolean(StringReference(L\"IsHideButton\"), isHideButton);\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_SHOW_HIDE_BUTTON_CLICKED), fields);\n    }\n\n    void TraceLogger::LogGraphButtonClicked(GraphButton buttonName, GraphButtonValue buttonValue)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), StringReference(GRAPHING_MODE));\n        fields->AddInt16(StringReference(L\"ButtonName\"), static_cast<int16>(buttonName));\n        fields->AddInt16(StringReference(L\"ButtonValue\"), static_cast<int16>(buttonValue));\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_GRAPH_BUTTON_CLICKED), fields);\n    }\n\n    void TraceLogger::LogGraphLineStyleChanged(LineStyleType style)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), StringReference(GRAPHING_MODE));\n        fields->AddInt16(StringReference(L\"StyleType\"), static_cast<int16>(style));\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_GRAPH_LINE_STYLE_CHANGED), fields);\n    }\n\n    void TraceLogger::LogVariableChanged(String ^ inputChangedType, String ^ variableName)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), StringReference(GRAPHING_MODE));\n        fields->AddString(StringReference(L\"InputChangedType\"), inputChangedType);\n        fields->AddString(StringReference(L\"VariableName\"), variableName);\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_VARIABLE_CHANGED), fields);\n    }\n    void TraceLogger::LogVariableSettingsChanged(String ^ setting)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), StringReference(GRAPHING_MODE));\n        fields->AddString(StringReference(L\"SettingChanged\"), setting);\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_VARIABLE_SETTING_CHANGED), fields);\n    }\n\n    void TraceLogger::LogGraphSettingsChanged(GraphSettingsType settingType, String ^ settingValue)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), StringReference(GRAPHING_MODE));\n        fields->AddInt16(L\"SettingType\", static_cast<int16>(settingType));\n        fields->AddString(L\"SettingValue\", settingValue);\n\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_GRAPH_SETTINGS_CHANGED), fields);\n    }\n\n    void TraceLogger::LogGraphTheme(String ^ graphTheme)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), StringReference(GRAPHING_MODE));\n        fields->AddString(L\"GraphTheme\", graphTheme);\n\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_GRAPH_THEME), fields);\n    }\n\n    void TraceLogger::LogRecallSnapshot(ViewMode mode)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_RECALL_SNAPSHOT), fields);\n    }\n\n    void TraceLogger::LogRecallRestore(ViewMode mode)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_RECALL_RESTORE), fields);\n    }\n\n    void TraceLogger::LogRecallError(Platform::String^ message)\n    {\n        auto fields = ref new LoggingFields();\n        fields->AddString(StringReference(L\"FunctionName\"), L\"Recall\");\n        fields->AddString(StringReference(L\"Message\"), message);\n        TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_EXCEPTION), fields);\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/TraceLogger.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"NavCategory.h\"\n#include \"CalculatorButtonUser.h\"\n\n// A trace logging provider can only be instantiated and registered once per module.\n// This class implements a singleton model ensure that only one instance is created.\nnamespace CalculatorApp::ViewModel::Common\n{\n    struct ButtonLog\n    {\n    public:\n        int count;\n        CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum button;\n        CalculatorApp::ViewModel::Common::ViewMode mode;\n        ButtonLog(CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum btn, CalculatorApp::ViewModel::Common::ViewMode vMode)\n        {\n            button = btn;\n            mode = vMode;\n            count = 1;\n        }\n    };\n\n    public enum class GraphSettingsType\n    {\n        Grid,\n        TrigUnits,\n        Theme\n    };\n\n    public enum class GraphButton\n    {\n        StylePicker,\n        RemoveFunction,\n        ActiveTracingChecked,\n        ActiveTracingUnchecked,\n        GraphSettings,\n        Share,\n        ZoomIn,\n        ZoomOut,\n        GraphView\n    };\n\n    public enum class GraphButtonValue\n    {\n        None,\n        AutomaticBestFit,\n        ManualAdjustment\n    };\n\n    public enum class LineStyleType\n    {\n        Color,\n        Pattern\n    };\n\n    public ref class TraceLogger sealed\n    {\n    public:\n        static TraceLogger ^ GetInstance();\n\n        void LogModeChange(CalculatorApp::ViewModel::Common::ViewMode mode);\n        void LogHistoryItemLoad(CalculatorApp::ViewModel::Common::ViewMode mode, int historyListSize, int loadedIndex);\n        void LogMemoryItemLoad(CalculatorApp::ViewModel::Common::ViewMode mode, int memoryListSize, int loadedIndex);\n        void UpdateButtonUsage(CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum button, CalculatorApp::ViewModel::Common::ViewMode mode);\n        void LogButtonUsage();\n        void LogDateCalculationModeUsed(bool AddSubtractMode);\n        void UpdateWindowCount(uint64 windowCount);\n        void DecreaseWindowCount();\n        bool IsWindowIdInLog(int windowId);\n        void LogVisualStateChanged(CalculatorApp::ViewModel::Common::ViewMode mode, Platform::String ^ state, bool isAlwaysOnTop);\n        void LogWindowCreated(CalculatorApp::ViewModel::Common::ViewMode mode, int windowId);\n        void LogConverterInputReceived(CalculatorApp::ViewModel::Common::ViewMode mode);\n        void LogNavBarOpened();\n        void LogError(CalculatorApp::ViewModel::Common::ViewMode mode, Platform::String ^ functionName, Platform::String ^ errorString);\n        void LogShowHideButtonClicked(bool isHideButton);\n        void LogGraphButtonClicked(GraphButton buttonName, GraphButtonValue buttonValue);\n        void LogGraphLineStyleChanged(LineStyleType style);\n        void LogVariableChanged(Platform::String ^ inputChangedType, Platform::String ^ variableName);\n        void LogVariableSettingsChanged(Platform::String ^ setting);\n        void LogGraphSettingsChanged(GraphSettingsType settingsType, Platform::String ^ settingValue);\n        void LogGraphTheme(Platform::String ^ graphTheme);\n        void LogInputPasted(CalculatorApp::ViewModel::Common::ViewMode mode);\n        void LogPlatformExceptionInfo(CalculatorApp::ViewModel::Common::ViewMode mode, Platform::String ^ functionName, Platform::String ^ message, int hresult);\n        void LogRecallSnapshot(CalculatorApp::ViewModel::Common::ViewMode mode);\n        void LogRecallRestore(CalculatorApp::ViewModel::Common::ViewMode mode);\n        void LogRecallError(Platform::String ^ message);\n\n        internal:\n        void LogPlatformException(CalculatorApp::ViewModel::Common::ViewMode mode, Platform::String ^ functionName, Platform::Exception ^ e);\n        void LogStandardException(CalculatorApp::ViewModel::Common::ViewMode mode, std::wstring_view functionName, _In_ const std::exception& e);\n\n    private:\n        // Create an instance of TraceLogger\n        TraceLogger();\n\n        std::vector<ButtonLog> buttonLog;\n        std::vector<int> windowIdLog;\n        uint64 currentWindowCount = 0;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/Common/Utils.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//\n// Utils.cpp\n//\n\n#include \"pch.h\"\n\n#include <winmeta.h>\n\n#include \"Utils.h\"\n#include \"Common/AppResourceProvider.h\"\n#include \"Common/ExpressionCommandSerializer.h\"\n#include \"Common/ExpressionCommandDeserializer.h\"\n\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace concurrency;\nusing namespace Graphing::Renderer;\nusing namespace Platform;\nusing namespace std;\nusing namespace Utils;\nusing namespace Windows::ApplicationModel::Resources;\nusing namespace Windows::Storage::Streams;\nusing namespace Windows::UI;\nusing namespace Windows::UI::Core;\nusing namespace Windows::UI::ViewManagement;\nusing namespace Windows::UI::Xaml;\nusing namespace Windows::UI::Xaml::Media;\nusing namespace Windows::Foundation;\nusing namespace Windows::Storage;\n\nvoid Utils::IFTPlatformException(HRESULT hr)\n{\n    if (FAILED(hr))\n    {\n        Platform::Exception ^ exception = ref new Platform::Exception(hr);\n        throw(exception);\n    }\n}\n\ndouble Utils::GetDoubleFromWstring(wstring input)\n{\n    constexpr wchar_t unWantedChars[] = { L' ', L',', 8234, 8235, 8236, 8237 };\n    wstring ws = RemoveUnwantedCharsFromString(input, unWantedChars);\n    return stod(ws);\n}\n\n// Returns windowId for the current view\nint Utils::GetWindowId()\n{\n    int windowId = -1;\n\n    auto window = CoreWindow::GetForCurrentThread();\n    if (window != nullptr)\n    {\n        windowId = ApplicationView::GetApplicationViewIdForWindow(window);\n    }\n\n    return windowId;\n}\n\nvoid Utils::RunOnUIThreadNonblocking(std::function<void()>&& function, _In_ CoreDispatcher ^ currentDispatcher)\n{\n    if (currentDispatcher != nullptr)\n    {\n        auto task = create_task(currentDispatcher->RunAsync(CoreDispatcherPriority::Normal, ref new DispatchedHandler([function]() { function(); })));\n    }\n}\n\n// Returns if the last character of a wstring is the target wchar_t\nbool Utils::IsLastCharacterTarget(_In_ wstring const& input, _In_ wchar_t target)\n{\n    return !input.empty() && input.back() == target;\n}\n\nDateTime Utils::GetUniversalSystemTime()\n{\n    SYSTEMTIME sysTime = {};\n    GetSystemTime(&sysTime);\n\n    FILETIME sysTimeAsFileTime = {};\n    SystemTimeToFileTime(&sysTime, &sysTimeAsFileTime);\n\n    ULARGE_INTEGER ularge;\n    ularge.HighPart = sysTimeAsFileTime.dwHighDateTime;\n    ularge.LowPart = sysTimeAsFileTime.dwLowDateTime;\n\n    DateTime result;\n    result.UniversalTime = ularge.QuadPart;\n    return result;\n}\n\nbool Utils::IsDateTimeOlderThan(DateTime dateTime, const long long duration)\n{\n    DateTime now = Utils::GetUniversalSystemTime();\n    return dateTime.UniversalTime + duration < now.UniversalTime;\n}\n\ntask<void> Utils::WriteFileToFolder(IStorageFolder ^ folder, String ^ fileName, String ^ contents, CreationCollisionOption collisionOption)\n{\n    if (folder == nullptr)\n    {\n        co_return;\n    }\n\n    StorageFile ^ file = co_await folder->CreateFileAsync(fileName, collisionOption);\n    if (file == nullptr)\n    {\n        co_return;\n    }\n\n    co_await FileIO::WriteTextAsync(file, contents);\n}\n\ntask<String ^> Utils::ReadFileFromFolder(IStorageFolder ^ folder, String ^ fileName)\n{\n    if (folder == nullptr)\n    {\n        co_return nullptr;\n    }\n\n    StorageFile ^ file = co_await folder->GetFileAsync(fileName);\n    if (file == nullptr)\n    {\n        co_return nullptr;\n    }\n\n    String ^ contents = co_await FileIO::ReadTextAsync(file);\n    co_return contents;\n}\n\nbool Utils::AreColorsEqual(const Color& color1, const Color& color2)\n{\n    return ((color1.A == color2.A)\n         && (color1.R == color2.R)\n         && (color1.G == color2.G)\n         && (color1.B == color2.B));\n}\n\nString^ Utils::Trim(String^ value)\n{\n    if (!value)\n    {\n        return nullptr;\n    }\n\n    wstring trimmed = value->Data();\n    Trim(trimmed);\n    return ref new String(trimmed.c_str());\n}\n\nvoid Utils::Trim(wstring& value)\n{\n    TrimFront(value);\n    TrimBack(value);\n}\n\nvoid Utils::TrimFront(wstring& value)\n{\n    value.erase(value.begin(), find_if(value.cbegin(), value.cend(), [](int ch){\n        return !isspace(ch);\n    }));\n}\n\nvoid Utils::TrimBack(wstring& value)\n{\n    value.erase(find_if(value.crbegin(), value.crend(), [](int ch) {\n        return !isspace(ch);\n    }).base(), value.end());\n}\n\nbool operator==(const Color& color1, const Color& color2)\n{\n    return equal_to<Color>()(color1, color2);\n}\n\nbool operator!=(const Color& color1, const Color& color2)\n{\n    return !(color1 == color2);\n}\n\nString^ CalculatorApp::ViewModel::Common::Utilities::EscapeHtmlSpecialCharacters(String^ originalString)\n{\n    // Construct a default special characters if not provided.\n    const std::vector<wchar_t> specialCharacters {L'&', L'\\\"', L'\\'', L'<', L'>'};\n\n    bool replaceCharacters = false;\n    const wchar_t* pCh;\n    String^ replacementString = nullptr;\n\n    // First step is scanning the string for special characters.\n    // If there isn't any special character, we simply return the original string\n    for (pCh = originalString->Data(); *pCh; pCh++)\n    {\n        if (std::find(specialCharacters.begin(), specialCharacters.end(), *pCh) != specialCharacters.end())\n        {\n            replaceCharacters = true;\n            break;\n        }\n    }\n\n    if (replaceCharacters)\n    {\n        // If we indeed find a special character, we step back one character (the special\n        // character), and we create a new string where we replace those characters one by one\n        pCh--;\n        wstringstream buffer;\n        buffer << wstring(originalString->Data(), pCh);\n\n        for (; *pCh; pCh++)\n        {\n            switch (*pCh)\n            {\n            case L'&':\n                buffer << L\"&amp;\";\n                break;\n            case L'\\\"':\n                buffer << L\"&quot;\";\n                break;\n            case L'\\'':\n                buffer << L\"&apos;\";\n                break;\n            case L'<':\n                buffer << L\"&lt;\";\n                break;\n            case L'>':\n                buffer << L\"&gt;\";\n                break;\n            default:\n                buffer << *pCh;\n            }\n        }\n        replacementString = ref new String(buffer.str().c_str());\n    }\n\n    return replaceCharacters ? replacementString : originalString;\n}\n\nbool CalculatorApp::ViewModel::Common::Utilities::AreColorsEqual(Windows::UI::Color color1, Windows::UI::Color color2)\n{\n    return Utils::AreColorsEqual(color1, color2);\n}\n\n// This method calculates the luminance ratio between White and the given background color.\n// The luminance is calculate using the RGB values and does not use the A value.\n// White or Black is returned\nSolidColorBrush ^ CalculatorApp::ViewModel::Common::Utilities::GetContrastColor(Color backgroundColor)\n{\n    auto luminance = 0.2126 * backgroundColor.R + 0.7152 * backgroundColor.G + 0.0722 * backgroundColor.B;\n\n    if ((255 + 0.05) / (luminance + 0.05) >= 2.5)\n    {\n        return static_cast<SolidColorBrush ^>(Application::Current->Resources->Lookup(L\"WhiteBrush\"));\n    }\n\n    return static_cast<SolidColorBrush ^>(Application::Current->Resources->Lookup(L\"BlackBrush\"));\n}\n\nint CalculatorApp::ViewModel::Common::Utilities::GetWindowId()\n{\n    return Utils::GetWindowId();\n}\n\nlong long CalculatorApp::ViewModel::Common::Utilities::GetConst_WINEVENT_KEYWORD_RESPONSE_TIME()\n{\n    return WINEVENT_KEYWORD_RESPONSE_TIME;\n}\n\nbool CalculatorApp::ViewModel::Common::Utilities::GetIntegratedDisplaySize(double* size)\n{\n    if (SUCCEEDED(::GetIntegratedDisplaySize(size)))\n        return true;\n    return false;\n}\n\n"
  },
  {
    "path": "src/CalcViewModel/Common/Utils.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalcManager/ExpressionCommandInterface.h\"\n#include \"DelegateCommand.h\"\n#include \"GraphingInterfaces/GraphingEnums.h\"\n\n// Utility macros to make Models easier to write\n// generates a member variable called m_<n>\n\n#define SINGLE_ARG(...) __VA_ARGS__\n\n#define PROPERTY_R(t, n)                                                                                                                                       \\\n    property t n                                                                                                                                               \\\n    {                                                                                                                                                          \\\n        t get()                                                                                                                                                \\\n        {                                                                                                                                                      \\\n            return m_##n;                                                                                                                                      \\\n        }                                                                                                                                                      \\\n                                                                                                                                                               \\\n    private:                                                                                                                                                   \\\n        void set(t value)                                                                                                                                      \\\n        {                                                                                                                                                      \\\n            m_##n = value;                                                                                                                                     \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    t m_##n;                                                                                                                                                   \\\n                                                                                                                                                               \\\npublic:\n\n#define PROPERTY_RW(t, n)                                                                                                                                      \\\n    property t n                                                                                                                                               \\\n    {                                                                                                                                                          \\\n        t get()                                                                                                                                                \\\n        {                                                                                                                                                      \\\n            return m_##n;                                                                                                                                      \\\n        }                                                                                                                                                      \\\n        void set(t value)                                                                                                                                      \\\n        {                                                                                                                                                      \\\n            m_##n = value;                                                                                                                                     \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    t m_##n;                                                                                                                                                   \\\n                                                                                                                                                               \\\npublic:\n\n#define OBSERVABLE_PROPERTY_R(t, n)                                                                                                                            \\\n    property t n                                                                                                                                               \\\n    {                                                                                                                                                          \\\n        t get()                                                                                                                                                \\\n        {                                                                                                                                                      \\\n            return m_##n;                                                                                                                                      \\\n        }                                                                                                                                                      \\\n                                                                                                                                                               \\\n    private:                                                                                                                                                   \\\n        void set(t value)                                                                                                                                      \\\n        {                                                                                                                                                      \\\n            if (m_##n != value)                                                                                                                                \\\n            {                                                                                                                                                  \\\n                m_##n = value;                                                                                                                                 \\\n                RaisePropertyChanged(L#n);                                                                                                                     \\\n            }                                                                                                                                                  \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    t m_##n;                                                                                                                                                   \\\n                                                                                                                                                               \\\npublic:\n\n#define OBSERVABLE_PROPERTY_RW(t, n)                                                                                                                           \\\n    property t n                                                                                                                                               \\\n    {                                                                                                                                                          \\\n        t get()                                                                                                                                                \\\n        {                                                                                                                                                      \\\n            return m_##n;                                                                                                                                      \\\n        }                                                                                                                                                      \\\n        void set(t value)                                                                                                                                      \\\n        {                                                                                                                                                      \\\n            if (m_##n != value)                                                                                                                                \\\n            {                                                                                                                                                  \\\n                m_##n = value;                                                                                                                                 \\\n                RaisePropertyChanged(L#n);                                                                                                                     \\\n            }                                                                                                                                                  \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    t m_##n;                                                                                                                                                   \\\n                                                                                                                                                               \\\npublic:\n\n#define OBSERVABLE_NAMED_PROPERTY_R(t, n)                                                                                                                      \\\n    OBSERVABLE_PROPERTY_R(t, n)                                                                                                                                \\\npublic:                                                                                                                                                        \\\n    static property Platform::String ^ n##PropertyName                                                                                                         \\\n    {                                                                                                                                                          \\\n        Platform::String ^ get() { return Platform::StringReference(L#n); }                                                                                    \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n\n#define OBSERVABLE_NAMED_PROPERTY_RW(t, n)                                                                                                                     \\\n    OBSERVABLE_PROPERTY_RW(t, n)                                                                                                                               \\\npublic:                                                                                                                                                        \\\n    static property Platform::String ^ n##PropertyName                                                                                                         \\\n    {                                                                                                                                                          \\\n        Platform::String ^ get() { return Platform::StringReference(L#n); }                                                                                    \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n\n#define OBSERVABLE_PROPERTY_FIELD(n) m_##n\n\n// This variant of the observable object is for objects that don't want to react to property changes\n#ifndef UNIT_TESTS\n#define OBSERVABLE_OBJECT()                                                                                                                                    \\\n    virtual event Windows::UI::Xaml::Data::PropertyChangedEventHandler ^ PropertyChanged;                                                                      \\\n    internal:                                                                                                                                                  \\\n    void RaisePropertyChanged(Platform::String ^ p)                                                                                                            \\\n    {                                                                                                                                                          \\\n        PropertyChanged(this, ref new Windows::UI::Xaml::Data::PropertyChangedEventArgs(p));                                                                   \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n#else\n#define OBSERVABLE_OBJECT()                                                                                                                                    \\\n    virtual event Windows::UI::Xaml::Data::PropertyChangedEventHandler ^ PropertyChanged;                                                                      \\\n    internal:                                                                                                                                                  \\\n    void RaisePropertyChanged(Platform::String ^ p)                                                                                                            \\\n    {                                                                                                                                                          \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n#endif\n\n// The callback specified in the macro is a method in the class that will be called every time the object changes\n// the callback is supposed to be have a single parameter of type Platform::String^\n#ifndef UNIT_TESTS\n#define OBSERVABLE_OBJECT_CALLBACK(c)                                                                                                                          \\\n    virtual event Windows::UI::Xaml::Data::PropertyChangedEventHandler ^ PropertyChanged;                                                                      \\\n    internal:                                                                                                                                                  \\\n    void RaisePropertyChanged(Platform::String ^ p)                                                                                                            \\\n    {                                                                                                                                                          \\\n        PropertyChanged(this, ref new Windows::UI::Xaml::Data::PropertyChangedEventArgs(p));                                                                   \\\n        c(p);                                                                                                                                                  \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n#else\n#define OBSERVABLE_OBJECT_CALLBACK(c)                                                                                                                          \\\n    virtual event Windows::UI::Xaml::Data::PropertyChangedEventHandler ^ PropertyChanged;                                                                      \\\n    internal:                                                                                                                                                  \\\n    void RaisePropertyChanged(Platform::String ^ p)                                                                                                            \\\n    {                                                                                                                                                          \\\n        c(p);                                                                                                                                                  \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n#endif\n\n// The variable member generated by this macro should not be used in the class code, use the\n// property getter instead.\n#define COMMAND_FOR_METHOD(p, m)                                                                                                                               \\\n    property Windows::UI::Xaml::Input::ICommand ^ p                                                                                                            \\\n    {                                                                                                                                                          \\\n        Windows::UI::Xaml::Input::ICommand ^ get()                                                                                                             \\\n        {                                                                                                                                                      \\\n            if (!donotuse_##p)                                                                                                                                 \\\n            {                                                                                                                                                  \\\n                donotuse_##p = ref new CalculatorApp::ViewModel::Common::DelegateCommand(                                                                                 \\\n                    CalculatorApp::ViewModel::Common::MakeDelegateCommandHandler(this, &m)                                                                                \\\n                );                                                                                                                                             \\\n            }                                                                                                                                                  \\\n            return donotuse_##p;                                                                                                                               \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    Windows::UI::Xaml::Input::ICommand ^ donotuse_##p;                                                                                                         \\\n                                                                                                                                                               \\\npublic:\n\n#define DEPENDENCY_PROPERTY_DECLARATION(t, n)                                                                                                                  \\\n    property t n                                                                                                                                               \\\n    {                                                                                                                                                          \\\n        t get()                                                                                                                                                \\\n        {                                                                                                                                                      \\\n            return safe_cast<t>(GetValue(s_##n##Property));                                                                                                    \\\n        }                                                                                                                                                      \\\n        void set(t value)                                                                                                                                      \\\n        {                                                                                                                                                      \\\n            SetValue(s_##n##Property, value);                                                                                                                  \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ s_##n##Property;                                                                                            \\\n                                                                                                                                                               \\\nprivate:\n\n// Utilities for DependencyProperties\nnamespace Utils\n{\n    namespace Details\n    {\n        template <typename T>\n        struct IsRefClass\n        {\n            static const bool value = __is_ref_class(T);\n        };\n\n        template <typename T>\n        struct RemoveHat\n        {\n            typedef T type;\n        };\n\n        template <typename T>\n        struct RemoveHat<T ^>\n        {\n            typedef T type;\n        };\n\n        template <typename T>\n        typename std::enable_if<IsRefClass<T>::value, T ^>::type MakeDefault()\n        {\n            return nullptr;\n        }\n\n        template <typename T>\n        typename std::enable_if<!IsRefClass<T>::value, T>::type MakeDefault()\n        {\n            return T();\n        }\n\n        // There's a bug in Xaml in which custom enums are not recognized by the property system/binding\n        // therefore this template will determine that for enums the type to use to register the\n        // DependencyProperty is to be Object, for everything else it will use the type\n        // NOTE: If we are to find more types in which this is broken this template\n        // will be specialized for those types to return Object\n        template <typename T>\n        struct TypeToUseForDependencyProperty\n        {\n            typedef typename std::conditional<std::is_enum<T>::value, Platform::Object, T>::type type;\n        };\n    }\n\n    // Regular DependencyProperty\n    template <typename TOwner, typename TType>\n    Windows::UI::Xaml::DependencyProperty^ RegisterDependencyProperty(\n        _In_ const wchar_t* const name,\n        _In_ Windows::UI::Xaml::PropertyMetadata^ metadata)\n    {\n        typedef typename Details::RemoveHat<TOwner>::type OwnerType;\n        typedef typename Details::RemoveHat<TType>::type ThisPropertyType;\n        typedef typename Details::TypeToUseForDependencyProperty<ThisPropertyType>::type ThisDependencyPropertyType;\n\n        static_assert(Details::IsRefClass<OwnerType>::value, \"The owner of a DependencyProperty must be a ref class\");\n\n        return Windows::UI::Xaml::DependencyProperty::Register(\n            Platform::StringReference(name),\n            ThisDependencyPropertyType::typeid, // Work around bugs in Xaml by using the filtered type\n            OwnerType::typeid,\n            metadata);\n    }\n\n    template <typename TOwner, typename TType>\n    Windows::UI::Xaml::DependencyProperty^ RegisterDependencyProperty(_In_ const wchar_t* const name)\n    {\n        typedef typename Details::RemoveHat<TType>::type ThisPropertyType;\n\n        return RegisterDependencyProperty<TOwner, TType>(\n            name,\n            ref new Windows::UI::Xaml::PropertyMetadata(Details::MakeDefault<ThisPropertyType>()));\n    }\n\n    template <typename TOwner, typename TType>\n    Windows::UI::Xaml::DependencyProperty^ RegisterDependencyProperty(_In_ const wchar_t* const name, TType defaultValue)\n    {\n        return RegisterDependencyProperty<TOwner, TType>(\n            name,\n            ref new Windows::UI::Xaml::PropertyMetadata(defaultValue));\n    }\n\n    template <typename TOwner, typename TType, typename TCallback>\n    Windows::UI::Xaml::DependencyProperty^ RegisterDependencyPropertyWithCallback(\n        _In_ wchar_t const * const name,\n        TCallback callback)\n    {\n        typedef typename Details::RemoveHat<TType>::type ThisPropertyType;\n        return RegisterDependencyProperty<TOwner, TType>(\n            name,\n            ref new Windows::UI::Xaml::PropertyMetadata(\n                Details::MakeDefault<ThisPropertyType>(),\n                ref new Windows::UI::Xaml::PropertyChangedCallback(callback)));\n    }\n\n    template <typename TOwner, typename TType, typename TCallback>\n    Windows::UI::Xaml::DependencyProperty^ RegisterDependencyPropertyWithCallback(\n        _In_ wchar_t const * const name,\n        TType defaultValue,\n        TCallback callback)\n    {\n        typedef typename Details::RemoveHat<TType>::type ThisPropertyType;\n        return RegisterDependencyProperty<TOwner, TType>(\n            name,\n            ref new Windows::UI::Xaml::PropertyMetadata(\n                defaultValue,\n                ref new Windows::UI::Xaml::PropertyChangedCallback(callback)));\n    }\n\n    // Attached DependencyProperty\n    template <typename TOwner, typename TType>\n    Windows::UI::Xaml::DependencyProperty^ RegisterDependencyPropertyAttached(\n        _In_ const wchar_t* const name,\n        _In_ Windows::UI::Xaml::PropertyMetadata^ metadata)\n    {\n        typedef typename Details::RemoveHat<TOwner>::type OwnerType;\n        typedef typename Details::RemoveHat<TType>::type ThisPropertyType;\n        typedef typename Details::TypeToUseForDependencyProperty<ThisPropertyType>::type ThisDependencyPropertyType;\n\n        static_assert(Details::IsRefClass<OwnerType>::value, \"The owner of a DependencyProperty must be a ref class\");\n\n        return Windows::UI::Xaml::DependencyProperty::RegisterAttached(\n            Platform::StringReference(name),\n            ThisDependencyPropertyType::typeid, // Work around bugs in Xaml by using the filtered type\n            OwnerType::typeid,\n            metadata);\n    }\n\n    template <typename TOwner, typename TType>\n    Windows::UI::Xaml::DependencyProperty^ RegisterDependencyPropertyAttached(_In_ const wchar_t* const name)\n    {\n        typedef typename Details::RemoveHat<TType>::type ThisPropertyType;\n        return RegisterDependencyPropertyAttached<TOwner, TType>(\n            name,\n            ref new Windows::UI::Xaml::PropertyMetadata(Details::MakeDefault<ThisPropertyType>()));\n    }\n\n    template <typename TOwner, typename TType>\n    Windows::UI::Xaml::DependencyProperty^ RegisterDependencyPropertyAttached(_In_ const wchar_t* const name, TType defaultValue)\n    {\n        return RegisterDependencyPropertyAttached<TOwner, TType>(\n            name,\n            ref new Windows::UI::Xaml::PropertyMetadata(defaultValue));\n    }\n\n    template <typename TOwner, typename TType, typename TCallback>\n    Windows::UI::Xaml::DependencyProperty^ RegisterDependencyPropertyAttachedWithCallback(\n        _In_ wchar_t const * const name,\n        TCallback callback)\n    {\n        typedef typename Details::RemoveHat<TType>::type ThisPropertyType;\n        return RegisterDependencyPropertyAttached<TOwner, TType>(\n            name,\n            ref new Windows::UI::Xaml::PropertyMetadata(\n                Details::MakeDefault<ThisPropertyType>(),\n                ref new Windows::UI::Xaml::PropertyChangedCallback(callback)));\n    }\n\n    template <typename TOwner, typename TType, typename TCallback>\n    Windows::UI::Xaml::DependencyProperty^ RegisterDependencyPropertyAttachedWithCallback(\n        _In_ wchar_t const * const name,\n        TType defaultValue,\n        TCallback callback)\n    {\n        typedef typename Details::RemoveHat<TType>::type ThisPropertyType;\n        return RegisterDependencyPropertyAttached<TOwner, TType>(\n            name,\n            ref new Windows::UI::Xaml::PropertyMetadata(\n                defaultValue,\n                ref new Windows::UI::Xaml::PropertyChangedCallback(callback)));\n    }\n\n    void IFTPlatformException(HRESULT hr);\n    bool IsLastCharacterTarget(std::wstring const& input, wchar_t target);\n\n    // Return wstring after removing characters specified by unwantedChars array\n    template <size_t N>\n    std::wstring RemoveUnwantedCharsFromString(std::wstring inputString, const wchar_t (&unwantedChars)[N])\n    {\n        for (const wchar_t unwantedChar : unwantedChars)\n        {\n            inputString.erase(std::remove(inputString.begin(), inputString.end(), unwantedChar), inputString.end());\n        }\n        return inputString;\n    }\n\n    double GetDoubleFromWstring(std::wstring input);\n    int GetWindowId();\n    void RunOnUIThreadNonblocking(std::function<void()>&& function, _In_ Windows::UI::Core::CoreDispatcher ^ currentDispatcher);\n\n    Windows::Foundation::DateTime GetUniversalSystemTime();\n    bool IsDateTimeOlderThan(Windows::Foundation::DateTime dateTime, const long long duration);\n\n    concurrency::task<void> WriteFileToFolder(Windows::Storage::IStorageFolder^ folder, Platform::String^ fileName, Platform::String^ contents, Windows::Storage::CreationCollisionOption collisionOption);\n    concurrency::task<Platform::String^> ReadFileFromFolder(Windows::Storage::IStorageFolder^ folder, Platform::String^ fileName);\n\n    bool AreColorsEqual(const Windows::UI::Color& color1, const Windows::UI::Color& color2);\n\n    Platform::String^ Trim(Platform::String^ value);\n    void Trim(std::wstring& value);\n    void TrimFront(std::wstring& value);\n    void TrimBack(std::wstring& value);\n}\n\n// This goes into the header to define the property, in the public: section of the class\n#define DEPENDENCY_PROPERTY_OWNER(owner)                                                                                                                       \\\nprivate:                                                                                                                                                       \\\n    typedef owner DependencyPropertiesOwner;                                                                                                                   \\\n                                                                                                                                                               \\\npublic:\n\n// Normal DependencyProperty\n#define DEPENDENCY_PROPERTY(type, name)                                                                                                                        \\\n    property type name                                                                                                                                         \\\n    {                                                                                                                                                          \\\n        type get()                                                                                                                                             \\\n        {                                                                                                                                                      \\\n            return safe_cast<type>(GetValue(s_##name##Property));                                                                                              \\\n        }                                                                                                                                                      \\\n        void set(type value)                                                                                                                                   \\\n        {                                                                                                                                                      \\\n            SetValue(s_##name##Property, value);                                                                                                               \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ s_##name##Property;                                                                                         \\\n                                                                                                                                                               \\\npublic:                                                                                                                                                        \\\n    static property Windows::UI::Xaml::DependencyProperty ^ name##Property                                                                                     \\\n    {                                                                                                                                                          \\\n        Windows::UI::Xaml::DependencyProperty ^ get() {                                                                                                        \\\n            assert(s_##name##Property);                                                                                                                        \\\n            return s_##name##Property;                                                                                                                         \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ Initialize##name##Property()                                                                                \\\n    {                                                                                                                                                          \\\n        return Utils::RegisterDependencyProperty<DependencyPropertiesOwner, type>(L#name);                                                                     \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n\n#define DEPENDENCY_PROPERTY_WITH_DEFAULT(type, name, defaultValue)                                                                                             \\\n    property type name                                                                                                                                         \\\n    {                                                                                                                                                          \\\n        type get()                                                                                                                                             \\\n        {                                                                                                                                                      \\\n            return safe_cast<type>(GetValue(s_##name##Property));                                                                                              \\\n        }                                                                                                                                                      \\\n        void set(type value)                                                                                                                                   \\\n        {                                                                                                                                                      \\\n            SetValue(s_##name##Property, value);                                                                                                               \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ s_##name##Property;                                                                                         \\\n                                                                                                                                                               \\\npublic:                                                                                                                                                        \\\n    static property Windows::UI::Xaml::DependencyProperty ^ name##Property                                                                                     \\\n    {                                                                                                                                                          \\\n        Windows::UI::Xaml::DependencyProperty ^ get() {                                                                                                        \\\n            assert(s_##name##Property);                                                                                                                        \\\n            return s_##name##Property;                                                                                                                         \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ Initialize##name##Property()                                                                                \\\n    {                                                                                                                                                          \\\n        return Utils::RegisterDependencyProperty<DependencyPropertiesOwner, type>(L#name, defaultValue);                                                       \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n\n#define DEPENDENCY_PROPERTY_WITH_CALLBACK(type, name)                                                                                                          \\\n    property type name                                                                                                                                         \\\n    {                                                                                                                                                          \\\n        type get()                                                                                                                                             \\\n        {                                                                                                                                                      \\\n            return safe_cast<type>(GetValue(s_##name##Property));                                                                                              \\\n        }                                                                                                                                                      \\\n        void set(type value)                                                                                                                                   \\\n        {                                                                                                                                                      \\\n            SetValue(s_##name##Property, value);                                                                                                               \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ s_##name##Property;                                                                                         \\\n                                                                                                                                                               \\\npublic:                                                                                                                                                        \\\n    static property Windows::UI::Xaml::DependencyProperty ^ name##Property                                                                                     \\\n    {                                                                                                                                                          \\\n        Windows::UI::Xaml::DependencyProperty ^ get() {                                                                                                        \\\n            assert(s_##name##Property);                                                                                                                        \\\n            return s_##name##Property;                                                                                                                         \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ Initialize##name##Property()                                                                                \\\n    {                                                                                                                                                          \\\n        return Utils::RegisterDependencyPropertyWithCallback<DependencyPropertiesOwner, type>(L#name, &On##name##PropertyChangedImpl);                         \\\n    }                                                                                                                                                          \\\n    static void On##name##PropertyChangedImpl(Windows::UI::Xaml::DependencyObject ^ sender, Windows::UI::Xaml::DependencyPropertyChangedEventArgs ^ args)      \\\n    {                                                                                                                                                          \\\n        auto self = safe_cast<DependencyPropertiesOwner ^>(sender);                                                                                            \\\n        self->On##name##PropertyChanged(safe_cast<type>(args->OldValue), safe_cast<type>(args->NewValue));                                                     \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n\n#define DEPENDENCY_PROPERTY_WITH_DEFAULT_AND_CALLBACK(type, name, defaultValue)                                                                                \\\n    property type name                                                                                                                                         \\\n    {                                                                                                                                                          \\\n        type get()                                                                                                                                             \\\n        {                                                                                                                                                      \\\n            return safe_cast<type>(GetValue(s_##name##Property));                                                                                              \\\n        }                                                                                                                                                      \\\n        void set(type value)                                                                                                                                   \\\n        {                                                                                                                                                      \\\n            SetValue(s_##name##Property, value);                                                                                                               \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ s_##name##Property;                                                                                         \\\n                                                                                                                                                               \\\npublic:                                                                                                                                                        \\\n    static property Windows::UI::Xaml::DependencyProperty ^ name##Property                                                                                     \\\n    {                                                                                                                                                          \\\n        Windows::UI::Xaml::DependencyProperty ^ get() {                                                                                                        \\\n            assert(s_##name##Property);                                                                                                                        \\\n            return s_##name##Property;                                                                                                                         \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ Initialize##name##Property()                                                                                \\\n    {                                                                                                                                                          \\\n        return Utils::RegisterDependencyPropertyWithCallback<DependencyPropertiesOwner, type>(L#name, defaultValue, &On##name##PropertyChangedImpl);           \\\n    }                                                                                                                                                          \\\n    static void On##name##PropertyChangedImpl(Windows::UI::Xaml::DependencyObject ^ sender, Windows::UI::Xaml::DependencyPropertyChangedEventArgs ^ args)      \\\n    {                                                                                                                                                          \\\n        auto self = safe_cast<DependencyPropertiesOwner ^>(sender);                                                                                            \\\n        self->On##name##PropertyChanged(safe_cast<type>(args->OldValue), safe_cast<type>(args->NewValue));                                                     \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n\n// Attached DependencyProperty\n#define DEPENDENCY_PROPERTY_ATTACHED(type, name)                                                                                                               \\\n    static type Get##name(Windows::UI::Xaml::DependencyObject ^ target)                                                                                        \\\n    {                                                                                                                                                          \\\n        return safe_cast<type>(target->GetValue(s_##name##Property));                                                                                          \\\n    }                                                                                                                                                          \\\n    static void Set##name(Windows::UI::Xaml::DependencyObject ^ target, type value)                                                                            \\\n    {                                                                                                                                                          \\\n        target->SetValue(s_##name##Property, value);                                                                                                           \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ s_##name##Property;                                                                                         \\\n                                                                                                                                                               \\\npublic:                                                                                                                                                        \\\n    static property Windows::UI::Xaml::DependencyProperty ^ name##Property                                                                                     \\\n    {                                                                                                                                                          \\\n        Windows::UI::Xaml::DependencyProperty ^ get() {                                                                                                        \\\n            assert(s_##name##Property);                                                                                                                        \\\n            return s_##name##Property;                                                                                                                         \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ Initialize##name##Property()                                                                                \\\n    {                                                                                                                                                          \\\n        return Utils::RegisterDependencyPropertyAttached<DependencyPropertiesOwner, type>(L#name);                                                             \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n\n#define DEPENDENCY_PROPERTY_ATTACHED_WITH_DEFAULT(type, name, defaultValue)                                                                                    \\\n    static type Get##name(Windows::UI::Xaml::DependencyObject ^ target)                                                                                        \\\n    {                                                                                                                                                          \\\n        return safe_cast<type>(target->GetValue(s_##name##Property));                                                                                          \\\n    }                                                                                                                                                          \\\n    static void Set##name(Windows::UI::Xaml::DependencyObject ^ target, type value)                                                                            \\\n    {                                                                                                                                                          \\\n        target->SetValue(s_##name##Property, value);                                                                                                           \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ s_##name##Property;                                                                                         \\\n                                                                                                                                                               \\\npublic:                                                                                                                                                        \\\n    static property Windows::UI::Xaml::DependencyProperty ^ name##Property                                                                                     \\\n    {                                                                                                                                                          \\\n        Windows::UI::Xaml::DependencyProperty ^ get() {                                                                                                        \\\n            assert(s_##name##Property);                                                                                                                        \\\n            return s_##name##Property;                                                                                                                         \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ Initialize##name##Property()                                                                                \\\n    {                                                                                                                                                          \\\n        return Utils::RegisterDependencyPropertyAttached<DependencyPropertiesOwner, type>(L#name, defaultValue);                                               \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n\n#define DEPENDENCY_PROPERTY_ATTACHED_WITH_CALLBACK(type, name)                                                                                                 \\\n    static type Get##name(Windows::UI::Xaml::DependencyObject ^ target)                                                                                        \\\n    {                                                                                                                                                          \\\n        return safe_cast<type>(target->GetValue(s_##name##Property));                                                                                          \\\n    }                                                                                                                                                          \\\n    static void Set##name(Windows::UI::Xaml::DependencyObject ^ target, type value)                                                                            \\\n    {                                                                                                                                                          \\\n        target->SetValue(s_##name##Property, value);                                                                                                           \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ s_##name##Property;                                                                                         \\\n                                                                                                                                                               \\\npublic:                                                                                                                                                        \\\n    static property Windows::UI::Xaml::DependencyProperty ^ name##Property                                                                                     \\\n    {                                                                                                                                                          \\\n        Windows::UI::Xaml::DependencyProperty ^ get() {                                                                                                        \\\n            assert(s_##name##Property);                                                                                                                        \\\n            return s_##name##Property;                                                                                                                         \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ Initialize##name##Property()                                                                                \\\n    {                                                                                                                                                          \\\n        return Utils::RegisterDependencyPropertyAttachedWithCallback<DependencyPropertiesOwner, type>(L#name, &On##name##PropertyChangedImpl);                 \\\n    }                                                                                                                                                          \\\n    static void On##name##PropertyChangedImpl(Windows::UI::Xaml::DependencyObject ^ sender, Windows::UI::Xaml::DependencyPropertyChangedEventArgs ^ args)      \\\n    {                                                                                                                                                          \\\n        On##name##PropertyChanged(sender, safe_cast<type>(args->OldValue), safe_cast<type>(args->NewValue));                                                   \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n\n#define DEPENDENCY_PROPERTY_ATTACHED_WITH_DEFAULT_AND_CALLBACK(type, name, defaultValue)                                                                       \\\n    static type Get##name(Windows::UI::Xaml::DependencyObject ^ target)                                                                                        \\\n    {                                                                                                                                                          \\\n        return safe_cast<type>(target->GetValue(s_##name##Property));                                                                                          \\\n    }                                                                                                                                                          \\\n    static void Set##name(Windows::UI::Xaml::DependencyObject ^ target, type value)                                                                            \\\n    {                                                                                                                                                          \\\n        target->SetValue(s_##name##Property, value);                                                                                                           \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ s_##name##Property;                                                                                         \\\n                                                                                                                                                               \\\npublic:                                                                                                                                                        \\\n    static property Windows::UI::Xaml::DependencyProperty ^ name##Property                                                                                     \\\n    {                                                                                                                                                          \\\n        Windows::UI::Xaml::DependencyProperty ^ get() {                                                                                                        \\\n            assert(s_##name##Property);                                                                                                                        \\\n            return s_##name##Property;                                                                                                                         \\\n        }                                                                                                                                                      \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\nprivate:                                                                                                                                                       \\\n    static Windows::UI::Xaml::DependencyProperty ^ Initialize##name##Property()                                                                                \\\n    {                                                                                                                                                          \\\n        return Utils::RegisterDependencyPropertyAttachedWithCallback<DependencyPropertiesOwner, type>(L#name, defaultValue, &On##name##PropertyChangedImpl);   \\\n    }                                                                                                                                                          \\\n    static void On##name##PropertyChangedImpl(Windows::UI::Xaml::DependencyObject ^ sender, Windows::UI::Xaml::DependencyPropertyChangedEventArgs ^ args)      \\\n    {                                                                                                                                                          \\\n        On##name##PropertyChanged(sender, safe_cast<type>(args->OldValue), safe_cast<type>(args->NewValue));                                                   \\\n    }                                                                                                                                                          \\\n                                                                                                                                                               \\\npublic:\n\n// This goes into the cpp to initialize the static variable\n#define DEPENDENCY_PROPERTY_INITIALIZATION(owner, name) Windows::UI::Xaml::DependencyProperty ^ owner::s_##name##Property = owner::Initialize##name##Property();\n\nnamespace CalculatorApp\n{\n    template <typename T>\n    T from_cx(Platform::Object ^ from)\n    {\n        T to{ nullptr };\n\n        winrt::check_hresult(reinterpret_cast<::IUnknown*>(from)->QueryInterface(winrt::guid_of<T>(), reinterpret_cast<void**>(winrt::put_abi(to))));\n\n        return to;\n    }\n\n    namespace ViewModel::Common\n    {\n        // below utilities are intended to support interops between C# and C++/CX\n        // they can be removed if the entire codebase has been migrated to C#\n        public ref class Utilities sealed\n        {\n        public:\n            static Platform::String ^ EscapeHtmlSpecialCharacters(Platform::String ^ originalString);\n            static bool AreColorsEqual(Windows::UI::Color color1, Windows::UI::Color color2);\n            static Windows::UI::Xaml::Media::SolidColorBrush ^ GetContrastColor(Windows::UI::Color backgroundColor);\n            static int GetWindowId();\n            static long long GetConst_WINEVENT_KEYWORD_RESPONSE_TIME();\n            static bool GetIntegratedDisplaySize(double* size);\n        };\n    }\n}\n\n// There's no standard definition of equality for Windows::UI::Color structs.\n// Define a template specialization for std::equal_to.\ntemplate<>\nclass std::equal_to<Windows::UI::Color>\n{\npublic:\n    bool operator()(const Windows::UI::Color& color1, const Windows::UI::Color& color2)\n    {\n        return Utils::AreColorsEqual(color1, color2);\n    }\n};\n\nbool operator==(const Windows::UI::Color& color1, const Windows::UI::Color& color2);\nbool operator!=(const Windows::UI::Color& color1, const Windows::UI::Color& color2);\n"
  },
  {
    "path": "src/CalcViewModel/DataLoaders/CurrencyDataLoader.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include <optional>\n\n#include \"CurrencyDataLoader.h\"\n#include \"Common/AppResourceProvider.h\"\n#include \"Common/LocalizationStringUtil.h\"\n#include \"Common/LocalizationService.h\"\n#include \"Common/LocalizationSettings.h\"\n#include \"Common/TraceLogger.h\"\n#include \"UnitConverterDataConstants.h\"\n\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculatorApp::ViewModel::Common::LocalizationServiceProperties;\nusing namespace CalculatorApp::ViewModel::DataLoaders;\nusing namespace CalculatorApp::ViewModel;\nusing namespace CalculatorApp::ViewModel::DataLoaders::CurrencyDataLoaderConstants;\nusing namespace concurrency;\nusing namespace Platform;\nusing namespace std;\nusing namespace UnitConversionManager;\nusing namespace Windows::ApplicationModel::Resources::Core;\nusing namespace Windows::Data::Json;\nusing namespace Windows::Foundation;\nusing namespace Windows::Foundation::Collections;\nusing namespace Windows::Globalization::DateTimeFormatting;\nusing namespace Windows::Globalization::NumberFormatting;\nusing namespace Windows::Storage;\nusing namespace Windows::System::UserProfile;\nusing namespace Windows::UI::Core;\nusing namespace Windows::Web::Http;\n\nnamespace\n{\n    constexpr auto CURRENCY_UNIT_FROM_KEY = L\"CURRENCY_UNIT_FROM_KEY\";\n    constexpr auto CURRENCY_UNIT_TO_KEY = L\"CURRENCY_UNIT_TO_KEY\";\n\n    // Calculate number of 100-nanosecond intervals-per-day\n    // (1 interval/100 nanosecond)(100 nanosecond/1e-7 s)(60 s/1 min)(60 min/1 hr)(24 hr/1 day) = (interval/day)\n    constexpr long long DAY_DURATION = 1LL * 60 * 60 * 24 * 10000000;\n    constexpr long long WEEK_DURATION = DAY_DURATION * 7;\n\n    constexpr int FORMATTER_RATE_FRACTION_PADDING = 2;\n    constexpr int FORMATTER_RATE_MIN_DECIMALS = 4;\n    constexpr int FORMATTER_RATE_MIN_SIGNIFICANT_DECIMALS = 4;\n\n    constexpr auto CACHE_TIMESTAMP_KEY = L\"CURRENCY_CONVERTER_TIMESTAMP\";\n    constexpr auto CACHE_LANGCODE_KEY = L\"CURRENCY_CONVERTER_LANGCODE\";\n    constexpr auto CACHE_DELIMITER = L\"%\";\n\n    constexpr auto STATIC_DATA_FILENAME = L\"CURRENCY_CONVERTER_STATIC_DATA.txt\";\n    constexpr array<wstring_view, 5> STATIC_DATA_PROPERTIES = { wstring_view{ L\"CountryCode\", 11 },\n                                                                wstring_view{ L\"CountryName\", 11 },\n                                                                wstring_view{ L\"CurrencyCode\", 12 },\n                                                                wstring_view{ L\"CurrencyName\", 12 },\n                                                                wstring_view{ L\"CurrencySymbol\", 14 } };\n\n    constexpr auto ALL_RATIOS_DATA_FILENAME = L\"CURRENCY_CONVERTER_ALL_RATIOS_DATA.txt\";\n    constexpr auto RATIO_KEY = L\"Rt\";\n    constexpr auto CURRENCY_CODE_KEY = L\"An\";\n    constexpr array<wstring_view, 2> ALL_RATIOS_DATA_PROPERTIES = { wstring_view{ RATIO_KEY, 2 }, wstring_view{ CURRENCY_CODE_KEY, 2 } };\n\n    constexpr auto DEFAULT_FROM_TO_CURRENCY_FILE_URI = L\"ms-appx:///DataLoaders/DefaultFromToCurrency.json\";\n    constexpr auto FROM_KEY = L\"from\";\n    constexpr auto TO_KEY = L\"to\";\n\n    // Fallback default values.\n    constexpr auto DEFAULT_FROM_CURRENCY = DefaultCurrencyCode.data();\n    constexpr auto DEFAULT_TO_CURRENCY = L\"EUR\";\n\n    // ParseLanguageCode returns language code in form of `lang-region`\n    // TODO: unit testing.\n    std::optional<std::wstring> ParseLanguageCode(const wchar_t* bcp47)\n    {\n        // the IETF BCP 47 language tag syntax is: language[-script][-region]...\n        std::vector<std::wstring> segments;\n        std::wstring cur;\n        // TODO: use C++20 - ranges::views::split_view in the future.\n        for (; *bcp47 != L'\\0' && segments.size() < 3; ++bcp47)\n        {\n            auto ch = *bcp47;\n            if (std::isalpha(static_cast<unsigned char>(ch)))\n            {\n                cur += ch;\n            }\n            else if (ch == L'-')\n            {\n                segments.push_back(std::exchange(cur, {}));\n            }\n            else\n            {\n                return std::nullopt;\n            }\n        }\n        if (!cur.empty())\n        {\n            segments.push_back(std::move(cur));\n        }\n\n        switch (segments.size())\n        {\n        case 1:\n            return segments[0];\n        case 2:\n            if (segments[1].size() == 2)\n            { // segments[1] is a region subtag.\n                return segments[0] + L\"-\" + segments[1];\n            }\n            else\n            {\n                return segments[0];\n            }\n        case 3:\n            if (segments[1].size() == 2)\n            { // segments[1] is a region subtag.\n                return segments[0] + L\"-\" + segments[1];\n            }\n            else if (segments[1].size() != 2 && segments[2].size() == 2)\n            { // segments[2] is a region subtag.\n                return segments[0] + L\"-\" + segments[2];\n            }\n            else\n            {\n                return segments[0];\n            }\n        default:\n            return std::nullopt;\n        }\n    }\n} // namespace\n\nnamespace CalculatorApp\n{\n    namespace ViewModel::DataLoaders\n    {\n        namespace UnitConverterResourceKeys\n        {\n            StringReference CurrencyUnitFromKey(CURRENCY_UNIT_FROM_KEY);\n            StringReference CurrencyUnitToKey(CURRENCY_UNIT_TO_KEY);\n        }\n\n        namespace CurrencyDataLoaderConstants\n        {\n            StringReference CacheTimestampKey(CACHE_TIMESTAMP_KEY);\n            StringReference CacheLangcodeKey(CACHE_LANGCODE_KEY);\n            StringReference CacheDelimiter(CACHE_DELIMITER);\n            StringReference StaticDataFilename(STATIC_DATA_FILENAME);\n            StringReference AllRatiosDataFilename(ALL_RATIOS_DATA_FILENAME);\n            long long DayDuration = DAY_DURATION;\n        }\n    }\n}\n\nCurrencyDataLoader::CurrencyDataLoader(const wchar_t* forcedResponseLanguage)\n    : m_loadStatus(CurrencyLoadStatus::NotLoaded)\n    , m_responseLanguage(L\"en-US\")\n    , m_ratioFormat(L\"\")\n    , m_timestampFormat(L\"\")\n    , m_networkManager(ref new NetworkManager())\n    , m_meteredOverrideSet(false)\n{\n    if (forcedResponseLanguage != nullptr)\n    {\n        assert(wcslen(forcedResponseLanguage) > 0 && \"forcedResponseLanguage shall not be empty.\");\n        m_responseLanguage = ref new Platform::String(forcedResponseLanguage);\n    }\n    else if (GlobalizationPreferences::Languages->Size > 0)\n    {\n        if (auto lang = ParseLanguageCode(GlobalizationPreferences::Languages->GetAt(0)->Data()); lang.has_value())\n        {\n            m_responseLanguage = ref new Platform::String{ lang->c_str() };\n        }\n    }\n\n    m_client.Initialize(StringReference{ DefaultCurrencyCode.data() }, m_responseLanguage);\n    auto localizationService = LocalizationService::GetInstance();\n    if (CoreWindow::GetForCurrentThread() != nullptr)\n    {\n        // Must have a CoreWindow to access the resource context.\n        m_isRtlLanguage = localizationService->IsRtlLayout();\n    }\n\n    m_ratioFormatter = localizationService->GetRegionalSettingsAwareDecimalFormatter();\n    m_ratioFormatter->IsGrouped = true;\n    m_ratioFormatter->IsDecimalPointAlwaysDisplayed = true;\n    m_ratioFormatter->FractionDigits = FORMATTER_RATE_FRACTION_PADDING;\n\n    m_ratioFormat = AppResourceProvider::GetInstance()->GetResourceString(L\"CurrencyFromToRatioFormat\");\n    m_timestampFormat = AppResourceProvider::GetInstance()->GetResourceString(L\"CurrencyTimestampFormat\");\n}\n\nCurrencyDataLoader::~CurrencyDataLoader()\n{\n    UnregisterForNetworkBehaviorChanges();\n}\n\nvoid CurrencyDataLoader::UnregisterForNetworkBehaviorChanges()\n{\n    m_networkManager->NetworkBehaviorChanged -= m_networkBehaviorToken;\n}\n\nvoid CurrencyDataLoader::RegisterForNetworkBehaviorChanges()\n{\n    UnregisterForNetworkBehaviorChanges();\n\n    m_networkBehaviorToken = m_networkManager->NetworkBehaviorChanged +=\n        ref new NetworkBehaviorChangedHandler([this](NetworkAccessBehavior newBehavior) { this->OnNetworkBehaviorChanged(newBehavior); });\n\n    OnNetworkBehaviorChanged(NetworkManager::GetNetworkAccessBehavior());\n}\n\nvoid CurrencyDataLoader::OnNetworkBehaviorChanged(NetworkAccessBehavior newBehavior)\n{\n    m_networkAccessBehavior = newBehavior;\n    if (m_vmCallback != nullptr)\n    {\n        m_vmCallback->NetworkBehaviorChanged(static_cast<int>(m_networkAccessBehavior));\n    }\n}\n\nbool CurrencyDataLoader::LoadFinished()\n{\n    return m_loadStatus != CurrencyLoadStatus::NotLoaded;\n}\n\nbool CurrencyDataLoader::LoadedFromCache()\n{\n    return m_loadStatus == CurrencyLoadStatus::LoadedFromCache;\n}\n\nbool CurrencyDataLoader::LoadedFromWeb()\n{\n    return m_loadStatus == CurrencyLoadStatus::LoadedFromWeb;\n}\n\nvoid CurrencyDataLoader::ResetLoadStatus()\n{\n    m_loadStatus = CurrencyLoadStatus::NotLoaded;\n}\n\n#pragma optimize(\"\", off) // Turn off optimizations to work around DevDiv 393321\nvoid CurrencyDataLoader::LoadData()\n{\n    if (!LoadFinished())\n    {\n        RegisterForNetworkBehaviorChanges();\n        create_task(\n            [this]() -> task<bool>\n            {\n                vector<function<future<bool>()>> loadFunctions = {\n                    [this]() { return TryLoadDataFromCacheAsync(); },\n                    [this]() { return TryLoadDataFromWebAsync(); },\n                };\n\n                bool didLoad = false;\n                for (auto& f : loadFunctions)\n                {\n                    didLoad = co_await f();\n                    if (didLoad)\n                    {\n                        break;\n                    }\n                }\n\n                co_return didLoad;\n            })\n            .then(\n                [this](bool didLoad)\n                {\n                    UpdateDisplayedTimestamp();\n                    NotifyDataLoadFinished(didLoad);\n                },\n                task_continuation_context::use_current());\n    }\n};\n#pragma optimize(\"\", on)\n\nvector<UCM::Category> CurrencyDataLoader::GetOrderedCategories()\n{\n    // This function should not be called\n    // The model will use the categories from UnitConverterDataLoader\n    return vector<UCM::Category>();\n}\n\nvector<UCM::Unit> CurrencyDataLoader::GetOrderedUnits(const UCM::Category& /*category*/)\n{\n    lock_guard<mutex> lock(m_currencyUnitsMutex);\n    return m_currencyUnits;\n}\n\nunordered_map<UCM::Unit, UCM::ConversionData, UCM::UnitHash> CurrencyDataLoader::LoadOrderedRatios(const UCM::Unit& unit)\n{\n    lock_guard<mutex> lock(m_currencyUnitsMutex);\n    return m_currencyRatioMap.at(unit);\n}\n\nbool CurrencyDataLoader::SupportsCategory(const UCM::Category& target)\n{\n    static int currencyId = NavCategoryStates::Serialize(ViewMode::Currency);\n    return target.id == currencyId;\n}\n\nvoid CurrencyDataLoader::SetViewModelCallback(const shared_ptr<UCM::IViewModelCurrencyCallback>& callback)\n{\n    m_vmCallback = callback;\n    OnNetworkBehaviorChanged(m_networkAccessBehavior);\n}\n\npair<wstring, wstring> CurrencyDataLoader::GetCurrencySymbols(const UCM::Unit& unit1, const UCM::Unit& unit2)\n{\n    lock_guard<mutex> lock(m_currencyUnitsMutex);\n\n    wstring symbol1 = L\"\";\n    wstring symbol2 = L\"\";\n\n    auto itr1 = m_currencyMetadata.find(unit1);\n    auto itr2 = m_currencyMetadata.find(unit2);\n    if (itr1 != m_currencyMetadata.end() && itr2 != m_currencyMetadata.end())\n    {\n        symbol1 = (itr1->second).symbol;\n        symbol2 = (itr2->second).symbol;\n    }\n\n    return make_pair(symbol1, symbol2);\n}\n\ndouble CurrencyDataLoader::RoundCurrencyRatio(double ratio)\n{\n    // Compute how many decimals we need to display two meaningful digits at minimum\n    // For example: 0.00000000342334 -> 0.000000003423, 0.000212 -> 0.000212\n    int numberDecimals = FORMATTER_RATE_MIN_DECIMALS;\n    if (ratio < 1)\n    {\n        numberDecimals = max(FORMATTER_RATE_MIN_DECIMALS, (int)(-log10(ratio)) + FORMATTER_RATE_MIN_SIGNIFICANT_DECIMALS);\n    }\n\n    unsigned long long scale = (unsigned long long)powl(10l, numberDecimals);\n\n    return (double)(round(ratio * scale) / scale);\n}\n\npair<wstring, wstring> CurrencyDataLoader::GetCurrencyRatioEquality(_In_ const UCM::Unit& unit1, _In_ const UCM::Unit& unit2)\n{\n    try\n    {\n        auto iter = m_currencyRatioMap.find(unit1);\n        if (iter != m_currencyRatioMap.end())\n        {\n            unordered_map<UCM::Unit, UCM::ConversionData, UCM::UnitHash> ratioMap = iter->second;\n            auto iter2 = ratioMap.find(unit2);\n            if (iter2 != ratioMap.end())\n            {\n                double ratio = (iter2->second).ratio;\n                double rounded = RoundCurrencyRatio(ratio);\n\n                auto digit = LocalizationSettings::GetInstance()->GetDigitSymbolFromEnUsDigit(L'1');\n                auto digitSymbol = ref new String(&digit, 1);\n                auto roundedFormat = m_ratioFormatter->Format(rounded);\n\n                auto ratioString = LocalizationStringUtil::GetLocalizedString(\n                    m_ratioFormat, digitSymbol, StringReference(unit1.abbreviation.c_str()), roundedFormat, StringReference(unit2.abbreviation.c_str()));\n\n                auto accessibleRatioString = LocalizationStringUtil::GetLocalizedString(\n                    m_ratioFormat, digitSymbol, StringReference(unit1.accessibleName.c_str()), roundedFormat, StringReference(unit2.accessibleName.c_str()));\n\n                return make_pair(ratioString->Data(), accessibleRatioString->Data());\n            }\n        }\n    }\n    catch (...)\n    {\n    }\n\n    return make_pair(L\"\", L\"\");\n}\n\n#pragma optimize(\"\", off) // Turn off optimizations to work around DevDiv 393321\nfuture<bool> CurrencyDataLoader::TryLoadDataFromCacheAsync()\n{\n    try\n    {\n        ResetLoadStatus();\n\n        auto localSettings = ApplicationData::Current->LocalSettings;\n        if (localSettings == nullptr || !localSettings->Values->HasKey(CacheTimestampKey))\n        {\n            co_return false;\n        }\n\n        bool loadComplete = false;\n        m_cacheTimestamp = static_cast<DateTime>(localSettings->Values->Lookup(CacheTimestampKey));\n        if (Utils::IsDateTimeOlderThan(m_cacheTimestamp, DAY_DURATION) && m_networkAccessBehavior == NetworkAccessBehavior::Normal)\n        {\n            loadComplete = co_await TryLoadDataFromWebAsync();\n        }\n\n        if (!loadComplete)\n        {\n            loadComplete = co_await TryFinishLoadFromCacheAsync();\n        }\n\n        co_return loadComplete;\n    }\n    catch (Exception ^ ex)\n    {\n        TraceLogger::GetInstance()->LogPlatformException(ViewMode::Currency, __FUNCTIONW__, ex);\n        co_return false;\n    }\n    catch (const exception& e)\n    {\n        TraceLogger::GetInstance()->LogStandardException(ViewMode::Currency, __FUNCTIONW__, e);\n        co_return false;\n    }\n    catch (...)\n    {\n        co_return false;\n    }\n}\n\nfuture<bool> CurrencyDataLoader::TryFinishLoadFromCacheAsync()\n{\n    auto localSettings = ApplicationData::Current->LocalSettings;\n    if (localSettings == nullptr)\n    {\n        co_return false;\n    }\n\n    if (!localSettings->Values->HasKey(CacheLangcodeKey) || !static_cast<String ^>(localSettings->Values->Lookup(CacheLangcodeKey))->Equals(m_responseLanguage))\n    {\n        co_return false;\n    }\n\n    StorageFolder ^ localCacheFolder = ApplicationData::Current->LocalCacheFolder;\n    if (localCacheFolder == nullptr)\n    {\n        co_return false;\n    }\n\n    String ^ staticDataResponse = co_await Utils::ReadFileFromFolder(localCacheFolder, StaticDataFilename);\n    String ^ allRatiosResponse = co_await Utils::ReadFileFromFolder(localCacheFolder, AllRatiosDataFilename);\n\n    vector<UCM::CurrencyStaticData> staticData{};\n    CurrencyRatioMap ratioMap{};\n\n    bool didParse = TryParseWebResponses(staticDataResponse, allRatiosResponse, staticData, ratioMap);\n    if (!didParse)\n    {\n        co_return false;\n    }\n\n    m_loadStatus = CurrencyLoadStatus::LoadedFromCache;\n    co_await FinalizeUnits(staticData, ratioMap);\n\n    co_return true;\n}\n\nfuture<bool> CurrencyDataLoader::TryLoadDataFromWebAsync()\n{\n    try\n    {\n        ResetLoadStatus();\n\n        if (m_networkAccessBehavior == NetworkAccessBehavior::Offline || (m_networkAccessBehavior == NetworkAccessBehavior::OptIn && !m_meteredOverrideSet))\n        {\n            co_return false;\n        }\n\n        String ^ staticDataResponse = co_await m_client.GetCurrencyMetadataAsync();\n        String ^ allRatiosResponse = co_await m_client.GetCurrencyRatiosAsync();\n        if (staticDataResponse == nullptr || allRatiosResponse == nullptr)\n        {\n            co_return false;\n        }\n\n        vector<UCM::CurrencyStaticData> staticData{};\n        CurrencyRatioMap ratioMap{};\n\n        bool didParse = TryParseWebResponses(staticDataResponse, allRatiosResponse, staticData, ratioMap);\n        if (!didParse)\n        {\n            co_return false;\n        }\n\n        // Set the timestamp before saving it below.\n        m_cacheTimestamp = Utils::GetUniversalSystemTime();\n\n        try\n        {\n            const vector<pair<String ^, String ^>> cachedFiles = { { StaticDataFilename, staticDataResponse }, { AllRatiosDataFilename, allRatiosResponse } };\n\n            StorageFolder ^ localCacheFolder = ApplicationData::Current->LocalCacheFolder;\n            for (const auto& fileInfo : cachedFiles)\n            {\n                co_await Utils::WriteFileToFolder(localCacheFolder, fileInfo.first, fileInfo.second, CreationCollisionOption::ReplaceExisting);\n            }\n\n            SaveLangCodeAndTimestamp();\n        }\n        catch (...)\n        {\n            // If we fail to save to cache it's okay, we should still continue.\n        }\n\n        m_loadStatus = CurrencyLoadStatus::LoadedFromWeb;\n        co_await FinalizeUnits(staticData, ratioMap);\n\n        co_return true;\n    }\n    catch (Exception ^ ex)\n    {\n        TraceLogger::GetInstance()->LogPlatformException(ViewMode::Currency, __FUNCTIONW__, ex);\n        co_return false;\n    }\n    catch (const exception& e)\n    {\n        TraceLogger::GetInstance()->LogStandardException(ViewMode::Currency, __FUNCTIONW__, e);\n        co_return false;\n    }\n    catch (...)\n    {\n        co_return false;\n    }\n}\n\nfuture<bool> CurrencyDataLoader::TryLoadDataFromWebOverrideAsync()\n{\n    m_meteredOverrideSet = true;\n    bool didLoad = co_await TryLoadDataFromWebAsync();\n    if (!didLoad)\n    {\n        m_loadStatus = CurrencyLoadStatus::FailedToLoad;\n        TraceLogger::GetInstance()->LogError(ViewMode::Currency, L\"CurrencyDataLoader::TryLoadDataFromWebOverrideAsync\", L\"UserRequestedRefreshFailed\");\n    }\n\n    co_return didLoad;\n};\n#pragma optimize(\"\", on)\n\nbool CurrencyDataLoader::TryParseWebResponses(\n    _In_ String ^ staticDataJson,\n    _In_ String ^ allRatiosJson,\n    _Inout_ vector<UCM::CurrencyStaticData>& staticData,\n    _Inout_ CurrencyRatioMap& allRatiosData)\n{\n    return TryParseStaticData(staticDataJson, staticData) && TryParseAllRatiosData(allRatiosJson, allRatiosData);\n}\n\nbool CurrencyDataLoader::TryParseStaticData(_In_ String ^ rawJson, _Inout_ vector<UCM::CurrencyStaticData>& staticData)\n{\n    JsonArray ^ data = nullptr;\n    if (!JsonArray::TryParse(rawJson, &data))\n    {\n        return false;\n    }\n\n    wstring countryCode{ L\"\" };\n    wstring countryName{ L\"\" };\n    wstring currencyCode{ L\"\" };\n    wstring currencyName{ L\"\" };\n    wstring currencySymbol{ L\"\" };\n\n    vector<wstring*> values = { &countryCode, &countryName, &currencyCode, &currencyName, &currencySymbol };\n\n    assert(values.size() == STATIC_DATA_PROPERTIES.size());\n    staticData.resize(size_t{ data->Size });\n    for (unsigned int i = 0; i < data->Size; i++)\n    {\n        JsonObject ^ obj;\n        try\n        {\n            obj = data->GetAt(i)->GetObject();\n        }\n        catch (COMException ^ e)\n        {\n            if (e->HResult == E_ILLEGAL_METHOD_CALL)\n            {\n                continue;\n            }\n            else\n            {\n                throw;\n            }\n        }\n\n        for (size_t j = 0; j < values.size(); j++)\n        {\n            (*values[j]) = obj->GetNamedString(StringReference(STATIC_DATA_PROPERTIES[j].data()))->Data();\n        }\n\n        staticData[i] = CurrencyStaticData{ countryCode, countryName, currencyCode, currencyName, currencySymbol };\n    }\n\n    auto sortCountryNames = [](const UCM::CurrencyStaticData& s) { return ref new String(s.countryName.c_str()); };\n\n    LocalizationService::GetInstance()->Sort<UCM::CurrencyStaticData>(staticData, sortCountryNames);\n\n    return true;\n}\n\nbool CurrencyDataLoader::TryParseAllRatiosData(_In_ String ^ rawJson, _Inout_ CurrencyRatioMap& allRatios)\n{\n    JsonArray ^ data = nullptr;\n    if (!JsonArray::TryParse(rawJson, &data))\n    {\n        return false;\n    }\n\n    wstring sourceCurrencyCode{ DefaultCurrencyCode };\n\n    allRatios.clear();\n    for (unsigned int i = 0; i < data->Size; i++)\n    {\n        JsonObject ^ obj;\n        try\n        {\n            obj = data->GetAt(i)->GetObject();\n        }\n        catch (COMException ^ e)\n        {\n            if (e->HResult == E_ILLEGAL_METHOD_CALL)\n            {\n                continue;\n            }\n            else\n            {\n                throw;\n            }\n        }\n\n        // Rt is ratio, An is target currency ISO code.\n        double relativeRatio = obj->GetNamedNumber(StringReference(RATIO_KEY));\n        wstring targetCurrencyCode = obj->GetNamedString(StringReference(CURRENCY_CODE_KEY))->Data();\n\n        allRatios.emplace(targetCurrencyCode, CurrencyRatio{ relativeRatio, sourceCurrencyCode, targetCurrencyCode });\n    }\n\n    return true;\n}\n\n// FinalizeUnits\n//\n// There are a few ways we can get the data needed for Currency Converter, including from cache or from web.\n// This function accepts the data from any source, and acts as a 'last-steps' for the converter to be ready.\n// This includes identifying which units will be selected and building the map of currency ratios.\n#pragma optimize(\"\", off) // Turn off optimizations to work around DevDiv 393321\ntask<void> CurrencyDataLoader::FinalizeUnits(_In_ const vector<UCM::CurrencyStaticData>& staticData, _In_ const CurrencyRatioMap& ratioMap)\n{\n    unordered_map<int, pair<UCM::Unit, double>> idToUnit{};\n\n    SelectedUnits defaultCurrencies = co_await GetDefaultFromToCurrency();\n    wstring fromCurrency = defaultCurrencies.first;\n    wstring toCurrency = defaultCurrencies.second;\n\n    {\n        lock_guard<mutex> lock(m_currencyUnitsMutex);\n\n        int i = 1;\n        m_currencyUnits.clear();\n        m_currencyMetadata.clear();\n        bool isConversionSourceSet = false;\n        bool isConversionTargetSet = false;\n        for (const UCM::CurrencyStaticData& currencyUnit : staticData)\n        {\n            auto itr = ratioMap.find(currencyUnit.currencyCode);\n            if (itr != ratioMap.end() && (itr->second).ratio > 0)\n            {\n                int id = static_cast<int>(UnitConverterUnits::UnitEnd + i);\n\n                bool isConversionSource = (fromCurrency == currencyUnit.currencyCode);\n                isConversionSourceSet = isConversionSourceSet || isConversionSource;\n\n                bool isConversionTarget = (toCurrency == currencyUnit.currencyCode);\n                isConversionTargetSet = isConversionTargetSet || isConversionTarget;\n\n                UCM::Unit unit = UCM::Unit{\n                    id,                        // id\n                    currencyUnit.currencyName, // currencyName\n                    currencyUnit.countryName,  // countryName\n                    currencyUnit.currencyCode, // abbreviation\n                    m_isRtlLanguage,           // isRtlLanguage\n                    isConversionSource,        // isConversionSource\n                    isConversionTarget         // isConversionTarget\n                };\n\n                m_currencyUnits.push_back(unit);\n                m_currencyMetadata.emplace(unit, CurrencyUnitMetadata{ currencyUnit.currencySymbol });\n                idToUnit.insert(pair<int, pair<UCM::Unit, double>>(unit.id, pair<UCM::Unit, double>(unit, (itr->second).ratio)));\n                i++;\n            }\n        }\n\n        if (!isConversionSourceSet || !isConversionTargetSet)\n        {\n            GuaranteeSelectedUnits();\n            defaultCurrencies = { DEFAULT_FROM_CURRENCY, DEFAULT_TO_CURRENCY };\n        }\n\n        m_currencyRatioMap.clear();\n        for (const auto& unit : m_currencyUnits)\n        {\n            unordered_map<UCM::Unit, UCM::ConversionData, UCM::UnitHash> conversions;\n            double unitFactor = idToUnit[unit.id].second;\n            for (auto itr = idToUnit.begin(); itr != idToUnit.end(); itr++)\n            {\n                UCM::Unit targetUnit = (itr->second).first;\n                double conversionRatio = (itr->second).second;\n                UCM::ConversionData parsedData = { 1.0, 0.0, false };\n                assert(unitFactor > 0); // divide by zero assert\n                parsedData.ratio = conversionRatio / unitFactor;\n                conversions.insert(make_pair(targetUnit, parsedData));\n            }\n\n            m_currencyRatioMap.insert(make_pair(unit, conversions));\n        }\n    } // unlocked m_currencyUnitsMutex\n\n    SaveSelectedUnitsToLocalSettings(defaultCurrencies);\n};\n#pragma optimize(\"\", on)\n\nvoid CurrencyDataLoader::GuaranteeSelectedUnits()\n{\n    bool isConversionSourceSet = false;\n    bool isConversionTargetSet = false;\n    for (UCM::Unit& unit : m_currencyUnits)\n    {\n        unit.isConversionSource = false;\n        unit.isConversionTarget = false;\n\n        if (!isConversionSourceSet && unit.abbreviation == DEFAULT_FROM_CURRENCY)\n        {\n            unit.isConversionSource = true;\n            isConversionSourceSet = true;\n        }\n        if (!isConversionTargetSet && unit.abbreviation == DEFAULT_TO_CURRENCY)\n        {\n            unit.isConversionTarget = true;\n            isConversionTargetSet = true;\n        }\n    }\n\n    // If still not set for either source or target, just select the first currency in the list\n\n    if (!m_currencyUnits.empty())\n    {\n        if (!isConversionSourceSet)\n        {\n            m_currencyUnits[0].isConversionSource = true;\n            isConversionSourceSet = true;\n        }\n\n        if (!isConversionTargetSet)\n        {\n            m_currencyUnits[0].isConversionTarget = true;\n            isConversionTargetSet = true;\n        }\n    }\n}\n\nvoid CurrencyDataLoader::NotifyDataLoadFinished(bool didLoad)\n{\n    if (!didLoad)\n    {\n        m_loadStatus = CurrencyLoadStatus::FailedToLoad;\n    }\n\n    if (m_vmCallback != nullptr)\n    {\n        m_vmCallback->CurrencyDataLoadFinished(didLoad);\n    }\n}\n\nvoid CurrencyDataLoader::SaveLangCodeAndTimestamp()\n{\n    ApplicationDataContainer ^ localSettings = ApplicationData::Current->LocalSettings;\n    if (localSettings == nullptr)\n    {\n        return;\n    }\n\n    localSettings->Values->Insert(CacheTimestampKey, m_cacheTimestamp);\n    localSettings->Values->Insert(CacheLangcodeKey, m_responseLanguage);\n}\n\nvoid CurrencyDataLoader::UpdateDisplayedTimestamp()\n{\n    if (m_vmCallback != nullptr)\n    {\n        wstring timestamp = GetCurrencyTimestamp();\n        bool isWeekOld = Utils::IsDateTimeOlderThan(m_cacheTimestamp, WEEK_DURATION);\n\n        m_vmCallback->CurrencyTimestampCallback(timestamp, isWeekOld);\n    }\n}\nwstring CurrencyDataLoader::GetCurrencyTimestamp()\n{\n    DateTime epoch{};\n    if (m_cacheTimestamp.UniversalTime != epoch.UniversalTime)\n    {\n        DateTimeFormatter ^ dateFormatter = ref new DateTimeFormatter(L\"shortdate\");\n        auto date = dateFormatter->Format(m_cacheTimestamp);\n\n        DateTimeFormatter ^ timeFormatter = ref new DateTimeFormatter(L\"shorttime\");\n        auto time = timeFormatter->Format(m_cacheTimestamp);\n\n        return LocalizationStringUtil::GetLocalizedString(m_timestampFormat, date, time)->Data();\n    }\n\n    return L\"\";\n}\n\n#pragma optimize(\"\", off) // Turn off optimizations to work around DevDiv 393321\ntask<SelectedUnits> CurrencyDataLoader::GetDefaultFromToCurrency()\n{\n    wstring fromCurrency{ DEFAULT_FROM_CURRENCY };\n    wstring toCurrency{ DEFAULT_TO_CURRENCY };\n\n    // First, check if we previously stored the last used currencies.\n    bool foundInLocalSettings = TryGetLastUsedCurrenciesFromLocalSettings(&fromCurrency, &toCurrency);\n    if (!foundInLocalSettings)\n    {\n        try\n        {\n            // Second, see if the current locale has preset defaults in DefaultFromToCurrency.json.\n            Uri ^ fileUri = ref new Uri(StringReference(DEFAULT_FROM_TO_CURRENCY_FILE_URI));\n            StorageFile ^ defaultFromToCurrencyFile = co_await StorageFile::GetFileFromApplicationUriAsync(fileUri);\n            if (defaultFromToCurrencyFile != nullptr)\n            {\n                String ^ fileContents = co_await FileIO::ReadTextAsync(defaultFromToCurrencyFile);\n                JsonObject ^ fromToObject = JsonObject::Parse(fileContents);\n                JsonObject ^ regionalDefaults = fromToObject->GetNamedObject(m_responseLanguage);\n\n                // Get both values before assignment in-case either fails.\n                String ^ selectedFrom = regionalDefaults->GetNamedString(StringReference(FROM_KEY));\n                String ^ selectedTo = regionalDefaults->GetNamedString(StringReference(TO_KEY));\n\n                fromCurrency = selectedFrom->Data();\n                toCurrency = selectedTo->Data();\n            }\n        }\n        catch (...)\n        {\n        }\n    }\n\n    co_return make_pair(fromCurrency, toCurrency);\n};\n#pragma optimize(\"\", on)\n\nbool CurrencyDataLoader::TryGetLastUsedCurrenciesFromLocalSettings(_Out_ wstring* const fromCurrency, _Out_ wstring* const toCurrency)\n{\n    String ^ fromKey = UnitConverterResourceKeys::CurrencyUnitFromKey;\n    String ^ toKey = UnitConverterResourceKeys::CurrencyUnitToKey;\n    ApplicationDataContainer ^ localSettings = ApplicationData::Current->LocalSettings;\n    if (localSettings != nullptr && localSettings->Values != nullptr)\n    {\n        IPropertySet ^ values = localSettings->Values;\n        if (values->HasKey(fromKey) && values->HasKey(toKey))\n        {\n            *fromCurrency = static_cast<String ^>(values->Lookup(fromKey))->Data();\n            *toCurrency = static_cast<String ^>(values->Lookup(toKey))->Data();\n\n            return true;\n        }\n    }\n\n    return false;\n}\n\nvoid CurrencyDataLoader::SaveSelectedUnitsToLocalSettings(_In_ const SelectedUnits& selectedUnits)\n{\n    String ^ fromKey = UnitConverterResourceKeys::CurrencyUnitFromKey;\n    String ^ toKey = UnitConverterResourceKeys::CurrencyUnitToKey;\n    ApplicationDataContainer ^ localSettings = ApplicationData::Current->LocalSettings;\n    if (localSettings != nullptr && localSettings->Values != nullptr)\n    {\n        IPropertySet ^ values = localSettings->Values;\n        values->Insert(fromKey, StringReference(selectedUnits.first.c_str()));\n        values->Insert(toKey, StringReference(selectedUnits.second.c_str()));\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/DataLoaders/CurrencyDataLoader.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalcManager/UnitConverter.h\"\n#include \"Common/NetworkManager.h\"\n#include \"CurrencyHttpClient.h\"\n\nnamespace CalculatorApp\n{\n    namespace ViewModel::DataLoaders\n    {\n    public\n        enum class CurrencyLoadStatus\n        {\n            NotLoaded = 0,\n            FailedToLoad = 1,\n            LoadedFromCache = 2,\n            LoadedFromWeb = 3\n        };\n\n        namespace UnitConverterResourceKeys\n        {\n            extern Platform::StringReference CurrencyUnitFromKey;\n            extern Platform::StringReference CurrencyUnitToKey;\n        }\n\n        namespace CurrencyDataLoaderConstants\n        {\n            extern Platform::StringReference CacheTimestampKey;\n            extern Platform::StringReference CacheLangcodeKey;\n            extern Platform::StringReference CacheDelimiter;\n            extern Platform::StringReference StaticDataFilename;\n            extern Platform::StringReference AllRatiosDataFilename;\n            extern long long DayDuration;\n        }\n\n        namespace UCM = UnitConversionManager;\n\n        typedef std::unordered_map<std::wstring, UCM::CurrencyRatio> CurrencyRatioMap;\n        typedef std::pair<std::wstring, std::wstring> SelectedUnits;\n\n        struct CurrencyUnitMetadata\n        {\n            CurrencyUnitMetadata(const std::wstring& s)\n                : symbol(s)\n            {\n            }\n\n            const std::wstring symbol;\n        };\n\n        class CurrencyDataLoader : public UCM::IConverterDataLoader, public UCM::ICurrencyConverterDataLoader\n        {\n        public:\n            CurrencyDataLoader(const wchar_t* overrideLanguage = nullptr);\n            ~CurrencyDataLoader();\n\n            bool LoadFinished();\n            bool LoadedFromCache();\n            bool LoadedFromWeb();\n\n            // IConverterDataLoader\n            void LoadData() override;\n            std::vector<UCM::Category> GetOrderedCategories() override;\n            std::vector<UCM::Unit> GetOrderedUnits(const UCM::Category& category) override;\n            std::unordered_map<UCM::Unit, UCM::ConversionData, UCM::UnitHash> LoadOrderedRatios(const UCM::Unit& unit) override;\n            bool SupportsCategory(const UnitConversionManager::Category& target) override;\n            // IConverterDataLoader\n\n            // ICurrencyConverterDataLoader\n            void SetViewModelCallback(const std::shared_ptr<UCM::IViewModelCurrencyCallback>& callback) override;\n            std::pair<std::wstring, std::wstring> GetCurrencySymbols(const UCM::Unit& unit1, const UCM::Unit& unit2) override;\n            std::pair<std::wstring, std::wstring>\n            GetCurrencyRatioEquality(_In_ const UnitConversionManager::Unit& unit1, _In_ const UnitConversionManager::Unit& unit2) override;\n            std::wstring GetCurrencyTimestamp() override;\n            static double RoundCurrencyRatio(double ratio);\n\n            std::future<bool> TryLoadDataFromCacheAsync() override;\n            std::future<bool> TryLoadDataFromWebAsync() override;\n            std::future<bool> TryLoadDataFromWebOverrideAsync() override;\n            // ICurrencyConverterDataLoader\n\n            void OnNetworkBehaviorChanged(CalculatorApp::ViewModel::Common::NetworkAccessBehavior newBehavior);\n\n        private:\n            void ResetLoadStatus();\n            void NotifyDataLoadFinished(bool didLoad);\n\n            std::future<bool> TryFinishLoadFromCacheAsync();\n\n            bool TryParseWebResponses(\n                _In_ Platform::String ^ staticDataJson,\n                _In_ Platform::String ^ allRatiosJson,\n                _Inout_ std::vector<UCM::CurrencyStaticData>& staticData,\n                _Inout_ CurrencyRatioMap& allRatiosData);\n            bool TryParseStaticData(_In_ Platform::String ^ rawJson, _Inout_ std::vector<UCM::CurrencyStaticData>& staticData);\n            bool TryParseAllRatiosData(_In_ Platform::String ^ rawJson, _Inout_ CurrencyRatioMap& allRatiosData);\n            concurrency::task<void> FinalizeUnits(_In_ const std::vector<UCM::CurrencyStaticData>& staticData, _In_ const CurrencyRatioMap& ratioMap);\n            void GuaranteeSelectedUnits();\n\n            void SaveLangCodeAndTimestamp();\n            void UpdateDisplayedTimestamp();\n\n            void RegisterForNetworkBehaviorChanges();\n            void UnregisterForNetworkBehaviorChanges();\n\n            concurrency::task<SelectedUnits> GetDefaultFromToCurrency();\n            bool TryGetLastUsedCurrenciesFromLocalSettings(_Out_ std::wstring* const fromCurrency, _Out_ std::wstring* const toCurrency);\n            void SaveSelectedUnitsToLocalSettings(_In_ const SelectedUnits& selectedUnits);\n\n        private:\n            Platform::String ^ m_responseLanguage;\n            CurrencyHttpClient m_client;\n\n            bool m_isRtlLanguage;\n\n            std::mutex m_currencyUnitsMutex;\n            std::vector<UCM::Unit> m_currencyUnits;\n            UCM::UnitToUnitToConversionDataMap m_currencyRatioMap;\n            std::unordered_map<UCM::Unit, CurrencyUnitMetadata, UCM::UnitHash> m_currencyMetadata;\n\n            std::shared_ptr<UCM::IViewModelCurrencyCallback> m_vmCallback;\n\n            Windows::Globalization::NumberFormatting::DecimalFormatter ^ m_ratioFormatter;\n            Platform::String ^ m_ratioFormat;\n            Windows::Foundation::DateTime m_cacheTimestamp;\n            Platform::String ^ m_timestampFormat;\n\n            CurrencyLoadStatus m_loadStatus;\n\n            CalculatorApp::ViewModel::Common::NetworkManager ^ m_networkManager;\n            CalculatorApp::ViewModel::Common::NetworkAccessBehavior m_networkAccessBehavior;\n            Windows::Foundation::EventRegistrationToken m_networkBehaviorToken;\n            bool m_meteredOverrideSet;\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/DataLoaders/CurrencyHttpClient.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"CurrencyHttpClient.h\"\n\nnamespace\n{\n    constexpr auto MockCurrencyConverterData = LR\"(\n[\n  {\n    \"An\": \"MAR\",\n    \"Rt\": 1.00\n  },\n  {\n    \"An\": \"MON\",\n    \"Rt\": 0.50\n  },\n  {\n    \"An\": \"NEP\",\n    \"Rt\": 0.00125\n  },\n  {\n    \"An\": \"SAT\",\n    \"Rt\": 0.25\n  },\n  {\n    \"An\": \"URA\",\n    \"Rt\": 2.75\n  },\n  {\n    \"An\": \"VEN\",\n    \"Rt\": 900.00\n  },\n  {\n    \"An\": \"JUP\",\n    \"Rt\": 1.23456789123456789\n  },\n  {\n    \"An\": \"MER\",\n    \"Rt\": 2.00\n  },\n  {\n    \"An\": \"JPY\",\n    \"Rt\": 0.00125\n  },\n  {\n    \"An\": \"JOD\",\n    \"Rt\": 0.25\n  }\n])\";\n\n    constexpr auto MockCurrencyStaticData = LR\"(\n[\n  {\n    \"CountryCode\": \"MAR\",\n    \"CountryName\": \"Mars\",\n    \"CurrencyCode\": \"MAR\",\n    \"CurrencyName\": \"The Martian Dollar\",\n    \"CurrencySymbol\": \"¤\"\n  },\n  {\n    \"CountryCode\": \"MON\",\n    \"CountryName\": \"Moon\",\n    \"CurrencyCode\": \"MON\",\n    \"CurrencyName\": \"Moon Bucks\",\n    \"CurrencySymbol\": \"¤\"\n  },\n  {\n    \"CountryCode\": \"NEP\",\n    \"CountryName\": \"Neptune\",\n    \"CurrencyCode\": \"NEP\",\n    \"CurrencyName\": \"Space Coins\",\n    \"CurrencySymbol\": \"¤\"\n  },\n  {\n    \"CountryCode\": \"SAT\",\n    \"CountryName\": \"Saturn\",\n    \"CurrencyCode\": \"SAT\",\n    \"CurrencyName\": \"Rings\",\n    \"CurrencySymbol\": \"¤\"\n  },\n  {\n    \"CountryCode\": \"URA\",\n    \"CountryName\": \"Uranus\",\n    \"CurrencyCode\": \"URA\",\n    \"CurrencyName\": \"Galaxy Credits\",\n    \"CurrencySymbol\": \"¤\"\n  },\n  {\n    \"CountryCode\": \"VEN\",\n    \"CountryName\": \"Venus\",\n    \"CurrencyCode\": \"VEN\",\n    \"CurrencyName\": \"Venusian Seashells\",\n    \"CurrencySymbol\": \"¤\"\n  },\n  {\n    \"CountryCode\": \"JUP\",\n    \"CountryName\": \"Jupiter\",\n    \"CurrencyCode\": \"JUP\",\n    \"CurrencyName\": \"Gas Money\",\n    \"CurrencySymbol\": \"¤\"\n  },\n  {\n    \"CountryCode\": \"MER\",\n    \"CountryName\": \"Mercury\",\n    \"CurrencyCode\": \"MER\",\n    \"CurrencyName\": \"Sun Notes\",\n    \"CurrencySymbol\": \"¤\"\n  },\n  {\n    \"CountryCode\": \"TEST1\",\n    \"CountryName\": \"Test No Fractional Digits\",\n    \"CurrencyCode\": \"JPY\",\n    \"CurrencyName\": \"Test No Fractional Digits\",\n    \"CurrencySymbol\": \"¤\"\n  },\n  {\n    \"CountryCode\": \"TEST2\",\n    \"CountryName\": \"Test Fractional Digits\",\n    \"CurrencyCode\": \"JOD\",\n    \"CurrencyName\": \"Test Fractional Digits\",\n    \"CurrencySymbol\": \"¤\"\n  }\n])\";\n} // namespace\n\nnamespace CalculatorApp::ViewModel::DataLoaders\n{\n    void CurrencyHttpClient::Initialize(Platform::String ^ sourceCurrencyCode, Platform::String ^ responseLanguage)\n    {\n        m_sourceCurrencyCode = sourceCurrencyCode;\n        m_responseLanguage = responseLanguage;\n    }\n\n    std::future<Platform::String ^> CurrencyHttpClient::GetCurrencyMetadataAsync() const\n    {\n        (void)m_responseLanguage; // to be used in production.\n        std::promise<Platform::String ^> mockedTask;\n        mockedTask.set_value(ref new Platform::String(MockCurrencyStaticData));\n        return mockedTask.get_future();\n    }\n\n    std::future<Platform::String ^> CurrencyHttpClient::GetCurrencyRatiosAsync() const\n    {\n        (void)m_sourceCurrencyCode; // to be used in production.\n        std::promise<Platform::String ^> mockedTask;\n        mockedTask.set_value(ref new Platform::String(MockCurrencyConverterData));\n        return mockedTask.get_future();\n    }\n} // namespace CalculatorApp::ViewModel::DataLoaders\n"
  },
  {
    "path": "src/CalcViewModel/DataLoaders/CurrencyHttpClient.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n#include <cassert>\n#include <future>\n\nnamespace CalculatorApp::ViewModel::DataLoaders\n{\n    class CurrencyHttpClient\n    {\n    public:\n#ifdef VIEWMODEL_FOR_UT\n        static bool ForceWebFailure;\n#endif\n        void Initialize(Platform::String ^ sourceCurrencyCode, Platform::String ^ responseLanguage);\n\n        std::future<Platform::String ^> GetCurrencyMetadataAsync() const;\n        std::future<Platform::String ^> GetCurrencyRatiosAsync() const;\n\n    private:\n        Platform::String ^ m_sourceCurrencyCode;\n        Platform::String ^ m_responseLanguage;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/DataLoaders/DefaultFromToCurrency.json",
    "content": "{\n    \"default\": {\n        \"from\": \"USD\",\n        \"to\": \"EUR\"\n\t},\n    \"ar-AE\": {\n        \"from\": \"USD\",\n        \"to\": \"AED\"\n    },\n    \"ar-EG\": {\n        \"from\": \"USD\",\n        \"to\": \"EGP\"\n    },\n    \"ar-SA\": {\n        \"from\": \"USD\",\n        \"to\": \"SAR\"\n    },\n    \"da-DK\": {\n        \"from\": \"DKK\",\n        \"to\": \"USD\"\n    },\n    \"de-CH\": {\n        \"from\": \"EUR\",\n        \"to\": \"CHF\"\n    },\n    \"de-DE\": {\n        \"from\": \"EUR\",\n        \"to\": \"USD\"\n    },\n    \"en-AU\": {\n        \"from\": \"AUD\",\n        \"to\": \"USD\"\n    },\n    \"en-CA\": {\n        \"from\": \"CAD\",\n        \"to\": \"USD\"\n    },\n    \"en-ES\": {\n        \"from\": \"EUR\",\n        \"to\": \"USD\"\n    },\n    \"en-GB\": {\n        \"from\": \"GBP\",\n        \"to\": \"USD\"\n    },\n    \"en-IN\": {\n        \"from\": \"USD\",\n        \"to\": \"INR\"\n    },\n    \"en-US\": {\n        \"from\": \"USD\",\n        \"to\": \"EUR\"\n    },\n    \"es-AR\": {\n        \"from\": \"USD\",\n        \"to\": \"ARS\"\n    },\n    \"es-CL\": {\n        \"from\": \"USD\",\n        \"to\": \"CLP\"\n    },\n    \"es-CO\": {\n        \"from\": \"USD\",\n        \"to\": \"COP\"\n    },\n    \"es-ES\": {\n        \"from\": \"EUR\",\n        \"to\": \"USD\"\n    },\n    \"es-MX\": {\n        \"from\": \"USD\",\n        \"to\": \"MXN\"\n    },\n    \"es-PE\": {\n        \"from\": \"USD\",\n        \"to\": \"PEN\"\n    },\n    \"es-VE\": {\n        \"from\": \"USD\",\n        \"to\": \"VEF\"\n    },\n    \"es-XL\": {\n        \"from\": \"USD\",\n        \"to\": \"EUR\"\n    },\n    \"es-US\": {\n        \"from\": \"USD\",\n        \"to\": \"EUR\"\n    },\n    \"fr-CH\": {\n        \"from\": \"EUR\",\n        \"to\": \"CHF\"\n    },\n    \"fr-FR\": {\n        \"from\": \"EUR\",\n        \"to\": \"USD\"\n    },\n    \"it-IT\": {\n        \"from\": \"EUR\",\n        \"to\": \"USD\"\n    },\n    \"it-SM\": {\n        \"from\": \"EUR\",\n        \"to\": \"USD\"\n    },\n    \"ja-JP\": {\n        \"from\": \"USD\",\n        \"to\": \"JPY\"\n    },\n    \"nb-NO\": {\n        \"from\": \"NOK\",\n        \"to\": \"USD\"\n    },\n    \"pt-BR\": {\n        \"from\": \"USD\",\n        \"to\": \"BRL\"\n    },\n    \"sv-SE\": {\n        \"from\": \"SEK\",\n        \"to\": \"USD\"\n    },\n    \"th-TH\": {\n        \"from\": \"USD\",\n        \"to\": \"THB\"\n    },\n    \"zh-CN\": {\n        \"from\": \"USD\",\n        \"to\": \"CNY\"\n    },\n    \"zh-HK\": {\n        \"from\": \"USD\",\n        \"to\": \"HKD\"\n    }\n}"
  },
  {
    "path": "src/CalcViewModel/DataLoaders/UnitConverterDataConstants.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nnamespace CalculatorApp\n{\n    namespace ViewModel::Common\n    {\n    private\n        enum UnitConverterUnits\n        {\n            UnitStart = 0,\n            Area_Acre = UnitStart + 1,\n            Area_Hectare = UnitStart + 2,\n            Area_SquareCentimeter = UnitStart + 3,\n            Area_SquareFoot = UnitStart + 4,\n            Area_SquareInch = UnitStart + 5,\n            Area_SquareKilometer = UnitStart + 6,\n            Area_SquareMeter = UnitStart + 7,\n            Area_SquareMile = UnitStart + 8,\n            Area_SquareMillimeter = UnitStart + 9,\n            Area_SquareYard = UnitStart + 10,\n            Data_Bit = UnitStart + 11,\n            Data_Byte = UnitStart + 12,\n            Data_Gigabit = UnitStart + 13,\n            Data_Gigabyte = UnitStart + 14,\n            Data_Kilobit = UnitStart + 15,\n            Data_Kilobyte = UnitStart + 16,\n            Data_Megabit = UnitStart + 17,\n            Data_Megabyte = UnitStart + 18,\n            Data_Petabit = UnitStart + 19,\n            Data_Petabyte = UnitStart + 20,\n            Data_Terabit = UnitStart + 21,\n            Data_Terabyte = UnitStart + 22,\n            Energy_BritishThermalUnit = UnitStart + 23,\n            Energy_Calorie = UnitStart + 24,\n            Energy_ElectronVolt = UnitStart + 25,\n            Energy_FootPound = UnitStart + 26,\n            Energy_Joule = UnitStart + 27,\n            Energy_Kilocalorie = UnitStart + 28,\n            Energy_Kilojoule = UnitStart + 29,\n            Length_Centimeter = UnitStart + 30,\n            Length_Foot = UnitStart + 31,\n            Length_Inch = UnitStart + 32,\n            Length_Kilometer = UnitStart + 33,\n            Length_Meter = UnitStart + 34,\n            Length_Micron = UnitStart + 35,\n            Length_Mile = UnitStart + 36,\n            Length_Millimeter = UnitStart + 37,\n            Length_Nanometer = UnitStart + 38,\n            Length_NauticalMile = UnitStart + 39,\n            Length_Yard = UnitStart + 40,\n            Power_BritishThermalUnitPerMinute = UnitStart + 41,\n            Power_FootPoundPerMinute = UnitStart + 42,\n            Power_Horsepower = UnitStart + 43,\n            Power_Kilowatt = UnitStart + 44,\n            Power_Watt = UnitStart + 45,\n            Temperature_DegreesCelsius = UnitStart + 46,\n            Temperature_DegreesFahrenheit = UnitStart + 47,\n            Temperature_Kelvin = UnitStart + 48,\n            Time_Day = UnitStart + 49,\n            Time_Hour = UnitStart + 50,\n            Time_Microsecond = UnitStart + 51,\n            Time_Millisecond = UnitStart + 52,\n            Time_Minute = UnitStart + 53,\n            Time_Second = UnitStart + 54,\n            Time_Week = UnitStart + 55,\n            Time_Year = UnitStart + 56,\n            Speed_CentimetersPerSecond = UnitStart + 57,\n            Speed_FeetPerSecond = UnitStart + 58,\n            Speed_KilometersPerHour = UnitStart + 59,\n            Speed_Knot = UnitStart + 60,\n            Speed_Mach = UnitStart + 61,\n            Speed_MetersPerSecond = UnitStart + 62,\n            Speed_MilesPerHour = UnitStart + 63,\n            Volume_CubicCentimeter = UnitStart + 64,\n            Volume_CubicFoot = UnitStart + 65,\n            Volume_CubicInch = UnitStart + 66,\n            Volume_CubicMeter = UnitStart + 67,\n            Volume_CubicYard = UnitStart + 68,\n            Volume_CupUS = UnitStart + 69,\n            Volume_FluidOunceUK = UnitStart + 70,\n            Volume_FluidOunceUS = UnitStart + 71,\n            Volume_GallonUK = UnitStart + 72,\n            Volume_GallonUS = UnitStart + 73,\n            Volume_Liter = UnitStart + 74,\n            Volume_Milliliter = UnitStart + 75,\n            Volume_PintUK = UnitStart + 76,\n            Volume_PintUS = UnitStart + 77,\n            Volume_TablespoonUS = UnitStart + 78,\n            Volume_TeaspoonUS = UnitStart + 79,\n            Volume_QuartUK = UnitStart + 80,\n            Volume_QuartUS = UnitStart + 81,\n            Weight_Carat = UnitStart + 82,\n            Weight_Centigram = UnitStart + 83,\n            Weight_Decigram = UnitStart + 84,\n            Weight_Decagram = UnitStart + 85,\n            Weight_Gram = UnitStart + 86,\n            Weight_Hectogram = UnitStart + 87,\n            Weight_Kilogram = UnitStart + 88,\n            Weight_LongTon = UnitStart + 89,\n            Weight_Milligram = UnitStart + 90,\n            Weight_Ounce = UnitStart + 91,\n            Weight_Pound = UnitStart + 92,\n            Weight_ShortTon = UnitStart + 93,\n            Weight_Stone = UnitStart + 94,\n            Weight_Tonne = UnitStart + 95,\n            Area_SoccerField = UnitStart + 99,\n            Data_FloppyDisk = UnitStart + 100,\n            Data_CD = UnitStart + 101,\n            Data_DVD = UnitStart + 102,\n            Energy_Battery = UnitStart + 103,\n            Length_Paperclip = UnitStart + 105,\n            Length_JumboJet = UnitStart + 107,\n            Power_LightBulb = UnitStart + 108,\n            Power_Horse = UnitStart + 109,\n            Volume_Bathtub = UnitStart + 111,\n            Weight_Snowflake = UnitStart + 113,\n            Weight_Elephant = UnitStart + 114,\n            Volume_TeaspoonUK = UnitStart + 115,\n            Volume_TablespoonUK = UnitStart + 116,\n            Area_Hand = UnitStart + 118,\n            Speed_Turtle = UnitStart + 121,\n            Speed_Jet = UnitStart + 122,\n            Volume_CoffeeCup = UnitStart + 124,\n            Weight_Whale = UnitStart + 123,\n            Volume_SwimmingPool = UnitStart + 125,\n            Speed_Horse = UnitStart + 126,\n            Area_Paper = UnitStart + 127,\n            Area_Castle = UnitStart + 128,\n            Energy_Banana = UnitStart + 129,\n            Energy_SliceOfCake = UnitStart + 130,\n            Length_Hand = UnitStart + 131,\n            Power_TrainEngine = UnitStart + 132,\n            Weight_SoccerBall = UnitStart + 133,\n            Angle_Degree = UnitStart + 134,\n            Angle_Radian = UnitStart + 135,\n            Angle_Gradian = UnitStart + 136,\n            Pressure_Atmosphere = UnitStart + 137,\n            Pressure_Bar = UnitStart + 138,\n            Pressure_KiloPascal = UnitStart + 139,\n            Pressure_MillimeterOfMercury = UnitStart + 140,\n            Pressure_Pascal = UnitStart + 141,\n            Pressure_PSI = UnitStart + 142,\n            Data_Exabits = UnitStart + 143,\n            Data_Exabytes = UnitStart + 144,\n            Data_Exbibits = UnitStart + 145,\n            Data_Exbibytes = UnitStart + 146,\n            Data_Gibibits = UnitStart + 147,\n            Data_Gibibytes = UnitStart + 148,\n            Data_Kibibits = UnitStart + 149,\n            Data_Kibibytes = UnitStart + 150,\n            Data_Mebibits = UnitStart + 151,\n            Data_Mebibytes = UnitStart + 152,\n            Data_Pebibits = UnitStart + 153,\n            Data_Pebibytes = UnitStart + 154,\n            Data_Tebibits = UnitStart + 155,\n            Data_Tebibytes = UnitStart + 156,\n            Data_Yobibits = UnitStart + 157,\n            Data_Yobibytes = UnitStart + 158,\n            Data_Yottabit = UnitStart + 159,\n            Data_Yottabyte = UnitStart + 160,\n            Data_Zebibits = UnitStart + 161,\n            Data_Zebibytes = UnitStart + 162,\n            Data_Zetabits = UnitStart + 163,\n            Data_Zetabytes = UnitStart + 164,\n            Area_Pyeong = UnitStart + 165,\n            Energy_Kilowatthour = UnitStart + 166,\n            Data_Nibble = UnitStart + 167,\n            Length_Angstrom = UnitStart + 168,\n            UnitEnd = Length_Angstrom\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/DataLoaders/UnitConverterDataLoader.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"Common/AppResourceProvider.h\"\n#include \"UnitConverterDataLoader.h\"\n#include \"UnitConverterDataConstants.h\"\n#include \"CurrencyDataLoader.h\"\n\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculatorApp::ViewModel::DataLoaders;\nusing namespace CalculatorApp::ViewModel;\nusing namespace Platform;\nusing namespace std;\nusing namespace Windows::ApplicationModel::Resources;\nusing namespace Windows::ApplicationModel::Resources::Core;\nusing namespace Windows::Globalization;\n\nstatic constexpr bool CONVERT_WITH_OFFSET_FIRST = true;\n\nUnitConverterDataLoader::UnitConverterDataLoader(GeographicRegion ^ region)\n    : m_currentRegionCode(region->CodeTwoLetter)\n{\n    m_categoryList = make_shared<vector<UCM::Category>>();\n    m_categoryIDToUnitsMap = make_shared<UCM::CategoryToUnitVectorMap>();\n    m_ratioMap = make_shared<UCM::UnitToUnitToConversionDataMap>();\n}\n\nvector<UCM::Category> UnitConverterDataLoader::GetOrderedCategories()\n{\n    return *m_categoryList;\n}\n\nvector<UCM::Unit> UnitConverterDataLoader::GetOrderedUnits(const UCM::Category& category)\n{\n    return this->m_categoryIDToUnitsMap->at(category.id);\n}\n\nunordered_map<UCM::Unit, UCM::ConversionData, UCM::UnitHash> UnitConverterDataLoader::LoadOrderedRatios(const UCM::Unit& unit)\n{\n    return m_ratioMap->at(unit);\n}\n\nbool UnitConverterDataLoader::SupportsCategory(const UCM::Category& target)\n{\n    shared_ptr<vector<UCM::Category>> supportedCategories = nullptr;\n    if (!m_categoryList->empty())\n    {\n        supportedCategories = m_categoryList;\n    }\n    else\n    {\n        GetCategories(supportedCategories);\n    }\n\n    static int currencyId = NavCategoryStates::Serialize(ViewMode::Currency);\n    auto itr = find_if(supportedCategories->begin(), supportedCategories->end(), [&](const UCM::Category& category) {\n        return currencyId != category.id && target.id == category.id;\n    });\n\n    return itr != supportedCategories->end();\n}\n\nvoid UnitConverterDataLoader::LoadData()\n{\n    unordered_map<int, OrderedUnit> idToUnit;\n\n    unordered_map<ViewMode, vector<OrderedUnit>> orderedUnitMap{};\n    unordered_map<ViewMode, unordered_map<int, double>> categoryToUnitConversionDataMap{};\n    unordered_map<int, unordered_map<int, UCM::ConversionData>> explicitConversionData{};\n\n    // Load categories, units and conversion data into data structures. This will be then used to populate hashmaps used by CalcEngine and UI layer\n    GetCategories(m_categoryList);\n    GetUnits(orderedUnitMap);\n    GetConversionData(categoryToUnitConversionDataMap);\n    GetExplicitConversionData(explicitConversionData); // This is needed for temperature conversions\n\n    this->m_categoryIDToUnitsMap->clear();\n    this->m_ratioMap->clear();\n    for (UCM::Category objectCategory : *m_categoryList)\n    {\n        ViewMode categoryViewMode = NavCategoryStates::Deserialize(objectCategory.id);\n        assert(NavCategory::IsConverterViewMode(categoryViewMode));\n        if (categoryViewMode == ViewMode::Currency)\n        {\n            // Currency is an ordered category but we do not want to process it here\n            // because this function is not thread-safe and currency data is asynchronously\n            // loaded.\n            this->m_categoryIDToUnitsMap->insert(pair<int, std::vector<UCM::Unit>>(objectCategory.id, {}));\n            continue;\n        }\n\n        vector<OrderedUnit> orderedUnits = orderedUnitMap[categoryViewMode];\n        vector<UCM::Unit> unitList;\n\n        // Sort the units by order\n        sort(orderedUnits.begin(), orderedUnits.end(), [](const OrderedUnit& first, const OrderedUnit& second) { return first.order < second.order; });\n\n        for (OrderedUnit u : orderedUnits)\n        {\n            unitList.push_back(static_cast<UCM::Unit>(u));\n            idToUnit.insert(pair<int, OrderedUnit>(u.id, u));\n        }\n\n        // Save units per category\n        this->m_categoryIDToUnitsMap->insert(pair<int, std::vector<UCM::Unit>>(objectCategory.id, unitList));\n\n        // For each unit, populate the conversion data\n        for (UCM::Unit unit : unitList)\n        {\n            unordered_map<UCM::Unit, UCM::ConversionData, UCM::UnitHash> conversions;\n\n            if (explicitConversionData.find(unit.id) == explicitConversionData.end())\n            {\n                // Get the associated units for a category id\n                unordered_map<int, double> unitConversions = categoryToUnitConversionDataMap.at(categoryViewMode);\n                double unitFactor = unitConversions[unit.id];\n\n                for (const auto& [id, conversionFactor] : unitConversions)\n                {\n                    if (idToUnit.find(id) == idToUnit.end())\n                    {\n                        // Optional units will not be in idToUnit but can be in unitConversions.\n                        // For optional units that did not make it to the current set of units, just continue.\n                        continue;\n                    }\n\n                    UCM::ConversionData parsedData = { 1.0, 0.0, false };\n                    assert(conversionFactor > 0); // divide by zero assert\n                    parsedData.ratio = unitFactor / conversionFactor;\n                    conversions.insert(pair<UCM::Unit, UCM::ConversionData>(idToUnit.at(id), parsedData));\n                }\n            }\n            else\n            {\n                unordered_map<int, UCM::ConversionData> unitConversions = explicitConversionData.at(unit.id);\n                for (auto itr = unitConversions.begin(); itr != unitConversions.end(); ++itr)\n                {\n                    conversions.insert(pair<UCM::Unit, UCM::ConversionData>(idToUnit.at(itr->first), itr->second));\n                }\n            }\n\n            m_ratioMap->insert(pair<UCM::Unit, unordered_map<UCM::Unit, UCM::ConversionData, UCM::UnitHash>>(unit, conversions));\n        }\n    }\n}\n\nvoid UnitConverterDataLoader::GetCategories(_In_ shared_ptr<vector<UCM::Category>> categoriesList)\n{\n    categoriesList->clear();\n    auto converterCategory = NavCategoryStates::CreateConverterCategoryGroup();\n    for (auto const& category : converterCategory->Categories)\n    {\n        /* Id, CategoryName, SupportsNegative */\n        categoriesList->emplace_back(NavCategoryStates::Serialize(category->ViewMode), category->Name->Data(), category->SupportsNegative);\n    }\n}\n\nvoid UnitConverterDataLoader::GetUnits(_In_ unordered_map<ViewMode, vector<OrderedUnit>>& unitMap)\n{\n    // US + Federated States of Micronesia, Marshall Islands, Palau\n    bool useUSCustomaryAndFahrenheit =\n        m_currentRegionCode == L\"US\" || m_currentRegionCode == L\"FM\" || m_currentRegionCode == L\"MH\" || m_currentRegionCode == L\"PW\";\n\n    // useUSCustomaryAndFahrenheit + Liberia\n    // Source: https://en.wikipedia.org/wiki/Metrication\n    bool useUSCustomary = useUSCustomaryAndFahrenheit || m_currentRegionCode == L\"LR\";\n\n    // Use 'Système International' (International System of Units - Metrics)\n    bool useSI = !useUSCustomary;\n\n    // useUSCustomaryAndFahrenheit + the Bahamas, the Cayman Islands and Liberia\n    // Source: http://en.wikipedia.org/wiki/Fahrenheit\n    bool useFahrenheit = useUSCustomaryAndFahrenheit || m_currentRegionCode == \"BS\" || m_currentRegionCode == \"KY\" || m_currentRegionCode == \"LR\";\n\n    bool useWattInsteadOfKilowatt = m_currentRegionCode == \"GB\";\n\n    // Use 坪(Tsubo), or Pyeong in Korean, a Japanese unit of floorspace.\n    // https://en.wikipedia.org/wiki/Japanese_units_of_measurement#Area\n    bool usePyeong = m_currentRegionCode == L\"JP\" || m_currentRegionCode == L\"TW\" || m_currentRegionCode == L\"KP\" || m_currentRegionCode == L\"KR\";\n\n    vector<OrderedUnit> areaUnits;\n    areaUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Area_Acre, GetLocalizedStringName(L\"UnitName_Acre\"), GetLocalizedStringName(L\"UnitAbbreviation_Acre\"), 9 });\n    areaUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Area_Hectare, GetLocalizedStringName(L\"UnitName_Hectare\"), GetLocalizedStringName(L\"UnitAbbreviation_Hectare\"), 4 });\n    areaUnits.push_back(OrderedUnit{ UnitConverterUnits::Area_SquareCentimeter,\n                                     GetLocalizedStringName(L\"UnitName_SquareCentimeter\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_SquareCentimeter\"),\n                                     2 });\n    areaUnits.push_back(OrderedUnit{ UnitConverterUnits::Area_SquareFoot,\n                                     GetLocalizedStringName(L\"UnitName_SquareFoot\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_SquareFoot\"),\n                                     7,\n                                     useSI,\n                                     useUSCustomary,\n                                     false });\n    areaUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Area_SquareInch, GetLocalizedStringName(L\"UnitName_SquareInch\"), GetLocalizedStringName(L\"UnitAbbreviation_SquareInch\"), 6 });\n    areaUnits.push_back(OrderedUnit{ UnitConverterUnits::Area_SquareKilometer,\n                                     GetLocalizedStringName(L\"UnitName_SquareKilometer\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_SquareKilometer\"),\n                                     5 });\n    areaUnits.push_back(OrderedUnit{ UnitConverterUnits::Area_SquareMeter,\n                                     GetLocalizedStringName(L\"UnitName_SquareMeter\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_SquareMeter\"),\n                                     3,\n                                     useUSCustomary,\n                                     useSI,\n                                     false });\n    areaUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Area_SquareMile, GetLocalizedStringName(L\"UnitName_SquareMile\"), GetLocalizedStringName(L\"UnitAbbreviation_SquareMile\"), 10 });\n    areaUnits.push_back(OrderedUnit{ UnitConverterUnits::Area_SquareMillimeter,\n                                     GetLocalizedStringName(L\"UnitName_SquareMillimeter\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_SquareMillimeter\"),\n                                     1 });\n    areaUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Area_SquareYard, GetLocalizedStringName(L\"UnitName_SquareYard\"), GetLocalizedStringName(L\"UnitAbbreviation_SquareYard\"), 8 });\n    areaUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Area_Hand, GetLocalizedStringName(L\"UnitName_Hand\"), GetLocalizedStringName(L\"UnitAbbreviation_Hand\"), 11, false, false, true });\n    areaUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Area_Paper, GetLocalizedStringName(L\"UnitName_Paper\"), GetLocalizedStringName(L\"UnitAbbreviation_Paper\"), 12, false, false, true });\n    areaUnits.push_back(OrderedUnit{ UnitConverterUnits::Area_SoccerField,\n                                     GetLocalizedStringName(L\"UnitName_SoccerField\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_SoccerField\"),\n                                     13,\n                                     false,\n                                     false,\n                                     true });\n    areaUnits.push_back(OrderedUnit{ UnitConverterUnits::Area_Castle,\n                                     GetLocalizedStringName(L\"UnitName_Castle\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_Castle\"),\n                                     14,\n                                     false,\n                                     false,\n                                     true });\n    if (usePyeong)\n    {\n        areaUnits.push_back(OrderedUnit{ UnitConverterUnits::Area_Pyeong,\n                                         GetLocalizedStringName(L\"UnitName_Pyeong\"),\n                                         GetLocalizedStringName(L\"UnitAbbreviation_Pyeong\"),\n                                         15,\n                                         false,\n                                         false,\n                                         false });\n    }\n    unitMap.emplace(ViewMode::Area, areaUnits);\n\n    vector<OrderedUnit> dataUnits;\n    dataUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Data_Bit, GetLocalizedStringName(L\"UnitName_Bit\"), GetLocalizedStringName(L\"UnitAbbreviation_Bit\"), 1 });\n    dataUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Data_Byte, GetLocalizedStringName(L\"UnitName_Byte\"), GetLocalizedStringName(L\"UnitAbbreviation_Byte\"), 3 });\n    dataUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Data_Exabits, GetLocalizedStringName(L\"UnitName_Exabits\"), GetLocalizedStringName(L\"UnitAbbreviation_Exabits\"), 24 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Exabytes, GetLocalizedStringName(L\"UnitName_Exabytes\"), GetLocalizedStringName(L\"UnitAbbreviation_Exabytes\"), 26 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Exbibits, GetLocalizedStringName(L\"UnitName_Exbibits\"), GetLocalizedStringName(L\"UnitAbbreviation_Exbibits\"), 25 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Exbibytes, GetLocalizedStringName(L\"UnitName_Exbibytes\"), GetLocalizedStringName(L\"UnitAbbreviation_Exbibytes\"), 27 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Gibibits, GetLocalizedStringName(L\"UnitName_Gibibits\"), GetLocalizedStringName(L\"UnitAbbreviation_Gibibits\"), 13 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Gibibytes, GetLocalizedStringName(L\"UnitName_Gibibytes\"), GetLocalizedStringName(L\"UnitAbbreviation_Gibibytes\"), 15 });\n    dataUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Data_Gigabit, GetLocalizedStringName(L\"UnitName_Gigabit\"), GetLocalizedStringName(L\"UnitAbbreviation_Gigabit\"), 12 });\n    dataUnits.push_back(OrderedUnit{ UnitConverterUnits::Data_Gigabyte,\n                                     GetLocalizedStringName(L\"UnitName_Gigabyte\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_Gigabyte\"),\n                                     14,\n                                     true,\n                                     false,\n                                     false });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Kibibits, GetLocalizedStringName(L\"UnitName_Kibibits\"), GetLocalizedStringName(L\"UnitAbbreviation_Kibibits\"), 5 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Kibibytes, GetLocalizedStringName(L\"UnitName_Kibibytes\"), GetLocalizedStringName(L\"UnitAbbreviation_Kibibytes\"), 7 });\n    dataUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Data_Kilobit, GetLocalizedStringName(L\"UnitName_Kilobit\"), GetLocalizedStringName(L\"UnitAbbreviation_Kilobit\"), 4 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Kilobyte, GetLocalizedStringName(L\"UnitName_Kilobyte\"), GetLocalizedStringName(L\"UnitAbbreviation_Kilobyte\"), 6 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Mebibits, GetLocalizedStringName(L\"UnitName_Mebibits\"), GetLocalizedStringName(L\"UnitAbbreviation_Mebibits\"), 9 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Mebibytes, GetLocalizedStringName(L\"UnitName_Mebibytes\"), GetLocalizedStringName(L\"UnitAbbreviation_Mebibytes\"), 11 });\n    dataUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Data_Megabit, GetLocalizedStringName(L\"UnitName_Megabit\"), GetLocalizedStringName(L\"UnitAbbreviation_Megabit\"), 8 });\n    dataUnits.push_back(OrderedUnit{ UnitConverterUnits::Data_Megabyte,\n                                     GetLocalizedStringName(L\"UnitName_Megabyte\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_Megabyte\"),\n                                     10,\n                                     false,\n                                     true,\n                                     false });\n\tdataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Nibble, GetLocalizedStringName(L\"UnitName_Nibble\"), GetLocalizedStringName(L\"UnitAbbreviation_Nibble\"), 2 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Pebibits, GetLocalizedStringName(L\"UnitName_Pebibits\"), GetLocalizedStringName(L\"UnitAbbreviation_Pebibits\"), 21 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Pebibytes, GetLocalizedStringName(L\"UnitName_Pebibytes\"), GetLocalizedStringName(L\"UnitAbbreviation_Pebibytes\"), 23 });\n    dataUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Data_Petabit, GetLocalizedStringName(L\"UnitName_Petabit\"), GetLocalizedStringName(L\"UnitAbbreviation_Petabit\"), 20 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Petabyte, GetLocalizedStringName(L\"UnitName_Petabyte\"), GetLocalizedStringName(L\"UnitAbbreviation_Petabyte\"), 22 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Tebibits, GetLocalizedStringName(L\"UnitName_Tebibits\"), GetLocalizedStringName(L\"UnitAbbreviation_Tebibits\"), 17 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Tebibytes, GetLocalizedStringName(L\"UnitName_Tebibytes\"), GetLocalizedStringName(L\"UnitAbbreviation_Tebibytes\"), 19 });\n    dataUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Data_Terabit, GetLocalizedStringName(L\"UnitName_Terabit\"), GetLocalizedStringName(L\"UnitAbbreviation_Terabit\"), 16 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Terabyte, GetLocalizedStringName(L\"UnitName_Terabyte\"), GetLocalizedStringName(L\"UnitAbbreviation_Terabyte\"), 18 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Yobibits, GetLocalizedStringName(L\"UnitName_Yobibits\"), GetLocalizedStringName(L\"UnitAbbreviation_Yobibits\"), 33 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Yobibytes, GetLocalizedStringName(L\"UnitName_Yobibytes\"), GetLocalizedStringName(L\"UnitAbbreviation_Yobibytes\"), 35 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Yottabit, GetLocalizedStringName(L\"UnitName_Yottabit\"), GetLocalizedStringName(L\"UnitAbbreviation_Yottabit\"), 32 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Yottabyte, GetLocalizedStringName(L\"UnitName_Yottabyte\"), GetLocalizedStringName(L\"UnitAbbreviation_Yottabyte\"), 34 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Zebibits, GetLocalizedStringName(L\"UnitName_Zebibits\"), GetLocalizedStringName(L\"UnitAbbreviation_Zebibits\"), 29 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Zebibytes, GetLocalizedStringName(L\"UnitName_Zebibytes\"), GetLocalizedStringName(L\"UnitAbbreviation_Zebibytes\"), 31 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Zetabits, GetLocalizedStringName(L\"UnitName_Zetabits\"), GetLocalizedStringName(L\"UnitAbbreviation_Zetabits\"), 28 });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_Zetabytes, GetLocalizedStringName(L\"UnitName_Zetabytes\"), GetLocalizedStringName(L\"UnitAbbreviation_Zetabytes\"), 30 });\n    dataUnits.push_back(OrderedUnit{ UnitConverterUnits::Data_FloppyDisk,\n                                     GetLocalizedStringName(L\"UnitName_FloppyDisk\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_FloppyDisk\"),\n                                     13,\n                                     false,\n                                     false,\n                                     true });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_CD, GetLocalizedStringName(L\"UnitName_CD\"), GetLocalizedStringName(L\"UnitAbbreviation_CD\"), 14, false, false, true });\n    dataUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Data_DVD, GetLocalizedStringName(L\"UnitName_DVD\"), GetLocalizedStringName(L\"UnitAbbreviation_DVD\"), 15, false, false, true });\n    unitMap.emplace(ViewMode::Data, dataUnits);\n\n    vector<OrderedUnit> energyUnits;\n    energyUnits.push_back(OrderedUnit{ UnitConverterUnits::Energy_BritishThermalUnit,\n                                       GetLocalizedStringName(L\"UnitName_BritishThermalUnit\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_BritishThermalUnit\"),\n                                       7 });\n    energyUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Energy_Calorie, GetLocalizedStringName(L\"UnitName_Calorie\"), GetLocalizedStringName(L\"UnitAbbreviation_Calorie\"), 4 });\n    energyUnits.push_back(OrderedUnit{ UnitConverterUnits::Energy_ElectronVolt,\n                                       GetLocalizedStringName(L\"UnitName_Electron-Volt\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Electron-Volt\"),\n                                       1 });\n    energyUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Energy_FootPound, GetLocalizedStringName(L\"UnitName_Foot-Pound\"), GetLocalizedStringName(L\"UnitAbbreviation_Foot-Pound\"), 6 });\n    energyUnits.push_back(OrderedUnit{ UnitConverterUnits::Energy_Joule,\n                                       GetLocalizedStringName(L\"UnitName_Joule\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Joule\"),\n                                       2,\n                                       true,\n                                       false,\n                                       false });\n    energyUnits.push_back(OrderedUnit{ UnitConverterUnits::Energy_Kilowatthour,\n                                       GetLocalizedStringName(L\"UnitName_Kilowatthour\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Kilowatthour\"),\n                                       166,\n                                       true,\n                                       false,\n                                       false });\n    energyUnits.push_back(OrderedUnit{ UnitConverterUnits::Energy_Kilocalorie,\n                                       GetLocalizedStringName(L\"UnitName_Kilocalorie\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Kilocalorie\"),\n                                       5,\n                                       false,\n                                       true,\n                                       false });\n    energyUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Energy_Kilojoule, GetLocalizedStringName(L\"UnitName_Kilojoule\"), GetLocalizedStringName(L\"UnitAbbreviation_Kilojoule\"), 3 });\n    energyUnits.push_back(OrderedUnit{ UnitConverterUnits::Energy_Battery,\n                                       GetLocalizedStringName(L\"UnitName_Battery\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Battery\"),\n                                       8,\n                                       false,\n                                       false,\n                                       true });\n    energyUnits.push_back(OrderedUnit{ UnitConverterUnits::Energy_Banana,\n                                       GetLocalizedStringName(L\"UnitName_Banana\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Banana\"),\n                                       9,\n                                       false,\n                                       false,\n                                       true });\n    energyUnits.push_back(OrderedUnit{ UnitConverterUnits::Energy_SliceOfCake,\n                                       GetLocalizedStringName(L\"UnitName_SliceOfCake\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_SliceOfCake\"),\n                                       10,\n                                       false,\n                                       false,\n                                       true });\n    unitMap.emplace(ViewMode::Energy, energyUnits);\n\n    vector<OrderedUnit> lengthUnits;\n    lengthUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Length_Angstrom, GetLocalizedStringName(L\"UnitName_Angstrom\"), GetLocalizedStringName(L\"UnitAbbreviation_Angstrom\"), 1 });\n    lengthUnits.push_back(OrderedUnit{ UnitConverterUnits::Length_Centimeter,\n                                       GetLocalizedStringName(L\"UnitName_Centimeter\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Centimeter\"),\n                                       5,\n                                       useUSCustomary,\n                                       useSI,\n                                       false });\n    lengthUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Length_Foot, GetLocalizedStringName(L\"UnitName_Foot\"), GetLocalizedStringName(L\"UnitAbbreviation_Foot\"), 9 });\n    lengthUnits.push_back(OrderedUnit{ UnitConverterUnits::Length_Inch,\n                                       GetLocalizedStringName(L\"UnitName_Inch\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Inch\"),\n                                       8,\n                                       useSI,\n                                       useUSCustomary,\n                                       false });\n    lengthUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Length_Kilometer, GetLocalizedStringName(L\"UnitName_Kilometer\"), GetLocalizedStringName(L\"UnitAbbreviation_Kilometer\"), 7 });\n    lengthUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Length_Meter, GetLocalizedStringName(L\"UnitName_Meter\"), GetLocalizedStringName(L\"UnitAbbreviation_Meter\"), 6 });\n    lengthUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Length_Micron, GetLocalizedStringName(L\"UnitName_Micron\"), GetLocalizedStringName(L\"UnitAbbreviation_Micron\"), 3 });\n    lengthUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Length_Mile, GetLocalizedStringName(L\"UnitName_Mile\"), GetLocalizedStringName(L\"UnitAbbreviation_Mile\"), 11 });\n    lengthUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Length_Millimeter, GetLocalizedStringName(L\"UnitName_Millimeter\"), GetLocalizedStringName(L\"UnitAbbreviation_Millimeter\"), 4 });\n    lengthUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Length_Nanometer, GetLocalizedStringName(L\"UnitName_Nanometer\"), GetLocalizedStringName(L\"UnitAbbreviation_Nanometer\"), 2 });\n    lengthUnits.push_back(OrderedUnit{ UnitConverterUnits::Length_NauticalMile,\n                                       GetLocalizedStringName(L\"UnitName_NauticalMile\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_NauticalMile\"),\n                                       12 });\n    lengthUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Length_Yard, GetLocalizedStringName(L\"UnitName_Yard\"), GetLocalizedStringName(L\"UnitAbbreviation_Yard\"), 10 });\n    lengthUnits.push_back(OrderedUnit{ UnitConverterUnits::Length_Paperclip,\n                                       GetLocalizedStringName(L\"UnitName_Paperclip\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Paperclip\"),\n                                       13,\n                                       false,\n                                       false,\n                                       true });\n    lengthUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Length_Hand, GetLocalizedStringName(L\"UnitName_Hand\"), GetLocalizedStringName(L\"UnitAbbreviation_Hand\"), 14, false, false, true });\n    lengthUnits.push_back(OrderedUnit{ UnitConverterUnits::Length_JumboJet,\n                                       GetLocalizedStringName(L\"UnitName_JumboJet\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_JumboJet\"),\n                                       15,\n                                       false,\n                                       false,\n                                       true });\n    unitMap.emplace(ViewMode::Length, lengthUnits);\n\n    vector<OrderedUnit> powerUnits;\n    powerUnits.push_back(OrderedUnit{ UnitConverterUnits::Power_BritishThermalUnitPerMinute,\n                                      GetLocalizedStringName(L\"UnitName_BTUPerMinute\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_BTUPerMinute\"),\n                                      5 });\n    powerUnits.push_back(OrderedUnit{ UnitConverterUnits::Power_FootPoundPerMinute,\n                                      GetLocalizedStringName(L\"UnitName_Foot-PoundPerMinute\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_Foot-PoundPerMinute\"),\n                                      4 });\n    powerUnits.push_back(OrderedUnit{ UnitConverterUnits::Power_Horsepower,\n                                      GetLocalizedStringName(L\"UnitName_Horsepower\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_Horsepower\"),\n                                      3,\n                                      false,\n                                      true,\n                                      false });\n    powerUnits.push_back(OrderedUnit{ UnitConverterUnits::Power_Kilowatt,\n                                      GetLocalizedStringName(L\"UnitName_Kilowatt\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_Kilowatt\"),\n                                      2,\n                                      !useWattInsteadOfKilowatt });\n    powerUnits.push_back(OrderedUnit{ UnitConverterUnits::Power_Watt,\n                                      GetLocalizedStringName(L\"UnitName_Watt\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_Watt\"),\n                                      1,\n                                      useWattInsteadOfKilowatt });\n    powerUnits.push_back(OrderedUnit{ UnitConverterUnits::Power_LightBulb,\n                                      GetLocalizedStringName(L\"UnitName_LightBulb\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_LightBulb\"),\n                                      6,\n                                      false,\n                                      false,\n                                      true });\n    powerUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Power_Horse, GetLocalizedStringName(L\"UnitName_Horse\"), GetLocalizedStringName(L\"UnitAbbreviation_Horse\"), 7, false, false, true });\n    powerUnits.push_back(OrderedUnit{ UnitConverterUnits::Power_TrainEngine,\n                                      GetLocalizedStringName(L\"UnitName_TrainEngine\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_TrainEngine\"),\n                                      8,\n                                      false,\n                                      false,\n                                      true });\n    unitMap.emplace(ViewMode::Power, powerUnits);\n\n    vector<OrderedUnit> tempUnits;\n    tempUnits.push_back(OrderedUnit{ UnitConverterUnits::Temperature_DegreesCelsius,\n                                     GetLocalizedStringName(L\"UnitName_DegreesCelsius\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_DegreesCelsius\"),\n                                     1,\n                                     useFahrenheit,\n                                     !useFahrenheit,\n                                     false });\n    tempUnits.push_back(OrderedUnit{ UnitConverterUnits::Temperature_DegreesFahrenheit,\n                                     GetLocalizedStringName(L\"UnitName_DegreesFahrenheit\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_DegreesFahrenheit\"),\n                                     2,\n                                     !useFahrenheit,\n                                     useFahrenheit,\n                                     false });\n    tempUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Temperature_Kelvin, GetLocalizedStringName(L\"UnitName_Kelvin\"), GetLocalizedStringName(L\"UnitAbbreviation_Kelvin\"), 3 });\n    unitMap.emplace(ViewMode::Temperature, tempUnits);\n\n    vector<OrderedUnit> timeUnits;\n    timeUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Time_Day, GetLocalizedStringName(L\"UnitName_Day\"), GetLocalizedStringName(L\"UnitAbbreviation_Day\"), 6 });\n    timeUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Time_Hour, GetLocalizedStringName(L\"UnitName_Hour\"), GetLocalizedStringName(L\"UnitAbbreviation_Hour\"), 5, true, false, false });\n    timeUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Time_Microsecond, GetLocalizedStringName(L\"UnitName_Microsecond\"), GetLocalizedStringName(L\"UnitAbbreviation_Microsecond\"), 1 });\n    timeUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Time_Millisecond, GetLocalizedStringName(L\"UnitName_Millisecond\"), GetLocalizedStringName(L\"UnitAbbreviation_Millisecond\"), 2 });\n    timeUnits.push_back(OrderedUnit{ UnitConverterUnits::Time_Minute,\n                                     GetLocalizedStringName(L\"UnitName_Minute\"),\n                                     GetLocalizedStringName(L\"UnitAbbreviation_Minute\"),\n                                     4,\n                                     false,\n                                     true,\n                                     false });\n    timeUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Time_Second, GetLocalizedStringName(L\"UnitName_Second\"), GetLocalizedStringName(L\"UnitAbbreviation_Second\"), 3 });\n    timeUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Time_Week, GetLocalizedStringName(L\"UnitName_Week\"), GetLocalizedStringName(L\"UnitAbbreviation_Week\"), 7 });\n    timeUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Time_Year, GetLocalizedStringName(L\"UnitName_Year\"), GetLocalizedStringName(L\"UnitAbbreviation_Year\"), 8 });\n    unitMap.emplace(ViewMode::Time, timeUnits);\n\n    vector<OrderedUnit> speedUnits;\n    speedUnits.push_back(OrderedUnit{ UnitConverterUnits::Speed_CentimetersPerSecond,\n                                      GetLocalizedStringName(L\"UnitName_CentimetersPerSecond\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_CentimetersPerSecond\"),\n                                      1 });\n    speedUnits.push_back(OrderedUnit{ UnitConverterUnits::Speed_FeetPerSecond,\n                                      GetLocalizedStringName(L\"UnitName_FeetPerSecond\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_FeetPerSecond\"),\n                                      4 });\n    speedUnits.push_back(OrderedUnit{ UnitConverterUnits::Speed_KilometersPerHour,\n                                      GetLocalizedStringName(L\"UnitName_KilometersPerHour\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_KilometersPerHour\"),\n                                      3,\n                                      useUSCustomary,\n                                      useSI,\n                                      false });\n    speedUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Speed_Knot, GetLocalizedStringName(L\"UnitName_Knot\"), GetLocalizedStringName(L\"UnitAbbreviation_Knot\"), 6 });\n    speedUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Speed_Mach, GetLocalizedStringName(L\"UnitName_Mach\"), GetLocalizedStringName(L\"UnitAbbreviation_Mach\"), 7 });\n    speedUnits.push_back(OrderedUnit{ UnitConverterUnits::Speed_MetersPerSecond,\n                                      GetLocalizedStringName(L\"UnitName_MetersPerSecond\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_MetersPerSecond\"),\n                                      2 });\n    speedUnits.push_back(OrderedUnit{ UnitConverterUnits::Speed_MilesPerHour,\n                                      GetLocalizedStringName(L\"UnitName_MilesPerHour\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_MilesPerHour\"),\n                                      5,\n                                      useSI,\n                                      useUSCustomary,\n                                      false });\n    speedUnits.push_back(OrderedUnit{ UnitConverterUnits::Speed_Turtle,\n                                      GetLocalizedStringName(L\"UnitName_Turtle\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_Turtle\"),\n                                      8,\n                                      false,\n                                      false,\n                                      true });\n    speedUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Speed_Horse, GetLocalizedStringName(L\"UnitName_Horse\"), GetLocalizedStringName(L\"UnitAbbreviation_Horse\"), 9, false, false, true });\n    speedUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Speed_Jet, GetLocalizedStringName(L\"UnitName_Jet\"), GetLocalizedStringName(L\"UnitAbbreviation_Jet\"), 10, false, false, true });\n    unitMap.emplace(ViewMode::Speed, speedUnits);\n\n    vector<OrderedUnit> volumeUnits;\n    volumeUnits.push_back(OrderedUnit{ UnitConverterUnits::Volume_CubicCentimeter,\n                                       GetLocalizedStringName(L\"UnitName_CubicCentimeter\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_CubicCentimeter\"),\n                                       2 });\n    volumeUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Volume_CubicFoot, GetLocalizedStringName(L\"UnitName_CubicFoot\"), GetLocalizedStringName(L\"UnitAbbreviation_CubicFoot\"), 13 });\n    volumeUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Volume_CubicInch, GetLocalizedStringName(L\"UnitName_CubicInch\"), GetLocalizedStringName(L\"UnitAbbreviation_CubicInch\"), 12 });\n    volumeUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Volume_CubicMeter, GetLocalizedStringName(L\"UnitName_CubicMeter\"), GetLocalizedStringName(L\"UnitAbbreviation_CubicMeter\"), 4 });\n    volumeUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Volume_CubicYard, GetLocalizedStringName(L\"UnitName_CubicYard\"), GetLocalizedStringName(L\"UnitAbbreviation_CubicYard\"), 14 });\n    volumeUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Volume_CupUS, GetLocalizedStringName(L\"UnitName_CupUS\"), GetLocalizedStringName(L\"UnitAbbreviation_CupUS\"), 8 });\n    volumeUnits.push_back(OrderedUnit{ UnitConverterUnits::Volume_FluidOunceUK,\n                                       GetLocalizedStringName(L\"UnitName_FluidOunceUK\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_FluidOunceUK\"),\n                                       17 });\n    volumeUnits.push_back(OrderedUnit{ UnitConverterUnits::Volume_FluidOunceUS,\n                                       GetLocalizedStringName(L\"UnitName_FluidOunceUS\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_FluidOunceUS\"),\n                                       7 });\n    volumeUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Volume_GallonUK, GetLocalizedStringName(L\"UnitName_GallonUK\"), GetLocalizedStringName(L\"UnitAbbreviation_GallonUK\"), 20 });\n    volumeUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Volume_GallonUS, GetLocalizedStringName(L\"UnitName_GallonUS\"), GetLocalizedStringName(L\"UnitAbbreviation_GallonUS\"), 11 });\n    volumeUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Volume_Liter, GetLocalizedStringName(L\"UnitName_Liter\"), GetLocalizedStringName(L\"UnitAbbreviation_Liter\"), 3 });\n    volumeUnits.push_back(OrderedUnit{ UnitConverterUnits::Volume_Milliliter,\n                                       GetLocalizedStringName(L\"UnitName_Milliliter\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Milliliter\"),\n                                       1,\n                                       useUSCustomary,\n                                       useSI });\n    volumeUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Volume_PintUK, GetLocalizedStringName(L\"UnitName_PintUK\"), GetLocalizedStringName(L\"UnitAbbreviation_PintUK\"), 18 });\n    volumeUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Volume_PintUS, GetLocalizedStringName(L\"UnitName_PintUS\"), GetLocalizedStringName(L\"UnitAbbreviation_PintUS\"), 9 });\n    volumeUnits.push_back(OrderedUnit{ UnitConverterUnits::Volume_TablespoonUS,\n                                       GetLocalizedStringName(L\"UnitName_TablespoonUS\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_TablespoonUS\"),\n                                       6 });\n    volumeUnits.push_back(OrderedUnit{ UnitConverterUnits::Volume_TeaspoonUS,\n                                       GetLocalizedStringName(L\"UnitName_TeaspoonUS\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_TeaspoonUS\"),\n                                       5,\n                                       useSI,\n                                       useUSCustomary && m_currentRegionCode != \"GB\" });\n    volumeUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Volume_QuartUK, GetLocalizedStringName(L\"UnitName_QuartUK\"), GetLocalizedStringName(L\"UnitAbbreviation_QuartUK\"), 19 });\n    volumeUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Volume_QuartUS, GetLocalizedStringName(L\"UnitName_QuartUS\"), GetLocalizedStringName(L\"UnitAbbreviation_QuartUS\"), 10 });\n    volumeUnits.push_back(OrderedUnit{ UnitConverterUnits::Volume_TeaspoonUK,\n                                       GetLocalizedStringName(L\"UnitName_TeaspoonUK\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_TeaspoonUK\"),\n                                       15,\n                                       false,\n                                       useUSCustomary && m_currentRegionCode == \"GB\" });\n    volumeUnits.push_back(OrderedUnit{ UnitConverterUnits::Volume_TablespoonUK,\n                                       GetLocalizedStringName(L\"UnitName_TablespoonUK\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_TablespoonUK\"),\n                                       16 });\n    volumeUnits.push_back(OrderedUnit{ UnitConverterUnits::Volume_CoffeeCup,\n                                       GetLocalizedStringName(L\"UnitName_CoffeeCup\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_CoffeeCup\"),\n                                       22,\n                                       false,\n                                       false,\n                                       true });\n    volumeUnits.push_back(OrderedUnit{ UnitConverterUnits::Volume_Bathtub,\n                                       GetLocalizedStringName(L\"UnitName_Bathtub\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Bathtub\"),\n                                       23,\n                                       false,\n                                       false,\n                                       true });\n    volumeUnits.push_back(OrderedUnit{ UnitConverterUnits::Volume_SwimmingPool,\n                                       GetLocalizedStringName(L\"UnitName_SwimmingPool\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_SwimmingPool\"),\n                                       24,\n                                       false,\n                                       false,\n                                       true });\n    unitMap.emplace(ViewMode::Volume, volumeUnits);\n\n    vector<OrderedUnit> weightUnits;\n    weightUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Weight_Carat, GetLocalizedStringName(L\"UnitName_Carat\"), GetLocalizedStringName(L\"UnitAbbreviation_Carat\"), 1 });\n    weightUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Weight_Centigram, GetLocalizedStringName(L\"UnitName_Centigram\"), GetLocalizedStringName(L\"UnitAbbreviation_Centigram\"), 3 });\n    weightUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Weight_Decigram, GetLocalizedStringName(L\"UnitName_Decigram\"), GetLocalizedStringName(L\"UnitAbbreviation_Decigram\"), 4 });\n    weightUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Weight_Decagram, GetLocalizedStringName(L\"UnitName_Decagram\"), GetLocalizedStringName(L\"UnitAbbreviation_Decagram\"), 6 });\n    weightUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Weight_Gram, GetLocalizedStringName(L\"UnitName_Gram\"), GetLocalizedStringName(L\"UnitAbbreviation_Gram\"), 5 });\n    weightUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Weight_Hectogram, GetLocalizedStringName(L\"UnitName_Hectogram\"), GetLocalizedStringName(L\"UnitAbbreviation_Hectogram\"), 7 });\n    weightUnits.push_back(OrderedUnit{ UnitConverterUnits::Weight_Kilogram,\n                                       GetLocalizedStringName(L\"UnitName_Kilogram\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Kilogram\"),\n                                       8,\n                                       useUSCustomary,\n                                       useSI });\n    weightUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Weight_LongTon, GetLocalizedStringName(L\"UnitName_LongTon\"), GetLocalizedStringName(L\"UnitAbbreviation_LongTon\"), 14 });\n    weightUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Weight_Milligram, GetLocalizedStringName(L\"UnitName_Milligram\"), GetLocalizedStringName(L\"UnitAbbreviation_Milligram\"), 2 });\n    weightUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Weight_Ounce, GetLocalizedStringName(L\"UnitName_Ounce\"), GetLocalizedStringName(L\"UnitAbbreviation_Ounce\"), 10 });\n    weightUnits.push_back(OrderedUnit{ UnitConverterUnits::Weight_Pound,\n                                       GetLocalizedStringName(L\"UnitName_Pound\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Pound\"),\n                                       11,\n                                       useSI,\n                                       useUSCustomary });\n    weightUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Weight_ShortTon, GetLocalizedStringName(L\"UnitName_ShortTon\"), GetLocalizedStringName(L\"UnitAbbreviation_ShortTon\"), 13 });\n    weightUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Weight_Stone, GetLocalizedStringName(L\"UnitName_Stone\"), GetLocalizedStringName(L\"UnitAbbreviation_Stone\"), 12 });\n    weightUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Weight_Tonne, GetLocalizedStringName(L\"UnitName_Tonne\"), GetLocalizedStringName(L\"UnitAbbreviation_Tonne\"), 9 });\n    weightUnits.push_back(OrderedUnit{ UnitConverterUnits::Weight_Snowflake,\n                                       GetLocalizedStringName(L\"UnitName_Snowflake\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Snowflake\"),\n                                       15,\n                                       false,\n                                       false,\n                                       true });\n    weightUnits.push_back(OrderedUnit{ UnitConverterUnits::Weight_SoccerBall,\n                                       GetLocalizedStringName(L\"UnitName_SoccerBall\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_SoccerBall\"),\n                                       16,\n                                       false,\n                                       false,\n                                       true });\n    weightUnits.push_back(OrderedUnit{ UnitConverterUnits::Weight_Elephant,\n                                       GetLocalizedStringName(L\"UnitName_Elephant\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Elephant\"),\n                                       17,\n                                       false,\n                                       false,\n                                       true });\n    weightUnits.push_back(OrderedUnit{ UnitConverterUnits::Weight_Whale,\n                                       GetLocalizedStringName(L\"UnitName_Whale\"),\n                                       GetLocalizedStringName(L\"UnitAbbreviation_Whale\"),\n                                       18,\n                                       false,\n                                       false,\n                                       true });\n    unitMap.emplace(ViewMode::Weight, weightUnits);\n\n    vector<OrderedUnit> pressureUnits;\n    pressureUnits.push_back(OrderedUnit{ UnitConverterUnits::Pressure_Atmosphere,\n                                         GetLocalizedStringName(L\"UnitName_Atmosphere\"),\n                                         GetLocalizedStringName(L\"UnitAbbreviation_Atmosphere\"),\n                                         1,\n                                         true,\n                                         false,\n                                         false });\n    pressureUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Pressure_Bar, GetLocalizedStringName(L\"UnitName_Bar\"), GetLocalizedStringName(L\"UnitAbbreviation_Bar\"), 2, false, true, false });\n    pressureUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Pressure_KiloPascal, GetLocalizedStringName(L\"UnitName_KiloPascal\"), GetLocalizedStringName(L\"UnitAbbreviation_KiloPascal\"), 3 });\n    pressureUnits.push_back(OrderedUnit{ UnitConverterUnits::Pressure_MillimeterOfMercury,\n                                         GetLocalizedStringName(L\"UnitName_MillimeterOfMercury \"),\n                                         GetLocalizedStringName(L\"UnitAbbreviation_MillimeterOfMercury \"),\n                                         4 });\n    pressureUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Pressure_Pascal, GetLocalizedStringName(L\"UnitName_Pascal\"), GetLocalizedStringName(L\"UnitAbbreviation_Pascal\"), 5 });\n    pressureUnits.push_back(OrderedUnit{\n        UnitConverterUnits::Pressure_PSI, GetLocalizedStringName(L\"UnitName_PSI\"), GetLocalizedStringName(L\"UnitAbbreviation_PSI\"), 6, false, false, false });\n    unitMap.emplace(ViewMode::Pressure, pressureUnits);\n\n    vector<OrderedUnit> angleUnits;\n    angleUnits.push_back(OrderedUnit{ UnitConverterUnits::Angle_Degree,\n                                      GetLocalizedStringName(L\"UnitName_Degree\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_Degree\"),\n                                      1,\n                                      true,\n                                      false,\n                                      false });\n    angleUnits.push_back(OrderedUnit{ UnitConverterUnits::Angle_Radian,\n                                      GetLocalizedStringName(L\"UnitName_Radian\"),\n                                      GetLocalizedStringName(L\"UnitAbbreviation_Radian\"),\n                                      2,\n                                      false,\n                                      true,\n                                      false });\n    angleUnits.push_back(\n        OrderedUnit{ UnitConverterUnits::Angle_Gradian, GetLocalizedStringName(L\"UnitName_Gradian\"), GetLocalizedStringName(L\"UnitAbbreviation_Gradian\"), 3 });\n    unitMap.emplace(ViewMode::Angle, angleUnits);\n}\n\nvoid UnitConverterDataLoader::GetConversionData(_In_ unordered_map<ViewMode, unordered_map<int, double>>& categoryToUnitConversionMap)\n{\n    /*categoryId, UnitId, factor*/\n    static const vector<UnitData> unitDataList = { { ViewMode::Area, UnitConverterUnits::Area_Acre, 4046.8564224 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_SquareMeter, 1 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_SquareFoot, 0.09290304 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_SquareYard, 0.83612736 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_SquareMillimeter, 0.000001 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_SquareCentimeter, 0.0001 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_SquareInch, 0.00064516 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_SquareMile, 2589988.110336 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_SquareKilometer, 1000000 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_Hectare, 10000 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_Hand, 0.012516104 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_Paper, 0.06032246 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_SoccerField, 10869.66 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_Castle, 100000 },\n                                                   { ViewMode::Area, UnitConverterUnits::Area_Pyeong, 400.0 / 121.0 },\n\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Bit, 0.000000125 },\n\t\t\t\t\t\t\t\t\t\t\t\t   { ViewMode::Data, UnitConverterUnits::Data_Nibble, 0.0000005 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Byte, 0.000001 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Kilobyte, 0.001 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Megabyte, 1 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Gigabyte, 1000 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Terabyte, 1000000 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Petabyte, 1000000000 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Exabytes, 1000000000000 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Zetabytes, 1000000000000000 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Yottabyte, 1000000000000000000 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Kilobit, 0.000125 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Megabit, 0.125 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Gigabit, 125 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Terabit, 125000 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Petabit, 125000000 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Exabits, 125000000000 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Zetabits, 125000000000000 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Yottabit, 125000000000000000 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Gibibits, 134.217728 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Gibibytes, 1073.741824 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Kibibits, 0.000128 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Kibibytes, 0.001024 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Mebibits, 0.131072 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Mebibytes, 1.048576 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Pebibits, 140737488.355328 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Pebibytes, 1125899906.842624 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Tebibits, 137438.953472 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Tebibytes, 1099511.627776 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Exbibits, 144115188075.855872 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Exbibytes, 1152921504606.846976 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Zebibits, 147573952589676.412928 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Zebibytes, 1180591620717411.303424 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Yobibits, 151115727451828646.838272 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_Yobibytes, 1208925819614629174.706176 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_FloppyDisk, 1.474560 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_CD, 700 },\n                                                   { ViewMode::Data, UnitConverterUnits::Data_DVD, 4700 },\n\n                                                   { ViewMode::Energy, UnitConverterUnits::Energy_Calorie, 4.184 },\n                                                   { ViewMode::Energy, UnitConverterUnits::Energy_Kilocalorie, 4184 },\n                                                   { ViewMode::Energy, UnitConverterUnits::Energy_BritishThermalUnit, 1055.056 },\n                                                   { ViewMode::Energy, UnitConverterUnits::Energy_Kilojoule, 1000 },\n                                                   { ViewMode::Energy, UnitConverterUnits::Energy_Kilowatthour, 3600000 },\n                                                   { ViewMode::Energy, UnitConverterUnits::Energy_ElectronVolt, 0.0000000000000000001602176565 },\n                                                   { ViewMode::Energy, UnitConverterUnits::Energy_Joule, 1 },\n                                                   { ViewMode::Energy, UnitConverterUnits::Energy_FootPound, 1.3558179483314 },\n                                                   { ViewMode::Energy, UnitConverterUnits::Energy_Battery, 9000 },\n                                                   { ViewMode::Energy, UnitConverterUnits::Energy_Banana, 439614 },\n                                                   { ViewMode::Energy, UnitConverterUnits::Energy_SliceOfCake, 1046700 },\n\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Inch, 0.0254 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Foot, 0.3048 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Yard, 0.9144 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Mile, 1609.344 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Micron, 0.000001 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Millimeter, 0.001 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Nanometer, 0.000000001 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Angstrom, 0.0000000001 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Centimeter, 0.01 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Meter, 1 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Kilometer, 1000 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_NauticalMile, 1852 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Paperclip, 0.035052 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_Hand, 0.18669 },\n                                                   { ViewMode::Length, UnitConverterUnits::Length_JumboJet, 76 },\n\n                                                   { ViewMode::Power, UnitConverterUnits::Power_BritishThermalUnitPerMinute, 17.58426666666667 },\n                                                   { ViewMode::Power, UnitConverterUnits::Power_FootPoundPerMinute, 0.0225969658055233 },\n                                                   { ViewMode::Power, UnitConverterUnits::Power_Watt, 1 },\n                                                   { ViewMode::Power, UnitConverterUnits::Power_Kilowatt, 1000 },\n                                                   { ViewMode::Power, UnitConverterUnits::Power_Horsepower, 745.69987158227022 },\n                                                   { ViewMode::Power, UnitConverterUnits::Power_LightBulb, 60 },\n                                                   { ViewMode::Power, UnitConverterUnits::Power_Horse, 745.7 },\n                                                   { ViewMode::Power, UnitConverterUnits::Power_TrainEngine, 2982799.486329081 },\n\n                                                   { ViewMode::Time, UnitConverterUnits::Time_Day, 86400 },\n                                                   { ViewMode::Time, UnitConverterUnits::Time_Second, 1 },\n                                                   { ViewMode::Time, UnitConverterUnits::Time_Week, 604800 },\n                                                   { ViewMode::Time, UnitConverterUnits::Time_Year, 31557600 },\n                                                   { ViewMode::Time, UnitConverterUnits::Time_Millisecond, 0.001 },\n                                                   { ViewMode::Time, UnitConverterUnits::Time_Microsecond, 0.000001 },\n                                                   { ViewMode::Time, UnitConverterUnits::Time_Minute, 60 },\n                                                   { ViewMode::Time, UnitConverterUnits::Time_Hour, 3600 },\n\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_CupUS, 236.588237 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_PintUS, 473.176473 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_PintUK, 568.26125 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_QuartUS, 946.352946 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_QuartUK, 1136.5225 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_GallonUS, 3785.411784 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_GallonUK, 4546.09 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_Liter, 1000 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_TeaspoonUS, 4.92892159375 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_TablespoonUS, 14.78676478125 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_CubicCentimeter, 1 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_CubicYard, 764554.857984 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_CubicMeter, 1000000 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_Milliliter, 1 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_CubicInch, 16.387064 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_CubicFoot, 28316.846592 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_FluidOunceUS, 29.5735295625 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_FluidOunceUK, 28.4130625 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_TeaspoonUK, 5.91938802083333333333 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_TablespoonUK, 17.7581640625 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_CoffeeCup, 236.5882 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_Bathtub, 378541.2 },\n                                                   { ViewMode::Volume, UnitConverterUnits::Volume_SwimmingPool, 3750000000 },\n\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Kilogram, 1 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Hectogram, 0.1 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Decagram, 0.01 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Gram, 0.001 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Pound, 0.45359237 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Ounce, 0.028349523125 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Milligram, 0.000001 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Centigram, 0.00001 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Decigram, 0.0001 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_LongTon, 1016.0469088 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Tonne, 1000 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Stone, 6.35029318 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Carat, 0.0002 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_ShortTon, 907.18474 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Snowflake, 0.000002 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_SoccerBall, 0.4325 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Elephant, 4000 },\n                                                   { ViewMode::Weight, UnitConverterUnits::Weight_Whale, 90000 },\n\n                                                   { ViewMode::Speed, UnitConverterUnits::Speed_CentimetersPerSecond, 1 },\n                                                   { ViewMode::Speed, UnitConverterUnits::Speed_FeetPerSecond, 30.48 },\n                                                   { ViewMode::Speed, UnitConverterUnits::Speed_KilometersPerHour, 27.777777777777777777778 },\n                                                   { ViewMode::Speed, UnitConverterUnits::Speed_Knot, 51.44 },\n                                                   { ViewMode::Speed, UnitConverterUnits::Speed_Mach, 34030 },\n                                                   { ViewMode::Speed, UnitConverterUnits::Speed_MetersPerSecond, 100 },\n                                                   { ViewMode::Speed, UnitConverterUnits::Speed_MilesPerHour, 44.7 },\n                                                   { ViewMode::Speed, UnitConverterUnits::Speed_Turtle, 8.94 },\n                                                   { ViewMode::Speed, UnitConverterUnits::Speed_Horse, 2011.5 },\n                                                   { ViewMode::Speed, UnitConverterUnits::Speed_Jet, 24585 },\n\n                                                   { ViewMode::Angle, UnitConverterUnits::Angle_Degree, 1 },\n                                                   { ViewMode::Angle, UnitConverterUnits::Angle_Radian, 57.29577951308233 },\n                                                   { ViewMode::Angle, UnitConverterUnits::Angle_Gradian, 0.9 },\n\n                                                   { ViewMode::Pressure, UnitConverterUnits::Pressure_Atmosphere, 1 },\n                                                   { ViewMode::Pressure, UnitConverterUnits::Pressure_Bar, 0.9869232667160128 },\n                                                   { ViewMode::Pressure, UnitConverterUnits::Pressure_KiloPascal, 0.0098692326671601 },\n                                                   { ViewMode::Pressure, UnitConverterUnits::Pressure_MillimeterOfMercury, 0.0013155687145324 },\n                                                   { ViewMode::Pressure, UnitConverterUnits::Pressure_Pascal, 9.869232667160128e-6 },\n                                                   { ViewMode::Pressure, UnitConverterUnits::Pressure_PSI, 0.068045961016531 } };\n\n    // Populate the hash map and return;\n    for (UnitData unitdata : unitDataList)\n    {\n        if (categoryToUnitConversionMap.find(unitdata.categoryId) == categoryToUnitConversionMap.end())\n        {\n            unordered_map<int, double> conversionData;\n            conversionData.insert(pair<int, double>(unitdata.unitId, unitdata.factor));\n            categoryToUnitConversionMap.insert(pair<ViewMode, unordered_map<int, double>>(unitdata.categoryId, conversionData));\n        }\n        else\n        {\n            categoryToUnitConversionMap.at(unitdata.categoryId).insert(pair<int, double>(unitdata.unitId, unitdata.factor));\n        }\n    }\n}\n\nwstring UnitConverterDataLoader::GetLocalizedStringName(String ^ stringId)\n{\n    return AppResourceProvider::GetInstance()->GetResourceString(stringId)->Data();\n}\n\nvoid UnitConverterDataLoader::GetExplicitConversionData(_In_ unordered_map<int, unordered_map<int, UCM::ConversionData>>& unitToUnitConversionList)\n{\n    /* categoryId, ParentUnitId, UnitId, ratio, offset, offsetfirst*/\n    ExplicitUnitConversionData conversionDataList[] = {\n        { ViewMode::Temperature, UnitConverterUnits::Temperature_DegreesCelsius, UnitConverterUnits::Temperature_DegreesCelsius, 1, 0 },\n        { ViewMode::Temperature, UnitConverterUnits::Temperature_DegreesCelsius, UnitConverterUnits::Temperature_DegreesFahrenheit, 1.8, 32 },\n        { ViewMode::Temperature, UnitConverterUnits::Temperature_DegreesCelsius, UnitConverterUnits::Temperature_Kelvin, 1, 273.15 },\n        { ViewMode::Temperature,\n          UnitConverterUnits::Temperature_DegreesFahrenheit,\n          UnitConverterUnits::Temperature_DegreesCelsius,\n          0.55555555555555555555555555555556,\n          -32,\n          CONVERT_WITH_OFFSET_FIRST },\n        { ViewMode::Temperature, UnitConverterUnits::Temperature_DegreesFahrenheit, UnitConverterUnits::Temperature_DegreesFahrenheit, 1, 0 },\n        { ViewMode::Temperature,\n          UnitConverterUnits::Temperature_DegreesFahrenheit,\n          UnitConverterUnits::Temperature_Kelvin,\n          0.55555555555555555555555555555556,\n          459.67,\n          CONVERT_WITH_OFFSET_FIRST },\n        { ViewMode::Temperature,\n          UnitConverterUnits::Temperature_Kelvin,\n          UnitConverterUnits::Temperature_DegreesCelsius,\n          1,\n          -273.15,\n          CONVERT_WITH_OFFSET_FIRST },\n        { ViewMode::Temperature, UnitConverterUnits::Temperature_Kelvin, UnitConverterUnits::Temperature_DegreesFahrenheit, 1.8, -459.67 },\n        { ViewMode::Temperature, UnitConverterUnits::Temperature_Kelvin, UnitConverterUnits::Temperature_Kelvin, 1, 0 }\n    };\n\n    // Populate the hash map and return;\n    for (ExplicitUnitConversionData data : conversionDataList)\n    {\n        if (unitToUnitConversionList.find(data.parentUnitId) == unitToUnitConversionList.end())\n        {\n            unordered_map<int, UCM::ConversionData> conversionData;\n            conversionData.insert(pair<int, UCM::ConversionData>(data.unitId, static_cast<UCM::ConversionData>(data)));\n            unitToUnitConversionList.insert(pair<int, unordered_map<int, UCM::ConversionData>>(data.parentUnitId, conversionData));\n        }\n        else\n        {\n            unitToUnitConversionList.at(data.parentUnitId).insert(pair<int, UCM::ConversionData>(data.unitId, static_cast<UCM::ConversionData>(data)));\n        }\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/DataLoaders/UnitConverterDataLoader.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalcManager/UnitConverter.h\"\n#include \"Common/NavCategory.h\"\n\nnamespace CalculatorApp\n{\n    namespace ViewModel::Common\n    {\n        struct OrderedUnit : UnitConversionManager::Unit\n        {\n            OrderedUnit()\n            {\n            }\n\n            OrderedUnit(\n                int id,\n                std::wstring name,\n                std::wstring abbreviation,\n                int order,\n                bool isConversionSource = false,\n                bool isConversionTarget = false,\n                bool isWhimsical = false)\n                : UnitConversionManager::Unit(id, name, abbreviation, isConversionSource, isConversionTarget, isWhimsical)\n                , order(order)\n            {\n            }\n\n            int order;\n        };\n\n        struct UnitData\n        {\n            CalculatorApp::ViewModel::Common::ViewMode categoryId;\n            int unitId;\n            double factor;\n        };\n\n        struct ExplicitUnitConversionData : UnitConversionManager::ConversionData\n        {\n            ExplicitUnitConversionData()\n            {\n            }\n            ExplicitUnitConversionData(\n                CalculatorApp::ViewModel::Common::ViewMode categoryId,\n                int parentUnitId,\n                int unitId,\n                double ratio,\n                double offset,\n                bool offsetFirst = false)\n                : categoryId(categoryId)\n                , parentUnitId(parentUnitId)\n                , unitId(unitId)\n                , UnitConversionManager::ConversionData(ratio, offset, offsetFirst)\n            {\n            }\n\n            CalculatorApp::ViewModel::Common::ViewMode categoryId;\n            int parentUnitId;\n            int unitId;\n        };\n\n        class UnitConverterDataLoader : public UnitConversionManager::IConverterDataLoader, public std::enable_shared_from_this<UnitConverterDataLoader>\n        {\n        public:\n            UnitConverterDataLoader(Windows::Globalization::GeographicRegion ^ region);\n\n        private:\n            // IConverterDataLoader\n            void LoadData() override;\n            std::vector<UnitConversionManager::Category> GetOrderedCategories() override;\n            std::vector<UnitConversionManager::Unit> GetOrderedUnits(const UnitConversionManager::Category& c) override;\n            std::unordered_map<UnitConversionManager::Unit, UnitConversionManager::ConversionData, UnitConversionManager::UnitHash>\n            LoadOrderedRatios(const UnitConversionManager::Unit& unit) override;\n            bool SupportsCategory(const UnitConversionManager::Category& target) override;\n            // IConverterDataLoader\n\n            void GetCategories(_In_ std::shared_ptr<std::vector<UnitConversionManager::Category>> categoriesList);\n            void GetUnits(_In_ std::unordered_map<CalculatorApp::ViewModel::Common::ViewMode, std::vector<CalculatorApp::ViewModel::Common::OrderedUnit>>& unitMap);\n            void GetConversionData(_In_ std::unordered_map<CalculatorApp::ViewModel::Common::ViewMode, std::unordered_map<int, double>>& categoryToUnitConversionMap);\n            void GetExplicitConversionData(_In_ std::unordered_map<int, std::unordered_map<int, UnitConversionManager::ConversionData>>& unitToUnitConversionList);\n\n            std::wstring GetLocalizedStringName(_In_ Platform::String ^ stringId);\n\n            std::shared_ptr<std::vector<UnitConversionManager::Category>> m_categoryList;\n            std::shared_ptr<UnitConversionManager::CategoryToUnitVectorMap> m_categoryIDToUnitsMap;\n            std::shared_ptr<UnitConversionManager::UnitToUnitToConversionDataMap> m_ratioMap;\n            Platform::String ^ m_currentRegionCode;\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/DateCalculatorViewModel.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"DateCalculatorViewModel.h\"\n#include \"Common/TraceLogger.h\"\n#include \"Common/LocalizationStringUtil.h\"\n#include \"Common/LocalizationService.h\"\n#include \"Common/LocalizationSettings.h\"\n#include \"Common/CopyPasteManager.h\"\n\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculatorApp::ViewModel::Common::DateCalculation;\nusing namespace CalculatorApp::ViewModel;\nusing namespace Platform;\nusing namespace Platform::Collections;\nusing namespace std;\nusing namespace Windows::ApplicationModel::Resources;\nusing namespace Windows::Foundation;\nusing namespace Windows::Globalization;\nusing namespace Windows::Globalization::DateTimeFormatting;\nusing namespace Windows::System::UserProfile;\n\nnamespace\n{\n    StringReference StrDateDiffResultPropertyName(L\"StrDateDiffResult\");\n    StringReference StrDateDiffResultAutomationNamePropertyName(L\"StrDateDiffResultAutomationName\");\n    StringReference StrDateDiffResultInDaysPropertyName(L\"StrDateDiffResultInDays\");\n    StringReference StrDateResultPropertyName(L\"StrDateResult\");\n    StringReference StrDateResultAutomationNamePropertyName(L\"StrDateResultAutomationName\");\n    StringReference IsDiffInDaysPropertyName(L\"IsDiffInDays\");\n}\n\nDateCalculatorViewModel::DateCalculatorViewModel()\n    : m_IsDateDiffMode(true)\n    , m_IsAddMode(true)\n    , m_isOutOfBound(false)\n    , m_DaysOffset(0)\n    , m_MonthsOffset(0)\n    , m_YearsOffset(0)\n    , m_StrDateDiffResult(L\"\")\n    , m_StrDateDiffResultAutomationName(L\"\")\n    , m_StrDateDiffResultInDays(L\"\")\n    , m_StrDateResult(L\"\")\n    , m_StrDateResultAutomationName(L\"\")\n{\n    LocalizationSettings^ localizationSettings = LocalizationSettings::GetInstance();\n\n    // Initialize Date Output format instances\n    InitializeDateOutputFormats(localizationSettings->GetCalendarIdentifier());\n\n    // Initialize Date Calc engine\n    m_dateCalcEngine = ref new DateCalculationEngine(localizationSettings->GetCalendarIdentifier());\n    // Initialize dates of DatePicker controls to today's date\n    auto calendar = ref new Calendar();\n    // We force the timezone to UTC, in order to avoid being affected by Daylight Saving Time\n    // when we calculate the difference between 2 dates.\n    calendar->ChangeTimeZone(\"UTC\");\n    auto today = calendar->GetDateTime();\n\n    // FromDate and ToDate should be clipped (adjusted to a consistent hour in UTC)\n    m_fromDate = m_toDate = ClipTime(today);\n\n    // StartDate should not be clipped\n    m_startDate = today;\n    m_dateResult = today;\n\n    // Initialize the list separator delimiter appended with a space at the end, e.g. \", \"\n    // This will be used for date difference formatting: Y years, M months, W weeks, D days\n    m_listSeparator = localizationSettings->GetListSeparator() + L\" \";\n\n    // Initialize the output results\n    UpdateDisplayResult();\n\n    m_offsetValues = ref new Vector<String ^>();\n    for (int i = 0; i <= c_maxOffsetValue; i++)\n    {\n        wstring numberStr(to_wstring(i));\n        localizationSettings->LocalizeDisplayValue(&numberStr);\n        m_offsetValues->Append(ref new String(numberStr.c_str()));\n    }\n\n    DayOfWeek trueDayOfWeek = calendar->DayOfWeek;\n\n    DateTime clippedTime = ClipTime(today);\n    calendar->SetDateTime(clippedTime);\n    if (calendar->DayOfWeek != trueDayOfWeek)\n    {\n        calendar->SetDateTime(today);\n    }\n}\n\nvoid DateCalculatorViewModel::OnPropertyChanged(_In_ String ^ prop)\n{\n    if (prop == StrDateDiffResultPropertyName)\n    {\n        UpdateStrDateDiffResultAutomationName();\n    }\n    else if (prop == StrDateResultPropertyName)\n    {\n        UpdateStrDateResultAutomationName();\n    }\n    else if (\n        prop != StrDateDiffResultAutomationNamePropertyName && prop != StrDateDiffResultInDaysPropertyName && prop != StrDateResultAutomationNamePropertyName\n        && prop != IsDiffInDaysPropertyName)\n    {\n        OnInputsChanged();\n    }\n}\n\nvoid DateCalculatorViewModel::OnInputsChanged()\n{\n    if (m_IsDateDiffMode)\n    {\n        DateTime clippedFromDate = ClipTime(FromDate);\n        DateTime clippedToDate = ClipTime(ToDate);\n\n        // Calculate difference between two dates\n        auto dateDiff = m_dateCalcEngine->TryGetDateDifference(clippedFromDate, clippedToDate, m_daysOutputFormat);\n        if (dateDiff != nullptr)\n        {\n            DateDiffResultInDays = dateDiff->Value;\n            dateDiff = m_dateCalcEngine->TryGetDateDifference(clippedFromDate, clippedToDate, m_allDateUnitsOutputFormat);\n            if (dateDiff != nullptr)\n            {\n                DateDiffResult = dateDiff->Value;\n            }\n            else\n            {\n                // TryGetDateDifference wasn't able to calculate the difference in days/weeks/months/years, we will instead display the difference in days.\n                DateDiffResult = DateDiffResultInDays;\n            }\n        }\n        else\n        {\n            DateDiffResult = DateDifferenceUnknown;\n            DateDiffResultInDays = DateDifferenceUnknown;\n        }\n    }\n    else\n    {\n        DateDifference dateDiff;\n        dateDiff.day = DaysOffset;\n        dateDiff.month = MonthsOffset;\n        dateDiff.year = YearsOffset;\n\n        IBox<DateTime> ^ dateTimeResult;\n\n        if (m_IsAddMode)\n        {\n            // Add number of Days, Months and Years to a Date\n            dateTimeResult = m_dateCalcEngine->AddDuration(StartDate, dateDiff);\n        }\n        else\n        {\n            // Subtract number of Days, Months and Years from a Date\n            dateTimeResult = m_dateCalcEngine->SubtractDuration(StartDate, dateDiff);\n        }\n        IsOutOfBound = dateTimeResult == nullptr;\n\n        if (!m_isOutOfBound)\n        {\n            DateResult = dateTimeResult->Value;\n        }\n    }\n}\n\nvoid DateCalculatorViewModel::UpdateDisplayResult()\n{\n    if (m_IsDateDiffMode)\n    {\n        if (m_dateDiffResultInDays == DateDifferenceUnknown)\n        {\n            IsDiffInDays = false;\n            StrDateDiffResultInDays = L\"\";\n            StrDateDiffResult = AppResourceProvider::GetInstance()->GetResourceString(L\"CalculationFailed\");\n        }\n        else if (m_dateDiffResultInDays.day == 0)\n        {\n            // to and from dates the same\n            IsDiffInDays = true;\n            StrDateDiffResultInDays = L\"\";\n            StrDateDiffResult = AppResourceProvider::GetInstance()->GetResourceString(L\"Date_SameDates\");\n        }\n        else if (m_dateDiffResult == DateDifferenceUnknown || (m_dateDiffResult.year == 0 && m_dateDiffResult.month == 0 && m_dateDiffResult.week == 0))\n        {\n            IsDiffInDays = true;\n            StrDateDiffResultInDays = L\"\";\n\n            // Display result in number of days\n            StrDateDiffResult = GetDateDiffStringInDays();\n        }\n        else\n        {\n            IsDiffInDays = false;\n\n            // Display result in days, weeks, months and years\n            StrDateDiffResult = GetDateDiffString();\n\n            // Display result in number of days\n            StrDateDiffResultInDays = GetDateDiffStringInDays();\n        }\n    }\n    else\n    {\n        if (m_isOutOfBound)\n        {\n            // Display Date out of bound message\n            StrDateResult = AppResourceProvider::GetInstance()->GetResourceString(L\"Date_OutOfBoundMessage\");\n        }\n        else\n        {\n            // Display the resulting date in long format\n            StrDateResult = m_dateTimeFormatter->Format(DateResult);\n        }\n    }\n}\n\nvoid DateCalculatorViewModel::UpdateStrDateDiffResultAutomationName()\n{\n    String ^ automationFormat = AppResourceProvider::GetInstance()->GetResourceString(L\"Date_DifferenceResultAutomationName\");\n    StrDateDiffResultAutomationName = LocalizationStringUtil::GetLocalizedString(automationFormat, StrDateDiffResult);\n}\n\nvoid DateCalculatorViewModel::UpdateStrDateResultAutomationName()\n{\n    String ^ automationFormat = AppResourceProvider::GetInstance()->GetResourceString(L\"Date_ResultingDateAutomationName\");\n    StrDateResultAutomationName = LocalizationStringUtil::GetLocalizedString(automationFormat, StrDateResult);\n}\n\nvoid DateCalculatorViewModel::InitializeDateOutputFormats(_In_ String ^ calendarIdentifier)\n{\n    // Format for Add/Subtract days\n    m_dateTimeFormatter = LocalizationService::GetInstance()->GetRegionalSettingsAwareDateTimeFormatter(\n        L\"longdate\",\n        calendarIdentifier,\n        ClockIdentifiers::TwentyFourHour); // Clock Identifier is not used\n\n    // Format for Date Difference\n    m_allDateUnitsOutputFormat = DateUnit::Year | DateUnit::Month | DateUnit::Week | DateUnit::Day;\n    m_daysOutputFormat = DateUnit::Day;\n}\n\nString ^ DateCalculatorViewModel::GetDateDiffString() const\n{\n    wstring result;\n    bool addDelimiter = false;\n    AppResourceProvider ^ resourceLoader = AppResourceProvider::GetInstance();\n\n    auto yearCount = m_dateDiffResult.year;\n    if (yearCount > 0)\n    {\n        result += GetLocalizedNumberString(yearCount)->Data();\n        result += L' ';\n\n        if (yearCount > 1)\n        {\n            result += resourceLoader->GetResourceString(L\"Date_Years\")->Data();\n        }\n        else\n        {\n            result += resourceLoader->GetResourceString(L\"Date_Year\")->Data();\n        }\n\n        // set the flags to add a delimiter whenever the next unit is added\n        addDelimiter = true;\n    }\n\n    auto monthCount = m_dateDiffResult.month;\n    if (monthCount > 0)\n    {\n        if (addDelimiter)\n        {\n            result += m_listSeparator;\n        }\n        else\n        {\n            addDelimiter = true;\n        }\n\n        result += GetLocalizedNumberString(monthCount)->Data();\n        result += L' ';\n\n        if (monthCount > 1)\n        {\n            result += resourceLoader->GetResourceString(L\"Date_Months\")->Data();\n        }\n        else\n        {\n            result += resourceLoader->GetResourceString(L\"Date_Month\")->Data();\n        }\n    }\n\n    auto weekCount = m_dateDiffResult.week;\n    if (weekCount > 0)\n    {\n        if (addDelimiter)\n        {\n            result += m_listSeparator;\n        }\n        else\n        {\n            addDelimiter = true;\n        }\n\n        result += GetLocalizedNumberString(weekCount)->Data();\n        result += L' ';\n\n        if (weekCount > 1)\n        {\n            result += resourceLoader->GetResourceString(L\"Date_Weeks\")->Data();\n        }\n        else\n        {\n            result += resourceLoader->GetResourceString(L\"Date_Week\")->Data();\n        }\n    }\n\n    auto dayCount = m_dateDiffResult.day;\n    if (dayCount > 0)\n    {\n        if (addDelimiter)\n        {\n            result += m_listSeparator;\n        }\n        else\n        {\n            addDelimiter = true;\n        }\n\n        result += GetLocalizedNumberString(dayCount)->Data();\n        result += L' ';\n\n        if (dayCount > 1)\n        {\n            result += resourceLoader->GetResourceString(L\"Date_Days\")->Data();\n        }\n        else\n        {\n            result += resourceLoader->GetResourceString(L\"Date_Day\")->Data();\n        }\n    }\n\n    return ref new String(result.data());\n}\n\nString ^ DateCalculatorViewModel::GetDateDiffStringInDays() const\n{\n    wstring result = GetLocalizedNumberString(m_dateDiffResultInDays.day)->Data();\n    result += L' ';\n\n    // Display the result as '1 day' or 'N days'\n    if (m_dateDiffResultInDays.day > 1)\n    {\n        result += AppResourceProvider::GetInstance()->GetResourceString(L\"Date_Days\")->Data();\n    }\n    else\n    {\n        result += AppResourceProvider::GetInstance()->GetResourceString(L\"Date_Day\")->Data();\n    }\n\n    return ref new String(result.data());\n}\n\nvoid DateCalculatorViewModel::OnCopyCommand(Platform::Object ^ parameter)\n{\n    if (m_IsDateDiffMode)\n    {\n        CopyPasteManager::CopyToClipboard(m_StrDateDiffResult);\n    }\n    else\n    {\n        CopyPasteManager::CopyToClipboard(m_StrDateResult);\n    }\n}\n\nString ^ DateCalculatorViewModel::GetLocalizedNumberString(int value) const\n{\n    wstring numberStr(to_wstring(value));\n    LocalizationSettings::GetInstance()->LocalizeDisplayValue(&numberStr);\n    return ref new String(numberStr.c_str());\n}\n\n/// <summary>\n/// Adjusts the given DateTime to 12AM of the same day\n/// </summary>\n/// <param name=\"dateTime\">DateTime to clip</param>\n/// <param name=\"adjustUsingLocalTime\">Adjust the datetime using local time (by default adjust using UTC time)</param>\nDateTime DateCalculatorViewModel::ClipTime(DateTime dateTime, bool adjustUsingLocalTime)\n{\n    DateTime referenceDateTime;\n    if (adjustUsingLocalTime)\n    {\n        FILETIME fileTime;\n        fileTime.dwLowDateTime = (DWORD)(dateTime.UniversalTime & 0xffffffff);\n        fileTime.dwHighDateTime = (DWORD)(dateTime.UniversalTime >> 32);\n\n        FILETIME localFileTime;\n        FileTimeToLocalFileTime(&fileTime, &localFileTime);\n\n        referenceDateTime.UniversalTime = (DWORD)localFileTime.dwHighDateTime;\n        referenceDateTime.UniversalTime <<= 32;\n        referenceDateTime.UniversalTime |= (DWORD)localFileTime.dwLowDateTime;\n    }\n    else\n    {\n        referenceDateTime = dateTime;\n    }\n    auto calendar = ref new Calendar();\n    calendar->ChangeTimeZone(\"UTC\");\n    calendar->SetDateTime(referenceDateTime);\n    calendar->Period = calendar->FirstPeriodInThisDay;\n    calendar->Hour = calendar->FirstHourInThisPeriod;\n    calendar->Minute = 0;\n    calendar->Second = 0;\n    calendar->Nanosecond = 0;\n\n    return calendar->GetDateTime();\n}\n"
  },
  {
    "path": "src/CalcViewModel/DateCalculatorViewModel.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"Common/Utils.h\"\n#include \"Common/DateCalculator.h\"\n\nconst int c_maxOffsetValue = 999;\n\nnamespace CalculatorApp\n{\n    namespace ViewModel\n    {\n        [Windows::UI::Xaml::Data::Bindable] public ref class DateCalculatorViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        public:\n            DateCalculatorViewModel();\n\n            OBSERVABLE_OBJECT_CALLBACK(OnPropertyChanged);\n\n            // Input Properties\n            OBSERVABLE_PROPERTY_RW(bool, IsDateDiffMode);\n            OBSERVABLE_PROPERTY_RW(bool, IsAddMode);\n            OBSERVABLE_PROPERTY_R(bool, IsDiffInDays); // If diff is only in days or the dates are the same,\n                                                       // then show only one result and avoid redundancy\n\n            OBSERVABLE_PROPERTY_RW(int, DaysOffset);\n            OBSERVABLE_PROPERTY_RW(int, MonthsOffset);\n            OBSERVABLE_PROPERTY_RW(int, YearsOffset);\n\n            // Read only property for offset values\n            property Windows::Foundation::Collections::IVector<Platform::String^>^ OffsetValues\n            {\n                Windows::Foundation::Collections::IVector<Platform::String^>^ get() { return m_offsetValues; }\n            }\n\n            // From date for Date Diff\n            property Windows::Foundation::DateTime FromDate\n            {\n                Windows::Foundation::DateTime get()\n                {\n                    return m_fromDate;\n                }\n\n                void set(Windows::Foundation::DateTime value)\n                {\n                    if (m_fromDate.UniversalTime != value.UniversalTime)\n                    {\n                        m_fromDate = value;\n                        RaisePropertyChanged(\"FromDate\");\n                    }\n                }\n            }\n\n            // To date for Date Diff\n            property Windows::Foundation::DateTime ToDate\n            {\n                Windows::Foundation::DateTime get()\n                {\n                    return m_toDate;\n                }\n\n                void set(Windows::Foundation::DateTime value)\n                {\n                    if (m_toDate.UniversalTime != value.UniversalTime)\n                    {\n                        m_toDate = value;\n                        RaisePropertyChanged(\"ToDate\");\n                    }\n                }\n            }\n\n            // Start date for Add/Subtract date\n            property Windows::Foundation::DateTime StartDate\n            {\n                Windows::Foundation::DateTime get()\n                {\n                    return m_startDate;\n                }\n\n                void set(Windows::Foundation::DateTime value)\n                {\n                    if (m_startDate.UniversalTime != value.UniversalTime)\n                    {\n                        m_startDate = value;\n                        RaisePropertyChanged(\"StartDate\");\n                    }\n                }\n            }\n\n            // Output Properties\n            OBSERVABLE_PROPERTY_R(Platform::String ^, StrDateDiffResult);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, StrDateDiffResultAutomationName);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, StrDateDiffResultInDays);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, StrDateResult);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, StrDateResultAutomationName);\n\n            COMMAND_FOR_METHOD(CopyCommand, DateCalculatorViewModel::OnCopyCommand);\n\n            void OnCopyCommand(Platform::Object ^ parameter);\n\n        private:\n            void OnPropertyChanged(_In_ Platform::String ^ prop);\n            void OnInputsChanged();\n            void UpdateDisplayResult();\n            void UpdateStrDateDiffResultAutomationName();\n            void UpdateStrDateResultAutomationName();\n            void InitializeDateOutputFormats(Platform::String ^ calendarIdentifier);\n            Platform::String ^ GetDateDiffString() const;\n            Platform::String ^ GetDateDiffStringInDays() const;\n            Platform::String ^ GetLocalizedNumberString(int value) const;\n            static Windows::Foundation::DateTime ClipTime(Windows::Foundation::DateTime dateTime, bool adjustUsingLocalTime = false);\n\n            property bool IsOutOfBound\n            {\n                bool get()\n                {\n                    return m_isOutOfBound;\n                }\n                void set(bool value)\n                {\n                    m_isOutOfBound = value;\n                    UpdateDisplayResult();\n                }\n            }\n\n            property CalculatorApp::ViewModel::Common::DateCalculation::DateDifference DateDiffResult\n            {\n                CalculatorApp::ViewModel::Common::DateCalculation::DateDifference get()\n                {\n                    return m_dateDiffResult;\n                }\n                void set(CalculatorApp::ViewModel::Common::DateCalculation::DateDifference value)\n                {\n                    m_dateDiffResult = value;\n                    UpdateDisplayResult();\n                }\n            }\n\n            property CalculatorApp::ViewModel::Common::DateCalculation::DateDifference DateDiffResultInDays\n            {\n                CalculatorApp::ViewModel::Common::DateCalculation::DateDifference get()\n                {\n                    return m_dateDiffResultInDays;\n                }\n                void set(CalculatorApp::ViewModel::Common::DateCalculation::DateDifference value)\n                {\n                    m_dateDiffResultInDays = value;\n                    UpdateDisplayResult();\n                }\n            }\n\n            property Windows::Foundation::DateTime DateResult\n            {\n                Windows::Foundation::DateTime get()\n                {\n                    return m_dateResult;\n                }\n                void set(Windows::Foundation::DateTime value)\n                {\n                    m_dateResult = value;\n                    UpdateDisplayResult();\n                }\n            }\n\n        private:\n            // Property variables\n            bool m_isOutOfBound;\n            Platform::Collections::Vector<Platform::String ^> ^ m_offsetValues;\n            Windows::Foundation::DateTime m_fromDate;\n            Windows::Foundation::DateTime m_toDate;\n            Windows::Foundation::DateTime m_startDate;\n            Windows::Foundation::DateTime m_dateResult;\n            CalculatorApp::ViewModel::Common::DateCalculation::DateDifference m_dateDiffResult;\n            CalculatorApp::ViewModel::Common::DateCalculation::DateDifference m_dateDiffResultInDays;\n\n            // Private members\n            CalculatorApp::ViewModel::Common::DateCalculation::DateCalculationEngine ^ m_dateCalcEngine;\n            CalculatorApp::ViewModel::Common::DateCalculation::DateUnit m_daysOutputFormat;\n            CalculatorApp::ViewModel::Common::DateCalculation::DateUnit m_allDateUnitsOutputFormat;\n            Windows::Globalization::DateTimeFormatting::DateTimeFormatter ^ m_dateTimeFormatter;\n            std::wstring m_listSeparator;\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/GraphingCalculator/EquationViewModel.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"EquationViewModel.h\"\n#include \"CalcViewModel\\Common\\LocalizationSettings.h\"\n#include \"CalcViewModel\\GraphingCalculatorEnums.h\"\n\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace Graphing;\nusing namespace Platform;\nusing namespace Platform::Collections;\nusing namespace std;\nusing namespace Windows::ApplicationModel::Resources;\nusing namespace Windows::UI;\nusing namespace Windows::UI::Xaml;\nusing namespace Windows::Foundation::Collections;\nusing namespace GraphControl;\n\nnamespace CalculatorApp::ViewModel\n{\n    GridDisplayItems::GridDisplayItems()\n        : m_Expression{ \"\" }\n        , m_Direction{ \"\" }\n    {\n    }\n\n    KeyGraphFeaturesItem::KeyGraphFeaturesItem()\n        : m_Title{ \"\" }\n        , m_DisplayItems{ ref new Vector<String ^>() }\n        , m_GridItems{ ref new Vector<GridDisplayItems ^>() }\n        , m_IsText{ false }\n    {\n    }\n\n    EquationViewModel::EquationViewModel(Equation ^ equation, int functionLabelIndex, Windows::UI::Color color, int colorIndex)\n        : m_AnalysisErrorVisible{ false }\n        , m_FunctionLabelIndex{ functionLabelIndex }\n        , m_KeyGraphFeaturesItems{ ref new Vector<KeyGraphFeaturesItem ^>() }\n        , m_resourceLoader{ ::ResourceLoader::GetForCurrentView() }\n    {\n        if (equation == nullptr)\n        {\n            throw ref new InvalidArgumentException(L\"Equation cannot be null\");\n        }\n\n        GraphEquation = equation;\n        LineColor = color;\n        LineColorIndex = colorIndex;\n        IsLineEnabled = true;\n    }\n\n    void EquationViewModel::PopulateKeyGraphFeatures(KeyGraphFeaturesInfo ^ graphEquation)\n    {\n        if (graphEquation->AnalysisError != 0)\n        {\n            AnalysisErrorVisible = true;\n            if (graphEquation->AnalysisError == static_cast<int>(AnalysisErrorType::AnalysisCouldNotBePerformed))\n            {\n                AnalysisErrorString = m_resourceLoader->GetString(L\"KGFAnalysisCouldNotBePerformed\");\n            }\n            else if (graphEquation->AnalysisError == static_cast<int>(AnalysisErrorType::AnalysisNotSupported))\n            {\n                AnalysisErrorString = m_resourceLoader->GetString(L\"KGFAnalysisNotSupported\");\n            }\n            else if (graphEquation->AnalysisError == static_cast<int>(AnalysisErrorType::VariableIsNotX))\n            {\n                AnalysisErrorString = m_resourceLoader->GetString(L\"KGFVariableIsNotX\");\n            }\n            return;\n        }\n\n        KeyGraphFeaturesItems->Clear();\n\n        AddKeyGraphFeature(m_resourceLoader->GetString(L\"Domain\"), graphEquation->Domain, m_resourceLoader->GetString(L\"KGFDomainNone\"));\n        AddKeyGraphFeature(m_resourceLoader->GetString(L\"Range\"), graphEquation->Range, m_resourceLoader->GetString(L\"KGFRangeNone\"));\n        AddKeyGraphFeature(m_resourceLoader->GetString(L\"XIntercept\"), graphEquation->XIntercept, m_resourceLoader->GetString(L\"KGFXInterceptNone\"));\n        AddKeyGraphFeature(m_resourceLoader->GetString(L\"YIntercept\"), graphEquation->YIntercept, m_resourceLoader->GetString(L\"KGFYInterceptNone\"));\n        AddKeyGraphFeature(m_resourceLoader->GetString(L\"Minima\"), graphEquation->Minima, m_resourceLoader->GetString(L\"KGFMinimaNone\"));\n        AddKeyGraphFeature(m_resourceLoader->GetString(L\"Maxima\"), graphEquation->Maxima, m_resourceLoader->GetString(L\"KGFMaximaNone\"));\n        AddKeyGraphFeature(\n            m_resourceLoader->GetString(L\"InflectionPoints\"), graphEquation->InflectionPoints, m_resourceLoader->GetString(L\"KGFInflectionPointsNone\"));\n        AddKeyGraphFeature(\n            m_resourceLoader->GetString(L\"VerticalAsymptotes\"), graphEquation->VerticalAsymptotes, m_resourceLoader->GetString(L\"KGFVerticalAsymptotesNone\"));\n        AddKeyGraphFeature(\n            m_resourceLoader->GetString(L\"HorizontalAsymptotes\"),\n            graphEquation->HorizontalAsymptotes,\n            m_resourceLoader->GetString(L\"KGFHorizontalAsymptotesNone\"));\n        AddKeyGraphFeature(\n            m_resourceLoader->GetString(L\"ObliqueAsymptotes\"), graphEquation->ObliqueAsymptotes, m_resourceLoader->GetString(L\"KGFObliqueAsymptotesNone\"));\n        AddParityKeyGraphFeature(graphEquation);\n        AddPeriodicityKeyGraphFeature(graphEquation);\n        AddMonotoncityKeyGraphFeature(graphEquation);\n        AddTooComplexKeyGraphFeature(graphEquation);\n\n        AnalysisErrorVisible = false;\n    }\n\n    void EquationViewModel::AddKeyGraphFeature(String ^ title, String ^ expression, String ^ errorString)\n    {\n        KeyGraphFeaturesItem ^ item = ref new KeyGraphFeaturesItem();\n        item->Title = title;\n        if (expression != L\"\")\n        {\n            item->DisplayItems->Append(expression);\n            item->IsText = false;\n        }\n        else\n        {\n            item->DisplayItems->Append(errorString);\n            item->IsText = true;\n        }\n        KeyGraphFeaturesItems->Append(item);\n    }\n\n    void EquationViewModel::AddKeyGraphFeature(String ^ title, IVector<String ^> ^ expressionVector, String ^ errorString)\n    {\n        KeyGraphFeaturesItem ^ item = ref new KeyGraphFeaturesItem();\n        item->Title = title;\n        if (expressionVector->Size != 0)\n        {\n            for (auto expression : expressionVector)\n            {\n                item->DisplayItems->Append(expression);\n            }\n            item->IsText = false;\n        }\n        else\n        {\n            item->DisplayItems->Append(errorString);\n            item->IsText = true;\n        }\n        KeyGraphFeaturesItems->Append(item);\n    }\n\n    void EquationViewModel::AddParityKeyGraphFeature(KeyGraphFeaturesInfo ^ graphEquation)\n    {\n        KeyGraphFeaturesItem ^ parityItem = ref new KeyGraphFeaturesItem();\n        parityItem->Title = m_resourceLoader->GetString(L\"Parity\");\n        switch (graphEquation->Parity)\n        {\n        case 0:\n            parityItem->DisplayItems->Append(m_resourceLoader->GetString(L\"KGFParityUnknown\"));\n            break;\n        case 1:\n            parityItem->DisplayItems->Append(m_resourceLoader->GetString(L\"KGFParityOdd\"));\n            break;\n        case 2:\n            parityItem->DisplayItems->Append(m_resourceLoader->GetString(L\"KGFParityEven\"));\n            break;\n        case 3:\n            parityItem->DisplayItems->Append(m_resourceLoader->GetString(L\"KGFParityNeither\"));\n            break;\n        default:\n            parityItem->DisplayItems->Append(m_resourceLoader->GetString(L\"KGFParityUnknown\"));\n        }\n        parityItem->IsText = true;\n\n        KeyGraphFeaturesItems->Append(parityItem);\n    }\n\n    void EquationViewModel::AddPeriodicityKeyGraphFeature(KeyGraphFeaturesInfo ^ graphEquation)\n    {\n        KeyGraphFeaturesItem ^ periodicityItem = ref new KeyGraphFeaturesItem();\n        periodicityItem->Title = m_resourceLoader->GetString(L\"Periodicity\");\n        switch (graphEquation->PeriodicityDirection)\n        {\n        case 0:\n            // Periodicity is not supported or is too complex to calculate.\n            // Return out of this function without adding periodicity to KeyGraphFeatureItems.\n            // SetTooComplexFeaturesErrorProperty will set the too complex error when periodicity is supported and unknown\n            return;\n        case 1:\n            if (graphEquation->PeriodicityExpression == L\"\")\n            {\n                periodicityItem->DisplayItems->Append(m_resourceLoader->GetString(L\"KGFPeriodicityUnknown\"));\n                periodicityItem->IsText = true;\n            }\n            else\n            {\n                periodicityItem->DisplayItems->Append(graphEquation->PeriodicityExpression);\n                periodicityItem->IsText = false;\n            }\n            break;\n        case 2:\n            periodicityItem->DisplayItems->Append(m_resourceLoader->GetString(L\"KGFPeriodicityNotPeriodic\"));\n            periodicityItem->IsText = false;\n            break;\n        default:\n            periodicityItem->DisplayItems->Append(m_resourceLoader->GetString(L\"KGFPeriodicityError\"));\n            periodicityItem->IsText = true;\n        }\n\n        KeyGraphFeaturesItems->Append(periodicityItem);\n    }\n\n    void EquationViewModel::AddMonotoncityKeyGraphFeature(KeyGraphFeaturesInfo ^ graphEquation)\n    {\n        KeyGraphFeaturesItem ^ monotonicityItem = ref new KeyGraphFeaturesItem();\n        monotonicityItem->Title = m_resourceLoader->GetString(L\"Monotonicity\");\n        if (graphEquation->Monotonicity->Size != 0)\n        {\n            for (auto item : graphEquation->Monotonicity)\n            {\n                GridDisplayItems ^ gridItem = ref new GridDisplayItems();\n                gridItem->Expression = item->Key;\n\n                auto monotonicityType = item->Value->Data();\n                switch (*monotonicityType)\n                {\n                case '0':\n                    gridItem->Direction = m_resourceLoader->GetString(L\"KGFMonotonicityUnknown\");\n                    break;\n                case '1':\n                    gridItem->Direction = m_resourceLoader->GetString(L\"KGFMonotonicityIncreasing\");\n                    break;\n                case '2':\n                    gridItem->Direction = m_resourceLoader->GetString(L\"KGFMonotonicityDecreasing\");\n                    break;\n                case '3':\n                    gridItem->Direction = m_resourceLoader->GetString(L\"KGFMonotonicityConstant\");\n                    break;\n                default:\n                    gridItem->Direction = m_resourceLoader->GetString(L\"KGFMonotonicityError\");\n                    break;\n                }\n\n                monotonicityItem->GridItems->Append(gridItem);\n            }\n            monotonicityItem->IsText = false;\n        }\n        else\n        {\n            monotonicityItem->DisplayItems->Append(m_resourceLoader->GetString(L\"KGFMonotonicityError\"));\n            monotonicityItem->IsText = true;\n        }\n\n        KeyGraphFeaturesItems->Append(monotonicityItem);\n    }\n\n    void EquationViewModel::AddTooComplexKeyGraphFeature(KeyGraphFeaturesInfo ^ graphEquation)\n    {\n        if (graphEquation->TooComplexFeatures <= 0)\n        {\n            return;\n        }\n\n        Platform::String ^ separator = ref new String(LocalizationSettings::GetInstance()->GetListSeparator().c_str());\n\n        wstring error;\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::Domain) == KeyGraphFeaturesFlag::Domain)\n        {\n            error.append((m_resourceLoader->GetString(L\"Domain\") + separator + L\" \")->Data());\n        }\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::Range) == KeyGraphFeaturesFlag::Range)\n        {\n            error.append((m_resourceLoader->GetString(L\"Range\") + separator + L\" \")->Data());\n        }\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::Zeros) == KeyGraphFeaturesFlag::Zeros)\n        {\n            error.append((m_resourceLoader->GetString(L\"XIntercept\") + separator + L\" \")->Data());\n        }\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::YIntercept) == KeyGraphFeaturesFlag::YIntercept)\n        {\n            error.append((m_resourceLoader->GetString(L\"YIntercept\") + separator + L\" \")->Data());\n        }\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::Parity) == KeyGraphFeaturesFlag::Parity)\n        {\n            error.append((m_resourceLoader->GetString(L\"Parity\") + separator + L\" \")->Data());\n        }\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::Periodicity) == KeyGraphFeaturesFlag::Periodicity)\n        {\n            error.append((m_resourceLoader->GetString(L\"Periodicity\") + separator + L\" \")->Data());\n        }\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::Minima) == KeyGraphFeaturesFlag::Minima)\n        {\n            error.append((m_resourceLoader->GetString(L\"Minima\") + separator + L\" \")->Data());\n        }\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::Maxima) == KeyGraphFeaturesFlag::Maxima)\n        {\n            error.append((m_resourceLoader->GetString(L\"Maxima\") + separator + L\" \")->Data());\n        }\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::InflectionPoints) == KeyGraphFeaturesFlag::InflectionPoints)\n        {\n            error.append((m_resourceLoader->GetString(L\"InflectionPoints\") + separator + L\" \")->Data());\n        }\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::VerticalAsymptotes) == KeyGraphFeaturesFlag::VerticalAsymptotes)\n        {\n            error.append((m_resourceLoader->GetString(L\"VerticalAsymptotes\") + separator + L\" \")->Data());\n        }\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::HorizontalAsymptotes) == KeyGraphFeaturesFlag::HorizontalAsymptotes)\n        {\n            error.append((m_resourceLoader->GetString(L\"HorizontalAsymptotes\") + separator + L\" \")->Data());\n        }\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::ObliqueAsymptotes) == KeyGraphFeaturesFlag::ObliqueAsymptotes)\n        {\n            error.append((m_resourceLoader->GetString(L\"ObliqueAsymptotes\") + separator + L\" \")->Data());\n        }\n        if ((graphEquation->TooComplexFeatures & KeyGraphFeaturesFlag::MonotoneIntervals) == KeyGraphFeaturesFlag::MonotoneIntervals)\n        {\n            error.append((m_resourceLoader->GetString(L\"Monotonicity\") + separator + L\" \")->Data());\n        }\n\n        KeyGraphFeaturesItem ^ tooComplexItem = ref new KeyGraphFeaturesItem();\n        tooComplexItem->DisplayItems->Append(m_resourceLoader->GetString(L\"KGFTooComplexFeaturesError\"));\n        tooComplexItem->DisplayItems->Append(ref new String(error.substr(0, (error.length() - (separator->Length() + 1))).c_str()));\n        tooComplexItem->IsText = true;\n\n        KeyGraphFeaturesItems->Append(tooComplexItem);\n    }\n\n    String ^ EquationViewModel::EquationErrorText(ErrorType errorType, int errorCode)\n    {\n        auto resLoader = ResourceLoader::GetForCurrentView();\n        if (errorType == ::ErrorType::Evaluation)\n        {\n            switch (static_cast<EvaluationErrorCode>(errorCode))\n            {\n            case (EvaluationErrorCode::Overflow):\n                return resLoader->GetString(L\"Overflow\");\n                break;\n            case (EvaluationErrorCode::RequireRadiansMode):\n                return resLoader->GetString(L\"RequireRadiansMode\");\n                break;\n            case (EvaluationErrorCode::TooComplexToSolve):\n                return resLoader->GetString(L\"TooComplexToSolve\");\n                break;\n            case (EvaluationErrorCode::RequireDegreesMode):\n                return resLoader->GetString(L\"RequireDegreesMode\");\n                break;\n            case (EvaluationErrorCode::FactorialInvalidArgument):\n            case (EvaluationErrorCode::Factorial2InvalidArgument):\n                return resLoader->GetString(L\"FactorialInvalidArgument\");\n                break;\n            case (EvaluationErrorCode::FactorialCannotPerformOnLargeNumber):\n                return resLoader->GetString(L\"FactorialCannotPerformOnLargeNumber\");\n                break;\n            case (EvaluationErrorCode::ModuloCannotPerformOnFloat):\n                return resLoader->GetString(L\"ModuloCannotPerformOnFloat\");\n                break;\n            case (EvaluationErrorCode::EquationTooComplexToSolve):\n            case (EvaluationErrorCode::EquationTooComplexToSolveSymbolic):\n            case (EvaluationErrorCode::EquationTooComplexToPlot):\n            case (EvaluationErrorCode::InequalityTooComplexToSolve):\n            case (EvaluationErrorCode::GE_TooComplexToSolve):\n                return resLoader->GetString(L\"TooComplexToSolve\");\n                break;\n            case (EvaluationErrorCode::EquationHasNoSolution):\n            case (EvaluationErrorCode::InequalityHasNoSolution):\n                return resLoader->GetString(L\"EquationHasNoSolution\");\n                break;\n            case (EvaluationErrorCode::DivideByZero):\n                return resLoader->GetString(L\"DivideByZero\");\n                break;\n            case (EvaluationErrorCode::MutuallyExclusiveConditions):\n                return resLoader->GetString(L\"MutuallyExclusiveConditions\");\n                break;\n            case (EvaluationErrorCode::OutOfDomain):\n                return resLoader->GetString(L\"OutOfDomain\");\n                break;\n            case (EvaluationErrorCode::GE_NotSupported):\n                return resLoader->GetString(L\"GE_NotSupported\");\n                break;\n            default:\n                return resLoader->GetString(L\"GeneralError\");\n                break;\n            }\n        }\n        else if (errorType == ::ErrorType::Syntax)\n        {\n            switch (static_cast<SyntaxErrorCode>(errorCode))\n            {\n            case (SyntaxErrorCode::ParenthesisMismatch):\n                return resLoader->GetString(L\"ParenthesisMismatch\");\n                break;\n            case (SyntaxErrorCode::UnmatchedParenthesis):\n                return resLoader->GetString(L\"UnmatchedParenthesis\");\n                break;\n            case (SyntaxErrorCode::TooManyDecimalPoints):\n                return resLoader->GetString(L\"TooManyDecimalPoints\");\n                break;\n            case (SyntaxErrorCode::DecimalPointWithoutDigits):\n                return resLoader->GetString(L\"DecimalPointWithoutDigits\");\n                break;\n            case (SyntaxErrorCode::UnexpectedEndOfExpression):\n                return resLoader->GetString(L\"UnexpectedEndOfExpression\");\n                break;\n            case (SyntaxErrorCode::UnexpectedToken):\n                return resLoader->GetString(L\"UnexpectedToken\");\n                break;\n            case (SyntaxErrorCode::InvalidToken):\n                return resLoader->GetString(L\"InvalidToken\");\n                break;\n            case (SyntaxErrorCode::TooManyEquals):\n                return resLoader->GetString(L\"TooManyEquals\");\n                break;\n            case (SyntaxErrorCode::EqualWithoutGraphVariable):\n                return resLoader->GetString(L\"EqualWithoutGraphVariable\");\n                break;\n            case (SyntaxErrorCode::InvalidEquationSyntax):\n            case (SyntaxErrorCode::InvalidEquationFormat):\n                return resLoader->GetString(L\"InvalidEquationSyntax\");\n                break;\n            case (SyntaxErrorCode::EmptyExpression):\n                return resLoader->GetString(L\"EmptyExpression\");\n                break;\n            case (SyntaxErrorCode::EqualWithoutEquation):\n                return resLoader->GetString(L\"EqualWithoutEquation\");\n                break;\n            case (SyntaxErrorCode::ExpectParenthesisAfterFunctionName):\n                return resLoader->GetString(L\"ExpectParenthesisAfterFunctionName\");\n                break;\n            case (SyntaxErrorCode::IncorrectNumParameter):\n                return resLoader->GetString(L\"IncorrectNumParameter\");\n                break;\n            case (SyntaxErrorCode::InvalidVariableNameFormat):\n                return resLoader->GetString(L\"InvalidVariableNameFormat\");\n                break;\n            case (SyntaxErrorCode::BracketMismatch):\n                return resLoader->GetString(L\"BracketMismatch\");\n                break;\n            case (SyntaxErrorCode::UnmatchedBracket):\n                return resLoader->GetString(L\"UnmatchedBracket\");\n                break;\n            case (SyntaxErrorCode::CannotUseIInReal):\n                return resLoader->GetString(L\"CannotUseIInReal\");\n                break;\n            case (SyntaxErrorCode::InvalidNumberDigit):\n                return resLoader->GetString(L\"InvalidNumberDigit\");\n                break;\n            case (SyntaxErrorCode::InvalidNumberBase):\n                return resLoader->GetString(L\"InvalidNumberBase\");\n                break;\n            case (SyntaxErrorCode::InvalidVariableSpecification):\n                return resLoader->GetString(L\"InvalidVariableSpecification\");\n                break;\n            case (SyntaxErrorCode::ExpectingLogicalOperands):\n            case (SyntaxErrorCode::ExpectingScalarOperands):\n                return resLoader->GetString(L\"ExpectingLogicalOperands\");\n                break;\n            case (SyntaxErrorCode::CannotUseIndexVarInOpLimits):\n                return resLoader->GetString(L\"CannotUseIndexVarInOpLimits\");\n                break;\n            case (SyntaxErrorCode::CannotUseIndexVarInLimPoint):\n                return resLoader->GetString(L\"Overflow\");\n                break;\n            case (SyntaxErrorCode::CannotUseComplexInfinityInReal):\n                return resLoader->GetString(L\"CannotUseComplexInfinityInReal\");\n                break;\n            case (SyntaxErrorCode::CannotUseIInInequalitySolving):\n                return resLoader->GetString(L\"CannotUseIInInequalitySolving\");\n                break;\n            default:\n                return resLoader->GetString(L\"GeneralError\");\n                break;\n            }\n        }\n\n        return resLoader->GetString(L\"GeneralError\");\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/GraphingCalculator/EquationViewModel.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"../Common/Utils.h\"\n\nnamespace GraphControl\n{\n    ref class Equation;\n    ref class KeyGraphFeaturesInfo;\n}\n\nnamespace CalculatorApp::ViewModel\n{\npublic\n    ref class GridDisplayItems sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n    {\n    public:\n        GridDisplayItems();\n\n        OBSERVABLE_OBJECT();\n        OBSERVABLE_PROPERTY_RW(Platform::String ^, Expression);\n        OBSERVABLE_PROPERTY_RW(Platform::String ^, Direction);\n    };\n\npublic\n    ref class KeyGraphFeaturesItem sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n    {\n    public:\n        KeyGraphFeaturesItem();\n\n        OBSERVABLE_OBJECT();\n        OBSERVABLE_PROPERTY_RW(Platform::String ^, Title);\n        OBSERVABLE_PROPERTY_RW(Windows::Foundation::Collections::IObservableVector<Platform::String ^> ^, DisplayItems);\n        OBSERVABLE_PROPERTY_RW(Windows::Foundation::Collections::IObservableVector<GridDisplayItems ^> ^, GridItems);\n        OBSERVABLE_PROPERTY_RW(bool, IsText);\n    };\n\npublic\n    ref class EquationViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n    {\n    public:\n        EquationViewModel(GraphControl::Equation ^ equation, int functionLabelIndex, Windows::UI::Color color, int colorIndex);\n\n        OBSERVABLE_OBJECT();\n        OBSERVABLE_PROPERTY_R(GraphControl::Equation ^, GraphEquation);\n        OBSERVABLE_PROPERTY_RW(int, FunctionLabelIndex);\n        OBSERVABLE_PROPERTY_RW(bool, IsLastItemInList);\n        PROPERTY_RW(int, LineColorIndex);\n\n        property Platform::String ^ Expression\n        {\n            Platform::String ^ get()\n            {\n                return GraphEquation->Expression;\n            }\n            void set(Platform::String ^ value)\n            {\n                if (GraphEquation->Expression != value)\n                {\n                    GraphEquation->Expression = value;\n                    RaisePropertyChanged(\"Expression\");\n                }\n            }\n        }\n\n        property Windows::UI::Color LineColor\n        {\n            Windows::UI::Color get()\n            {\n                return GraphEquation->LineColor;\n            }\n            void set(Windows::UI::Color value)\n            {\n                if (!Utils::AreColorsEqual(GraphEquation->LineColor, value))\n                {\n                    GraphEquation->LineColor = value;\n                    RaisePropertyChanged(\"LineColor\");\n                }\n            }\n        }\n\n        property bool IsLineEnabled\n        {\n            bool get()\n            {\n                return GraphEquation->IsLineEnabled;\n            }\n            void set(bool value)\n            {\n                if (GraphEquation->IsLineEnabled != value)\n                {\n                    GraphEquation->IsLineEnabled = value;\n                    RaisePropertyChanged(\"IsLineEnabled\");\n                }\n            }\n        }\n\n        // Key Graph Features\n        OBSERVABLE_PROPERTY_R(Platform::String ^, AnalysisErrorString);\n        OBSERVABLE_PROPERTY_R(bool, AnalysisErrorVisible);\n        OBSERVABLE_PROPERTY_R(Windows::Foundation::Collections::IObservableVector<CalculatorApp::ViewModel::KeyGraphFeaturesItem ^> ^, KeyGraphFeaturesItems)\n\n        void PopulateKeyGraphFeatures(GraphControl::KeyGraphFeaturesInfo ^ info);\n\n        static Platform::String ^ EquationErrorText(GraphControl::ErrorType errorType, int errorCode);\n\n    private:\n        void AddKeyGraphFeature(Platform::String ^ title, Platform::String ^ expression, Platform::String ^ errorString);\n        void AddKeyGraphFeature(\n            Platform::String ^ title,\n            Windows::Foundation::Collections::IVector<Platform::String ^> ^ expressionVector,\n            Platform::String ^ errorString);\n        void AddParityKeyGraphFeature(GraphControl::KeyGraphFeaturesInfo ^ info);\n        void AddPeriodicityKeyGraphFeature(GraphControl::KeyGraphFeaturesInfo ^ info);\n        void AddMonotoncityKeyGraphFeature(GraphControl::KeyGraphFeaturesInfo ^ info);\n        void AddTooComplexKeyGraphFeature(GraphControl::KeyGraphFeaturesInfo ^ info);\n\n        Windows::Foundation::Collections::IObservableMap<Platform::String ^, Platform::String ^> ^ m_Monotonicity;\n        Windows::ApplicationModel::Resources::ResourceLoader ^ m_resourceLoader;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/GraphingCalculator/GraphingCalculatorViewModel.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"GraphingCalculatorViewModel.h\"\n\nusing namespace CalculatorApp::ViewModel;\nusing namespace Platform;\nusing namespace Platform::Collections;\nusing namespace Windows::Foundation;\nusing namespace Windows::Foundation::Collections;\nusing namespace Windows::UI::Xaml::Data;\nusing namespace GraphControl;\n\nnamespace CalculatorApp::ViewModel\n{\n    GraphingCalculatorViewModel::GraphingCalculatorViewModel()\n        : m_IsDecimalEnabled{ true }\n        , m_Equations{ ref new Vector<EquationViewModel ^>() }\n        , m_Variables{ ref new Vector<VariableViewModel ^>() }\n    {\n    }\n\n    void GraphingCalculatorViewModel::OnButtonPressed(Object ^ parameter)\n    {\n    }\n\n    void GraphingCalculatorViewModel::UpdateVariables(IMap<String ^, Variable ^> ^ variables)\n    {\n        Variables->Clear();\n        for (auto variablePair : variables)\n        {\n            auto variable = ref new VariableViewModel(variablePair->Key, variablePair->Value);\n            variable->VariableUpdated += ref new EventHandler<VariableChangedEventArgs>([this, variable](Object ^ sender, VariableChangedEventArgs e) {\n                VariableUpdated(variable, VariableChangedEventArgs{ e.variableName, e.newValue });\n            });\n            Variables->Append(variable);\n        }\n    }\n\n    void GraphingCalculatorViewModel::SetSelectedEquation(EquationViewModel ^ equation)\n    {\n        SelectedEquation = equation;\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/GraphingCalculator/GraphingCalculatorViewModel.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"../Common/Utils.h\"\n#include \"EquationViewModel.h\"\n#include \"VariableViewModel.h\"\n\nnamespace CalculatorApp::ViewModel\n{\n    [Windows::UI::Xaml::Data::Bindable] public ref class GraphingCalculatorViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n    {\n    public:\n        GraphingCalculatorViewModel();\n\n        OBSERVABLE_OBJECT();\n        OBSERVABLE_PROPERTY_R(bool, IsDecimalEnabled);\n        OBSERVABLE_PROPERTY_R(Windows::Foundation::Collections::IObservableVector<EquationViewModel ^> ^, Equations);\n        OBSERVABLE_PROPERTY_R(Windows::Foundation::Collections::IObservableVector<VariableViewModel ^> ^, Variables);\n        OBSERVABLE_PROPERTY_R(EquationViewModel ^, SelectedEquation);\n\n        COMMAND_FOR_METHOD(ButtonPressed, GraphingCalculatorViewModel::OnButtonPressed);\n\n        event Windows::Foundation::EventHandler<VariableChangedEventArgs> ^ VariableUpdated;\n\n        void UpdateVariables(Windows::Foundation::Collections::IMap<Platform::String ^, GraphControl::Variable ^> ^ variables);\n\n        void SetSelectedEquation(EquationViewModel ^ equation);\n    private:\n        void OnButtonPressed(Platform::Object ^ parameter);\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/GraphingCalculator/GraphingSettingsViewModel.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"GraphingSettingsViewModel.h\"\n\nusing namespace CalculatorApp::ViewModel;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace GraphControl;\nusing namespace std;\nusing namespace Platform;\nusing namespace Windows::UI::Xaml;\n\nGraphingSettingsViewModel::GraphingSettingsViewModel()\n    : m_XMinValue(0)\n    , m_XMaxValue(0)\n    , m_YMinValue(0)\n    , m_YMaxValue(0)\n    , m_XMinError(false)\n    , m_XMaxError(false)\n    , m_YMinError(false)\n    , m_YMaxError(false)\n    , m_dontUpdateDisplayRange()\n    , m_XIsMinLastChanged(true)\n    , m_YIsMinLastChanged(true)\n{\n}\n\nvoid GraphingSettingsViewModel::SetGrapher(Grapher ^ grapher)\n{\n    if (grapher != nullptr)\n    {\n        if (grapher->TrigUnitMode == (int)Graphing::EvalTrigUnitMode::Invalid)\n        {\n            grapher->TrigUnitMode = (int)Graphing::EvalTrigUnitMode::Radians;\n        }\n    }\n    Graph = grapher;\n\n    InitRanges();\n    RaisePropertyChanged(L\"TrigUnit\");\n}\n\nvoid GraphingSettingsViewModel::InitRanges()\n{\n    double xMin = 0, xMax = 0, yMin = 0, yMax = 0;\n    if (m_Graph != nullptr)\n    {\n        m_Graph->GetDisplayRanges(&xMin, &xMax, &yMin, &yMax);\n    }\n    m_dontUpdateDisplayRange = true;\n    m_XMinValue = xMin;\n    m_XMaxValue = xMax;\n    m_YMinValue = yMin;\n    m_YMaxValue = yMax;\n\n    std::wostringstream xMinStr;\n    xMinStr <<  m_XMinValue;\n    XMin = ref new String(xMinStr.str().c_str());\n\n    std::wostringstream xMaxStr;\n    xMaxStr << m_XMaxValue;\n    XMax = ref new String(xMaxStr.str().c_str());\n\n    std::wostringstream yMinStr;\n    yMinStr << m_YMinValue;\n    YMin = ref new String(yMinStr.str().c_str());\n\n    std::wostringstream yMaxStr;\n    yMaxStr << m_YMaxValue;\n    YMax = ref new String(yMaxStr.str().c_str());\n\n    m_dontUpdateDisplayRange = false;\n}\n\nvoid GraphingSettingsViewModel::ResetView()\n{\n    if (m_Graph != nullptr)\n    {\n        m_Graph->ResetGrid();\n        InitRanges();\n        m_XMinError = false;\n        m_XMaxError = false;\n        m_YMinError = false;\n        m_YMaxError = false;\n\n        RaisePropertyChanged(\"XError\");\n        RaisePropertyChanged(\"XMin\");\n        RaisePropertyChanged(\"XMax\");\n        RaisePropertyChanged(\"YError\");\n        RaisePropertyChanged(\"YMin\");\n        RaisePropertyChanged(\"YMax\");\n    }\n}\n\nvoid GraphingSettingsViewModel::UpdateDisplayRange()\n{\n    if (m_Graph == nullptr || m_dontUpdateDisplayRange || HasError())\n    {\n        return;\n    }\n\n    m_Graph->SetDisplayRanges(m_XMinValue, m_XMaxValue, m_YMinValue, m_YMaxValue);\n\n    CalculatorApp::ViewModel::Common::TraceLogger::GetInstance()->LogGraphSettingsChanged(GraphSettingsType::Grid, L\"\");\n}\n\nbool GraphingSettingsViewModel::HasError()\n{\n    return m_XMinError || m_YMinError || m_XMaxError || m_YMaxError || XError || YError;\n}\n"
  },
  {
    "path": "src/CalcViewModel/GraphingCalculator/GraphingSettingsViewModel.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"../Common/Utils.h\"\n#include \"CalcViewModel/Common/TraceLogger.h\"\n\nnamespace CalculatorApp::ViewModel\n{\n#pragma once\n    [Windows::UI::Xaml::Data::Bindable] public ref class GraphingSettingsViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n    {\n    public:\n        OBSERVABLE_OBJECT();\n        OBSERVABLE_PROPERTY_R(bool, YMinError);\n        OBSERVABLE_PROPERTY_R(bool, XMinError);\n        OBSERVABLE_PROPERTY_R(bool, XMaxError);\n        OBSERVABLE_PROPERTY_R(bool, YMaxError);\n        OBSERVABLE_PROPERTY_R(GraphControl::Grapher ^, Graph);\n\n        GraphingSettingsViewModel();\n\n        property bool XError\n        {\n            bool get()\n            {\n                return !m_XMinError && !m_XMaxError && m_XMinValue >= m_XMaxValue;\n            }\n        }\n\n        property bool YError\n        {\n            bool get()\n            {\n                return !m_YMinError && !m_YMaxError && m_YMinValue >= m_YMaxValue;\n            }\n        }\n\n        property Platform::String ^ XMin\n        {\n            Platform::String ^ get()\n            {\n                return m_XMin;\n            }\n            void set(Platform::String ^ value)\n            {\n                if (m_XMin == value)\n                {\n                    return;\n                }\n                m_XMin = value;\n                m_XIsMinLastChanged = true;\n                if (m_Graph != nullptr)\n                {\n                    std::wistringstream input(value->Data());\n                    double number;\n                    if (input >> number && input.eof())\n                    {\n                        m_Graph->XAxisMin = m_XMinValue = number;\n                        XMinError = false;\n                    }\n                    else\n                    {\n                        XMinError = true;\n                    }\n                }\n                RaisePropertyChanged(\"XError\");\n                RaisePropertyChanged(\"XMin\");\n                UpdateDisplayRange();\n            }\n        }\n\n        property Platform::String ^ XMax\n        {\n            Platform::String ^ get()\n            {\n                return m_XMax;\n            }\n            void set(Platform::String ^ value)\n            {\n                if (m_XMax == value)\n                {\n                    return;\n                }\n                m_XMax = value;\n                m_XIsMinLastChanged = false;\n                if (m_Graph != nullptr)\n                {\n                    std::wistringstream input(value->Data());\n                    double number;\n                    if (input >> number && input.eof())\n                    {\n                        m_Graph->XAxisMax = m_XMaxValue = number;\n                        XMaxError = false;\n                    }\n                    else\n                    {\n                        XMaxError = true;\n                    }\n                }\n                RaisePropertyChanged(\"XError\");\n                RaisePropertyChanged(\"XMax\");\n                UpdateDisplayRange();\n            }\n        }\n\n        property Platform::String ^ YMin\n        {\n            Platform::String ^ get()\n            {\n                return m_YMin;\n            }\n            void set(Platform::String ^ value)\n            {\n                if (m_YMin == value)\n                {\n                    return;\n                }\n                m_YMin = value;\n                m_YIsMinLastChanged = true;\n                if (m_Graph != nullptr)\n                {\n                    std::wistringstream input(value->Data());\n                    double number;\n                    if (input >> number && input.eof())\n                    {\n                        m_Graph->YAxisMin = m_YMinValue = number;\n                        YMinError = false;\n                    }\n                    else\n                    {\n                        YMinError = true;\n                    }\n                }\n                RaisePropertyChanged(\"YError\");\n                RaisePropertyChanged(\"YMin\");\n                UpdateDisplayRange();\n            }\n        }\n\n        property Platform::String ^ YMax\n        {\n            Platform::String ^ get()\n            {\n                return m_YMax;\n            }\n            void set(Platform::String ^  value)\n            {\n                if (m_YMax == value)\n                {\n                    return;\n                }\n                m_YMax = value;\n                m_YIsMinLastChanged = false;\n                if (m_Graph != nullptr)\n                {\n                    std::wistringstream input(value->Data());\n                    double number;\n                    if (input >> number && input.eof())\n                    {\n                        m_Graph->YAxisMax = m_YMaxValue = number;\n                        YMaxError = false;\n                    }\n                    else\n                    {\n                        YMaxError = true;\n                    }\n                }\n                RaisePropertyChanged(\"YError\");\n                RaisePropertyChanged(\"YMax\");\n                UpdateDisplayRange();\n            }\n        }\n\n        property int TrigUnit\n        {\n            int get()\n            {\n                return m_Graph == nullptr ? (int)Graphing::EvalTrigUnitMode::Invalid : m_Graph->TrigUnitMode;\n            }\n            void set(int value)\n            {\n                if (m_Graph == nullptr)\n                {\n                    return;\n                }\n                m_Graph->TrigUnitMode = value;\n                RaisePropertyChanged(L\"TrigUnit\");\n            }\n        }\n\n        property bool TrigModeRadians\n        {\n            bool get()\n            {\n                return m_Graph != nullptr && m_Graph->TrigUnitMode == (int)Graphing::EvalTrigUnitMode::Radians;\n            }\n            void set(bool value)\n            {\n                if (value && m_Graph != nullptr && m_Graph->TrigUnitMode != (int)Graphing::EvalTrigUnitMode::Radians)\n                {\n                    m_Graph->TrigUnitMode = (int)Graphing::EvalTrigUnitMode::Radians;\n\n                    RaisePropertyChanged(L\"TrigModeRadians\");\n                    RaisePropertyChanged(L\"TrigModeDegrees\");\n                    RaisePropertyChanged(L\"TrigModeGradians\");\n\n                    CalculatorApp::ViewModel::Common::TraceLogger::GetInstance()->LogGraphSettingsChanged(CalculatorApp::ViewModel::Common::GraphSettingsType::TrigUnits, L\"Radians\");\n                }\n            }\n        }\n\n        property bool TrigModeDegrees\n        {\n            bool get()\n            {\n                return m_Graph != nullptr && m_Graph->TrigUnitMode == (int)Graphing::EvalTrigUnitMode::Degrees;\n            }\n            void set(bool value)\n            {\n                if (value && m_Graph != nullptr && m_Graph->TrigUnitMode != (int)Graphing::EvalTrigUnitMode::Degrees)\n                {\n                    m_Graph->TrigUnitMode = (int)Graphing::EvalTrigUnitMode::Degrees;\n\n                    RaisePropertyChanged(L\"TrigModeDegrees\");\n                    RaisePropertyChanged(L\"TrigModeRadians\");\n                    RaisePropertyChanged(L\"TrigModeGradians\");\n\n                    CalculatorApp::ViewModel::Common::TraceLogger::GetInstance()->LogGraphSettingsChanged(CalculatorApp::ViewModel::Common::GraphSettingsType::TrigUnits, L\"Degrees\");\n                }\n            }\n        }\n\n        property bool TrigModeGradians\n        {\n            bool get()\n            {\n                return m_Graph != nullptr && m_Graph->TrigUnitMode == (int)Graphing::EvalTrigUnitMode::Grads;\n            }\n            void set(bool value)\n            {\n                if (value && m_Graph != nullptr && m_Graph->TrigUnitMode != (int)Graphing::EvalTrigUnitMode::Grads)\n                {\n                    m_Graph->TrigUnitMode = (int)Graphing::EvalTrigUnitMode::Grads;\n\n                    RaisePropertyChanged(L\"TrigModeGradians\");\n                    RaisePropertyChanged(L\"TrigModeDegrees\");\n                    RaisePropertyChanged(L\"TrigModeRadians\");\n\n                    CalculatorApp::ViewModel::Common::TraceLogger::GetInstance()->LogGraphSettingsChanged(CalculatorApp::ViewModel::Common::GraphSettingsType::TrigUnits, L\"Gradians\");\n                }\n            }\n        }\n\n    public:\n        void UpdateDisplayRange();\n\n    public:\n        void SetGrapher(GraphControl::Grapher ^ grapher);\n        void InitRanges();\n        void ResetView();\n        bool HasError();\n\n    private:\n        Platform::String ^ m_XMin;\n        Platform::String ^ m_XMax;\n        Platform::String ^ m_YMin;\n        Platform::String ^ m_YMax;\n        double m_XMinValue;\n        double m_XMaxValue;\n        double m_YMinValue;\n        double m_YMaxValue;\n        bool m_dontUpdateDisplayRange;\n        bool m_XIsMinLastChanged;\n        bool m_YIsMinLastChanged;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/GraphingCalculator/VariableViewModel.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"../Common/Utils.h\"\n#include \"CalcViewModel/Common/LocalizationStringUtil.h\"\n#include \"EquationViewModel.h\"\n\nnamespace CalculatorApp::ViewModel\n{\n\ninline constexpr int DefaultMinMaxRange = 10;\n\npublic\n    value struct VariableChangedEventArgs sealed\n    {\n        Platform::String ^ variableName;\n        double newValue;\n    };\n\n    [Windows::UI::Xaml::Data::Bindable] public ref class VariableViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n    {\n    public:\n        VariableViewModel(Platform::String ^ name, GraphControl::Variable ^ variable)\n            : m_Name(name)\n            , m_variable{ variable }\n            , m_SliderSettingsVisible(false)\n        {\n        }\n\n        OBSERVABLE_OBJECT();\n        OBSERVABLE_PROPERTY_R(Platform::String ^, Name);\n        OBSERVABLE_PROPERTY_RW(bool, SliderSettingsVisible);\n\n        property double Min\n        {\n            double get()\n            {\n                return m_variable->Min;\n            }\n            void set(double value)\n            {\n                if (m_variable->Min != value)\n                {\n                    if (value >= m_variable->Max)\n                    {\n                        m_variable->Max = value + DefaultMinMaxRange;\n                        RaisePropertyChanged(\"Max\");\n                    }\n\n                    m_variable->Min = value;\n                    RaisePropertyChanged(\"Min\");\n                }\n            }\n        }\n\n        property double Step\n        {\n            double get()\n            {\n                return m_variable->Step;\n            }\n            void set(double value)\n            {\n                if (m_variable->Step != value)\n                {\n                    m_variable->Step = value;\n                    RaisePropertyChanged(\"Step\");\n                }\n            }\n        }\n\n        property double Max\n        {\n            double get()\n            {\n                return m_variable->Max;\n            }\n            void set(double value)\n            {\n                if (m_variable->Max != value)\n                {\n                    if (value <= m_variable->Min)\n                    {\n                        m_variable->Min = value - DefaultMinMaxRange;\n                        RaisePropertyChanged(\"Min\");\n                    }\n\n                    m_variable->Max = value;\n                    RaisePropertyChanged(\"Max\");\n                }\n            }\n        }\n\n        event Windows::Foundation::EventHandler<VariableChangedEventArgs> ^ VariableUpdated;\n\n        property double Value\n        {\n            double get()\n            {\n                return m_variable->Value;\n            }\n            void set(double value)\n            {\n                if (value < m_variable->Min)\n                {\n                    m_variable->Min = value;\n                    RaisePropertyChanged(L\"Min\");\n                }\n                else if (value > m_variable->Max)\n                {\n                    m_variable->Max = value;\n                    RaisePropertyChanged(L\"Max\");\n                }\n\n                if (m_variable->Value != value)\n                {\n                    m_variable->Value = value;\n                    VariableUpdated(this, VariableChangedEventArgs{ Name, value });\n                    RaisePropertyChanged(L\"Value\");\n                }\n            }\n        }\n\n        property Platform::String ^ VariableAutomationName\n        {\n            Platform::String ^ get()\n            {\n                return CalculatorApp::ViewModel::Common::LocalizationStringUtil::GetLocalizedString(\n                           CalculatorApp::ViewModel::Common::AppResourceProvider::GetInstance()->GetResourceString(L\"VariableListViewItem\"), Name);\n            }\n        }\n\n    private:\n        GraphControl::Variable ^ m_variable;\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/GraphingCalculatorEnums.h",
    "content": "#pragma once\n\nnamespace CalculatorApp\n{\n    enum KeyGraphFeaturesFlag\n    {\n        Domain = 1,\n        Range = 2,\n        Parity = 4,\n        Periodicity = 8,\n        Zeros = 16,\n        YIntercept = 32,\n        Minima = 64,\n        Maxima = 128,\n        InflectionPoints = 256,\n        VerticalAsymptotes = 512,\n        HorizontalAsymptotes = 1024,\n        ObliqueAsymptotes = 2048,\n        MonotoneIntervals = 4096\n    };\n\n    enum AnalysisErrorType\n    {\n        NoError,\n        AnalysisCouldNotBePerformed,\n        AnalysisNotSupported,\n        VariableIsNotX\n    };\n}\n"
  },
  {
    "path": "src/CalcViewModel/HistoryItemViewModel.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"HistoryItemViewModel.h\"\n#include \"Common/LocalizationService.h\"\n\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculatorApp::ViewModel;\nusing namespace std;\nusing namespace Platform;\n\nHistoryItemViewModel::HistoryItemViewModel(\n    String ^ expression,\n    String ^ result,\n    _In_ const shared_ptr<vector<pair<wstring, int>>>& spTokens,\n    _In_ const shared_ptr<vector<shared_ptr<IExpressionCommand>>>& spCommands)\n    : m_expression(expression)\n    , m_result(result)\n    , m_spTokens(spTokens)\n    , m_spCommands(spCommands)\n{\n    // updating accessibility names for expression and result\n    m_accExpression = HistoryItemViewModel::GetAccessibleExpressionFromTokens(spTokens, m_expression);\n    m_accResult = LocalizationService::GetNarratorReadableString(m_result);\n}\n\nString\n    ^ HistoryItemViewModel::GetAccessibleExpressionFromTokens(\n        _In_ shared_ptr<vector<pair<wstring, int>>> const& spTokens,\n        _In_ String ^ fallbackExpression)\n{\n    // updating accessibility names for expression and result\n    wstring accExpression{};\n\n    for (const auto& tokenItem : *spTokens)\n    {\n        accExpression += LocalizationService::GetNarratorReadableToken(StringReference(tokenItem.first.c_str()))->Data();\n    }\n\n    return ref new String(accExpression.c_str());\n}\n"
  },
  {
    "path": "src/CalcViewModel/HistoryItemViewModel.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalcManager/ExpressionCommandInterface.h\"\n\nnamespace CalculatorApp\n{\n    namespace ViewModel\n    {\n        [Windows::UI::Xaml::Data::Bindable] public ref class HistoryItemViewModel sealed\n        {\n            internal :\n\n                HistoryItemViewModel(\n                    Platform::String ^ expression,\n                    Platform::String ^ result,\n                    _In_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& spTokens,\n                    _In_ std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> const& spCommands);\n\n            std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& GetTokens()\n            {\n                return m_spTokens;\n            }\n\n            std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> const& GetCommands()\n            {\n                return m_spCommands;\n            }\n\n        public:\n            property Platform::String\n                ^ Expression { Platform::String ^ get() { return m_expression; } }\n\n                property Platform::String\n                ^ AccExpression { Platform::String ^ get() { return m_accExpression; } }\n\n                property Platform::String\n                ^ Result { Platform::String ^ get() { return m_result; } }\n\n                property Platform::String\n                ^ AccResult { Platform::String ^ get() { return m_accResult; } }\n\n                private : static Platform::String\n                          ^ GetAccessibleExpressionFromTokens(\n                              _In_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& spTokens,\n                              _In_ Platform::String ^ fallbackExpression);\n\n        private:\n            Platform::String ^ m_expression;\n            Platform::String ^ m_accExpression;\n            Platform::String ^ m_accResult;\n            Platform::String ^ m_result;\n            std::shared_ptr<std::vector<std::pair<std::wstring, int>>> m_spTokens;\n            std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> m_spCommands;\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/HistoryViewModel.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"HistoryViewModel.h\"\n#include \"Common/TraceLogger.h\"\n#include \"Common/LocalizationStringUtil.h\"\n#include \"Common/LocalizationSettings.h\"\n#include \"StandardCalculatorViewModel.h\"\n\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculatorApp::ViewModel::Common::Automation;\nusing namespace CalculatorApp::ViewModel;\nusing namespace Platform;\nusing namespace std;\nusing namespace Windows::Foundation;\nusing namespace Windows::Storage;\nusing namespace Windows::Storage::Streams;\nusing namespace Windows::Security::Cryptography;\nusing namespace Windows::Foundation::Collections;\n\nstatic StringReference HistoryVectorLengthKey{ L\"HistoryVectorLength\" };\nstatic StringReference ItemsSizeKey{ L\"ItemsCount\" };\n\nnamespace HistoryResourceKeys\n{\n    StringReference HistoryCleared(L\"HistoryList_Cleared\");\n    StringReference HistorySlotCleared(L\"Format_HistorySlotCleared\");\n}\n\nHistoryViewModel::HistoryViewModel(_In_ CalculationManager::CalculatorManager* calculatorManager)\n    : m_calculatorManager(calculatorManager)\n    , m_localizedHistoryCleared(nullptr)\n    , m_localizedHistorySlotCleared(nullptr)\n{\n    AreHistoryShortcutsEnabled = true;\n\n    Items = ref new Platform::Collections::Vector<HistoryItemViewModel ^>();\n}\n\n// this will reload Items with the history list based on current mode\nvoid HistoryViewModel::ReloadHistory(_In_ ViewMode currentMode)\n{\n    if (currentMode == ViewMode::Standard)\n    {\n        m_currentMode = CalculationManager::CalculatorMode::Standard;\n    }\n    else if (currentMode == ViewMode::Scientific)\n    {\n        m_currentMode = CalculationManager::CalculatorMode::Scientific;\n    }\n    else\n    {\n        return;\n    }\n\n    auto historyListModel = m_calculatorManager->GetHistoryItems(m_currentMode);\n    auto historyListVM = ref new Platform::Collections::Vector<HistoryItemViewModel ^>();\n    LocalizationSettings^ localizer = LocalizationSettings::GetInstance();\n    if (historyListModel.size() > 0)\n    {\n        for (auto ritr = historyListModel.rbegin(); ritr != historyListModel.rend(); ++ritr)\n        {\n            wstring expression = (*ritr)->historyItemVector.expression;\n            wstring result = (*ritr)->historyItemVector.result;\n            localizer->LocalizeDisplayValue(&expression);\n            localizer->LocalizeDisplayValue(&result);\n\n            auto item = ref new HistoryItemViewModel(\n                ref new Platform::String(expression.c_str()),\n                ref new Platform::String(result.c_str()),\n                (*ritr)->historyItemVector.spTokens,\n                (*ritr)->historyItemVector.spCommands);\n            historyListVM->Append(item);\n        }\n    }\n\n    Items = historyListVM;\n    RaisePropertyChanged(ItemsSizeKey);\n}\n\nvoid HistoryViewModel::OnHistoryItemAdded(_In_ unsigned int addedItemIndex)\n{\n    auto newItem = m_calculatorManager->GetHistoryItem(addedItemIndex);\n    LocalizationSettings^ localizer = LocalizationSettings::GetInstance();\n    wstring expression = newItem->historyItemVector.expression;\n    wstring result = newItem->historyItemVector.result;\n    localizer->LocalizeDisplayValue(&expression);\n    localizer->LocalizeDisplayValue(&result);\n    auto item = ref new HistoryItemViewModel(\n        ref new Platform::String(expression.c_str()),\n        ref new Platform::String(result.c_str()),\n        newItem->historyItemVector.spTokens,\n        newItem->historyItemVector.spCommands);\n\n    // check if we have not hit the max items\n    if (Items->Size >= m_calculatorManager->MaxHistorySize())\n    {\n        // this means the item already exists\n        Items->RemoveAt(Items->Size - 1);\n    }\n\n    assert(addedItemIndex <= m_calculatorManager->MaxHistorySize() && addedItemIndex >= 0);\n    Items->InsertAt(0, item);\n    RaisePropertyChanged(ItemsSizeKey);\n}\n\nvoid HistoryViewModel::SetCalculatorDisplay(CalculatorDisplay& calculatorDisplay)\n{\n    WeakReference historyViewModel(this);\n    calculatorDisplay.SetHistoryCallback(historyViewModel);\n}\n\nvoid HistoryViewModel::ShowItem(_In_ HistoryItemViewModel ^ e)\n{\n    unsigned int index;\n    Items->IndexOf(e, &index);\n    TraceLogger::GetInstance()->LogHistoryItemLoad((ViewMode)m_currentMode, Items->Size, (int)(index));\n    HistoryItemClicked(e);\n}\n\nvoid HistoryViewModel::DeleteItem(_In_ HistoryItemViewModel ^ e)\n{\n    uint32_t itemIndex;\n    if (Items->IndexOf(e, &itemIndex))\n    {\n        if (m_calculatorManager->RemoveHistoryItem(itemIndex))\n        {\n            Items->RemoveAt(itemIndex);\n            RaisePropertyChanged(ItemsSizeKey);\n        }\n    }\n    // Adding 1 to the history item index to provide 1-based numbering on announcements.\n    wstring localizedIndex = to_wstring(itemIndex + 1);\n    LocalizationSettings::GetInstance()->LocalizeDisplayValue(&localizedIndex);\n    m_localizedHistorySlotCleared = AppResourceProvider::GetInstance()->GetResourceString(HistoryResourceKeys::HistorySlotCleared);\n    String ^ announcement = LocalizationStringUtil::GetLocalizedString(m_localizedHistorySlotCleared, StringReference(localizedIndex.c_str()));\n    HistoryAnnouncement = CalculatorAnnouncement::GetHistorySlotClearedAnnouncement(announcement);\n}\n\nvoid HistoryViewModel::OnHideCommand(_In_ Platform::Object ^ e)\n{\n    // added at VM layer so that the views do not have to individually raise events\n    HideHistoryClicked();\n}\n\nvoid HistoryViewModel::OnClearCommand(_In_ Platform::Object ^ e)\n{\n    if (AreHistoryShortcutsEnabled)\n    {\n        m_calculatorManager->ClearHistory();\n\n        if (Items->Size > 0)\n        {\n            Items->Clear();\n            RaisePropertyChanged(ItemsSizeKey);\n        }\n\n        if (m_localizedHistoryCleared == nullptr)\n        {\n            m_localizedHistoryCleared = AppResourceProvider::GetInstance()->GetResourceString(HistoryResourceKeys::HistoryCleared);\n        }\n        HistoryAnnouncement = CalculatorAnnouncement::GetHistoryClearedAnnouncement(m_localizedHistoryCleared);\n    }\n}\n\nunsigned long long HistoryViewModel::GetMaxItemSize()\n{\n    return static_cast<unsigned long long>(m_calculatorManager->MaxHistorySize());\n}\n"
  },
  {
    "path": "src/CalcViewModel/HistoryViewModel.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalcManager/CalculatorManager.h\"\n#include \"Common/Automation/NarratorAnnouncement.h\"\n#include \"Common/CalculatorDisplay.h\"\n#include \"Common/NavCategory.h\"\n#include \"HistoryItemViewModel.h\"\n\nnamespace CalculatorApp\n{\n    namespace CM = CalculationManager;\n\n    namespace ViewModel\n    {\n        ref class StandardCalculatorViewModel;\n\n    public\n        delegate void HideHistoryClickedHandler();\n    public\n        delegate void HistoryItemClickedHandler(CalculatorApp::ViewModel::HistoryItemViewModel ^ e);\n\n        [Windows::UI::Xaml::Data::Bindable] public ref class HistoryViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        public:\n            OBSERVABLE_OBJECT();\n            OBSERVABLE_PROPERTY_R(Windows::Foundation::Collections::IObservableVector<HistoryItemViewModel ^> ^, Items);\n            OBSERVABLE_PROPERTY_RW(bool, AreHistoryShortcutsEnabled);\n            OBSERVABLE_PROPERTY_R(CalculatorApp::ViewModel::Common::Automation::NarratorAnnouncement ^, HistoryAnnouncement);\n            property int ItemsCount\n            {\n                int get()\n                {\n                    return Items->Size;\n                }\n            }\n\n            void OnHistoryItemAdded(_In_ unsigned int addedItemIndex);\n\n            COMMAND_FOR_METHOD(HideCommand, HistoryViewModel::OnHideCommand);\n            void OnHideCommand(_In_ Platform::Object ^ e);\n            COMMAND_FOR_METHOD(ClearCommand, HistoryViewModel::OnClearCommand);\n            void OnClearCommand(_In_ Platform::Object ^ e);\n\n            // events that are created\n            event HideHistoryClickedHandler ^ HideHistoryClicked;\n            event HistoryItemClickedHandler ^ HistoryItemClicked;\n            void ShowItem(_In_ CalculatorApp::ViewModel::HistoryItemViewModel ^ e);\n            void DeleteItem(_In_ CalculatorApp::ViewModel::HistoryItemViewModel ^ e);\n            void ReloadHistory(_In_ CalculatorApp::ViewModel::Common::ViewMode currentMode);\n\n            internal : HistoryViewModel(_In_ CalculationManager::CalculatorManager* calculatorManager);\n            void SetCalculatorDisplay(Common::CalculatorDisplay& calculatorDisplay);\n            unsigned long long GetMaxItemSize();\n\n\n        private:\n            CalculationManager::CalculatorManager* const m_calculatorManager;\n            Common::CalculatorDisplay m_calculatorDisplay;\n            CalculationManager::CalculatorMode m_currentMode;\n            Platform::String ^ m_localizedHistoryCleared;\n            Platform::String ^ m_localizedHistorySlotCleared;\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/MemoryItemViewModel.cpp",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"MemoryItemViewModel.h\"\n#include \"StandardCalculatorViewModel.h\"\n\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculatorApp::ViewModel::Common::Automation;\nusing namespace CalculatorApp::ViewModel;\nusing namespace Platform;\nusing namespace std;\nusing namespace Windows::Foundation;\nusing namespace Windows::Storage;\nusing namespace Windows::Storage::Streams;\nusing namespace Windows::Security::Cryptography;\nusing namespace Windows::Foundation::Collections;\n\nvoid MemoryItemViewModel::Clear()\n{\n    m_calcVM->OnMemoryClear(Position);\n};\n\nvoid MemoryItemViewModel::MemoryAdd()\n{\n    m_calcVM->OnMemoryAdd(Position);\n};\n\nvoid MemoryItemViewModel::MemorySubtract()\n{\n    m_calcVM->OnMemorySubtract(Position);\n};\n"
  },
  {
    "path": "src/CalcViewModel/MemoryItemViewModel.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"Common/Utils.h\"\n\nnamespace CalculatorApp\n{\n    namespace ViewModel\n    {\n        ref class StandardCalculatorViewModel;\n\n        /// <summary>\n        /// Model representation of a single item in the Memory list\n        /// </summary>\n        [Windows::UI::Xaml::Data::Bindable] public ref class MemoryItemViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        public:\n            MemoryItemViewModel(StandardCalculatorViewModel ^ calcVM)\n                : m_Position(-1)\n                , m_calcVM(calcVM)\n            {\n            }\n            OBSERVABLE_OBJECT();\n            OBSERVABLE_PROPERTY_RW(int, Position);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Value);\n\n            void Clear();\n            void MemoryAdd();\n            void MemorySubtract();\n\n        private:\n            StandardCalculatorViewModel ^ m_calcVM;\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/Snapshots.cpp",
    "content": "// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include <cassert>\n#include <stdexcept>\n#include <vector>\n\n#include \"CalcManager/ExpressionCommand.h\"\n#include \"Snapshots.h\"\n\nnamespace CalculatorApp::ViewModel::Snapshot\n{\n    UnaryCommand::UnaryCommand()\n    {\n    }\n\n    UnaryCommand::UnaryCommand(std::vector<int> cmds)\n        : m_cmds(std::move(cmds))\n    {\n    }\n\n    Windows::Foundation::Collections::IVectorView<int> ^ UnaryCommand::Commands::get()\n    {\n        return ref new Platform::Collections::VectorView<int>(m_cmds);\n    }\n\n    void UnaryCommand::Commands::set(Windows::Foundation::Collections::IVectorView<int> ^ commands)\n    {\n        m_cmds.clear();\n        for (auto cmd : commands)\n        {\n            m_cmds.push_back(cmd);\n        }\n    }\n\n    BinaryCommand::BinaryCommand()\n    {\n        Command = 0;\n    }\n\n    BinaryCommand::BinaryCommand(int cmd)\n    {\n        Command = cmd;\n    }\n\n    OperandCommand::OperandCommand()\n    {\n        IsNegative = false;\n        IsDecimalPresent = false;\n        IsSciFmt = false;\n    }\n\n    OperandCommand::OperandCommand(bool isNegative, bool isDecimal, bool isSciFmt, std::vector<int> cmds)\n    {\n        IsNegative = isNegative;\n        IsDecimalPresent = isDecimal;\n        IsSciFmt = isSciFmt;\n        m_cmds = std::move(cmds);\n    }\n\n    Windows::Foundation::Collections::IVectorView<int> ^ OperandCommand::Commands::get()\n    {\n        return ref new Platform::Collections::VectorView<int>(m_cmds);\n    }\n\n    void OperandCommand::Commands::set(Windows::Foundation::Collections::IVectorView<int> ^ commands)\n    {\n        m_cmds.clear();\n        for (auto cmd : commands)\n        {\n            m_cmds.push_back(cmd);\n        }\n    }\n\n    Parentheses::Parentheses()\n    {\n        Command = 0;\n    }\n\n    Parentheses::Parentheses(int cmd)\n    {\n        Command = cmd;\n    }\n\n    ICalcManagerIExprCommand ^ CreateExprCommand(const IExpressionCommand* exprCmd) {\n        switch (exprCmd->GetCommandType())\n        {\n        case CalculationManager::CommandType::UnaryCommand:\n        {\n            auto cmd = static_cast<const IUnaryCommand*>(exprCmd);\n            std::vector<int> cmdlist;\n            for (auto& subcmd : *cmd->GetCommands())\n            {\n                cmdlist.push_back(subcmd);\n            }\n            return ref new UnaryCommand(std::move(cmdlist));\n        }\n        case CalculationManager::CommandType::BinaryCommand:\n        {\n            auto cmd = static_cast<const IBinaryCommand*>(exprCmd);\n            return ref new BinaryCommand(cmd->GetCommand());\n        }\n        case CalculationManager::CommandType::OperandCommand:\n        {\n            auto cmd = static_cast<const IOpndCommand*>(exprCmd);\n            std::vector<int> cmdlist;\n            for (auto& subcmd : *cmd->GetCommands())\n            {\n                cmdlist.push_back(subcmd);\n            }\n            return ref new OperandCommand(cmd->IsNegative(), cmd->IsDecimalPresent(), cmd->IsSciFmt(), std::move(cmdlist));\n        }\n        case CalculationManager::CommandType::Parentheses:\n        {\n            auto cmd = static_cast<const IParenthesisCommand*>(exprCmd);\n            return ref new Parentheses(cmd->GetCommand());\n        }\n        default:\n            throw std::logic_error{ \"unhandled command type.\" };\n        }\n    }\n\n    CalcManagerToken::CalcManagerToken()\n    {\n        OpCodeName = ref new Platform::String();\n        CommandIndex = 0;\n    }\n\n    CalcManagerToken::CalcManagerToken(Platform::String ^ opCodeName, int cmdIndex)\n    {\n        assert(opCodeName != nullptr && \"opCodeName is mandatory.\");\n        OpCodeName = opCodeName;\n        CommandIndex = cmdIndex;\n    }\n\n    CalcManagerHistoryItem::CalcManagerHistoryItem()\n    {\n        Tokens = ref new Platform::Collections::Vector<CalcManagerToken ^>();\n        Commands = ref new Platform::Collections::Vector<ICalcManagerIExprCommand ^>();\n        Expression = ref new Platform::String();\n        Result = ref new Platform::String();\n    }\n\n    CalcManagerHistoryItem::CalcManagerHistoryItem(const CalculationManager::HISTORYITEM& item)\n    {\n        Tokens = ref new Platform::Collections::Vector<CalcManagerToken ^>();\n        assert(item.historyItemVector.spTokens != nullptr && \"spTokens shall not be null.\");\n        for (auto& [opCode, cmdIdx] : *item.historyItemVector.spTokens)\n        {\n            Tokens->Append(ref new CalcManagerToken(ref new Platform::String(opCode.c_str()), cmdIdx));\n        }\n        Commands = ref new Platform::Collections::Vector<ICalcManagerIExprCommand ^>();\n        assert(item.historyItemVector.spCommands != nullptr && \"spCommands shall not be null.\");\n        for (auto& cmd : *item.historyItemVector.spCommands)\n        {\n            Commands->Append(CreateExprCommand(cmd.get()));\n        }\n        Expression = ref new Platform::String(item.historyItemVector.expression.c_str());\n        Result = ref new Platform::String(item.historyItemVector.result.c_str());\n    }\n\n    CalcManagerSnapshot::CalcManagerSnapshot()\n    {\n        HistoryItems = nullptr;\n    }\n\n    CalcManagerSnapshot::CalcManagerSnapshot(const CalculationManager::CalculatorManager& calcMgr)\n    {\n        auto& items = calcMgr.GetHistoryItems();\n        if (!items.empty())\n        {\n            HistoryItems = ref new Platform::Collections::Vector<CalcManagerHistoryItem ^>();\n            for (auto& item : items)\n            {\n                HistoryItems->Append(ref new CalcManagerHistoryItem(*item));\n            }\n        }\n    }\n\n    PrimaryDisplaySnapshot::PrimaryDisplaySnapshot()\n    {\n        DisplayValue = ref new Platform::String();\n        IsError = false;\n    }\n\n    PrimaryDisplaySnapshot::PrimaryDisplaySnapshot(Platform::String ^ display, bool isError)\n    {\n        assert(display != nullptr && \"display is mandatory\");\n        DisplayValue = display;\n        IsError = isError;\n    }\n\n    ExpressionDisplaySnapshot::ExpressionDisplaySnapshot()\n    {\n        Tokens = ref new Platform::Collections::Vector<CalcManagerToken ^>();\n        Commands = ref new Platform::Collections::Vector<ICalcManagerIExprCommand ^>();\n    }\n\n    ExpressionDisplaySnapshot::ExpressionDisplaySnapshot(\n        const std::vector<CalcHistoryToken>& tokens,\n        const std::vector<std::shared_ptr<IExpressionCommand>>& commands)\n    {\n        Tokens = ref new Platform::Collections::Vector<CalcManagerToken ^>();\n        for (auto& [opCode, cmdIdx] : tokens)\n        {\n            Tokens->Append(ref new CalcManagerToken(ref new Platform::String(opCode.c_str()), cmdIdx));\n        }\n\n        Commands = ref new Platform::Collections::Vector<ICalcManagerIExprCommand ^>();\n        for (auto& cmd : commands)\n        {\n            Commands->Append(CreateExprCommand(cmd.get()));\n        }\n    }\n\n    StandardCalculatorSnapshot::StandardCalculatorSnapshot()\n    {\n        CalcManager = ref new CalcManagerSnapshot();\n        PrimaryDisplay = ref new PrimaryDisplaySnapshot();\n        ExpressionDisplay = nullptr;\n        DisplayCommands = ref new Platform::Collections::Vector<ICalcManagerIExprCommand ^>();\n    }\n\n    std::vector<std::shared_ptr<CalculationManager::HISTORYITEM>> ToUnderlying(Windows::Foundation::Collections::IVector<CalcManagerHistoryItem ^> ^ items)\n    {\n        std::vector<std::shared_ptr<CalculationManager::HISTORYITEM>> result;\n        for (CalcManagerHistoryItem ^ item : items)\n        {\n            CalculationManager::HISTORYITEMVECTOR nativeItem;\n            nativeItem.spTokens = std::make_shared<std::vector<std::pair<std::wstring, int>>>();\n            for (CalcManagerToken ^ token : item->Tokens)\n            {\n                nativeItem.spTokens->push_back(std::make_pair(token->OpCodeName->Data(), token->CommandIndex));\n            }\n            nativeItem.spCommands = std::make_shared<std::vector<std::shared_ptr<IExpressionCommand>>>(ToUnderlying(item->Commands));\n            nativeItem.expression = item->Expression->Data();\n            nativeItem.result = item->Result->Data();\n            auto spItem = std::make_shared<CalculationManager::HISTORYITEM>(CalculationManager::HISTORYITEM{ std::move(nativeItem) });\n            result.push_back(std::move(std::move(spItem)));\n        }\n        return result;\n    }\n\n    std::vector<std::shared_ptr<IExpressionCommand>> ToUnderlying(Windows::Foundation::Collections::IVector<ICalcManagerIExprCommand ^> ^ commands)\n    {\n        std::vector<std::shared_ptr<IExpressionCommand>> result;\n        for (ICalcManagerIExprCommand ^ cmdEntry : commands)\n        {\n            if (auto unary = dynamic_cast<UnaryCommand ^>(cmdEntry); unary != nullptr)\n            {\n                if (unary->m_cmds.size() == 1)\n                {\n                    result.push_back(std::make_shared<CUnaryCommand>(unary->m_cmds[0]));\n                }\n                else if (unary->m_cmds.size() == 2)\n                {\n                    result.push_back(std::make_shared<CUnaryCommand>(unary->m_cmds[0], unary->m_cmds[1]));\n                }\n                else\n                {\n                    throw std::logic_error{ \"ill-formed command.\" };\n                }\n            }\n            else if (auto binary = dynamic_cast<BinaryCommand ^>(cmdEntry); binary != nullptr)\n            {\n                result.push_back(std::make_shared<CBinaryCommand>(binary->Command));\n            }\n            else if (auto paren = dynamic_cast<Parentheses ^>(cmdEntry); paren != nullptr)\n            {\n                result.push_back(std::make_shared<CParentheses>(paren->Command));\n            }\n            else if (auto operand = dynamic_cast<OperandCommand ^>(cmdEntry); operand != nullptr)\n            {\n                auto subcmds = std::make_shared<std::vector<int>>(operand->m_cmds);\n                result.push_back(std::make_shared<COpndCommand>(std::move(subcmds), operand->IsNegative, operand->IsDecimalPresent, operand->IsSciFmt));\n            }\n        }\n        return result;\n    }\n} // namespace CalculatorApp::ViewModel\n"
  },
  {
    "path": "src/CalcViewModel/Snapshots.h",
    "content": "// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n#pragma once\n#include <vector>\n#include <memory>\n\n#include \"CalcManager/CalculatorManager.h\"\n\nnamespace CalculatorApp::ViewModel::Snapshot\n{\npublic\n    interface struct ICalcManagerIExprCommand\n    {\n    };\n\npublic\n    ref struct UnaryCommand sealed : public ICalcManagerIExprCommand\n    {\n        property Windows::Foundation::Collections::IVectorView<int> ^ Commands {\n            Windows::Foundation::Collections::IVectorView<int> ^ get();\n            void set(Windows::Foundation::Collections::IVectorView<int> ^ commands);\n        };\n\n        UnaryCommand();\n\n        internal :;\n        explicit UnaryCommand(std::vector<int> cmds);\n        std::vector<int> m_cmds;\n    };\n\npublic\n    ref struct BinaryCommand sealed : public ICalcManagerIExprCommand\n    {\n        property int Command;\n\n        BinaryCommand();\n\n        internal :;\n        explicit BinaryCommand(int cmd);\n    };\n\npublic\n    ref struct OperandCommand sealed : public ICalcManagerIExprCommand\n    {\n        property bool IsNegative;\n        property bool IsDecimalPresent;\n        property bool IsSciFmt;\n        property Windows::Foundation::Collections::IVectorView<int> ^ Commands {\n            Windows::Foundation::Collections::IVectorView<int> ^ get();\n            void set(Windows::Foundation::Collections::IVectorView<int> ^ commands);\n        };\n\n        OperandCommand();\n\n        internal :;\n        explicit OperandCommand(bool isNegative, bool isDecimal, bool isSciFmt, std::vector<int> cmds);\n        std::vector<int> m_cmds;\n    };\n\npublic\n    ref struct Parentheses sealed : public ICalcManagerIExprCommand\n    {\n        property int Command;\n\n        Parentheses();\n\n        internal :;\n        explicit Parentheses(int cmd);\n    };\n\npublic\n    ref struct CalcManagerToken sealed\n    {\n        property Platform::String ^ OpCodeName; // mandatory\n        property int CommandIndex;\n\n        CalcManagerToken();\n\n        internal :;\n        explicit CalcManagerToken(Platform::String ^ opCodeName, int cmdIndex);\n    };\n\npublic\n    ref struct CalcManagerHistoryItem sealed\n    {\n        property Windows::Foundation::Collections::IVector<CalcManagerToken ^> ^ Tokens;           // mandatory\n        property Windows::Foundation::Collections::IVector<ICalcManagerIExprCommand ^> ^ Commands; // mandatory\n        property Platform::String ^ Expression;                                                    // mandatory\n        property Platform::String ^ Result;                                                        // mandatory\n\n        CalcManagerHistoryItem();\n\n        internal :;\n        explicit CalcManagerHistoryItem(const CalculationManager::HISTORYITEM& item);\n    };\n\npublic\n    ref struct CalcManagerSnapshot sealed\n    {\n        property Windows::Foundation::Collections::IVector<CalcManagerHistoryItem ^> ^ HistoryItems; // optional\n\n        CalcManagerSnapshot();\n\n        internal :;\n        explicit CalcManagerSnapshot(const CalculationManager::CalculatorManager& calcMgr);\n    };\n\npublic\n    ref struct PrimaryDisplaySnapshot sealed\n    {\n        property Platform::String ^ DisplayValue; // mandatory\n        property bool IsError;\n\n        PrimaryDisplaySnapshot();\n\n        internal :;\n        explicit PrimaryDisplaySnapshot(Platform::String ^ display, bool isError);\n    };\n\npublic\n    ref struct ExpressionDisplaySnapshot sealed\n    {\n        property Windows::Foundation::Collections::IVector<CalcManagerToken ^> ^ Tokens;\n        property Windows::Foundation::Collections::IVector<ICalcManagerIExprCommand ^> ^ Commands;\n\n        ExpressionDisplaySnapshot();\n\n        internal :;\n        using CalcHistoryToken = std::pair<std::wstring, int>;\n        explicit ExpressionDisplaySnapshot(const std::vector<CalcHistoryToken>& tokens, const std::vector<std::shared_ptr<IExpressionCommand>>& commands);\n    };\n\npublic\n    ref struct StandardCalculatorSnapshot sealed\n    {\n        property CalcManagerSnapshot ^ CalcManager;                                                       // mandatory\n        property PrimaryDisplaySnapshot ^ PrimaryDisplay;                                                 // mandatory\n        property ExpressionDisplaySnapshot ^ ExpressionDisplay;                                           // optional\n        property Windows::Foundation::Collections::IVector<ICalcManagerIExprCommand ^> ^ DisplayCommands; // mandatory\n\n        StandardCalculatorSnapshot();\n    };\n\npublic\n    ref struct ApplicationSnapshot sealed\n    {\n        property int Mode;\n        property StandardCalculatorSnapshot ^ StandardCalculator; // optional\n    };\n\n    ICalcManagerIExprCommand ^ CreateExprCommand(const IExpressionCommand* exprCmd);\n    std::vector<std::shared_ptr<IExpressionCommand>> ToUnderlying(Windows::Foundation::Collections::IVector<ICalcManagerIExprCommand ^> ^ commands);\n    std::vector<std::shared_ptr<CalculationManager::HISTORYITEM>> ToUnderlying(Windows::Foundation::Collections::IVector<CalcManagerHistoryItem ^> ^ items);\n\n} // namespace CalculatorApp::ViewModel\n"
  },
  {
    "path": "src/CalcViewModel/StandardCalculatorViewModel.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"StandardCalculatorViewModel.h\"\n#include \"Common/CalculatorButtonPressedEventArgs.h\"\n#include \"Common/LocalizationStringUtil.h\"\n#include \"Common/LocalizationSettings.h\"\n#include \"Common/CopyPasteManager.h\"\n#include \"Common/TraceLogger.h\"\n\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculatorApp::ViewModel::Common::Automation;\nusing namespace CalculatorApp::ViewModel;\nusing namespace CalculationManager;\nusing namespace concurrency;\nusing namespace Platform;\nusing namespace Platform::Collections;\nusing namespace std;\nusing namespace Windows::ApplicationModel::Resources;\nusing namespace Windows::Foundation;\nusing namespace Windows::System;\nusing namespace Windows::UI::Core;\nusing namespace Windows::UI::Popups;\nusing namespace Windows::Storage::Streams;\nusing namespace Windows::Foundation::Collections;\nusing namespace concurrency;\n\nconstexpr int StandardModePrecision = 16;\nconstexpr int ScientificModePrecision = 32;\nconstexpr int ProgrammerModePrecision = 64;\n\nnamespace\n{\n    StringReference IsStandardPropertyName(L\"IsStandard\");\n    StringReference IsScientificPropertyName(L\"IsScientific\");\n    StringReference IsProgrammerPropertyName(L\"IsProgrammer\");\n    StringReference IsAlwaysOnTopPropertyName(L\"IsAlwaysOnTop\");\n    StringReference DisplayValuePropertyName(L\"DisplayValue\");\n    StringReference CalculationResultAutomationNamePropertyName(L\"CalculationResultAutomationName\");\n    StringReference IsBitFlipCheckedPropertyName(L\"IsBitFlipChecked\");\n    StringReference CalcAlwaysOnTop(L\"CalcAlwaysOnTop\");\n    StringReference CalcBackToFullView(L\"CalcBackToFullView\");\n\n    std::vector<int> GetCommandsFromExpressionCommands(const std::vector<std::shared_ptr<IExpressionCommand>>& expressionCommands)\n    {\n        vector<int> commands;\n        for (const auto& command : expressionCommands)\n        {\n            CommandType commandType = command->GetCommandType();\n\n            if (commandType == CommandType::UnaryCommand)\n            {\n                shared_ptr<IUnaryCommand> spCommand = dynamic_pointer_cast<IUnaryCommand>(command);\n                const shared_ptr<vector<int>>& unaryCommands = spCommand->GetCommands();\n\n                for (int nUCode : *unaryCommands)\n                {\n                    commands.push_back(nUCode);\n                }\n            }\n\n            if (commandType == CommandType::BinaryCommand)\n            {\n                shared_ptr<IBinaryCommand> spCommand = dynamic_pointer_cast<IBinaryCommand>(command);\n                commands.push_back(spCommand->GetCommand());\n            }\n\n            if (commandType == CommandType::Parentheses)\n            {\n                shared_ptr<IParenthesisCommand> spCommand = dynamic_pointer_cast<IParenthesisCommand>(command);\n                commands.push_back(spCommand->GetCommand());\n            }\n\n            if (commandType == CommandType::OperandCommand)\n            {\n                shared_ptr<IOpndCommand> spCommand = dynamic_pointer_cast<IOpndCommand>(command);\n                const shared_ptr<vector<int>>& opndCommands = spCommand->GetCommands();\n                bool fNeedIDCSign = spCommand->IsNegative();\n\n                for (int nOCode : *opndCommands)\n                {\n                    commands.push_back(nOCode);\n\n                    if (fNeedIDCSign && nOCode != IDC_0)\n                    {\n                        commands.push_back(static_cast<int>(CalculationManager::Command::CommandSIGN));\n                        fNeedIDCSign = false;\n                    }\n                }\n            }\n        }\n        return commands;\n    }\n}\n\nnamespace CalculatorResourceKeys\n{\n    StringReference CalculatorExpression(L\"Format_CalculatorExpression\");\n    StringReference CalculatorResults(L\"Format_CalculatorResults\");\n    StringReference CalculatorResults_DecimalSeparator_Announced(L\"Format_CalculatorResults_Decimal\");\n    StringReference HexButton(L\"Format_HexButtonValue\");\n    StringReference DecButton(L\"Format_DecButtonValue\");\n    StringReference OctButton(L\"Format_OctButtonValue\");\n    StringReference BinButton(L\"Format_BinButtonValue\");\n    StringReference OpenParenthesisCountAutomationFormat(L\"Format_OpenParenthesisCountAutomationNamePrefix\");\n    StringReference NoParenthesisAdded(L\"NoRightParenthesisAdded_Announcement\");\n    StringReference MaxDigitsReachedFormat(L\"Format_MaxDigitsReached\");\n    StringReference ButtonPressFeedbackFormat(L\"Format_ButtonPressAuditoryFeedback\");\n    StringReference MemorySave(L\"Format_MemorySave\");\n    StringReference MemoryItemChanged(L\"Format_MemorySlotChanged\");\n    StringReference MemoryItemCleared(L\"Format_MemorySlotCleared\");\n    StringReference MemoryCleared(L\"Memory_Cleared\");\n    StringReference DisplayCopied(L\"Display_Copied\");\n}\n\nStandardCalculatorViewModel::StandardCalculatorViewModel()\n    : m_DisplayValue(L\"0\")\n    , m_DecimalDisplayValue(L\"0\")\n    , m_HexDisplayValue(L\"0\")\n    , m_BinaryDisplayValue(L\"0\")\n    , m_OctalDisplayValue(L\"0\")\n    , m_BinaryDigits(ref new Vector<bool>(64, false))\n    , m_standardCalculatorManager(&m_calculatorDisplay, &m_resourceProvider)\n    , m_ExpressionTokens(ref new Vector<DisplayExpressionToken ^>())\n    , m_MemorizedNumbers(ref new Vector<MemoryItemViewModel ^>())\n    , m_IsMemoryEmpty(true)\n    , m_IsFToEChecked(false)\n    , m_IsShiftProgrammerChecked(false)\n    , m_valueBitLength(BitLength::BitLengthQWord)\n    , m_isBitFlipChecked(false)\n    , m_IsBinaryBitFlippingEnabled(false)\n    , m_CurrentRadixType(NumberBase::DecBase)\n    , m_CurrentAngleType(NumbersAndOperatorsEnum::Degree)\n    , m_Announcement(nullptr)\n    , m_OpenParenthesisCount(0)\n    , m_feedbackForButtonPress(nullptr)\n    , m_isRtlLanguage(false)\n    , m_localizedMaxDigitsReachedAutomationFormat(nullptr)\n    , m_localizedButtonPressFeedbackAutomationFormat(nullptr)\n    , m_localizedMemorySavedAutomationFormat(nullptr)\n    , m_localizedMemoryItemChangedAutomationFormat(nullptr)\n    , m_localizedMemoryItemClearedAutomationFormat(nullptr)\n    , m_localizedMemoryCleared(nullptr)\n    , m_localizedOpenParenthesisCountChangedAutomationFormat(nullptr)\n    , m_localizedNoRightParenthesisAddedFormat(nullptr)\n    , m_TokenPosition(-1)\n    , m_isLastOperationHistoryLoad(false)\n{\n    WeakReference calculatorViewModel(this);\n    auto appResourceProvider = AppResourceProvider::GetInstance();\n    m_calculatorDisplay.SetCallback(calculatorViewModel);\n    m_expressionAutomationNameFormat = appResourceProvider->GetResourceString(CalculatorResourceKeys::CalculatorExpression);\n    m_localizedCalculationResultAutomationFormat = appResourceProvider->GetResourceString(CalculatorResourceKeys::CalculatorResults);\n    m_localizedCalculationResultDecimalAutomationFormat =\n        appResourceProvider->GetResourceString(CalculatorResourceKeys::CalculatorResults_DecimalSeparator_Announced);\n    m_localizedHexaDecimalAutomationFormat = appResourceProvider->GetResourceString(CalculatorResourceKeys::HexButton);\n    m_localizedDecimalAutomationFormat = appResourceProvider->GetResourceString(CalculatorResourceKeys::DecButton);\n    m_localizedOctalAutomationFormat = appResourceProvider->GetResourceString(CalculatorResourceKeys::OctButton);\n    m_localizedBinaryAutomationFormat = appResourceProvider->GetResourceString(CalculatorResourceKeys::BinButton);\n\n    // Initialize the Automation Name\n    CalculationResultAutomationName = GetLocalizedStringFormat(m_localizedCalculationResultAutomationFormat, m_DisplayValue);\n    CalculationExpressionAutomationName = GetLocalizedStringFormat(m_expressionAutomationNameFormat, L\"\");\n\n    // Initialize history view model\n    m_HistoryVM = ref new HistoryViewModel(&m_standardCalculatorManager);\n    m_HistoryVM->SetCalculatorDisplay(m_calculatorDisplay);\n\n    m_decimalSeparator = LocalizationSettings::GetInstance()->GetDecimalSeparator();\n\n    if (CoreWindow::GetForCurrentThread() != nullptr)\n    {\n        // Must have a CoreWindow to access the resource context.\n        m_isRtlLanguage = LocalizationService::GetInstance()->IsRtlLayout();\n    }\n\n    IsEditingEnabled = false;\n    IsUnaryOperatorEnabled = true;\n    IsBinaryOperatorEnabled = true;\n    IsOperandEnabled = true;\n    IsNegateEnabled = true;\n    IsDecimalEnabled = true;\n    AreProgrammerRadixOperatorsVisible = false;\n}\n\nString ^ StandardCalculatorViewModel::LocalizeDisplayValue(_In_ wstring const& displayValue)\n{\n    wstring result(displayValue);\n\n    // Adds leading padding 0's to Programmer Mode's Binary Display\n    if (IsProgrammer && CurrentRadixType == NumberBase::BinBase)\n    {\n        result = AddPadding(result);\n    }\n\n    LocalizationSettings::GetInstance()->LocalizeDisplayValue(&result);\n    return ref new Platform::String(result.c_str());\n}\n\nString ^ StandardCalculatorViewModel::CalculateNarratorDisplayValue(_In_ wstring const& displayValue, _In_ String ^ localizedDisplayValue)\n{\n    String ^ localizedValue = localizedDisplayValue;\n    String ^ automationFormat = m_localizedCalculationResultAutomationFormat;\n\n    // The narrator doesn't read the decimalSeparator if it's the last character\n    if (Utils::IsLastCharacterTarget(displayValue, m_decimalSeparator))\n    {\n        // remove the decimal separator, to avoid a long pause between words\n        localizedValue = LocalizeDisplayValue(displayValue.substr(0, displayValue.length() - 1));\n\n        // Use a format which has a word in the decimal separator's place\n        // \"The Display is 10 point\"\n        automationFormat = m_localizedCalculationResultDecimalAutomationFormat;\n    }\n\n    // In Programmer modes using non-base10, we want the strings to be read as literal digits.\n    if (IsProgrammer && CurrentRadixType != NumberBase::DecBase)\n    {\n        localizedValue = GetNarratorStringReadRawNumbers(localizedValue);\n    }\n\n    return GetLocalizedStringFormat(automationFormat, localizedValue);\n}\n\nString ^ StandardCalculatorViewModel::GetNarratorStringReadRawNumbers(_In_ String ^ localizedDisplayValue)\n{\n    wstring ws;\n    LocalizationSettings ^ locSettings = LocalizationSettings::GetInstance();\n\n    // Insert a space after each digit in the string, to force Narrator to read them as separate numbers.\n    for (const wchar_t& c : localizedDisplayValue)\n    {\n        ws += c;\n        if (locSettings->IsLocalizedHexDigit(c))\n        {\n            ws += L' ';\n        }\n    }\n\n    return ref new String(ws.c_str());\n}\n\nvoid StandardCalculatorViewModel::SetPrimaryDisplay(_In_ String ^ displayStringValue, _In_ bool isError)\n{\n    String ^ localizedDisplayStringValue = LocalizeDisplayValue(displayStringValue->Data());\n\n    // Set this variable before the DisplayValue is modified, Otherwise the DisplayValue will\n    // not match what the narrator is saying\n    m_CalculationResultAutomationName = CalculateNarratorDisplayValue(displayStringValue->Data(), localizedDisplayStringValue);\n\n    AreAlwaysOnTopResultsUpdated = false;\n    if (DisplayValue != localizedDisplayStringValue)\n    {\n        DisplayValue = localizedDisplayStringValue;\n        AreAlwaysOnTopResultsUpdated = true;\n    }\n\n    IsInError = isError;\n\n    if (IsProgrammer)\n    {\n        UpdateProgrammerPanelDisplay();\n    }\n}\n\nvoid StandardCalculatorViewModel::DisplayPasteError()\n{\n    m_standardCalculatorManager.DisplayPasteError();\n}\n\nvoid StandardCalculatorViewModel::SetParenthesisCount(_In_ unsigned int parenthesisCount)\n{\n    if (m_OpenParenthesisCount == parenthesisCount)\n    {\n        return;\n    }\n\n    OpenParenthesisCount = parenthesisCount;\n    if (IsProgrammer || IsScientific)\n    {\n        SetOpenParenthesisCountNarratorAnnouncement();\n    }\n}\n\nvoid StandardCalculatorViewModel::SetOpenParenthesisCountNarratorAnnouncement()\n{\n    wstring localizedParenthesisCount = to_wstring(m_OpenParenthesisCount).c_str();\n    LocalizationSettings::GetInstance()->LocalizeDisplayValue(&localizedParenthesisCount);\n\n    if (m_localizedOpenParenthesisCountChangedAutomationFormat == nullptr)\n    {\n        m_localizedOpenParenthesisCountChangedAutomationFormat =\n            AppResourceProvider::GetInstance()->GetResourceString(CalculatorResourceKeys::OpenParenthesisCountAutomationFormat);\n    }\n    String ^ announcement =\n        LocalizationStringUtil::GetLocalizedString(m_localizedOpenParenthesisCountChangedAutomationFormat, StringReference(localizedParenthesisCount.c_str()));\n\n    Announcement = CalculatorAnnouncement::GetOpenParenthesisCountChangedAnnouncement(announcement);\n}\n\nvoid StandardCalculatorViewModel::OnNoRightParenAdded()\n{\n    SetNoParenAddedNarratorAnnouncement();\n}\n\nvoid StandardCalculatorViewModel::SetNoParenAddedNarratorAnnouncement()\n{\n    if (m_localizedNoRightParenthesisAddedFormat == nullptr)\n    {\n        m_localizedNoRightParenthesisAddedFormat = AppResourceProvider::GetInstance()->GetResourceString(CalculatorResourceKeys::NoParenthesisAdded);\n    }\n\n    Announcement = CalculatorAnnouncement::GetNoRightParenthesisAddedAnnouncement(m_localizedNoRightParenthesisAddedFormat);\n}\n\nvoid StandardCalculatorViewModel::DisableButtons(CommandType selectedExpressionCommandType)\n{\n    if (selectedExpressionCommandType == CommandType::OperandCommand)\n    {\n        IsBinaryOperatorEnabled = false;\n        IsUnaryOperatorEnabled = false;\n        IsOperandEnabled = true;\n        IsNegateEnabled = true;\n        IsDecimalEnabled = true;\n    }\n    if (selectedExpressionCommandType == CommandType::BinaryCommand)\n    {\n        IsBinaryOperatorEnabled = true;\n        IsUnaryOperatorEnabled = false;\n        IsOperandEnabled = false;\n        IsNegateEnabled = false;\n        IsDecimalEnabled = false;\n    }\n    if (selectedExpressionCommandType == CommandType::UnaryCommand)\n    {\n        IsBinaryOperatorEnabled = false;\n        IsUnaryOperatorEnabled = true;\n        IsOperandEnabled = false;\n        IsNegateEnabled = true;\n        IsDecimalEnabled = false;\n    }\n}\n\nvoid StandardCalculatorViewModel::SetExpressionDisplay(\n    _Inout_ shared_ptr<std::vector<pair<wstring, int>>> const& tokens,\n    _Inout_ shared_ptr<std::vector<shared_ptr<IExpressionCommand>>> const& commands)\n{\n    m_tokens = tokens;\n    m_commands = commands;\n    if (!IsEditingEnabled)\n    {\n        SetTokens(tokens);\n    }\n\n    CalculationExpressionAutomationName = GetCalculatorExpressionAutomationName();\n\n    AreTokensUpdated = true;\n}\n\nvoid StandardCalculatorViewModel::SetHistoryExpressionDisplay(\n    _Inout_ shared_ptr<vector<pair<wstring, int>>> const& tokens,\n    _Inout_ shared_ptr<vector<shared_ptr<IExpressionCommand>>> const& commands)\n{\n    m_tokens = make_shared<vector<pair<wstring, int>>>(*tokens);\n    m_commands = make_shared<vector<shared_ptr<IExpressionCommand>>>(*commands);\n    IsEditingEnabled = false;\n\n    // Setting the History Item Load Mode so that UI does not get updated with recalculation of every token\n    m_standardCalculatorManager.SetInHistoryItemLoadMode(true);\n    Recalculate(true);\n    m_standardCalculatorManager.SetInHistoryItemLoadMode(false);\n    m_isLastOperationHistoryLoad = true;\n}\n\nvoid StandardCalculatorViewModel::SetTokens(_Inout_ shared_ptr<vector<pair<wstring, int>>> const& tokens)\n{\n    AreTokensUpdated = false;\n\n    const size_t nTokens = tokens->size();\n\n    if (nTokens == 0)\n    {\n        m_ExpressionTokens->Clear();\n        return;\n    }\n\n    LocalizationSettings ^ localizer = LocalizationSettings::GetInstance();\n\n    const wstring separator = L\" \";\n    for (unsigned int i = 0; i < nTokens; ++i)\n    {\n        auto currentToken = (*tokens)[i];\n\n        Common::TokenType type;\n        bool isEditable = currentToken.second != -1;\n        localizer->LocalizeDisplayValue(&(currentToken.first));\n\n        if (!isEditable)\n        {\n            type = currentToken.first == separator ? TokenType::Separator : TokenType::Operator;\n        }\n        else\n        {\n            const shared_ptr<IExpressionCommand>& command = m_commands->at(currentToken.second);\n            type = command->GetCommandType() == CommandType::OperandCommand ? TokenType::Operand : TokenType::Operator;\n        }\n\n        auto currentTokenString = StringReference(currentToken.first.c_str());\n        if (i < m_ExpressionTokens->Size)\n        {\n            auto existingItem = m_ExpressionTokens->GetAt(i);\n            if (type == existingItem->Type && existingItem->Token->Equals(currentTokenString))\n            {\n                existingItem->TokenPosition = i;\n                existingItem->IsTokenEditable = isEditable;\n                existingItem->CommandIndex = 0;\n            }\n            else\n            {\n                auto expressionToken = ref new DisplayExpressionToken(currentTokenString, i, isEditable, type);\n                m_ExpressionTokens->InsertAt(i, expressionToken);\n            }\n        }\n        else\n        {\n            auto expressionToken = ref new DisplayExpressionToken(currentTokenString, i, isEditable, type);\n            m_ExpressionTokens->Append(expressionToken);\n        }\n    }\n\n    while (m_ExpressionTokens->Size != nTokens)\n    {\n        m_ExpressionTokens->RemoveAtEnd();\n    }\n}\n\nString ^ StandardCalculatorViewModel::GetCalculatorExpressionAutomationName()\n{\n    String ^ expression = L\"\";\n    for (auto&& token : m_ExpressionTokens)\n    {\n        expression += LocalizationService::GetNarratorReadableToken(token->Token);\n    }\n\n    return GetLocalizedStringFormat(m_expressionAutomationNameFormat, expression);\n}\n\nvoid StandardCalculatorViewModel::SetMemorizedNumbers(const vector<wstring>& newMemorizedNumbers)\n{\n    LocalizationSettings ^ localizer = LocalizationSettings::GetInstance();\n    if (newMemorizedNumbers.size() == 0) // Memory has been cleared\n    {\n        MemorizedNumbers->Clear();\n        IsMemoryEmpty = true;\n    }\n    // A new value is added to the memory\n    else if (newMemorizedNumbers.size() > MemorizedNumbers->Size)\n    {\n        while (newMemorizedNumbers.size() > MemorizedNumbers->Size)\n        {\n            size_t newValuePosition = newMemorizedNumbers.size() - MemorizedNumbers->Size - 1;\n            auto stringValue = newMemorizedNumbers.at(newValuePosition);\n\n            MemoryItemViewModel ^ memorySlot = ref new MemoryItemViewModel(this);\n            memorySlot->Position = 0;\n            localizer->LocalizeDisplayValue(&stringValue);\n            memorySlot->Value = ref new String(stringValue.c_str());\n\n            MemorizedNumbers->InsertAt(0, memorySlot);\n            IsMemoryEmpty = IsAlwaysOnTop;\n\n            // Update the slot position for the rest of the slots\n            for (unsigned int i = 1; i < MemorizedNumbers->Size; i++)\n            {\n                MemorizedNumbers->GetAt(i)->Position++;\n            }\n        }\n    }\n    else if (newMemorizedNumbers.size() == MemorizedNumbers->Size) // Either M+ or M-\n    {\n        for (unsigned int i = 0; i < MemorizedNumbers->Size; i++)\n        {\n            auto newStringValue = newMemorizedNumbers.at(i);\n            localizer->LocalizeDisplayValue(&newStringValue);\n\n            // If the value is different, update the value\n            if (MemorizedNumbers->GetAt(i)->Value != StringReference(newStringValue.c_str()))\n            {\n                MemorizedNumbers->GetAt(i)->Value = ref new String(newStringValue.c_str());\n            }\n        }\n    }\n}\n\nvoid StandardCalculatorViewModel::FtoEButtonToggled()\n{\n    OnButtonPressed(NumbersAndOperatorsEnum::FToE);\n}\n\nvoid StandardCalculatorViewModel::HandleUpdatedOperandData(Command cmdenum)\n{\n    DisplayExpressionToken ^ displayExpressionToken = ExpressionTokens->GetAt(m_TokenPosition);\n    if (displayExpressionToken == nullptr)\n    {\n        return;\n    }\n    if ((displayExpressionToken->Token == nullptr) || (displayExpressionToken->Token->Length() == 0))\n    {\n        displayExpressionToken->CommandIndex = 0;\n    }\n\n    wchar_t ch = 0;\n    if ((cmdenum >= Command::Command0) && (cmdenum <= Command::Command9))\n    {\n        switch (cmdenum)\n        {\n        case Command::Command0:\n            ch = L'0';\n            break;\n        case Command::Command1:\n            ch = L'1';\n            break;\n        case Command::Command2:\n            ch = L'2';\n            break;\n        case Command::Command3:\n            ch = L'3';\n            break;\n        case Command::Command4:\n            ch = L'4';\n            break;\n        case Command::Command5:\n            ch = L'5';\n            break;\n        case Command::Command6:\n            ch = L'6';\n            break;\n        case Command::Command7:\n            ch = L'7';\n            break;\n        case Command::Command8:\n            ch = L'8';\n            break;\n        case Command::Command9:\n            ch = L'9';\n            break;\n        }\n    }\n    else if (cmdenum == Command::CommandPNT)\n    {\n        ch = L'.';\n    }\n    else if (cmdenum == Command::CommandBACK)\n    {\n        ch = L'x';\n    }\n    else\n    {\n        return;\n    }\n\n    int length = 0;\n    wchar_t* temp = new wchar_t[100];\n    const wchar_t* data = m_selectedExpressionLastData->Data();\n    int i = 0, j = 0;\n    int commandIndex = displayExpressionToken->CommandIndex;\n\n    if (IsOperandTextCompletelySelected)\n    {\n        // Clear older text;\n        m_selectedExpressionLastData = L\"\";\n        if (ch == L'x')\n        {\n            temp[0] = L'\\0';\n            commandIndex = 0;\n        }\n        else\n        {\n            temp[0] = ch;\n            temp[1] = L'\\0';\n            commandIndex = 1;\n        }\n        IsOperandTextCompletelySelected = false;\n    }\n    else\n    {\n        if (ch == L'x')\n        {\n            if (commandIndex == 0)\n            {\n                delete[] temp;\n                return;\n            }\n\n            length = m_selectedExpressionLastData->Length();\n            for (; j < length; ++j)\n            {\n                if (j == commandIndex - 1)\n                {\n                    continue;\n                }\n                temp[i++] = data[j];\n            }\n            temp[i] = L'\\0';\n            commandIndex -= 1;\n        }\n        else\n        {\n            length = m_selectedExpressionLastData->Length() + 1;\n            if (length > 50)\n            {\n                delete[] temp;\n                return;\n            }\n            for (; i < length; ++i)\n            {\n                if (i == commandIndex)\n                {\n                    temp[i] = ch;\n                    continue;\n                }\n                temp[i] = data[j++];\n            }\n            temp[i] = L'\\0';\n            commandIndex += 1;\n        }\n    }\n\n    String ^ updatedData = ref new String(temp);\n    UpdateOperand(m_TokenPosition, updatedData);\n    displayExpressionToken->Token = updatedData;\n    IsOperandUpdatedUsingViewModel = true;\n    displayExpressionToken->CommandIndex = commandIndex;\n}\n\nbool StandardCalculatorViewModel::IsOperator(Command cmdenum)\n{\n    if ((cmdenum >= Command::Command0 && cmdenum <= Command::Command9) || (cmdenum == Command::CommandPNT) || (cmdenum == Command::CommandBACK)\n        || (cmdenum == Command::CommandEXP) || (cmdenum == Command::CommandFE) || (cmdenum == Command::ModeBasic) || (cmdenum == Command::ModeProgrammer)\n        || (cmdenum == Command::ModeScientific) || (cmdenum == Command::CommandINV) || (cmdenum == Command::CommandCENTR) || (cmdenum == Command::CommandDEG)\n        || (cmdenum == Command::CommandRAD) || (cmdenum == Command::CommandGRAD)\n        || ((cmdenum >= Command::CommandBINEDITSTART) && (cmdenum <= Command::CommandBINEDITEND)))\n    {\n        return false;\n    }\n    return true;\n}\n\nvoid StandardCalculatorViewModel::OnButtonPressed(Object ^ parameter)\n{\n    m_feedbackForButtonPress = CalculatorButtonPressedEventArgs::GetAuditoryFeedbackFromCommandParameter(parameter);\n    NumbersAndOperatorsEnum numOpEnum = CalculatorButtonPressedEventArgs::GetOperationFromCommandParameter(parameter);\n    Command cmdenum = ConvertToOperatorsEnum(numOpEnum);\n\n    if (IsInError)\n    {\n        m_standardCalculatorManager.SendCommand(Command::CommandCLEAR);\n\n        if (!IsRecoverableCommand(static_cast<Command>(numOpEnum)))\n        {\n            return;\n        }\n    }\n\n    if (IsEditingEnabled && numOpEnum != NumbersAndOperatorsEnum::IsScientificMode && numOpEnum != NumbersAndOperatorsEnum::IsStandardMode\n        && numOpEnum != NumbersAndOperatorsEnum::IsProgrammerMode && numOpEnum != NumbersAndOperatorsEnum::FToE\n        && (numOpEnum != NumbersAndOperatorsEnum::Degree) && (numOpEnum != NumbersAndOperatorsEnum::Radians) && (numOpEnum != NumbersAndOperatorsEnum::Grads))\n    {\n        if (!m_KeyPressed)\n        {\n            SaveEditedCommand(m_selectedExpressionToken->TokenPosition, cmdenum);\n        }\n    }\n    else\n    {\n        if (numOpEnum == NumbersAndOperatorsEnum::IsStandardMode || numOpEnum == NumbersAndOperatorsEnum::IsScientificMode\n            || numOpEnum == NumbersAndOperatorsEnum::IsProgrammerMode)\n        {\n            IsEditingEnabled = false;\n        }\n        if (numOpEnum == NumbersAndOperatorsEnum::Memory)\n        {\n            OnMemoryButtonPressed();\n        }\n        else\n        {\n            if (numOpEnum == NumbersAndOperatorsEnum::Clear || numOpEnum == NumbersAndOperatorsEnum::ClearEntry\n                || numOpEnum == NumbersAndOperatorsEnum::IsStandardMode || numOpEnum == NumbersAndOperatorsEnum::IsProgrammerMode)\n            {\n                // On Clear('C') the F-E button needs to be UnChecked if it in Checked state.\n                // Also, the Primary Display Value should not show in exponential format.\n                // Hence the check below to ensure parity with Desktop Calculator.\n                // Clear the FE mode if the switching to StandardMode, since 'C'/'CE' in StandardMode\n                // doesn't honor the FE button.\n                if (IsFToEChecked)\n                {\n                    IsFToEChecked = false;\n                }\n            }\n            if (numOpEnum == NumbersAndOperatorsEnum::Degree || numOpEnum == NumbersAndOperatorsEnum::Radians || numOpEnum == NumbersAndOperatorsEnum::Grads)\n            {\n                m_CurrentAngleType = numOpEnum;\n            }\n            if ((cmdenum >= Command::Command0 && cmdenum <= Command::Command9) || (cmdenum == Command::CommandPNT) || (cmdenum == Command::CommandBACK)\n                || (cmdenum == Command::CommandEXP))\n            {\n                IsOperatorCommand = false;\n            }\n            else\n            {\n                IsOperatorCommand = true;\n            }\n\n            if (m_isLastOperationHistoryLoad\n                && ((numOpEnum != NumbersAndOperatorsEnum::Degree) && (numOpEnum != NumbersAndOperatorsEnum::Radians)\n                    && (numOpEnum != NumbersAndOperatorsEnum::Grads)))\n            {\n                IsFToEEnabled = true;\n                m_isLastOperationHistoryLoad = false;\n            }\n\n            TraceLogger::GetInstance()->UpdateButtonUsage(numOpEnum, GetCalculatorMode());\n            m_standardCalculatorManager.SendCommand(cmdenum);\n        }\n    }\n}\n\nRadixType StandardCalculatorViewModel::GetRadixTypeFromNumberBase(NumberBase base)\n{\n    switch (base)\n    {\n    case NumberBase::BinBase:\n        return RadixType::Binary;\n    case NumberBase::HexBase:\n        return RadixType::Hex;\n    case NumberBase::OctBase:\n        return RadixType::Octal;\n    default:\n        return RadixType::Decimal;\n    }\n}\n\nvoid StandardCalculatorViewModel::OnCopyCommand(Object ^ parameter)\n{\n    CopyPasteManager::CopyToClipboard(GetRawDisplayValue());\n\n    String ^ announcement = AppResourceProvider::GetInstance()->GetResourceString(CalculatorResourceKeys::DisplayCopied);\n    Announcement = CalculatorAnnouncement::GetDisplayCopiedAnnouncement(announcement);\n}\n\nvoid StandardCalculatorViewModel::OnPasteCommand(Object ^ parameter)\n{\n    auto that(this);\n    ViewMode mode;\n    BitLength bitLengthType = BitLength::BitLengthUnknown;\n    NumberBase numberBase = NumberBase::Unknown;\n    if (IsScientific)\n    {\n        mode = ViewMode::Scientific;\n    }\n    else if (IsProgrammer)\n    {\n        mode = ViewMode::Programmer;\n        bitLengthType = m_valueBitLength;\n        numberBase = CurrentRadixType;\n    }\n    else\n    {\n        mode = ViewMode::Standard;\n    }\n    // if there's nothing to copy early out\n    if (IsEditingEnabled || !CopyPasteManager::HasStringToPaste())\n    {\n        return;\n    }\n\n    // Ensure that the paste happens on the UI thread\n    create_task(CopyPasteManager::GetStringToPaste(mode, NavCategoryStates::GetGroupType(mode), numberBase, bitLengthType))\n        .then([that, mode](String ^ pastedString) { that->OnPaste(pastedString); }, concurrency::task_continuation_context::use_current());\n}\n\nCalculationManager::Command StandardCalculatorViewModel::ConvertToOperatorsEnum(NumbersAndOperatorsEnum operation)\n{\n    return safe_cast<Command>(operation);\n}\n\nvoid StandardCalculatorViewModel::OnPaste(String ^ pastedString)\n{\n    // If pastedString is invalid(\"NoOp\") then display pasteError else process the string\n    if (CopyPasteManager::IsErrorMessage(pastedString))\n    {\n        this->DisplayPasteError();\n        return;\n    }\n\n    TraceLogger::GetInstance()->LogInputPasted(GetCalculatorMode());\n    bool isFirstLegalChar = true;\n    m_standardCalculatorManager.SendCommand(Command::CommandCENTR);\n    bool sendNegate = false;\n    bool processedDigit = false;\n    bool sentEquals = false;\n    bool isPreviousOperator = false;\n\n    vector<bool> negateStack;\n\n    // Iterate through each character pasted, and if it's valid, send it to the model.\n    auto it = pastedString->Begin();\n\n    while (it != pastedString->End())\n    {\n        bool sendCommand = true;\n        auto buttonInfo = MapCharacterToButtonId(*it);\n\n        NumbersAndOperatorsEnum mappedNumOp = buttonInfo.buttonId;\n        bool canSendNegate = buttonInfo.canSendNegate;\n\n        if (mappedNumOp == NumbersAndOperatorsEnum::None)\n        {\n            ++it;\n            continue;\n        }\n\n        if (isFirstLegalChar || isPreviousOperator)\n        {\n            isFirstLegalChar = false;\n            isPreviousOperator = false;\n\n            // If the character is a - sign, send negate\n            // after sending the next legal character.  Send nothing now, or\n            // it will be ignored.\n            if (NumbersAndOperatorsEnum::Subtract == mappedNumOp)\n            {\n                sendNegate = true;\n                sendCommand = false;\n            }\n\n            // Support (+) sign prefix\n            if (NumbersAndOperatorsEnum::Add == mappedNumOp)\n            {\n                sendCommand = false;\n            }\n        }\n\n        switch (mappedNumOp)\n        {\n            // Opening parenthesis starts a new expression and pushes negation state onto the stack\n        case NumbersAndOperatorsEnum::OpenParenthesis:\n            negateStack.push_back(sendNegate);\n            sendNegate = false;\n            break;\n\n            // Closing parenthesis pops the negation state off the stack and sends it down to the calc engine\n        case NumbersAndOperatorsEnum::CloseParenthesis:\n            if (!negateStack.empty())\n            {\n                sendNegate = negateStack.back();\n                negateStack.pop_back();\n                canSendNegate = true;\n            }\n            else\n            {\n                // Don't send a closing parenthesis if a matching opening parenthesis hasn't been sent already\n                sendCommand = false;\n            }\n            break;\n\n        case NumbersAndOperatorsEnum::Zero:\n        case NumbersAndOperatorsEnum::One:\n        case NumbersAndOperatorsEnum::Two:\n        case NumbersAndOperatorsEnum::Three:\n        case NumbersAndOperatorsEnum::Four:\n        case NumbersAndOperatorsEnum::Five:\n        case NumbersAndOperatorsEnum::Six:\n        case NumbersAndOperatorsEnum::Seven:\n        case NumbersAndOperatorsEnum::Eight:\n        case NumbersAndOperatorsEnum::Nine:\n            processedDigit = true;\n            break;\n\n        case NumbersAndOperatorsEnum::Add:\n        case NumbersAndOperatorsEnum::Subtract:\n        case NumbersAndOperatorsEnum::Multiply:\n        case NumbersAndOperatorsEnum::Divide:\n            isPreviousOperator = true;\n            break;\n        }\n\n        if (sendCommand)\n        {\n            sentEquals = (mappedNumOp == NumbersAndOperatorsEnum::Equals);\n            Command cmdenum = ConvertToOperatorsEnum(mappedNumOp);\n            m_standardCalculatorManager.SendCommand(cmdenum);\n\n            // The CalcEngine state machine won't allow the negate command to be sent before any\n            // other digits, so instead a flag is set and the command is sent after the first appropriate\n            // command.\n            if (sendNegate)\n            {\n                if (canSendNegate)\n                {\n                    Command cmdNegate = ConvertToOperatorsEnum(NumbersAndOperatorsEnum::Negate);\n                    m_standardCalculatorManager.SendCommand(cmdNegate);\n                }\n\n                // Can't send negate on a leading zero, so wait until the appropriate time to send it.\n                if (NumbersAndOperatorsEnum::Zero != mappedNumOp && NumbersAndOperatorsEnum::Decimal != mappedNumOp)\n                {\n                    sendNegate = false;\n                }\n            }\n        }\n\n        // Handle exponent and exponent sign (...e+... or ...e-... or ...e...)\n        if (mappedNumOp == NumbersAndOperatorsEnum::Exp)\n        {\n            // Check the following item\n            switch (MapCharacterToButtonId(*(it + 1)).buttonId)\n            {\n            case NumbersAndOperatorsEnum::Subtract:\n            {\n                Command cmdNegate = ConvertToOperatorsEnum(NumbersAndOperatorsEnum::Negate);\n                m_standardCalculatorManager.SendCommand(cmdNegate);\n                ++it;\n            }\n            break;\n            case NumbersAndOperatorsEnum::Add:\n            {\n                // Nothing to do, skip to the next item\n                ++it;\n            }\n            break;\n            }\n        }\n\n        ++it;\n    }\n}\n\nvoid StandardCalculatorViewModel::OnClearMemoryCommand(Object ^ parameter)\n{\n    m_standardCalculatorManager.MemorizedNumberClearAll();\n\n    TraceLogger::GetInstance()->UpdateButtonUsage(NumbersAndOperatorsEnum::MemoryClear, GetCalculatorMode());\n\n    if (m_localizedMemoryCleared == nullptr)\n    {\n        m_localizedMemoryCleared = AppResourceProvider::GetInstance()->GetResourceString(CalculatorResourceKeys::MemoryCleared);\n    }\n    Announcement = CalculatorAnnouncement::GetMemoryClearedAnnouncement(m_localizedMemoryCleared);\n}\n\nButtonInfo StandardCalculatorViewModel::MapCharacterToButtonId(char16 ch)\n{\n    ButtonInfo result;\n    result.buttonId = NumbersAndOperatorsEnum::None;\n    result.canSendNegate = false;\n\n    switch (ch)\n    {\n    case '0':\n    case '1':\n    case '2':\n    case '3':\n    case '4':\n    case '5':\n    case '6':\n    case '7':\n    case '8':\n    case '9':\n        result.buttonId = NumbersAndOperatorsEnum::Zero + static_cast<NumbersAndOperatorsEnum>(ch - L'0');\n        result.canSendNegate = true;\n        break;\n\n    case '*':\n        result.buttonId = NumbersAndOperatorsEnum::Multiply;\n        break;\n\n    case '+':\n        result.buttonId = NumbersAndOperatorsEnum::Add;\n        break;\n\n    case '-':\n        result.buttonId = NumbersAndOperatorsEnum::Subtract;\n        break;\n\n    case '/':\n        result.buttonId = NumbersAndOperatorsEnum::Divide;\n        break;\n\n    case '^':\n        if (IsScientific)\n        {\n            result.buttonId = NumbersAndOperatorsEnum::XPowerY;\n        }\n        break;\n\n    case '%':\n        if (IsScientific || IsProgrammer)\n        {\n            result.buttonId = NumbersAndOperatorsEnum::Mod;\n        }\n        break;\n\n    case '=':\n        result.buttonId = NumbersAndOperatorsEnum::Equals;\n        break;\n\n    case '(':\n        result.buttonId = NumbersAndOperatorsEnum::OpenParenthesis;\n        break;\n\n    case ')':\n        result.buttonId = NumbersAndOperatorsEnum::CloseParenthesis;\n        break;\n\n    case 'a':\n    case 'A':\n        result.buttonId = NumbersAndOperatorsEnum::A;\n        break;\n    case 'b':\n    case 'B':\n        result.buttonId = NumbersAndOperatorsEnum::B;\n        break;\n    case 'c':\n    case 'C':\n        result.buttonId = NumbersAndOperatorsEnum::C;\n        break;\n    case 'd':\n    case 'D':\n        result.buttonId = NumbersAndOperatorsEnum::D;\n        break;\n    case 'e':\n    case 'E':\n        // Only allow scientific notation in scientific mode\n        if (IsProgrammer)\n        {\n            result.buttonId = NumbersAndOperatorsEnum::E;\n        }\n        else\n        {\n            result.buttonId = NumbersAndOperatorsEnum::Exp;\n        }\n        break;\n    case 'f':\n    case 'F':\n        result.buttonId = NumbersAndOperatorsEnum::F;\n        break;\n    default:\n        // For the decimalSeparator, we need to respect the user setting.\n        if (ch == m_decimalSeparator)\n        {\n            result.buttonId = NumbersAndOperatorsEnum::Decimal;\n        }\n        break;\n    }\n\n    if (result.buttonId == NumbersAndOperatorsEnum::None)\n    {\n        if (LocalizationSettings::GetInstance()->IsLocalizedDigit(ch))\n        {\n            result.buttonId = NumbersAndOperatorsEnum::Zero\n                              + static_cast<NumbersAndOperatorsEnum>(ch - LocalizationSettings::GetInstance()->GetDigitSymbolFromEnUsDigit('0'));\n            result.canSendNegate = true;\n        }\n    }\n\n    // Negate cannot be sent for leading zeroes\n    if (NumbersAndOperatorsEnum::Zero == result.buttonId)\n    {\n        result.canSendNegate = false;\n    }\n\n    return result;\n}\nvoid StandardCalculatorViewModel::OnInputChanged()\n{\n    IsInputEmpty = m_standardCalculatorManager.IsInputEmpty();\n}\n\nvoid StandardCalculatorViewModel::OnMemoryButtonPressed()\n{\n    m_standardCalculatorManager.MemorizeNumber();\n\n    TraceLogger::GetInstance()->UpdateButtonUsage(NumbersAndOperatorsEnum::Memory, GetCalculatorMode());\n\n    if (m_localizedMemorySavedAutomationFormat == nullptr)\n    {\n        m_localizedMemorySavedAutomationFormat = AppResourceProvider::GetInstance()->GetResourceString(CalculatorResourceKeys::MemorySave);\n    }\n    String ^ announcement = LocalizationStringUtil::GetLocalizedString(m_localizedMemorySavedAutomationFormat, m_DisplayValue);\n    Announcement = CalculatorAnnouncement::GetMemoryItemAddedAnnouncement(announcement);\n}\n\nvoid StandardCalculatorViewModel::OnMemoryItemChanged(unsigned int indexOfMemory)\n{\n    if (indexOfMemory < MemorizedNumbers->Size)\n    {\n        MemoryItemViewModel ^ memSlot = MemorizedNumbers->GetAt(indexOfMemory);\n        String ^ localizedValue = memSlot->Value;\n\n        wstring localizedIndex = to_wstring(indexOfMemory + 1);\n        LocalizationSettings::GetInstance()->LocalizeDisplayValue(&localizedIndex);\n\n        if (m_localizedMemoryItemChangedAutomationFormat == nullptr)\n        {\n            m_localizedMemoryItemChangedAutomationFormat = AppResourceProvider::GetInstance()->GetResourceString(CalculatorResourceKeys::MemoryItemChanged);\n        }\n        String ^ announcement =\n            LocalizationStringUtil::GetLocalizedString(m_localizedMemoryItemChangedAutomationFormat, StringReference(localizedIndex.c_str()), localizedValue);\n        Announcement = CalculatorAnnouncement::GetMemoryItemChangedAnnouncement(announcement);\n    }\n}\n\nvoid StandardCalculatorViewModel::OnMemoryItemPressed(Object ^ memoryItemPosition)\n{\n    if (MemorizedNumbers && MemorizedNumbers->Size > 0)\n    {\n        auto boxedPosition = safe_cast<Box<int> ^>(memoryItemPosition);\n        m_standardCalculatorManager.MemorizedNumberLoad(boxedPosition->Value);\n        HideMemoryClicked();\n\n        auto mode = IsStandard ? ViewMode::Standard : IsScientific ? ViewMode::Scientific : ViewMode::Programmer;\n        TraceLogger::GetInstance()->LogMemoryItemLoad(mode, MemorizedNumbers->Size, boxedPosition->Value);\n    }\n}\n\nvoid StandardCalculatorViewModel::OnMemoryAdd(Object ^ memoryItemPosition)\n{\n    // M+ will add display to memorylist if memory list is empty.\n\n    if (MemorizedNumbers)\n    {\n        auto boxedPosition = safe_cast<Box<int> ^>(memoryItemPosition);\n        TraceLogger::GetInstance()->UpdateButtonUsage(NumbersAndOperatorsEnum::MemoryAdd, GetCalculatorMode());\n        m_standardCalculatorManager.MemorizedNumberAdd(boxedPosition->Value);\n    }\n}\n\nvoid StandardCalculatorViewModel::OnMemorySubtract(Object ^ memoryItemPosition)\n{\n    // M- will add negative of displayed number to memorylist if memory list is empty.\n    if (MemorizedNumbers)\n    {\n        auto boxedPosition = safe_cast<Box<int> ^>(memoryItemPosition);\n        TraceLogger::GetInstance()->UpdateButtonUsage(NumbersAndOperatorsEnum::MemorySubtract, GetCalculatorMode());\n        m_standardCalculatorManager.MemorizedNumberSubtract(boxedPosition->Value);\n    }\n}\n\nvoid StandardCalculatorViewModel::OnMemoryClear(_In_ Object ^ memoryItemPosition)\n{\n    if (MemorizedNumbers && MemorizedNumbers->Size > 0)\n    {\n        auto boxedPosition = safe_cast<Box<int> ^>(memoryItemPosition);\n\n        if (boxedPosition->Value >= 0)\n        {\n            unsigned int unsignedPosition = safe_cast<unsigned int>(boxedPosition->Value);\n            m_standardCalculatorManager.MemorizedNumberClear(unsignedPosition);\n\n            MemorizedNumbers->RemoveAt(unsignedPosition);\n            for (unsigned int i = 0; i < MemorizedNumbers->Size; i++)\n            {\n                MemorizedNumbers->GetAt(i)->Position = i;\n            }\n\n            if (MemorizedNumbers->Size == 0)\n            {\n                IsMemoryEmpty = true;\n            }\n            TraceLogger::GetInstance()->UpdateButtonUsage(NumbersAndOperatorsEnum::MemoryClear, GetCalculatorMode());\n\n            wstring localizedIndex = to_wstring(boxedPosition->Value + 1);\n            LocalizationSettings::GetInstance()->LocalizeDisplayValue(&localizedIndex);\n\n            if (m_localizedMemoryItemClearedAutomationFormat == nullptr)\n            {\n                m_localizedMemoryItemClearedAutomationFormat = AppResourceProvider::GetInstance()->GetResourceString(CalculatorResourceKeys::MemoryItemCleared);\n            }\n            String ^ announcement =\n                LocalizationStringUtil::GetLocalizedString(m_localizedMemoryItemClearedAutomationFormat, StringReference(localizedIndex.c_str()));\n\n            Announcement = CalculatorAnnouncement::GetMemoryClearedAnnouncement(announcement);\n        }\n    }\n}\n\nvoid StandardCalculatorViewModel::OnPropertyChanged(String ^ propertyname)\n{\n    if (propertyname == IsScientificPropertyName)\n    {\n        if (IsScientific)\n        {\n            OnButtonPressed(NumbersAndOperatorsEnum::IsScientificMode);\n        }\n    }\n    else if (propertyname == IsProgrammerPropertyName)\n    {\n        if (IsProgrammer)\n        {\n            OnButtonPressed(NumbersAndOperatorsEnum::IsProgrammerMode);\n        }\n    }\n    else if (propertyname == IsStandardPropertyName)\n    {\n        if (IsStandard)\n        {\n            OnButtonPressed(NumbersAndOperatorsEnum::IsStandardMode);\n        }\n    }\n    else if (propertyname == DisplayValuePropertyName)\n    {\n        RaisePropertyChanged(CalculationResultAutomationNamePropertyName);\n        Announcement = GetDisplayUpdatedNarratorAnnouncement();\n    }\n    else if (propertyname == IsBitFlipCheckedPropertyName)\n    {\n        TraceLogger::GetInstance()->UpdateButtonUsage(\n            IsBitFlipChecked ? NumbersAndOperatorsEnum::BitflipButton : NumbersAndOperatorsEnum::FullKeypadButton, ViewMode::Programmer);\n    }\n    else if (propertyname == IsAlwaysOnTopPropertyName)\n    {\n        String ^ announcement;\n        if (IsAlwaysOnTop)\n        {\n            announcement = AppResourceProvider::GetInstance()->GetResourceString(CalcAlwaysOnTop);\n        }\n        else\n        {\n            announcement = AppResourceProvider::GetInstance()->GetResourceString(CalcBackToFullView);\n        }\n        Announcement = CalculatorAnnouncement::GetAlwaysOnTopChangedAnnouncement(announcement);\n    }\n}\n\nvoid StandardCalculatorViewModel::SetCalculatorType(ViewMode targetState)\n{\n    // Reset error state so that commands caused by the mode change are still\n    // sent if calc is currently in error state.\n    IsInError = false;\n\n    // Setting one of these properties to true will set the others to false.\n    switch (targetState)\n    {\n    case ViewMode::Standard:\n        IsStandard = true;\n        ResetRadixAndUpdateMemory(true);\n        SetPrecision(StandardModePrecision);\n        UpdateMaxIntDigits();\n        break;\n\n    case ViewMode::Scientific:\n        IsScientific = true;\n        ResetRadixAndUpdateMemory(true);\n        SetPrecision(ScientificModePrecision);\n        break;\n\n    case ViewMode::Programmer:\n        IsProgrammer = true;\n        ResetRadixAndUpdateMemory(false);\n        SetPrecision(ProgrammerModePrecision);\n        break;\n    }\n}\n\nString ^ StandardCalculatorViewModel::GetRawDisplayValue()\n{\n    if (IsInError)\n    {\n        return DisplayValue;\n    }\n    else\n    {\n        return LocalizationSettings::GetInstance()->RemoveGroupSeparators(DisplayValue);\n    }\n}\n\n// Given a format string, returns a string with the input display value inserted.\n//     'format' is a localized string containing a %1 formatting mark where the display value should be inserted.\n//     'displayValue' is a localized string containing a numerical value to be displayed to the user.\nString ^ StandardCalculatorViewModel::GetLocalizedStringFormat(String ^ format, String ^ displayValue)\n{\n    return LocalizationStringUtil::GetLocalizedString(format, displayValue);\n}\n\nvoid StandardCalculatorViewModel::ResetRadixAndUpdateMemory(bool resetRadix)\n{\n    if (resetRadix)\n    {\n        AreHEXButtonsEnabled = false;\n        CurrentRadixType = NumberBase::DecBase;\n        m_standardCalculatorManager.SetRadix(RadixType::Decimal);\n    }\n    else\n    {\n        m_standardCalculatorManager.SetMemorizedNumbersString();\n    }\n}\n\nvoid StandardCalculatorViewModel::SetPrecision(int32_t precision)\n{\n    m_standardCalculatorManager.SetPrecision(precision);\n}\n\nvoid StandardCalculatorViewModel::SwitchProgrammerModeBase(NumberBase numberBase)\n{\n    if (IsInError)\n    {\n        m_standardCalculatorManager.SendCommand(Command::CommandCLEAR);\n    }\n\n    AreHEXButtonsEnabled = numberBase == NumberBase::HexBase;\n    CurrentRadixType = numberBase;\n    m_standardCalculatorManager.SetRadix(GetRadixTypeFromNumberBase(numberBase));\n}\n\nvoid StandardCalculatorViewModel::SetMemorizedNumbersString()\n{\n    m_standardCalculatorManager.SetMemorizedNumbersString();\n}\n\nAngleType GetAngleTypeFromCommand(Command command)\n{\n    switch (command)\n    {\n    case Command::CommandDEG:\n        return AngleType::Degrees;\n    case Command::CommandRAD:\n        return AngleType::Radians;\n    case Command::CommandGRAD:\n        return AngleType::Gradians;\n    default:\n        throw ref new Exception(E_FAIL, L\"Invalid command type\");\n    }\n}\n\nvoid StandardCalculatorViewModel::SaveEditedCommand(_In_ unsigned int tokenPosition, _In_ Command command)\n{\n    bool handleOperand = false;\n    wstring updatedToken;\n\n    const pair<wstring, int>& token = m_tokens->at(tokenPosition);\n    const shared_ptr<IExpressionCommand>& tokenCommand = m_commands->at(token.second);\n\n    if (IsUnaryOp(command) && command != Command::CommandSIGN)\n    {\n        int angleCmd = static_cast<int>(m_standardCalculatorManager.GetCurrentDegreeMode());\n        AngleType angleType = GetAngleTypeFromCommand(static_cast<Command>(angleCmd));\n\n        if (IsTrigOp(command))\n        {\n            shared_ptr<IUnaryCommand> spUnaryCommand = dynamic_pointer_cast<IUnaryCommand>(tokenCommand);\n            spUnaryCommand->SetCommands(angleCmd, static_cast<int>(command));\n        }\n        else\n        {\n            shared_ptr<IUnaryCommand> spUnaryCommand = dynamic_pointer_cast<IUnaryCommand>(tokenCommand);\n            spUnaryCommand->SetCommand(static_cast<int>(command));\n        }\n\n        switch (command)\n        {\n        case Command::CommandASIN:\n            updatedToken = CCalcEngine::OpCodeToUnaryString(static_cast<int>(Command::CommandSIN), true, angleType);\n            break;\n        case Command::CommandACOS:\n            updatedToken = CCalcEngine::OpCodeToUnaryString(static_cast<int>(Command::CommandCOS), true, angleType);\n            break;\n        case Command::CommandATAN:\n            updatedToken = CCalcEngine::OpCodeToUnaryString(static_cast<int>(Command::CommandTAN), true, angleType);\n            break;\n        case Command::CommandASINH:\n            updatedToken = CCalcEngine::OpCodeToUnaryString(static_cast<int>(Command::CommandSINH), true, angleType);\n            break;\n        case Command::CommandACOSH:\n            updatedToken = CCalcEngine::OpCodeToUnaryString(static_cast<int>(Command::CommandCOSH), true, angleType);\n            break;\n        case Command::CommandATANH:\n            updatedToken = CCalcEngine::OpCodeToUnaryString(static_cast<int>(Command::CommandTANH), true, angleType);\n            break;\n        case Command::CommandPOWE:\n            updatedToken = CCalcEngine::OpCodeToUnaryString(static_cast<int>(Command::CommandLN), true, angleType);\n            break;\n        default:\n            updatedToken = CCalcEngine::OpCodeToUnaryString(static_cast<int>(command), false, angleType);\n        }\n        if ((token.first.length() > 0) && (token.first[token.first.length() - 1] == L'('))\n        {\n            updatedToken += L'(';\n        }\n    }\n    else if (IsBinOp(command))\n    {\n        shared_ptr<IBinaryCommand> spBinaryCommand = dynamic_pointer_cast<IBinaryCommand>(tokenCommand);\n        spBinaryCommand->SetCommand(static_cast<int>(command));\n        updatedToken = CCalcEngine::OpCodeToString(static_cast<int>(command));\n    }\n    else if (IsOpnd(command) || command == Command::CommandBACK)\n    {\n        HandleUpdatedOperandData(command);\n        handleOperand = true;\n    }\n    else if (command == Command::CommandSIGN)\n    {\n        if (tokenCommand->GetCommandType() == CommandType::UnaryCommand)\n        {\n            shared_ptr<IExpressionCommand> spSignCommand = make_shared<CUnaryCommand>(static_cast<int>(command));\n            m_commands->insert(m_commands->begin() + token.second + 1, spSignCommand);\n        }\n        else\n        {\n            shared_ptr<IOpndCommand> spOpndCommand = dynamic_pointer_cast<IOpndCommand>(tokenCommand);\n            spOpndCommand->ToggleSign();\n            updatedToken = spOpndCommand->GetToken(m_standardCalculatorManager.DecimalSeparator());\n        }\n        IsOperandUpdatedUsingViewModel = true;\n    }\n\n    if (!handleOperand)\n    {\n        (*m_commands)[token.second] = tokenCommand;\n        (*m_tokens)[tokenPosition].first = updatedToken;\n\n        DisplayExpressionToken ^ displayExpressionToken = ExpressionTokens->GetAt(tokenPosition);\n        displayExpressionToken->Token = ref new Platform::String(updatedToken.c_str());\n\n        // Special casing\n        if (command == Command::CommandSIGN && tokenCommand->GetCommandType() == CommandType::UnaryCommand)\n        {\n            IsEditingEnabled = false;\n            Recalculate();\n        }\n    }\n}\n\nvoid StandardCalculatorViewModel::Recalculate(bool fromHistory)\n{\n    // Recalculate\n    Command currentDegreeMode = m_standardCalculatorManager.GetCurrentDegreeMode();\n    shared_ptr<vector<shared_ptr<IExpressionCommand>>> savedCommands = std::make_shared<std::vector<shared_ptr<IExpressionCommand>>>(*m_commands);\n    vector<int> currentCommands = GetCommandsFromExpressionCommands(*m_commands);\n\n    shared_ptr<vector<pair<wstring, int>>> savedTokens = make_shared<vector<pair<wstring, int>>>();\n\n    for (const auto& currentToken : *m_tokens)\n    {\n        savedTokens->push_back(currentToken);\n    }\n\n    m_standardCalculatorManager.Reset(false);\n    if (IsScientific)\n    {\n        m_standardCalculatorManager.SendCommand(Command::ModeScientific);\n    }\n\n    if (IsFToEChecked)\n    {\n        m_standardCalculatorManager.SendCommand(Command::CommandFE);\n    }\n\n    m_standardCalculatorManager.SendCommand(currentDegreeMode);\n\n    for (int command : currentCommands)\n    {\n        m_standardCalculatorManager.SendCommand(static_cast<CalculationManager::Command>(command));\n    }\n\n    if (fromHistory) // This is for the cases where the expression is loaded from history\n    {\n        // To maintain F-E state of the engine, as the last operand hasn't reached engine by now\n        m_standardCalculatorManager.SendCommand(Command::CommandFE);\n        m_standardCalculatorManager.SendCommand(Command::CommandFE);\n    }\n\n    // After recalculation. If there is an error then\n    // IsInError should be set synchronously.\n    if (IsInError)\n    {\n        SetExpressionDisplay(savedTokens, savedCommands);\n    }\n}\n\nbool StandardCalculatorViewModel::IsOpnd(Command command)\n{\n    static constexpr Command opnd[] = { Command::Command0, Command::Command1, Command::Command2, Command::Command3, Command::Command4,  Command::Command5,\n                                        Command::Command6, Command::Command7, Command::Command8, Command::Command9, Command::CommandPNT };\n\n    return find(begin(opnd), end(opnd), command) != end(opnd);\n}\n\nbool StandardCalculatorViewModel::IsUnaryOp(Command command)\n{\n    static constexpr Command unaryOp[] = { Command::CommandSQRT,  Command::CommandFAC,  Command::CommandSQR,   Command::CommandLOG,\n                                           Command::CommandPOW10, Command::CommandPOWE, Command::CommandLN,    Command::CommandREC,\n                                           Command::CommandSIGN,  Command::CommandSINH, Command::CommandASINH, Command::CommandCOSH,\n                                           Command::CommandACOSH, Command::CommandTANH, Command::CommandATANH, Command::CommandCUB };\n\n    if (find(begin(unaryOp), end(unaryOp), command) != end(unaryOp))\n    {\n        return true;\n    }\n\n    if (IsTrigOp(command))\n    {\n        return true;\n    }\n\n    return false;\n}\n\nbool StandardCalculatorViewModel::IsTrigOp(Command command)\n{\n    static constexpr Command trigOp[] = { Command::CommandSIN,  Command::CommandCOS,  Command::CommandTAN,\n                                          Command::CommandASIN, Command::CommandACOS, Command::CommandATAN };\n\n    return find(begin(trigOp), end(trigOp), command) != end(trigOp);\n}\n\nbool StandardCalculatorViewModel::IsBinOp(Command command)\n{\n    static constexpr Command binOp[] = { Command::CommandADD, Command::CommandSUB,  Command::CommandMUL, Command::CommandDIV,\n                                         Command::CommandEXP, Command::CommandROOT, Command::CommandMOD, Command::CommandPWR };\n\n    return find(begin(binOp), end(binOp), command) != end(binOp);\n}\n\nbool StandardCalculatorViewModel::IsRecoverableCommand(Command command)\n{\n    if (IsOpnd(command))\n    {\n        return true;\n    }\n\n    // Programmer mode, bit flipping\n    if (Command::CommandBINEDITSTART <= command && command <= Command::CommandBINEDITEND)\n    {\n        return true;\n    }\n\n    static constexpr Command recoverableCommands[] = { Command::CommandA, Command::CommandB, Command::CommandC,\n                                                       Command::CommandD, Command::CommandE, Command::CommandF };\n\n    return find(begin(recoverableCommands), end(recoverableCommands), command) != end(recoverableCommands);\n}\n\nsize_t StandardCalculatorViewModel::LengthWithoutPadding(wstring str)\n{\n    return str.length() - count(str.begin(), str.end(), L' ');\n}\n\nwstring StandardCalculatorViewModel::AddPadding(wstring binaryString)\n{\n    if (LocalizationSettings::GetInstance()->GetEnglishValueFromLocalizedDigits(StringReference(binaryString.c_str())) == L\"0\")\n    {\n        return binaryString;\n    }\n    size_t pad = 4 - LengthWithoutPadding(binaryString) % 4;\n    if (pad == 4)\n    {\n        pad = 0;\n    }\n    return wstring(pad, L'0') + binaryString;\n}\n\nvoid StandardCalculatorViewModel::UpdateProgrammerPanelDisplay()\n{\n    constexpr int32_t precision = 64;\n    wstring hexDisplayString;\n    wstring decimalDisplayString;\n    wstring octalDisplayString;\n    wstring binaryDisplayString;\n    if (!IsInError)\n    {\n        // we want the precision to be set to maximum value so that the autoconversions result as desired\n        if ((hexDisplayString = m_standardCalculatorManager.GetResultForRadix(16, precision, true)) == L\"\")\n        {\n            hexDisplayString = DisplayValue->Data();\n            decimalDisplayString = DisplayValue->Data();\n            octalDisplayString = DisplayValue->Data();\n            binaryDisplayString = DisplayValue->Data();\n        }\n        else\n        {\n            decimalDisplayString = m_standardCalculatorManager.GetResultForRadix(10, precision, true);\n            octalDisplayString = m_standardCalculatorManager.GetResultForRadix(8, precision, true);\n            binaryDisplayString = m_standardCalculatorManager.GetResultForRadix(2, precision, true);\n        }\n    }\n    LocalizationSettings ^ localizer = LocalizationSettings::GetInstance();\n    binaryDisplayString = AddPadding(binaryDisplayString);\n\n    localizer->LocalizeDisplayValue(&hexDisplayString);\n    localizer->LocalizeDisplayValue(&decimalDisplayString);\n    localizer->LocalizeDisplayValue(&octalDisplayString);\n    localizer->LocalizeDisplayValue(&binaryDisplayString);\n\n    HexDisplayValue = ref new Platform::String(hexDisplayString.c_str());\n    DecimalDisplayValue = ref new Platform::String(decimalDisplayString.c_str());\n    OctalDisplayValue = ref new Platform::String(octalDisplayString.c_str());\n    BinaryDisplayValue = ref new Platform::String(binaryDisplayString.c_str());\n    HexDisplayValue_AutomationName = GetLocalizedStringFormat(m_localizedHexaDecimalAutomationFormat, GetNarratorStringReadRawNumbers(HexDisplayValue));\n    DecDisplayValue_AutomationName = GetLocalizedStringFormat(m_localizedDecimalAutomationFormat, DecimalDisplayValue);\n    OctDisplayValue_AutomationName = GetLocalizedStringFormat(m_localizedOctalAutomationFormat, GetNarratorStringReadRawNumbers(OctalDisplayValue));\n    BinDisplayValue_AutomationName = GetLocalizedStringFormat(m_localizedBinaryAutomationFormat, GetNarratorStringReadRawNumbers(BinaryDisplayValue));\n\n    auto binaryValueArray = ref new Vector<bool>(64, false);\n    auto binaryValue = m_standardCalculatorManager.GetResultForRadix(2, precision, false);\n    int i = 0;\n\n    // To get bit 0, grab from opposite end of string.\n    for (std::wstring::reverse_iterator it = binaryValue.rbegin(); it != binaryValue.rend(); ++it)\n    {\n        binaryValueArray->SetAt(i++, *it == L'1');\n    }\n    BinaryDigits = binaryValueArray;\n}\n\nvoid StandardCalculatorViewModel::SwitchAngleType(NumbersAndOperatorsEnum num)\n{\n    OnButtonPressed(num);\n}\n\nvoid StandardCalculatorViewModel::UpdateOperand(int pos, String ^ text)\n{\n    pair<wstring, int> p = m_tokens->at(pos);\n\n    String ^ englishString = LocalizationSettings::GetInstance()->GetEnglishValueFromLocalizedDigits(text);\n    p.first = englishString->Data();\n\n    int commandPos = p.second;\n    const shared_ptr<IExpressionCommand>& exprCmd = m_commands->at(commandPos);\n    auto operandCommand = std::dynamic_pointer_cast<IOpndCommand>(exprCmd);\n\n    if (operandCommand != nullptr)\n    {\n        shared_ptr<vector<int>> commands = make_shared<vector<int>>();\n        size_t length = p.first.length();\n        if (length > 0)\n        {\n            int num = 0;\n            for (unsigned int i = 0; i < length; ++i)\n            {\n                if (p.first[i] == L'.')\n                {\n                    num = static_cast<int>(Command::CommandPNT);\n                }\n                else if (p.first[i] == L'e')\n                {\n                    num = static_cast<int>(Command::CommandEXP);\n                }\n                else if (p.first[i] == L'-')\n                {\n                    num = static_cast<int>(Command::CommandSIGN);\n\n                    if (i == 0)\n                    {\n                        shared_ptr<IOpndCommand> spOpndCommand = dynamic_pointer_cast<IOpndCommand>(exprCmd);\n                        if (!spOpndCommand->IsNegative())\n                        {\n                            spOpndCommand->ToggleSign();\n                        }\n                        continue;\n                    }\n                }\n                else\n                {\n                    num = static_cast<int>(p.first[i]) - ASCII_0;\n                    num += IDC_0;\n                    if (num == static_cast<int>(Command::CommandMPLUS))\n                    {\n                        continue;\n                    }\n                }\n                commands->push_back(num);\n            }\n        }\n        else\n        {\n            commands->push_back(0);\n        }\n        operandCommand->SetCommands(commands);\n    }\n}\n\nvoid StandardCalculatorViewModel::OnMaxDigitsReached()\n{\n    if (m_localizedMaxDigitsReachedAutomationFormat == nullptr)\n    {\n        m_localizedMaxDigitsReachedAutomationFormat = AppResourceProvider::GetInstance()->GetResourceString(CalculatorResourceKeys::MaxDigitsReachedFormat);\n    }\n    String ^ announcement = LocalizationStringUtil::GetLocalizedString(m_localizedMaxDigitsReachedAutomationFormat, m_CalculationResultAutomationName);\n    Announcement = CalculatorAnnouncement::GetMaxDigitsReachedAnnouncement(announcement);\n}\n\nvoid StandardCalculatorViewModel::OnBinaryOperatorReceived()\n{\n    Announcement = GetDisplayUpdatedNarratorAnnouncement();\n}\n\nNarratorAnnouncement ^ StandardCalculatorViewModel::GetDisplayUpdatedNarratorAnnouncement()\n{\n    String ^ announcement;\n    if (m_feedbackForButtonPress == nullptr || m_feedbackForButtonPress->IsEmpty())\n    {\n        announcement = m_CalculationResultAutomationName;\n    }\n    else\n    {\n        if (m_localizedButtonPressFeedbackAutomationFormat == nullptr)\n        {\n            m_localizedButtonPressFeedbackAutomationFormat =\n                AppResourceProvider::GetInstance()->GetResourceString(CalculatorResourceKeys::ButtonPressFeedbackFormat);\n        }\n        announcement = LocalizationStringUtil::GetLocalizedString(\n            m_localizedButtonPressFeedbackAutomationFormat, m_CalculationResultAutomationName, m_feedbackForButtonPress);\n    }\n\n    // Make sure we don't accidentally repeat an announcement.\n    m_feedbackForButtonPress = nullptr;\n\n    return CalculatorAnnouncement::GetDisplayUpdatedAnnouncement(announcement);\n}\n\nViewMode StandardCalculatorViewModel::GetCalculatorMode()\n{\n    if (IsStandard)\n    {\n        return ViewMode::Standard;\n    }\n    else if (IsScientific)\n    {\n        return ViewMode::Scientific;\n    }\n    return ViewMode::Programmer;\n}\n\nvoid StandardCalculatorViewModel::ValueBitLength::set(CalculatorApp::ViewModel::Common::BitLength value)\n{\n    if (m_valueBitLength != value)\n    {\n        m_valueBitLength = value;\n        RaisePropertyChanged(L\"ValueBitLength\");\n\n        switch (value)\n        {\n        case BitLength::BitLengthQWord:\n            ButtonPressed->Execute(NumbersAndOperatorsEnum::Qword);\n            break;\n        case BitLength::BitLengthDWord:\n            ButtonPressed->Execute(NumbersAndOperatorsEnum::Dword);\n            break;\n        case BitLength::BitLengthWord:\n            ButtonPressed->Execute(NumbersAndOperatorsEnum::Word);\n            break;\n        case BitLength::BitLengthByte:\n            ButtonPressed->Execute(NumbersAndOperatorsEnum::Byte);\n            break;\n        }\n\n        // update memory list according to bit length\n        SetMemorizedNumbersString();\n    }\n}\n\nvoid StandardCalculatorViewModel::SelectHistoryItem(HistoryItemViewModel ^ item)\n{\n    SetHistoryExpressionDisplay(item->GetTokens(), item->GetCommands());\n    SetExpressionDisplay(item->GetTokens(), item->GetCommands());\n    SetPrimaryDisplay(item->Result, false);\n    IsFToEEnabled = false;\n}\n\nvoid StandardCalculatorViewModel::ResetCalcManager(bool clearMemory)\n{\n    m_standardCalculatorManager.Reset(clearMemory);\n}\n\nvoid StandardCalculatorViewModel::SendCommandToCalcManager(int commandId)\n{\n    m_standardCalculatorManager.SendCommand(static_cast<Command>(commandId));\n}\n\nvoid StandardCalculatorViewModel::SetBitshiftRadioButtonCheckedAnnouncement(Platform::String ^ announcement)\n{\n    Announcement = CalculatorAnnouncement::GetBitShiftRadioButtonCheckedAnnouncement(announcement);\n}\n\nCalculatorApp::ViewModel::Snapshot::StandardCalculatorSnapshot ^ StandardCalculatorViewModel::Snapshot::get()\n{\n    auto result = ref new CalculatorApp::ViewModel::Snapshot::StandardCalculatorSnapshot();\n    result->CalcManager = ref new CalculatorApp::ViewModel::Snapshot::CalcManagerSnapshot(m_standardCalculatorManager);\n    result->PrimaryDisplay = ref new CalculatorApp::ViewModel::Snapshot::PrimaryDisplaySnapshot(m_DisplayValue, m_IsInError);\n    if (!m_tokens->empty() && !m_commands->empty())\n    {\n        result->ExpressionDisplay = ref new CalculatorApp::ViewModel::Snapshot::ExpressionDisplaySnapshot(*m_tokens, *m_commands);\n    }\n    result->DisplayCommands = ref new Platform::Collections::Vector<CalculatorApp::ViewModel::Snapshot::ICalcManagerIExprCommand ^>();\n    for (auto cmd : m_standardCalculatorManager.GetDisplayCommandsSnapshot())\n    {\n        result->DisplayCommands->Append(CalculatorApp::ViewModel::Snapshot::CreateExprCommand(cmd.get()));\n    }\n    return result;\n}\n\nvoid CalculatorApp::ViewModel::StandardCalculatorViewModel::Snapshot::set(CalculatorApp::ViewModel::Snapshot::StandardCalculatorSnapshot ^ snapshot)\n{\n    assert(snapshot != nullptr);\n    m_standardCalculatorManager.Reset();\n    if (snapshot->CalcManager->HistoryItems != nullptr)\n    {\n        m_standardCalculatorManager.SetHistoryItems(ToUnderlying(snapshot->CalcManager->HistoryItems));\n    }\n\n    if (snapshot->ExpressionDisplay != nullptr)\n    {\n        if (snapshot->DisplayCommands->Size == 0)\n        {\n            // use case: the current expression was evaluated before. load from history.\n            assert(!snapshot->PrimaryDisplay->IsError);\n            using RawTokenCollection = std::vector<std::pair<std::wstring, int>>;\n            RawTokenCollection rawTokens;\n            for (CalculatorApp::ViewModel::Snapshot::CalcManagerToken ^ token : snapshot->ExpressionDisplay->Tokens)\n            {\n                rawTokens.push_back(std::pair{ token->OpCodeName->Data(), token->CommandIndex });\n            }\n            auto tokens = std::make_shared<RawTokenCollection>(rawTokens);\n            auto commands = std::make_shared<std::vector<std::shared_ptr<IExpressionCommand>>>(ToUnderlying(snapshot->ExpressionDisplay->Commands));\n            SetHistoryExpressionDisplay(tokens, commands);\n            SetExpressionDisplay(tokens, commands);\n            SetPrimaryDisplay(snapshot->PrimaryDisplay->DisplayValue, false);\n        }\n        else\n        {\n            // use case: the current expression was not evaluated before, or it was an error.\n            auto displayCommands = GetCommandsFromExpressionCommands(ToUnderlying(snapshot->DisplayCommands));\n            for (auto cmd : displayCommands)\n            {\n                m_standardCalculatorManager.SendCommand(static_cast<Command>(cmd));\n            }\n            if (snapshot->PrimaryDisplay->IsError)\n            {\n                SetPrimaryDisplay(snapshot->PrimaryDisplay->DisplayValue, true);\n            }\n        }\n    }\n    else\n    {\n        if (snapshot->PrimaryDisplay->IsError)\n        {\n            // use case: user copy-pasted an invalid expression to Calculator and caused an error.\n            SetPrimaryDisplay(snapshot->PrimaryDisplay->DisplayValue, true);\n        }\n        else\n        {\n            // use case: there was no expression but user was inputing some numbers (including negative numbers).\n            auto commands = GetCommandsFromExpressionCommands(ToUnderlying(snapshot->DisplayCommands));\n            for (auto cmd : commands)\n            {\n                m_standardCalculatorManager.SendCommand(static_cast<Command>(cmd));\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/StandardCalculatorViewModel.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n#include \"Common/Automation/NarratorAnnouncement.h\"\n#include \"Common/DisplayExpressionToken.h\"\n#include \"Common/CalculatorDisplay.h\"\n#include \"Common/EngineResourceProvider.h\"\n#include \"Common/CalculatorButtonUser.h\"\n#include \"Common/BitLength.h\"\n#include \"Common/NumberBase.h\"\n\n#include \"HistoryViewModel.h\"\n#include \"MemoryItemViewModel.h\"\n#include \"Snapshots.h\"\n\nnamespace CalculatorUnitTests\n{\n    class MultiWindowUnitTests;\n}\n\nnamespace CalculatorApp\n{\n    namespace WS = Windows::System;\n    namespace CM = CalculationManager;\n\n    namespace ViewModel\n    {\n#define ASCII_0 48\n    public\n        delegate void HideMemoryClickedHandler();\n\n    public\n        value struct ButtonInfo\n        {\n            CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum buttonId;\n            bool canSendNegate;\n        };\n\n        [Windows::UI::Xaml::Data::Bindable] public ref class StandardCalculatorViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        public:\n            StandardCalculatorViewModel();\n            void UpdateOperand(int pos, Platform::String ^ text);\n\n            OBSERVABLE_OBJECT_CALLBACK(OnPropertyChanged);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, DisplayValue);\n            OBSERVABLE_PROPERTY_R(HistoryViewModel ^, HistoryVM);\n            OBSERVABLE_PROPERTY_RW(bool, IsAlwaysOnTop);\n            OBSERVABLE_PROPERTY_R(bool, IsBinaryBitFlippingEnabled);\n            PROPERTY_R(bool, IsOperandUpdatedUsingViewModel);\n            PROPERTY_R(int, TokenPosition);\n            PROPERTY_R(bool, IsOperandTextCompletelySelected);\n            PROPERTY_R(bool, KeyPressed);\n            PROPERTY_R(Platform::String ^, SelectedExpressionLastData);\n            OBSERVABLE_NAMED_PROPERTY_R(bool, IsInError);\n            OBSERVABLE_PROPERTY_R(bool, IsOperatorCommand);\n            OBSERVABLE_PROPERTY_R(Windows::Foundation::Collections::IObservableVector<Common::DisplayExpressionToken ^> ^, ExpressionTokens);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, DecimalDisplayValue);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, HexDisplayValue);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, OctalDisplayValue);\n            OBSERVABLE_NAMED_PROPERTY_R(Platform::String ^, BinaryDisplayValue);\n            OBSERVABLE_NAMED_PROPERTY_R(Windows::Foundation::Collections::IVector<bool> ^, BinaryDigits);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, HexDisplayValue_AutomationName);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, DecDisplayValue_AutomationName);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, OctDisplayValue_AutomationName);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, BinDisplayValue_AutomationName);\n            OBSERVABLE_PROPERTY_R(bool, IsBinaryOperatorEnabled);\n            OBSERVABLE_PROPERTY_R(bool, IsUnaryOperatorEnabled);\n            OBSERVABLE_PROPERTY_R(bool, IsNegateEnabled);\n            OBSERVABLE_PROPERTY_RW(bool, IsDecimalEnabled);\n            OBSERVABLE_PROPERTY_R(Windows::Foundation::Collections::IVector<MemoryItemViewModel ^> ^, MemorizedNumbers);\n            OBSERVABLE_NAMED_PROPERTY_RW(bool, IsMemoryEmpty);\n            OBSERVABLE_PROPERTY_R(bool, IsFToEChecked);\n            OBSERVABLE_PROPERTY_R(bool, IsFToEEnabled);\n            OBSERVABLE_PROPERTY_R(bool, AreHEXButtonsEnabled);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, CalculationResultAutomationName);\n            OBSERVABLE_PROPERTY_R(Platform::String ^, CalculationExpressionAutomationName);\n            OBSERVABLE_PROPERTY_R(bool, IsShiftProgrammerChecked);\n            OBSERVABLE_PROPERTY_R(CalculatorApp::ViewModel::Common::NumberBase, CurrentRadixType);\n            OBSERVABLE_PROPERTY_R(bool, AreTokensUpdated);\n            OBSERVABLE_PROPERTY_R(bool, AreAlwaysOnTopResultsUpdated);\n            OBSERVABLE_PROPERTY_R(bool, AreProgrammerRadixOperatorsVisible);\n            OBSERVABLE_PROPERTY_R(bool, IsInputEmpty);\n            OBSERVABLE_PROPERTY_R(CalculatorApp::ViewModel::Common::Automation::NarratorAnnouncement ^, Announcement);\n            OBSERVABLE_PROPERTY_R(unsigned int, OpenParenthesisCount);\n\n            COMMAND_FOR_METHOD(CopyCommand, StandardCalculatorViewModel::OnCopyCommand);\n            COMMAND_FOR_METHOD(PasteCommand, StandardCalculatorViewModel::OnPasteCommand);\n            COMMAND_FOR_METHOD(ButtonPressed, StandardCalculatorViewModel::OnButtonPressed);\n            COMMAND_FOR_METHOD(ClearMemoryCommand, StandardCalculatorViewModel::OnClearMemoryCommand);\n            COMMAND_FOR_METHOD(MemoryItemPressed, StandardCalculatorViewModel::OnMemoryItemPressed);\n            COMMAND_FOR_METHOD(MemoryAdd, StandardCalculatorViewModel::OnMemoryAdd);\n            COMMAND_FOR_METHOD(MemorySubtract, StandardCalculatorViewModel::OnMemorySubtract);\n\n            event HideMemoryClickedHandler ^ HideMemoryClicked;\n\n            property bool IsBitFlipChecked\n            {\n                bool get()\n                {\n                    return m_isBitFlipChecked;\n                }\n                void set(bool value)\n                {\n                    if (m_isBitFlipChecked != value)\n                    {\n                        m_isBitFlipChecked = value;\n                        IsBinaryBitFlippingEnabled = IsProgrammer && m_isBitFlipChecked;\n                        AreProgrammerRadixOperatorsVisible = IsProgrammer && !m_isBitFlipChecked;\n                        RaisePropertyChanged(L\"IsBitFlipChecked\");\n                    }\n                }\n            }\n            static property Platform::String\n                ^ IsBitFlipCheckedPropertyName { Platform::String ^ get() { return Platform::StringReference(L\"IsBitFlipChecked\"); } }\n\n                property CalculatorApp::ViewModel::Common::BitLength ValueBitLength\n            {\n                CalculatorApp::ViewModel::Common::BitLength get()\n                {\n                    return m_valueBitLength;\n                }\n                void set(CalculatorApp::ViewModel::Common::BitLength value);\n            }\n\n            property bool IsStandard\n            {\n                bool get()\n                {\n                    return m_isStandard;\n                }\n                void set(bool value)\n                {\n                    if (m_isStandard != value)\n                    {\n                        m_isStandard = value;\n                        if (value)\n                        {\n                            IsScientific = false;\n                            IsProgrammer = false;\n                        }\n                        RaisePropertyChanged(L\"IsStandard\");\n                    }\n                }\n            }\n\n            property bool IsScientific\n            {\n                bool get()\n                {\n                    return m_isScientific;\n                }\n                void set(bool value)\n                {\n                    if (m_isScientific != value)\n                    {\n                        m_isScientific = value;\n                        if (value)\n                        {\n                            IsStandard = false;\n                            IsProgrammer = false;\n                        }\n                        RaisePropertyChanged(L\"IsScientific\");\n                    }\n                }\n            }\n\n            property bool IsProgrammer\n            {\n                bool get()\n                {\n                    return m_isProgrammer;\n                }\n                void set(bool value)\n                {\n                    if (m_isProgrammer != value)\n                    {\n                        m_isProgrammer = value;\n                        if (!m_isProgrammer)\n                        {\n                            IsBitFlipChecked = false;\n                        }\n                        IsBinaryBitFlippingEnabled = m_isProgrammer && IsBitFlipChecked;\n                        AreProgrammerRadixOperatorsVisible = m_isProgrammer && !IsBitFlipChecked;\n                        if (value)\n                        {\n                            IsStandard = false;\n                            IsScientific = false;\n                        }\n                        RaisePropertyChanged(L\"IsProgrammer\");\n                    }\n                }\n            }\n            static property Platform::String\n                ^ IsProgrammerPropertyName { Platform::String ^ get() { return Platform::StringReference(L\"IsProgrammer\"); } }\n\n                property bool IsEditingEnabled\n            {\n                bool get()\n                {\n                    return m_isEditingEnabled;\n                }\n                void set(bool value)\n                {\n                    if (m_isEditingEnabled != value)\n                    {\n                        m_isEditingEnabled = value;\n                        bool currentEditToggleValue = !m_isEditingEnabled;\n                        IsBinaryOperatorEnabled = currentEditToggleValue;\n                        IsUnaryOperatorEnabled = currentEditToggleValue;\n                        IsOperandEnabled = currentEditToggleValue;\n                        IsNegateEnabled = currentEditToggleValue;\n                        IsDecimalEnabled = currentEditToggleValue;\n                        RaisePropertyChanged(L\"IsEditingEnabled\");\n                    }\n                }\n            }\n\n            property bool IsEngineRecording\n            {\n                bool get()\n                {\n                    return m_standardCalculatorManager.IsEngineRecording();\n                }\n            }\n\n            property bool IsOperandEnabled\n            {\n                bool get()\n                {\n                    return m_isOperandEnabled;\n                }\n                void set(bool value)\n                {\n                    if (m_isOperandEnabled != value)\n                    {\n                        m_isOperandEnabled = value;\n                        IsDecimalEnabled = value;\n                        AreHEXButtonsEnabled = IsProgrammer;\n                        IsFToEEnabled = value;\n                        RaisePropertyChanged(L\"IsOperandEnabled\");\n                    }\n                }\n            }\n\n            property CalculatorApp::ViewModel::Snapshot::StandardCalculatorSnapshot ^ Snapshot {\n                CalculatorApp::ViewModel::Snapshot::StandardCalculatorSnapshot ^ get();\n                void set(CalculatorApp::ViewModel::Snapshot::StandardCalculatorSnapshot ^ snapshot);\n            };\n\n            // Used by unit tests\n            void ResetCalcManager(bool clearMemory);\n            void SendCommandToCalcManager(int command);\n\n        public:\n            // Memory feature related methods.\n            void OnMemoryButtonPressed();\n            void OnMemoryItemPressed(Platform::Object ^ memoryItemPosition);\n            void OnMemoryAdd(Platform::Object ^ memoryItemPosition);\n            void OnMemorySubtract(Platform::Object ^ memoryItemPosition);\n            void OnMemoryClear(_In_ Platform::Object ^ memoryItemPosition);\n\n            void SelectHistoryItem(HistoryItemViewModel ^ item);\n            void SwitchProgrammerModeBase(CalculatorApp::ViewModel::Common::NumberBase calculatorBase);\n            void SetBitshiftRadioButtonCheckedAnnouncement(Platform::String ^ announcement);\n            void SetOpenParenthesisCountNarratorAnnouncement();\n            void SwitchAngleType(CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum num);\n            void FtoEButtonToggled();\n\n            void OnCopyCommand(Platform::Object ^ parameter);\n            void OnPasteCommand(Platform::Object ^ parameter);\n            void SetCalculatorType(CalculatorApp::ViewModel::Common::ViewMode targetState);\n\n            internal : void OnPaste(Platform::String ^ pastedString);\n\n            ButtonInfo MapCharacterToButtonId(char16 ch);\n\n            void OnInputChanged();\n            void DisplayPasteError();\n            void SetParenthesisCount(_In_ unsigned int parenthesisCount);\n            void OnNoRightParenAdded();\n            void SetNoParenAddedNarratorAnnouncement();\n            void OnMaxDigitsReached();\n            void OnBinaryOperatorReceived();\n            void OnMemoryItemChanged(unsigned int indexOfMemory);\n\n            Platform::String ^ GetLocalizedStringFormat(Platform::String ^ format, Platform::String ^ displayValue);\n            void OnPropertyChanged(Platform::String ^ propertyname);\n\n            Platform::String ^ GetRawDisplayValue();\n            void Recalculate(bool fromHistory = false);\n            bool IsOperator(CalculationManager::Command cmdenum);\n            void SetMemorizedNumbersString();\n            void ResetRadixAndUpdateMemory(bool resetRadix);\n\n            void SetPrecision(int32_t precision);\n            void UpdateMaxIntDigits()\n            {\n                m_standardCalculatorManager.UpdateMaxIntDigits();\n            }\n            CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum GetCurrentAngleType()\n            {\n                return m_CurrentAngleType;\n            }\n\n        private:\n            void SetMemorizedNumbers(const std::vector<std::wstring>& memorizedNumbers);\n            void UpdateProgrammerPanelDisplay();\n            void HandleUpdatedOperandData(CalculationManager::Command cmdenum);\n            void SetPrimaryDisplay(_In_ Platform::String ^ displayStringValue, _In_ bool isError);\n            void SetExpressionDisplay(\n                _Inout_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& tokens,\n                _Inout_ std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> const& commands);\n            void SetHistoryExpressionDisplay(\n                _Inout_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& tokens,\n                _Inout_ std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> const& commands);\n            void SetTokens(_Inout_ std::shared_ptr<std::vector<std::pair<std::wstring, int>>> const& tokens);\n            CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum ConvertIntegerToNumbersAndOperatorsEnum(unsigned int parameter);\n            static RadixType GetRadixTypeFromNumberBase(CalculatorApp::ViewModel::Common::NumberBase base);\n            CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum m_CurrentAngleType;\n            wchar_t m_decimalSeparator;\n            CalculatorApp::ViewModel::Common::CalculatorDisplay m_calculatorDisplay;\n            CalculatorApp::ViewModel::Common::EngineResourceProvider m_resourceProvider;\n            CalculationManager::CalculatorManager m_standardCalculatorManager;\n            Platform::String ^ m_expressionAutomationNameFormat;\n            Platform::String ^ m_localizedCalculationResultAutomationFormat;\n            Platform::String ^ m_localizedCalculationResultDecimalAutomationFormat;\n            Platform::String ^ m_localizedHexaDecimalAutomationFormat;\n            Platform::String ^ m_localizedDecimalAutomationFormat;\n            Platform::String ^ m_localizedOctalAutomationFormat;\n            Platform::String ^ m_localizedBinaryAutomationFormat;\n            Platform::String ^ m_localizedMaxDigitsReachedAutomationFormat;\n            Platform::String ^ m_localizedButtonPressFeedbackAutomationFormat;\n            Platform::String ^ m_localizedMemorySavedAutomationFormat;\n            Platform::String ^ m_localizedMemoryItemChangedAutomationFormat;\n            Platform::String ^ m_localizedMemoryItemClearedAutomationFormat;\n            Platform::String ^ m_localizedMemoryCleared;\n            Platform::String ^ m_localizedOpenParenthesisCountChangedAutomationFormat;\n            Platform::String ^ m_localizedNoRightParenthesisAddedFormat;\n\n            bool m_isOperandEnabled;\n            bool m_isEditingEnabled;\n            bool m_isStandard;\n            bool m_isScientific;\n            bool m_isProgrammer;\n            bool m_isBitFlipChecked;\n            bool m_isRtlLanguage;\n            bool m_operandUpdated;\n            bool m_isLastOperationHistoryLoad;\n            CalculatorApp::ViewModel::Common::BitLength m_valueBitLength;\n            Platform::String ^ m_selectedExpressionLastData;\n            Common::DisplayExpressionToken ^ m_selectedExpressionToken;\n\n            Platform::String ^ LocalizeDisplayValue(_In_ std::wstring const& displayValue);\n            Platform::String ^ CalculateNarratorDisplayValue(_In_ std::wstring const& displayValue, _In_ Platform::String ^ localizedDisplayValue);\n            CalculatorApp::ViewModel::Common::Automation::NarratorAnnouncement ^ GetDisplayUpdatedNarratorAnnouncement();\n            Platform::String ^ GetCalculatorExpressionAutomationName();\n            Platform::String ^ GetNarratorStringReadRawNumbers(_In_ Platform::String ^ localizedDisplayValue);\n\n            CalculationManager::Command ConvertToOperatorsEnum(CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum operation);\n            void DisableButtons(CalculationManager::CommandType selectedExpressionCommandType);\n\n            Platform::String ^ m_feedbackForButtonPress;\n            void OnButtonPressed(Platform::Object ^ parameter);\n            void OnClearMemoryCommand(Platform::Object ^ parameter);\n            std::wstring AddPadding(std::wstring);\n            size_t LengthWithoutPadding(std::wstring);\n\n            std::shared_ptr<std::vector<std::pair<std::wstring, int>>> m_tokens;\n            std::shared_ptr<std::vector<std::shared_ptr<IExpressionCommand>>> m_commands;\n\n            // Token types\n            bool IsUnaryOp(CalculationManager::Command command);\n            bool IsBinOp(CalculationManager::Command command);\n            bool IsTrigOp(CalculationManager::Command command);\n            bool IsOpnd(CalculationManager::Command command);\n            bool IsRecoverableCommand(CalculationManager::Command command);\n\n            void SaveEditedCommand(_In_ unsigned int index, _In_ CalculationManager::Command command);\n\n            CalculatorApp::ViewModel::Common::ViewMode GetCalculatorMode();\n\n            friend class CalculatorApp::ViewModel::Common::CalculatorDisplay;\n            friend class CalculatorUnitTests::MultiWindowUnitTests;\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/UnitConverterViewModel.cpp",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"UnitConverterViewModel.h\"\n#include \"CalcManager/Header Files/EngineStrings.h\"\n#include \"Common/CalculatorButtonPressedEventArgs.h\"\n#include \"Common/CopyPasteManager.h\"\n#include \"Common/LocalizationStringUtil.h\"\n#include \"Common/LocalizationService.h\"\n#include \"Common/LocalizationSettings.h\"\n#include \"Common/TraceLogger.h\"\n#include \"DataLoaders/CurrencyHttpClient.h\"\n#include \"DataLoaders/CurrencyDataLoader.h\"\n#include \"DataLoaders/UnitConverterDataLoader.h\"\n\nusing namespace CalculatorApp;\nusing namespace CalculatorApp::ViewModel;\nusing namespace CalculatorApp::ViewModel::Common;\nusing namespace CalculatorApp::ViewModel::Common::Automation;\nusing namespace CalculatorApp::ViewModel::DataLoaders;\nusing namespace concurrency;\nusing namespace Platform;\nusing namespace Platform::Collections;\nusing namespace std;\nusing namespace Windows::Foundation;\nusing namespace Windows::Globalization::NumberFormatting;\nusing namespace Windows::System;\nusing namespace Windows::System::Threading;\nusing namespace Windows::System::UserProfile;\nusing namespace Windows::UI::Xaml;\nusing namespace Windows::UI::Xaml::Automation::Peers;\nusing namespace Windows::ApplicationModel::Resources;\nusing namespace Windows::Storage;\n\nconstexpr int EXPECTEDVIEWMODELDATATOKENS = 8;\n\n// interval is in 100 nanosecond units\nconstexpr unsigned int TIMER_INTERVAL_IN_MS = 10000;\n\n#ifdef UNIT_TESTS\n#define TIMER_CALLBACK_CONTEXT CallbackContext::Any\n#else\n#define TIMER_CALLBACK_CONTEXT CallbackContext::Same\n#endif\n\nconst TimeSpan SUPPLEMENTARY_VALUES_INTERVAL = { 10 * TIMER_INTERVAL_IN_MS };\n\nstatic Unit ^ EMPTY_UNIT = ref new Unit(UCM::EMPTY_UNIT);\n\nconstexpr size_t UNIT_LIST = 0;\nconstexpr size_t SELECTED_SOURCE_UNIT = 1;\nconstexpr size_t SELECTED_TARGET_UNIT = 2;\n\n// x millisecond delay before we consider conversion to be final\nconstexpr unsigned int CONVERSION_FINALIZED_DELAY_IN_MS = 1000;\nconst wregex regexTrimSpacesStart = wregex(L\"^\\\\s+\");\nconst wregex regexTrimSpacesEnd = wregex(L\"\\\\s+$\");\n\nnamespace\n{\n    StringReference CurrentCategoryPropertyName(L\"CurrentCategory\");\n    StringReference Unit1AutomationNamePropertyName(L\"Unit1AutomationName\");\n    StringReference Unit2AutomationNamePropertyName(L\"Unit2AutomationName\");\n    StringReference Unit1PropertyName(L\"Unit1\");\n    StringReference Unit2PropertyName(L\"Unit2\");\n    StringReference Value1PropertyName(L\"Value1\");\n    StringReference Value2PropertyName(L\"Value2\");\n    StringReference Value1ActivePropertyName(L\"Value1Active\");\n    StringReference Value2ActivePropertyName(L\"Value2Active\");\n    StringReference Value1AutomationNamePropertyName(L\"Value1AutomationName\");\n    StringReference Value2AutomationNamePropertyName(L\"Value2AutomationName\");\n    StringReference CurrencySymbol1PropertyName(L\"CurrencySymbol1\");\n    StringReference CurrencySymbol2PropertyName(L\"CurrencySymbol2\");\n    StringReference CurrencySymbolVisibilityPropertyName(L\"CurrencySymbolVisibility\");\n    StringReference SupplementaryVisibilityPropertyName(L\"SupplementaryVisibility\");\n}\n\nnamespace CalculatorApp::ViewModel::DataLoaders::UnitConverterResourceKeys\n{\n    StringReference ValueFromFormat(L\"Format_ValueFrom\");\n    StringReference ValueFromDecimalFormat(L\"Format_ValueFrom_Decimal\");\n    StringReference ValueToFormat(L\"Format_ValueTo\");\n    StringReference ConversionResultFormat(L\"Format_ConversionResult\");\n    StringReference InputUnit_Name(L\"InputUnit_Name\");\n    StringReference OutputUnit_Name(L\"OutputUnit_Name\");\n    StringReference MaxDigitsReachedFormat(L\"Format_MaxDigitsReached\");\n    StringReference UpdatingCurrencyRates(L\"UpdatingCurrencyRates\");\n    StringReference CurrencyRatesUpdated(L\"CurrencyRatesUpdated\");\n    StringReference CurrencyRatesUpdateFailed(L\"CurrencyRatesUpdateFailed\");\n}\n\nUnitConverterViewModel::UnitConverterViewModel(const shared_ptr<UCM::IUnitConverter>& model)\n    : m_model(model)\n    , m_resettingTimer(false)\n    , m_value1cp(ConversionParameter::Source)\n    , m_Value1Active(true)\n    , m_Value2Active(false)\n    , m_Value1(\"0\")\n    , m_Value2(\"0\")\n    , m_valueToUnlocalized(L\"0\")\n    , m_valueFromUnlocalized(L\"0\")\n    , m_relocalizeStringOnSwitch(false)\n    , m_Categories(ref new Vector<Category ^>())\n    , m_Units(ref new Vector<Unit ^>())\n    , m_SupplementaryResults(ref new Vector<SupplementaryResult ^>)\n    , m_IsDropDownOpen(false)\n    , m_IsDropDownEnabled(true)\n    , m_IsCurrencyLoadingVisible(false)\n    , m_isCurrencyDataLoaded(false)\n    , m_lastAnnouncedFrom(L\"\")\n    , m_lastAnnouncedTo(L\"\")\n    , m_lastAnnouncedConversionResult(L\"\")\n    , m_isValue1Updating(false)\n    , m_isValue2Updating(false)\n    , m_Announcement(nullptr)\n    , m_Mode(ViewMode::None)\n    , m_CurrencySymbol1(L\"\")\n    , m_CurrencySymbol2(L\"\")\n    , m_IsCurrencyCurrentCategory(false)\n    , m_CurrencyRatioEquality(L\"\")\n    , m_CurrencyRatioEqualityAutomationName(L\"\")\n    , m_isInputBlocked(false)\n    , m_CurrencyDataLoadFailed(false)\n{\n    auto localizationService = LocalizationService::GetInstance();\n    m_model->SetViewModelCallback(make_shared<UnitConverterVMCallback>(this));\n    m_model->SetViewModelCurrencyCallback(make_shared<ViewModelCurrencyCallback>(this));\n    m_decimalFormatter = localizationService->GetRegionalSettingsAwareDecimalFormatter();\n    m_decimalFormatter->FractionDigits = 0;\n    m_decimalFormatter->IsGrouped = true;\n    m_decimalSeparator = LocalizationSettings::GetInstance()->GetDecimalSeparator();\n\n    m_currencyFormatter = localizationService->GetRegionalSettingsAwareCurrencyFormatter();\n    m_currencyFormatter->IsGrouped = true;\n    m_currencyFormatter->Mode = CurrencyFormatterMode::UseCurrencyCode;\n    m_currencyFormatter->ApplyRoundingForCurrency(RoundingAlgorithm::RoundHalfDown);\n\n    auto resourceLoader = AppResourceProvider::GetInstance();\n    m_localizedValueFromFormat = resourceLoader->GetResourceString(UnitConverterResourceKeys::ValueFromFormat);\n    m_localizedValueToFormat = resourceLoader->GetResourceString(UnitConverterResourceKeys::ValueToFormat);\n    m_localizedConversionResultFormat = resourceLoader->GetResourceString(UnitConverterResourceKeys::ConversionResultFormat);\n    m_localizedValueFromDecimalFormat = resourceLoader->GetResourceString(UnitConverterResourceKeys::ValueFromDecimalFormat);\n    m_localizedInputUnitName = resourceLoader->GetResourceString(UnitConverterResourceKeys::InputUnit_Name);\n    m_localizedOutputUnitName = resourceLoader->GetResourceString(UnitConverterResourceKeys::OutputUnit_Name);\n\n    Unit1AutomationName = m_localizedInputUnitName;\n    Unit2AutomationName = m_localizedOutputUnitName;\n    IsDecimalEnabled = true;\n\n    m_model->Initialize();\n    PopulateData();\n}\n\nUnitConverterViewModel::UnitConverterViewModel()\n    : UnitConverterViewModel(std::make_shared<UCM::UnitConverter>(                                     //\n        std::make_shared<UnitConverterDataLoader>(ref new Windows::Globalization::GeographicRegion()), //\n        std::make_shared<CurrencyDataLoader>()))\n{\n}\n\nvoid UnitConverterViewModel::ResetView()\n{\n    m_model->SendCommand(UCM::Command::Reset);\n    OnCategoryChanged(nullptr);\n}\n\nvoid UnitConverterViewModel::PopulateData()\n{\n    InitializeView();\n}\n\nvoid UnitConverterViewModel::OnCategoryChanged(Object ^ parameter)\n{\n    m_model->SendCommand(UCM::Command::Clear);\n    ResetCategory();\n}\n\nvoid UnitConverterViewModel::ResetCategory()\n{\n    m_isInputBlocked = false;\n    SetSelectedUnits();\n\n    IsCurrencyLoadingVisible = m_IsCurrencyCurrentCategory && !m_isCurrencyDataLoaded;\n    IsDropDownEnabled = m_Units->GetAt(0) != EMPTY_UNIT;\n\n    UnitChanged->Execute(nullptr);\n}\n\nvoid UnitConverterViewModel::SetSelectedUnits()\n{\n    UCM::CategorySelectionInitializer categoryInitializer = m_model->SetCurrentCategory(CurrentCategory->GetModelCategory());\n    BuildUnitList(get<UNIT_LIST>(categoryInitializer));\n\n    UnitFrom = FindUnitInList(get<SELECTED_SOURCE_UNIT>(categoryInitializer));\n    UnitTo = FindUnitInList(get<SELECTED_TARGET_UNIT>(categoryInitializer));\n}\n\nvoid UnitConverterViewModel::BuildUnitList(const vector<UCM::Unit>& modelUnitList)\n{\n    m_Units->Clear();\n    for (const UCM::Unit& modelUnit : modelUnitList)\n    {\n        if (!modelUnit.isWhimsical)\n        {\n            m_Units->Append(ref new Unit(modelUnit));\n        }\n    }\n\n    if (m_Units->Size == 0)\n    {\n        m_Units->Append(EMPTY_UNIT);\n    }\n}\n\nUnit ^ UnitConverterViewModel::FindUnitInList(UCM::Unit target)\n{\n    for (Unit ^ vmUnit : m_Units)\n    {\n        UCM::Unit modelUnit = vmUnit->GetModelUnit();\n        if (modelUnit.id == target.id)\n        {\n            return vmUnit;\n        }\n    }\n\n    return EMPTY_UNIT;\n}\n\nvoid UnitConverterViewModel::OnUnitChanged(Object ^ parameter)\n{\n    if ((m_Unit1 == nullptr) || (m_Unit2 == nullptr))\n    {\n        // Return if both Unit1 & Unit2 are not set\n        return;\n    }\n\n    UpdateCurrencyFormatter();\n    m_model->SetCurrentUnitTypes(UnitFrom->GetModelUnit(), UnitTo->GetModelUnit());\n\n    if (m_supplementaryResultsTimer != nullptr)\n    {\n        // End timer to show results immediately\n        m_supplementaryResultsTimer->Cancel();\n    }\n\n    SaveUserPreferences();\n}\n\nvoid UnitConverterViewModel::OnSwitchActive(Platform::Object ^ unused)\n{\n    // this can be false if this switch occurs without the user having explicitly updated any strings\n    // (for example, during deserialization). We only want to try this cleanup if there's actually\n    // something to clean up.\n    if (m_relocalizeStringOnSwitch)\n    {\n        // clean up any ill-formed strings that were in progress before the switch\n        ValueFrom = ConvertToLocalizedString(m_valueFromUnlocalized, false, CurrencyFormatterParameterFrom);\n    }\n\n    SwitchConversionParameters();\n    // Now deactivate the other\n    if (m_value1cp == ConversionParameter::Source)\n    {\n        Value2Active = false;\n    }\n    else\n    {\n        Value1Active = false;\n    }\n\n    m_valueFromUnlocalized.swap(m_valueToUnlocalized);\n    swap(m_localizedValueFromFormat, m_localizedValueToFormat);\n\n    swap(m_Unit1AutomationName, m_Unit2AutomationName);\n    RaisePropertyChanged(Unit1AutomationNamePropertyName);\n    RaisePropertyChanged(Unit2AutomationNamePropertyName);\n\n    m_isInputBlocked = false;\n    m_model->SwitchActive(m_valueFromUnlocalized);\n\n    UpdateIsDecimalEnabled();\n}\n\nString ^ UnitConverterViewModel::ConvertToLocalizedString(const std::wstring& stringToLocalize, bool allowPartialStrings, CurrencyFormatterParameter cfp)\n{\n    Platform::String ^ result;\n\n    if (stringToLocalize.empty())\n    {\n        return result;\n    }\n\n    CurrencyFormatter ^ currencyFormatter;\n\n    switch (cfp)\n    {\n    case CurrencyFormatterParameter::ForValue1:\n        currencyFormatter = m_currencyFormatter1;\n        break;\n    case CurrencyFormatterParameter::ForValue2:\n        currencyFormatter = m_currencyFormatter2;\n        break;\n    default:\n        currencyFormatter = m_currencyFormatter;\n        break;\n    }\n\n    // If unit hasn't been set, currencyFormatter1/2 is nullptr. Fallback to default.\n    if (currencyFormatter == nullptr)\n    {\n        currencyFormatter = m_currencyFormatter;\n    }\n\n    int lastCurrencyFractionDigits = currencyFormatter->FractionDigits;\n\n    m_decimalFormatter->IsDecimalPointAlwaysDisplayed = false;\n    m_decimalFormatter->FractionDigits = 0;\n    currencyFormatter->IsDecimalPointAlwaysDisplayed = false;\n    currencyFormatter->FractionDigits = 0;\n\n    wstring::size_type posOfE = stringToLocalize.find(L'e');\n    if (posOfE != wstring::npos)\n    {\n        wstring::size_type posOfSign = posOfE + 1;\n        wchar_t signOfE = stringToLocalize.at(posOfSign);\n        std::wstring significandStr(stringToLocalize.substr(0, posOfE));\n        std::wstring exponentStr(stringToLocalize.substr(posOfSign + 1, stringToLocalize.length() - posOfSign));\n\n        result += ConvertToLocalizedString(significandStr, allowPartialStrings, cfp) + \"e\" + signOfE\n                  + ConvertToLocalizedString(exponentStr, allowPartialStrings, cfp);\n    }\n    else\n    {\n        // stringToLocalize is in en-US and has the default decimal separator, so this is safe to do.\n        wstring::size_type posOfDecimal = stringToLocalize.find(L'.');\n\n        bool hasDecimal = wstring::npos != posOfDecimal;\n\n        if (hasDecimal)\n        {\n            if (allowPartialStrings && lastCurrencyFractionDigits > 0)\n            {\n                // allow \"in progress\" strings, like \"3.\" that occur during the composition of\n                // a final number. Without this, when typing the three characters in \"3.2\"\n                // you don't see the decimal point when typing it, you only see it once you've finally\n                // typed a post-decimal digit.\n\n                m_decimalFormatter->IsDecimalPointAlwaysDisplayed = true;\n                currencyFormatter->IsDecimalPointAlwaysDisplayed = true;\n            }\n\n            // force post-decimal digits so that trailing zeroes entered by the user aren't suddenly cut off.\n            m_decimalFormatter->FractionDigits = static_cast<int>(stringToLocalize.length() - (posOfDecimal + 1));\n            currencyFormatter->FractionDigits = lastCurrencyFractionDigits;\n        }\n\n        if (IsCurrencyCurrentCategory)\n        {\n            wstring currencyResult = currencyFormatter->Format(stod(stringToLocalize))->Data();\n            wstring currencyCode = currencyFormatter->Currency->Data();\n\n            // CurrencyFormatter always includes LangCode or Symbol. Make it include LangCode\n            // because this includes a non-breaking space. Remove the LangCode.\n            auto pos = currencyResult.find(currencyCode);\n            if (pos != wstring::npos)\n            {\n                currencyResult.erase(pos, currencyCode.length());\n                std::wsmatch sm;\n                if (regex_search(currencyResult, sm, regexTrimSpacesStart))\n                {\n                    currencyResult.erase(sm.prefix().length(), sm.length());\n                }\n\n                if (regex_search(currencyResult, sm, regexTrimSpacesEnd))\n                {\n                    currencyResult.erase(sm.prefix().length(), sm.length());\n                }\n            }\n\n            result = ref new String(currencyResult.c_str());\n        }\n        else\n        {\n            // Convert the input string to double using stod\n            // Then use the decimalFormatter to reformat the double to Platform String\n            result = m_decimalFormatter->Format(stod(stringToLocalize));\n        }\n\n        if (hasDecimal)\n        {\n            // Since the output from GetLocaleInfoEx() and DecimalFormatter are differing for decimal string\n            // we are adding the below work-around of editing the string returned by DecimalFormatter\n            // and replacing the decimal separator with the one returned by GetLocaleInfoEx()\n            String ^ formattedSampleString = m_decimalFormatter->Format(stod(\"1.1\"));\n            wstring formattedSampleWString = wstring(formattedSampleString->Data());\n\n            wstring resultWithDecimal = wstring(result->Data());\n            size_t pos = resultWithDecimal.find(formattedSampleWString[1], 0);\n            if (pos != wstring::npos)\n            {\n                resultWithDecimal.replace(pos, 1, &m_decimalSeparator);\n            }\n\n            // Copy back the edited string to the result\n            result = ref new String(resultWithDecimal.c_str());\n        }\n    }\n\n    wstring resultHolder = wstring(result->Data());\n    if ((stringToLocalize.front() == L'-' && stod(stringToLocalize) == 0) || resultHolder.back() == L'-')\n    {\n        if (resultHolder.back() == L'-')\n        {\n            result = ref new String(resultHolder.erase(resultHolder.size() - 1, 1).c_str());\n        }\n        result = L\"-\" + result;\n    }\n\n    // restore the original fraction digits\n    currencyFormatter->FractionDigits = lastCurrencyFractionDigits;\n\n    return result;\n}\n\nvoid UnitConverterViewModel::DisplayPasteError()\n{\n    String ^ errorMsg = AppResourceProvider::GetInstance()->GetCEngineString(StringReference(SIDS_DOMAIN)); /*SIDS_DOMAIN is for \"invalid input\"*/\n    Value1 = errorMsg;\n    Value2 = errorMsg;\n    m_relocalizeStringOnSwitch = false;\n}\n\nvoid UnitConverterViewModel::UpdateDisplay(const wstring& from, const wstring& to)\n{\n    String ^ fromStr = this->ConvertToLocalizedString(from, true, CurrencyFormatterParameterFrom);\n    UpdateInputBlocked(from);\n    String ^ toStr = this->ConvertToLocalizedString(to, true, CurrencyFormatterParameterTo);\n\n    bool updatedValueFrom = ValueFrom != fromStr;\n    bool updatedValueTo = ValueTo != toStr;\n    if (updatedValueFrom)\n    {\n        m_valueFromUnlocalized = from;\n        // once we've updated the unlocalized from string, we'll potentially need to clean it back up when switching between fields\n        // to eliminate dangling decimal points.\n        m_relocalizeStringOnSwitch = true;\n    }\n\n    if (updatedValueTo)\n    {\n        // This is supposed to use trimming logic, but that's highly dependent\n        // on the auto-scaling textbox control which we dont have yet. For now,\n        // not doing anything. It will have to be integrated once that control is\n        // created.\n        m_valueToUnlocalized = to;\n    }\n\n    m_isValue1Updating = m_Value1Active ? updatedValueFrom : updatedValueTo;\n    m_isValue2Updating = m_Value2Active ? updatedValueFrom : updatedValueTo;\n\n    // Setting these properties before setting the member variables above causes\n    // a chain of properties that can result in the wrong result being announced\n    // to Narrator. We need to know which values are updating before setting the\n    // below properties, so that we know when to announce the result.\n    if (updatedValueFrom)\n    {\n        ValueFrom = fromStr;\n    }\n\n    if (updatedValueTo)\n    {\n        ValueTo = toStr;\n    }\n}\n\nvoid UnitConverterViewModel::UpdateSupplementaryResults(const std::vector<std::tuple<std::wstring, UnitConversionManager::Unit>>& suggestedValues)\n{\n    m_cacheMutex.lock();\n    m_cachedSuggestedValues = suggestedValues;\n    m_cacheMutex.unlock();\n\n    // If we're already \"ticking\", reset the timer\n    if (m_supplementaryResultsTimer != nullptr)\n    {\n        m_resettingTimer = true;\n        m_supplementaryResultsTimer->Cancel();\n        m_resettingTimer = false;\n    }\n\n    // Schedule the timer\n    m_supplementaryResultsTimer = ThreadPoolTimer::CreateTimer(\n        ref new TimerElapsedHandler(this, &UnitConverterViewModel::SupplementaryResultsTimerTick, TIMER_CALLBACK_CONTEXT),\n        SUPPLEMENTARY_VALUES_INTERVAL,\n        ref new TimerDestroyedHandler(this, &UnitConverterViewModel::SupplementaryResultsTimerCancel, TIMER_CALLBACK_CONTEXT));\n}\n\nvoid UnitConverterViewModel::OnValueActivated(IActivatable ^ control)\n{\n    control->IsActive = true;\n}\n\nvoid UnitConverterViewModel::OnButtonPressed(Platform::Object ^ parameter)\n{\n    NumbersAndOperatorsEnum numOpEnum = CalculatorButtonPressedEventArgs::GetOperationFromCommandParameter(parameter);\n    UCM::Command command = CommandFromButtonId(numOpEnum);\n\n    // Don't clear the display if combo box is open and escape is pressed\n    if (command == UCM::Command::Clear && IsDropDownOpen)\n    {\n        return;\n    }\n\n    static constexpr UCM::Command OPERANDS[] = { UCM::Command::Zero, UCM::Command::One, UCM::Command::Two,   UCM::Command::Three, UCM::Command::Four,\n                                                 UCM::Command::Five, UCM::Command::Six, UCM::Command::Seven, UCM::Command::Eight, UCM::Command::Nine };\n\n    // input should be allowed if user just switches active, because we will clear values in such cases\n    if (m_isInputBlocked && !m_model->IsSwitchedActive() && command != UCM::Command::Clear && command != UCM::Command::Backspace)\n    {\n        return;\n    }\n    m_model->SendCommand(command);\n\n    TraceLogger::GetInstance()->LogConverterInputReceived(Mode);\n}\n\nvoid UnitConverterViewModel::OnCopyCommand(Platform::Object ^ parameter)\n{\n    // EventWriteClipboardCopy_Start();\n    CopyPasteManager::CopyToClipboard(ref new Platform::String(m_valueFromUnlocalized.c_str()));\n    // EventWriteClipboardCopy_Stop();\n}\n\nvoid UnitConverterViewModel::OnPasteCommand(Platform::Object ^ parameter)\n{\n    // if there's nothing to copy early out\n    if (!CopyPasteManager::HasStringToPaste())\n    {\n        return;\n    }\n\n    // Ensure that the paste happens on the UI thread\n    // EventWriteClipboardPaste_Start();\n    // Any converter ViewMode is fine here.\n\n    auto that(this);\n    create_task(CopyPasteManager::GetStringToPaste(m_Mode, NavCategoryStates::GetGroupType(m_Mode), NumberBase::Unknown, BitLength::BitLengthUnknown))\n        .then([that](String ^ pastedString) { that->OnPaste(pastedString); }, concurrency::task_continuation_context::use_current());\n}\n\nvoid UnitConverterViewModel::InitializeView()\n{\n    vector<UCM::Category> categories = m_model->GetCategories();\n    for (UINT i = 0; i < categories.size(); i++)\n    {\n        Category ^ category = ref new Category(categories[i]);\n        m_Categories->Append(category);\n    }\n\n    RestoreUserPreferences();\n    CurrentCategory = ref new Category(m_model->GetCurrentCategory());\n}\n\nvoid UnitConverterViewModel::OnPropertyChanged(Platform::String ^ prop)\n{\n    static bool isCategoryChanging = false;\n\n    if (prop == CurrentCategoryPropertyName)\n    {\n        isCategoryChanging = true;\n        CategoryChanged->Execute(nullptr);\n        isCategoryChanging = false;\n    }\n    else if (prop == Unit1PropertyName || prop == Unit2PropertyName)\n    {\n        // Category changes will handle updating units after they've both been updated.\n        // This event should only be used to update units from explicit user interaction.\n        if (!isCategoryChanging)\n        {\n            UnitChanged->Execute(nullptr);\n        }\n        // Get the localized automation name for each CalculationResults field\n        if (prop == Unit1PropertyName)\n        {\n            UpdateValue1AutomationName();\n        }\n        else\n        {\n            UpdateValue2AutomationName();\n        }\n    }\n    else if (prop == Value1PropertyName)\n    {\n        UpdateValue1AutomationName();\n    }\n    else if (prop == Value2PropertyName)\n    {\n        UpdateValue2AutomationName();\n    }\n    else if (prop == Value1ActivePropertyName || prop == Value2ActivePropertyName)\n    {\n        // if one of the values is activated, and as a result both are true, it means\n        // that we're trying to switch.\n        if (Value1Active && Value2Active)\n        {\n            SwitchActive->Execute(nullptr);\n        }\n\n        UpdateValue1AutomationName();\n        UpdateValue2AutomationName();\n    }\n    else if (prop == SupplementaryResultsPropertyName)\n    {\n        RaisePropertyChanged(SupplementaryVisibilityPropertyName);\n    }\n    else if (prop == Value1AutomationNamePropertyName)\n    {\n        m_isValue1Updating = false;\n        if (!m_isValue2Updating)\n        {\n            AnnounceConversionResult();\n        }\n    }\n    else if (prop == Value2AutomationNamePropertyName)\n    {\n        m_isValue2Updating = false;\n        if (!m_isValue1Updating)\n        {\n            AnnounceConversionResult();\n        }\n    }\n    else if (prop == CurrencySymbol1PropertyName || prop == CurrencySymbol2PropertyName)\n    {\n        RaisePropertyChanged(CurrencySymbolVisibilityPropertyName);\n    }\n}\n\n// Saving User Preferences of Category and Associated-Units across Sessions.\nvoid UnitConverterViewModel::SaveUserPreferences()\n{\n    if (UnitsAreValid())\n    {\n        ApplicationDataContainer ^ localSettings = ApplicationData::Current->LocalSettings;\n        if (!m_IsCurrencyCurrentCategory)\n        {\n            auto userPreferences = m_model->SaveUserPreferences();\n            localSettings->Values->Insert(ref new String(L\"UnitConverterPreferences\"), ref new String(userPreferences.c_str()));\n        }\n        else\n        {\n            // Currency preferences shouldn't be saved in the same way as standard converter modes because\n            // the delay loading creates a big mess of issues that are better to avoid.\n            localSettings->Values->Insert(UnitConverterResourceKeys::CurrencyUnitFromKey, UnitFrom->Abbreviation);\n            localSettings->Values->Insert(UnitConverterResourceKeys::CurrencyUnitToKey, UnitTo->Abbreviation);\n        }\n    }\n}\n\n// Restoring User Preferences of Category and Associated-Units.\nvoid UnitConverterViewModel::RestoreUserPreferences()\n{\n    if (!IsCurrencyCurrentCategory)\n    {\n        ApplicationDataContainer ^ localSettings = ApplicationData::Current->LocalSettings;\n        if (localSettings->Values->HasKey(ref new String(L\"UnitConverterPreferences\")))\n        {\n            String ^ userPreferences = safe_cast<String ^>(localSettings->Values->Lookup(ref new String(L\"UnitConverterPreferences\")));\n            m_model->RestoreUserPreferences(userPreferences->Data());\n        }\n    }\n}\n\nvoid UnitConverterViewModel::OnCurrencyDataLoadFinished(bool didLoad)\n{\n    m_isCurrencyDataLoaded = true;\n    CurrencyDataLoadFailed = !didLoad;\n    m_model->ResetCategoriesAndRatios();\n    m_model->Calculate();\n    ResetCategory();\n\n    StringReference key = didLoad ? UnitConverterResourceKeys::CurrencyRatesUpdated : UnitConverterResourceKeys::CurrencyRatesUpdateFailed;\n    String ^ announcement = AppResourceProvider::GetInstance()->GetResourceString(key);\n    Announcement = CalculatorAnnouncement::GetUpdateCurrencyRatesAnnouncement(announcement);\n}\n\nvoid UnitConverterViewModel::OnCurrencyTimestampUpdated(_In_ const wstring& timestamp, bool isWeekOld)\n{\n    CurrencyDataIsWeekOld = isWeekOld;\n    CurrencyTimestamp = ref new String(timestamp.c_str());\n}\n\nvoid UnitConverterViewModel::RefreshCurrencyRatios()\n{\n    m_isCurrencyDataLoaded = false;\n    IsCurrencyLoadingVisible = true;\n\n    String ^ announcement = AppResourceProvider::GetInstance()->GetResourceString(UnitConverterResourceKeys::UpdatingCurrencyRates);\n    Announcement = CalculatorAnnouncement::GetUpdateCurrencyRatesAnnouncement(announcement);\n\n    auto that(this);\n    auto refreshTask = create_task([that] { return that->m_model->RefreshCurrencyRatios().get(); });\n    refreshTask.then(\n        [that](const pair<bool, wstring>& refreshResult) {\n            bool didLoad = refreshResult.first;\n            wstring timestamp = refreshResult.second;\n\n            that->OnCurrencyTimestampUpdated(timestamp, false /*isWeekOldData*/);\n            that->OnCurrencyDataLoadFinished(didLoad);\n        },\n        task_continuation_context::use_current());\n}\n\nvoid UnitConverterViewModel::OnNetworkBehaviorChanged(_In_ NetworkAccessBehavior newBehavior)\n{\n    CurrencyDataLoadFailed = false;\n    NetworkBehavior = newBehavior;\n}\n\nUnitConversionManager::Command UnitConverterViewModel::CommandFromButtonId(NumbersAndOperatorsEnum button)\n{\n    UCM::Command command;\n\n    switch (button)\n    {\n    case NumbersAndOperatorsEnum::Zero:\n        command = UCM::Command::Zero;\n        break;\n    case NumbersAndOperatorsEnum::One:\n        command = UCM::Command::One;\n        break;\n    case NumbersAndOperatorsEnum::Two:\n        command = UCM::Command::Two;\n        break;\n    case NumbersAndOperatorsEnum::Three:\n        command = UCM::Command::Three;\n        break;\n    case NumbersAndOperatorsEnum::Four:\n        command = UCM::Command::Four;\n        break;\n    case NumbersAndOperatorsEnum::Five:\n        command = UCM::Command::Five;\n        break;\n    case NumbersAndOperatorsEnum::Six:\n        command = UCM::Command::Six;\n        break;\n    case NumbersAndOperatorsEnum::Seven:\n        command = UCM::Command::Seven;\n        break;\n    case NumbersAndOperatorsEnum::Eight:\n        command = UCM::Command::Eight;\n        break;\n    case NumbersAndOperatorsEnum::Nine:\n        command = UCM::Command::Nine;\n        break;\n    case NumbersAndOperatorsEnum::Decimal:\n        command = UCM::Command::Decimal;\n        break;\n    case NumbersAndOperatorsEnum::Negate:\n        command = UCM::Command::Negate;\n        break;\n    case NumbersAndOperatorsEnum::Backspace:\n        command = UCM::Command::Backspace;\n        break;\n    case NumbersAndOperatorsEnum::Clear:\n        command = UCM::Command::Clear;\n        break;\n    default:\n        command = UCM::Command::None;\n        break;\n    }\n\n    return command;\n}\n\nvoid UnitConverterViewModel::SupplementaryResultsTimerTick(ThreadPoolTimer ^ timer)\n{\n    timer->Cancel();\n}\n\nvoid UnitConverterViewModel::SupplementaryResultsTimerCancel(ThreadPoolTimer ^ timer)\n{\n    if (!m_resettingTimer)\n    {\n        RefreshSupplementaryResults();\n    }\n}\n\nvoid UnitConverterViewModel::RefreshSupplementaryResults()\n{\n    m_cacheMutex.lock();\n    m_SupplementaryResults->Clear();\n\n    vector<SupplementaryResult ^> whimsicals;\n\n    for (tuple<wstring, UCM::Unit> suggestedValue : m_cachedSuggestedValues)\n    {\n        SupplementaryResult ^ result = ref new SupplementaryResult(\n            this->ConvertToLocalizedString(get<0>(suggestedValue), false, CurrencyFormatterParameter::Default), ref new Unit(get<1>(suggestedValue)));\n        if (result->IsWhimsical())\n        {\n            whimsicals.push_back(result);\n        }\n        else\n        {\n            m_SupplementaryResults->Append(result);\n        }\n    }\n\n    if (whimsicals.size() > 0)\n    {\n        m_SupplementaryResults->Append(whimsicals[0]);\n    }\n\n    m_cacheMutex.unlock();\n    RaisePropertyChanged(SupplementaryResultsPropertyName);\n    // EventWriteConverterSupplementaryResultsUpdated();\n}\n\n// When UpdateDisplay is called, the ViewModel will remember the From/To unlocalized display values\n// This function will announce the conversion result after the ValueTo/ValueFrom automation names update,\n// only if the new unlocalized display values are different from the last announced values, and if the\n// values are not both zero.\nvoid UnitConverterViewModel::AnnounceConversionResult()\n{\n    if ((m_valueFromUnlocalized != m_lastAnnouncedFrom || m_valueToUnlocalized != m_lastAnnouncedTo) && Unit1 != nullptr && Unit2 != nullptr)\n    {\n        m_lastAnnouncedFrom = m_valueFromUnlocalized;\n        m_lastAnnouncedTo = m_valueToUnlocalized;\n\n        Unit ^ unitFrom = Value1Active ? Unit1 : Unit2;\n        Unit ^ unitTo = (unitFrom == Unit1) ? Unit2 : Unit1;\n        m_lastAnnouncedConversionResult = GetLocalizedConversionResultStringFormat(ValueFrom, unitFrom->Name, ValueTo, unitTo->Name);\n\n        Announcement = CalculatorAnnouncement::GetDisplayUpdatedAnnouncement(m_lastAnnouncedConversionResult);\n    }\n}\n\nvoid UnitConverterViewModel::UpdateInputBlocked(_In_ const wstring& currencyInput)\n{\n    // currencyInput is in en-US and has the default decimal separator, so this is safe to do.\n    auto posOfDecimal = currencyInput.find(L'.');\n    m_isInputBlocked = false;\n    if (posOfDecimal != wstring::npos && IsCurrencyCurrentCategory)\n    {\n        m_isInputBlocked = (posOfDecimal + static_cast<size_t>(CurrencyFormatterFrom->FractionDigits) + 1 == currencyInput.length());\n    }\n}\n\nstd::wstring TruncateFractionDigits(const std::wstring& n, int digitCount)\n{\n    auto i = n.find('.');\n    if (i == std::wstring::npos)\n        return n;\n    size_t actualDigitCount = n.size() - i - 1;\n    return n.substr(0, n.size() - (actualDigitCount - digitCount));\n}\n\nvoid UnitConverterViewModel::UpdateCurrencyFormatter()\n{\n    if (!IsCurrencyCurrentCategory || m_Unit1->Abbreviation->IsEmpty() || m_Unit2->Abbreviation->IsEmpty())\n        return;\n\n    m_currencyFormatter1 = ref new CurrencyFormatter(m_Unit1->Abbreviation);\n    m_currencyFormatter1->IsGrouped = true;\n    m_currencyFormatter1->Mode = CurrencyFormatterMode::UseCurrencyCode;\n    m_currencyFormatter1->ApplyRoundingForCurrency(RoundingAlgorithm::RoundHalfDown);\n\n    m_currencyFormatter2 = ref new CurrencyFormatter(m_Unit2->Abbreviation);\n    m_currencyFormatter2->IsGrouped = true;\n    m_currencyFormatter2->Mode = CurrencyFormatterMode::UseCurrencyCode;\n    m_currencyFormatter2->ApplyRoundingForCurrency(RoundingAlgorithm::RoundHalfDown);\n\n    UpdateIsDecimalEnabled();\n\n    OnPaste(ref new String(TruncateFractionDigits(m_valueFromUnlocalized, CurrencyFormatterFrom->FractionDigits).data()));\n}\n\nvoid UnitConverterViewModel::UpdateIsDecimalEnabled()\n{\n    if (!IsCurrencyCurrentCategory || CurrencyFormatterFrom == nullptr)\n        return;\n    IsDecimalEnabled = CurrencyFormatterFrom->FractionDigits > 0;\n}\n\nNumbersAndOperatorsEnum UnitConverterViewModel::MapCharacterToButtonId(const wchar_t ch, bool& canSendNegate)\n{\n    static_assert(NumbersAndOperatorsEnum::Zero < NumbersAndOperatorsEnum::One, \"NumbersAndOperatorsEnum order is invalid\");\n    static_assert(NumbersAndOperatorsEnum::One < NumbersAndOperatorsEnum::Two, \"NumbersAndOperatorsEnum order is invalid\");\n    static_assert(NumbersAndOperatorsEnum::Two < NumbersAndOperatorsEnum::Three, \"NumbersAndOperatorsEnum order is invalid\");\n    static_assert(NumbersAndOperatorsEnum::Three < NumbersAndOperatorsEnum::Four, \"NumbersAndOperatorsEnum order is invalid\");\n    static_assert(NumbersAndOperatorsEnum::Four < NumbersAndOperatorsEnum::Five, \"NumbersAndOperatorsEnum order is invalid\");\n    static_assert(NumbersAndOperatorsEnum::Five < NumbersAndOperatorsEnum::Six, \"NumbersAndOperatorsEnum order is invalid\");\n    static_assert(NumbersAndOperatorsEnum::Six < NumbersAndOperatorsEnum::Seven, \"NumbersAndOperatorsEnum order is invalid\");\n    static_assert(NumbersAndOperatorsEnum::Seven < NumbersAndOperatorsEnum::Eight, \"NumbersAndOperatorsEnum order is invalid\");\n    static_assert(NumbersAndOperatorsEnum::Eight < NumbersAndOperatorsEnum::Nine, \"NumbersAndOperatorsEnum order is invalid\");\n    static_assert(NumbersAndOperatorsEnum::Zero < NumbersAndOperatorsEnum::Nine, \"NumbersAndOperatorsEnum order is invalid\");\n\n    NumbersAndOperatorsEnum mappedValue = NumbersAndOperatorsEnum::None;\n    canSendNegate = false;\n\n    switch (ch)\n    {\n    case '0':\n    case '1':\n    case '2':\n    case '3':\n    case '4':\n    case '5':\n    case '6':\n    case '7':\n    case '8':\n    case '9':\n        mappedValue = NumbersAndOperatorsEnum::Zero + static_cast<NumbersAndOperatorsEnum>(ch - L'0');\n        canSendNegate = true;\n        break;\n\n    case '-':\n        mappedValue = NumbersAndOperatorsEnum::Negate;\n        break;\n\n    default:\n        // Respect the user setting for decimal separator\n        if (ch == m_decimalSeparator)\n        {\n            mappedValue = NumbersAndOperatorsEnum::Decimal;\n            canSendNegate = true;\n            break;\n        }\n    }\n\n    if (mappedValue == NumbersAndOperatorsEnum::None)\n    {\n        if (LocalizationSettings::GetInstance()->IsLocalizedDigit(ch))\n        {\n            mappedValue = NumbersAndOperatorsEnum::Zero\n                          + static_cast<NumbersAndOperatorsEnum>(ch - LocalizationSettings::GetInstance()->GetDigitSymbolFromEnUsDigit(L'0'));\n            canSendNegate = true;\n        }\n    }\n\n    return mappedValue;\n}\n\nvoid UnitConverterViewModel::OnPaste(String ^ stringToPaste)\n{\n    // If pastedString is invalid(\"NoOp\") then display pasteError else process the string\n    if (CopyPasteManager::IsErrorMessage(stringToPaste))\n    {\n        this->DisplayPasteError();\n        return;\n    }\n\n    TraceLogger::GetInstance()->LogInputPasted(Mode);\n    bool isFirstLegalChar = true;\n    bool sendNegate = false;\n    wstring accumulation;\n\n    for (const auto ch : stringToPaste)\n    {\n        bool canSendNegate = false;\n\n        NumbersAndOperatorsEnum op = MapCharacterToButtonId(ch, canSendNegate);\n\n        if (NumbersAndOperatorsEnum::None != op)\n        {\n            if (isFirstLegalChar)\n            {\n                // Send Clear before sending something that will actually apply\n                // to the field.\n                m_model->SendCommand(UCM::Command::Clear);\n                isFirstLegalChar = false;\n\n                // If the very first legal character is a - sign, send negate\n                // after sending the next legal character.  Send nothing now, or\n                // it will be ignored.\n                if (NumbersAndOperatorsEnum::Negate == op)\n                {\n                    sendNegate = true;\n                }\n            }\n\n            // Negate is only allowed if it's the first legal character, which is handled above.\n            if (NumbersAndOperatorsEnum::Negate != op)\n            {\n                UCM::Command cmd = CommandFromButtonId(op);\n                m_model->SendCommand(cmd);\n\n                if (sendNegate)\n                {\n                    if (canSendNegate)\n                    {\n                        m_model->SendCommand(UCM::Command::Negate);\n                    }\n                    sendNegate = false;\n                }\n            }\n\n            accumulation += ch;\n            UpdateInputBlocked(accumulation);\n            if (m_isInputBlocked)\n            {\n                break;\n            }\n        }\n        else\n        {\n            sendNegate = false;\n        }\n    }\n}\n\nString\n    ^ UnitConverterViewModel::GetLocalizedAutomationName(\n        _In_ String ^ displayvalue,\n        _In_ String ^ unitname,\n        _In_ String ^ format,\n        _In_ CurrencyFormatterParameter cfp)\n{\n    String ^ valueToLocalize = displayvalue;\n    if (displayvalue == ValueFrom && Utils::IsLastCharacterTarget(m_valueFromUnlocalized, m_decimalSeparator))\n    {\n        // Need to compute a second localized value for the automation\n        // name that does not include the decimal separator.\n        displayvalue = ConvertToLocalizedString(m_valueFromUnlocalized, false /*allowTrailingDecimal*/, cfp);\n        format = m_localizedValueFromDecimalFormat;\n    }\n\n    return LocalizationStringUtil::GetLocalizedString(format, displayvalue, unitname);\n}\n\nString\n    ^ UnitConverterViewModel::GetLocalizedConversionResultStringFormat(\n        _In_ String ^ fromValue,\n        _In_ String ^ fromUnit,\n        _In_ String ^ toValue,\n        _In_ String ^ toUnit)\n{\n    return LocalizationStringUtil::GetLocalizedString(m_localizedConversionResultFormat, fromValue, fromUnit, toValue, toUnit);\n}\n\nvoid UnitConverterViewModel::UpdateValue1AutomationName()\n{\n    if (Unit1)\n    {\n        Value1AutomationName = GetLocalizedAutomationName(Value1, Unit1->AccessibleName, m_localizedValueFromFormat, CurrencyFormatterParameter::ForValue1);\n    }\n}\n\nvoid UnitConverterViewModel::UpdateValue2AutomationName()\n{\n    if (Unit2)\n    {\n        Value2AutomationName = GetLocalizedAutomationName(Value2, Unit2->AccessibleName, m_localizedValueToFormat, CurrencyFormatterParameter::ForValue1);\n    }\n}\n\nvoid UnitConverterViewModel::OnMaxDigitsReached()\n{\n    String ^ format = AppResourceProvider::GetInstance()->GetResourceString(UnitConverterResourceKeys::MaxDigitsReachedFormat);\n    auto announcement = LocalizationStringUtil::GetLocalizedString(format, m_lastAnnouncedConversionResult);\n    Announcement = CalculatorAnnouncement::GetMaxDigitsReachedAnnouncement(announcement);\n}\n\nbool UnitConverterViewModel::UnitsAreValid()\n{\n    return UnitFrom != nullptr && !UnitFrom->Abbreviation->IsEmpty() && UnitTo != nullptr && !UnitTo->Abbreviation->IsEmpty();\n}\n\nString ^ SupplementaryResult::GetLocalizedAutomationName()\n{\n    auto format = AppResourceProvider::GetInstance()->GetResourceString(\"SupplementaryUnit_AutomationName\");\n    return LocalizationStringUtil::GetLocalizedString(format, this->Value, this->Unit->Name);\n}\n"
  },
  {
    "path": "src/CalcViewModel/UnitConverterViewModel.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"CalcManager/UnitConverter.h\"\n#include \"Common/Utils.h\"\n#include \"Common/NetworkManager.h\"\n#include \"Common/Automation/NarratorAnnouncement.h\"\n#include \"Common/CalculatorButtonUser.h\"\n#include \"Common/NavCategory.h\"\n\nnamespace CalculatorApp\n{\n    namespace ViewModel\n    {\n        [Windows::UI::Xaml::Data::Bindable] public ref class Category sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n            internal : Category(const UnitConversionManager::Category& category)\n                : m_original(category)\n            {\n            }\n\n        public:\n            OBSERVABLE_OBJECT();\n\n            property Platform::String\n                ^ Name { Platform::String ^ get() { return ref new Platform::String(m_original.name.c_str()); } }\n\n                property Windows::UI::Xaml::Visibility NegateVisibility\n            {\n                Windows::UI::Xaml::Visibility get()\n                {\n                    return m_original.supportsNegative ? Windows::UI::Xaml::Visibility::Visible : Windows::UI::Xaml::Visibility::Collapsed;\n                }\n            }\n\n            int GetModelCategoryId()\n            {\n                return GetModelCategory().id;\n            }\n\n            internal : const UnitConversionManager::Category& GetModelCategory() const\n            {\n                return m_original;\n            }\n\n        private:\n            const UnitConversionManager::Category m_original;\n        };\n\n        [Windows::UI::Xaml::Data::Bindable] public ref class Unit sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n            internal : Unit(const UnitConversionManager::Unit& unit)\n                : m_original(unit)\n            {\n            }\n\n        public:\n            OBSERVABLE_OBJECT();\n\n            property Platform::String\n                ^ Name { Platform::String ^ get() { return ref new Platform::String(m_original.name.c_str()); } }\n\n                property Platform::String\n                ^ AccessibleName { Platform::String ^ get() { return ref new Platform::String(m_original.accessibleName.c_str()); } }\n\n                property Platform::String\n                ^ Abbreviation { Platform::String ^ get() { return ref new Platform::String(m_original.abbreviation.c_str()); } }\n\n                // This method is used to return the desired automation name for default unit in UnitConverter combo box.\n                Platform::String\n                ^ ToString() override\n            {\n                return AccessibleName;\n            }\n\n        public:\n            bool IsModelUnitWhimsical()\n            {\n                return m_original.isWhimsical;\n            }\n\n            int ModelUnitID()\n            {\n                return m_original.id;\n            }\n\n        internal:\n        const UnitConversionManager::Unit& GetModelUnit() const\n        {\n            return m_original;\n        }\n\n        private:\n            const UnitConversionManager::Unit m_original;\n        };\n\n        [Windows::UI::Xaml::Data::Bindable] public ref class SupplementaryResult sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        internal:\n            SupplementaryResult(Platform::String ^ value, Unit ^ unit)\n                : m_Value(value)\n                , m_Unit(unit)\n            {\n            }\n\n        public:\n            bool IsWhimsical()\n            {\n                return m_Unit->GetModelUnit().isWhimsical;\n            }\n\n            Platform::String ^ GetLocalizedAutomationName();\n\n            OBSERVABLE_OBJECT();\n\n            OBSERVABLE_PROPERTY_R(Platform::String ^, Value);\n            OBSERVABLE_PROPERTY_R(CalculatorApp::ViewModel::Unit ^, Unit);\n        };\n\n        public interface class IActivatable\n        {\n            virtual property bool IsActive;\n        };\n\n        template <typename TActivatable>\n        ref class Activatable sealed : public IActivatable\n        {\n        private:\n            TActivatable m_activatable;\n\n        public:\n            Activatable(TActivatable activatable)\n                : m_activatable(activatable)\n            {\n            }\n\n            virtual property bool IsActive\n            {\n                bool get()\n                {\n                    return m_activatable->IsActive;\n                }\n                void set(bool value)\n                {\n                    m_activatable->IsActive = value;\n                }\n            }\n        };\n\n        template <typename TActivatable>\n            IActivatable\n            ^ AsActivatable(TActivatable activatable) { return ref new Activatable<TActivatable>(activatable); }\n\n                [Windows::UI::Xaml::Data::Bindable] public ref class UnitConverterViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n            internal : UnitConverterViewModel(const std::shared_ptr<UnitConversionManager::IUnitConverter>& model);\n\n        public:\n            UnitConverterViewModel();\n            virtual ~UnitConverterViewModel()\n            {\n            }\n\n            OBSERVABLE_OBJECT_CALLBACK(OnPropertyChanged);\n\n            OBSERVABLE_PROPERTY_R(Windows::Foundation::Collections::IObservableVector<Category ^> ^, Categories);\n            OBSERVABLE_PROPERTY_RW(CalculatorApp::ViewModel::Common::ViewMode, Mode);\n            OBSERVABLE_PROPERTY_R(Windows::Foundation::Collections::IObservableVector<Unit ^> ^, Units);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, CurrencySymbol1);\n            OBSERVABLE_PROPERTY_RW(Unit ^, Unit1);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Value1);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, CurrencySymbol2);\n            OBSERVABLE_PROPERTY_RW(Unit ^, Unit2);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Value2);\n            OBSERVABLE_NAMED_PROPERTY_R(Windows::Foundation::Collections::IObservableVector<SupplementaryResult ^> ^, SupplementaryResults);\n            OBSERVABLE_PROPERTY_RW(bool, Value1Active);\n            OBSERVABLE_PROPERTY_RW(bool, Value2Active);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Value1AutomationName);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Value2AutomationName);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Unit1AutomationName);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Unit2AutomationName);\n            OBSERVABLE_PROPERTY_RW(CalculatorApp::ViewModel::Common::Automation::NarratorAnnouncement ^, Announcement);\n            OBSERVABLE_PROPERTY_RW(bool, IsDecimalEnabled);\n            OBSERVABLE_PROPERTY_RW(bool, IsDropDownOpen);\n            OBSERVABLE_PROPERTY_RW(bool, IsDropDownEnabled);\n            OBSERVABLE_NAMED_PROPERTY_RW(bool, IsCurrencyLoadingVisible);\n            OBSERVABLE_NAMED_PROPERTY_R(bool, IsCurrencyCurrentCategory);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, CurrencyRatioEquality);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, CurrencyRatioEqualityAutomationName);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, CurrencyTimestamp);\n            OBSERVABLE_NAMED_PROPERTY_RW(CalculatorApp::ViewModel::Common::NetworkAccessBehavior, NetworkBehavior);\n            OBSERVABLE_NAMED_PROPERTY_RW(bool, CurrencyDataLoadFailed);\n            OBSERVABLE_NAMED_PROPERTY_RW(bool, CurrencyDataIsWeekOld);\n\n        public:\n            property Category ^ CurrentCategory\n            {\n                Category ^ get() { return m_CurrentCategory; }\n                void set(Category ^ value)\n                {\n                    if (m_CurrentCategory == value)\n                    {\n                        return;\n                    }\n                    m_CurrentCategory = value;\n                    if (value != nullptr)\n                    {\n                        auto currentCategory = value->GetModelCategory();\n                        IsCurrencyCurrentCategory = currentCategory.id == CalculatorApp::ViewModel::Common::NavCategoryStates::Serialize(CalculatorApp::ViewModel::Common::ViewMode::Currency);\n                    }\n                    RaisePropertyChanged(\"CurrentCategory\");\n                }\n            }\n\n            property Windows::UI::Xaml::Visibility SupplementaryVisibility\n            {\n                Windows::UI::Xaml::Visibility get()\n                {\n                    return SupplementaryResults->Size > 0 ? Windows::UI::Xaml::Visibility::Visible : Windows::UI::Xaml::Visibility::Collapsed;\n                }\n            }\n\n            property Windows::UI::Xaml::Visibility CurrencySymbolVisibility\n            {\n                Windows::UI::Xaml::Visibility get()\n                {\n                    return (CurrencySymbol1->IsEmpty() || CurrencySymbol2->IsEmpty()) ? Windows::UI::Xaml::Visibility::Collapsed\n                                                                                      : Windows::UI::Xaml::Visibility::Visible;\n                }\n            }\n\n            COMMAND_FOR_METHOD(CategoryChanged, UnitConverterViewModel::OnCategoryChanged);\n            COMMAND_FOR_METHOD(UnitChanged, UnitConverterViewModel::OnUnitChanged);\n            COMMAND_FOR_METHOD(SwitchActive, UnitConverterViewModel::OnSwitchActive);\n            COMMAND_FOR_METHOD(ButtonPressed, UnitConverterViewModel::OnButtonPressed);\n            COMMAND_FOR_METHOD(CopyCommand, UnitConverterViewModel::OnCopyCommand);\n            COMMAND_FOR_METHOD(PasteCommand, UnitConverterViewModel::OnPasteCommand);\n\n            void AnnounceConversionResult();\n\n            void OnPaste(Platform::String ^ stringToPaste);\n            void RefreshCurrencyRatios();\n            void OnValueActivated(IActivatable ^ control);\n            void OnCopyCommand(Platform::Object ^ parameter);\n            void OnPasteCommand(Platform::Object ^ parameter);\n\n            internal : void ResetView();\n            void PopulateData();\n            CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum MapCharacterToButtonId(const wchar_t ch, bool& canSendNegate);\n            void DisplayPasteError();\n\n            enum class CurrencyFormatterParameter\n            {\n                Default,\n                ForValue1,\n                ForValue2,\n            };\n\n            Platform::String\n                ^ GetLocalizedAutomationName(\n                    _In_ Platform::String ^ displayvalue,\n                    _In_ Platform::String ^ unitname,\n                    _In_ Platform::String ^ format,\n                    _In_ CurrencyFormatterParameter cfp);\n            Platform::String\n                ^ GetLocalizedConversionResultStringFormat(\n                    _In_ Platform::String ^ fromValue,\n                    _In_ Platform::String ^ fromUnit,\n                    _In_ Platform::String ^ toValue,\n                    _In_ Platform::String ^ toUnit);\n            void UpdateValue1AutomationName();\n            void UpdateValue2AutomationName();\n\n            // Saving And Restoring User Preferences of Category and Associated-Units across Sessions.\n            void SaveUserPreferences();\n            void RestoreUserPreferences();\n\n            void OnCurrencyDataLoadFinished(bool didLoad);\n            void OnCurrencyTimestampUpdated(_In_ const std::wstring& timestamp, bool isWeekOld);\n            void OnNetworkBehaviorChanged(_In_ CalculatorApp::ViewModel::Common::NetworkAccessBehavior newBehavior);\n\n            const std::wstring& GetValueFromUnlocalized() const\n            {\n                return m_valueFromUnlocalized;\n            }\n            const std::wstring& GetValueToUnlocalized() const\n            {\n                return m_valueToUnlocalized;\n            }\n\n            // used by UnitConverterVMCallback\n            void UpdateDisplay(const std::wstring& from, const std::wstring& to);\n            void UpdateSupplementaryResults(const std::vector<std::tuple<std::wstring, UnitConversionManager::Unit>>& suggestedValues);\n            void OnMaxDigitsReached();\n\n            void BuildUnitList(const std::vector<UnitConversionManager::Unit>& modelUnitList);\n            Unit ^ FindUnitInList(UnitConversionManager::Unit target);\n            void SetSelectedUnits();\n\n        private:\n            void InitializeView();\n            void OnPropertyChanged(Platform::String ^ prop);\n            void OnCategoryChanged(Platform::Object ^ unused);\n            void OnUnitChanged(Platform::Object ^ unused);\n            void OnSwitchActive(Platform::Object ^ unused);\n            UnitConversionManager::Command CommandFromButtonId(CalculatorApp::ViewModel::Common::NumbersAndOperatorsEnum button);\n            void SupplementaryResultsTimerTick(Windows::System::Threading::ThreadPoolTimer ^ timer);\n            void SupplementaryResultsTimerCancel(Windows::System::Threading::ThreadPoolTimer ^ timer);\n            void RefreshSupplementaryResults();\n            void UpdateInputBlocked(_In_ const std::wstring& currencyInput);\n            void UpdateCurrencyFormatter();\n            void UpdateIsDecimalEnabled();\n            bool UnitsAreValid();\n            void ResetCategory();\n\n            void OnButtonPressed(Platform::Object ^ parameter);\n            Platform::String ^ ConvertToLocalizedString(const std::wstring& stringToLocalize, bool allowPartialStrings, CurrencyFormatterParameter cfp);\n\n            std::shared_ptr<UnitConversionManager::IUnitConverter> m_model;\n            wchar_t m_decimalSeparator;\n\n            enum class ConversionParameter\n            {\n                Source,\n                Target\n            } m_value1cp;\n            property CurrencyFormatterParameter CurrencyFormatterParameterFrom\n            {\n                CurrencyFormatterParameter get()\n                {\n                    return m_value1cp == ConversionParameter::Source ? CurrencyFormatterParameter::ForValue1 : CurrencyFormatterParameter::ForValue2;\n                }\n            }\n            property CurrencyFormatterParameter CurrencyFormatterParameterTo\n            {\n                CurrencyFormatterParameter get()\n                {\n                    return m_value1cp == ConversionParameter::Target ? CurrencyFormatterParameter::ForValue1 : CurrencyFormatterParameter::ForValue2;\n                }\n            }\n            property Windows::Globalization::NumberFormatting::CurrencyFormatter^ CurrencyFormatterFrom\n            {\n                Windows::Globalization::NumberFormatting::CurrencyFormatter^ get()\n                {\n                    return m_value1cp == ConversionParameter::Source ? m_currencyFormatter1 : m_currencyFormatter2;\n                }\n            }\n            property Windows::Globalization::NumberFormatting::CurrencyFormatter^ CurrencyFormatterTo\n            {\n                Windows::Globalization::NumberFormatting::CurrencyFormatter^ get()\n                {\n                    return m_value1cp == ConversionParameter::Target ? m_currencyFormatter1 : m_currencyFormatter2;\n                }\n            }\n            property Platform::String^ ValueFrom\n            {\n                Platform::String^ get() { return m_value1cp == ConversionParameter::Source ? Value1 : Value2; }\n                void set(Platform::String^ value) { m_value1cp == ConversionParameter::Source ? Value1 = value : Value2 = value; }\n            }\n            property Unit^ UnitFrom\n            {\n                Unit^ get() { return m_value1cp == ConversionParameter::Source ? Unit1 : Unit2; }\n                void set(Unit^ value) { m_value1cp == ConversionParameter::Source ? Unit1 = value : Unit2 = value; }\n            }\n            property Platform::String^ ValueTo\n            {\n                Platform::String^ get() { return m_value1cp == ConversionParameter::Target ? Value1 : Value2; }\n                void set(Platform::String^ value) { m_value1cp == ConversionParameter::Target ? Value1 = value : Value2 = value; }\n            }\n            property Unit^ UnitTo\n            {\n                Unit^ get() { return m_value1cp == ConversionParameter::Target ? Unit1 : Unit2; }\n                void set(Unit^ value) { m_value1cp == ConversionParameter::Target ? Unit1 = value : Unit2 = value; }\n            }\n            void SwitchConversionParameters()\n            {\n                m_value1cp = m_value1cp == ConversionParameter::Source ? ConversionParameter::Target : ConversionParameter::Source;\n            }\n\n        private:\n            bool m_isInputBlocked;\n            Windows::System::Threading::ThreadPoolTimer ^ m_supplementaryResultsTimer;\n            bool m_resettingTimer;\n            std::vector<std::tuple<std::wstring, UnitConversionManager::Unit>> m_cachedSuggestedValues;\n            std::mutex m_cacheMutex;\n            Windows::Globalization::NumberFormatting::DecimalFormatter ^ m_decimalFormatter;\n            Windows::Globalization::NumberFormatting::CurrencyFormatter ^ m_currencyFormatter;\n            Windows::Globalization::NumberFormatting::CurrencyFormatter ^ m_currencyFormatter1;\n            Windows::Globalization::NumberFormatting::CurrencyFormatter ^ m_currencyFormatter2;\n            std::wstring m_valueFromUnlocalized;\n            std::wstring m_valueToUnlocalized;\n            bool m_relocalizeStringOnSwitch;\n\n            Platform::String ^ m_localizedValueFromFormat;\n            Platform::String ^ m_localizedValueFromDecimalFormat;\n            Platform::String ^ m_localizedValueToFormat;\n            Platform::String ^ m_localizedConversionResultFormat;\n            Platform::String ^ m_localizedInputUnitName;\n            Platform::String ^ m_localizedOutputUnitName;\n\n            bool m_isValue1Updating;\n            bool m_isValue2Updating;\n            std::wstring m_lastAnnouncedFrom;\n            std::wstring m_lastAnnouncedTo;\n            Platform::String ^ m_lastAnnouncedConversionResult;\n            Category ^ m_CurrentCategory;\n            bool m_isCurrencyDataLoaded;\n        };\n\n        class UnitConverterVMCallback : public UnitConversionManager::IUnitConverterVMCallback\n        {\n        public:\n            UnitConverterVMCallback(UnitConverterViewModel ^ viewModel)\n                : m_viewModel(viewModel)\n            {\n            }\n\n            void DisplayCallback(const std::wstring& from, const std::wstring& to) override\n            {\n                m_viewModel->UpdateDisplay(from, to);\n            }\n\n            void SuggestedValueCallback(const std::vector<std::tuple<std::wstring, UnitConversionManager::Unit>>& suggestedValues) override\n            {\n                m_viewModel->UpdateSupplementaryResults(suggestedValues);\n            }\n\n            void MaxDigitsReached()\n            {\n                m_viewModel->OnMaxDigitsReached();\n            }\n\n        private:\n            UnitConverterViewModel ^ m_viewModel;\n        };\n\n        class ViewModelCurrencyCallback : public UnitConversionManager::IViewModelCurrencyCallback\n        {\n        public:\n            ViewModelCurrencyCallback(UnitConverterViewModel ^ viewModel)\n                : m_viewModel(viewModel)\n            {\n            }\n\n            void CurrencyDataLoadFinished(bool didLoad) override\n            {\n                m_viewModel->OnCurrencyDataLoadFinished(didLoad);\n            }\n\n            void CurrencySymbolsCallback(const std::wstring& symbol1, const std::wstring& symbol2) override\n            {\n                Platform::String ^ sym1 = Platform::StringReference(symbol1.c_str());\n                Platform::String ^ sym2 = Platform::StringReference(symbol2.c_str());\n\n                bool value1Active = m_viewModel->Value1Active;\n                m_viewModel->CurrencySymbol1 = value1Active ? sym1 : sym2;\n                m_viewModel->CurrencySymbol2 = value1Active ? sym2 : sym1;\n            }\n\n            void CurrencyRatiosCallback(_In_ const std::wstring& ratioEquality, _In_ const std::wstring& accRatioEquality) override\n            {\n                m_viewModel->CurrencyRatioEquality = ref new Platform::String(ratioEquality.c_str());\n                m_viewModel->CurrencyRatioEqualityAutomationName = ref new Platform::String(accRatioEquality.c_str());\n            }\n\n            void CurrencyTimestampCallback(_In_ const std::wstring& timestamp, bool isWeekOld) override\n            {\n                m_viewModel->OnCurrencyTimestampUpdated(timestamp, isWeekOld);\n            }\n\n            void NetworkBehaviorChanged(_In_ int newBehavior) override\n            {\n                m_viewModel->OnNetworkBehaviorChanged(static_cast<CalculatorApp::ViewModel::Common::NetworkAccessBehavior>(newBehavior));\n            }\n\n        private:\n            UnitConverterViewModel ^ m_viewModel;\n        };\n    }\n}\n"
  },
  {
    "path": "src/CalcViewModel/pch.cpp",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n"
  },
  {
    "path": "src/CalcViewModel/pch.h",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"targetver.h\"\n\n#ifndef WIN32_LEAN_AND_MEAN\n#define WIN32_LEAN_AND_MEAN\n#endif\n\n// Windows headers define min/max macros.\n// Disable it for project code.\n#define NOMINMAX\n\n#include <windows.h>\n\n#include <collection.h>\n#include <unordered_map>\n#include <map>\n#include <vector>\n#include <ppltasks.h>\n#include <pplawait.h>\n#include <memory>\n#include <mutex>\n#include <cassert>\n#include <locale>\n#include <sal.h>\n#include <sstream>\n#include <concrt.h>\n#include <regex>\n#include <iterator>\n#include <intsafe.h>\n#include <ppltasks.h>\n\n// C++\\WinRT Headers\n#include \"winrt/base.h\"\n#include \"winrt/Windows.Foundation.Diagnostics.h\"\n#include \"winrt/Windows.Globalization.h\"\n#include \"winrt/Windows.Globalization.DateTimeFormatting.h\"\n#include \"winrt/Windows.System.UserProfile.h\"\n#include \"winrt/Windows.UI.Xaml.h\"\n#include \"winrt/Windows.Foundation.Metadata.h\"\n#include \"winrt/Windows.Management.Policies.h\"\n"
  },
  {
    "path": "src/CalcViewModel/targetver.h",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n// Including SDKDDKVer.h defines the highest available Windows platform.\n\n// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and\n// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.\n\n#include <SDKDDKVer.h>\n"
  },
  {
    "path": "src/CalcViewModelCopyForUT/CalcViewModelCopyForUT.vcxproj",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project DefaultTargets=\"Build\" ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <ItemGroup Label=\"ProjectConfigurations\">\n    <ProjectConfiguration Include=\"Debug|ARM64\">\n      <Configuration>Debug</Configuration>\n      <Platform>ARM64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Debug|Win32\">\n      <Configuration>Debug</Configuration>\n      <Platform>Win32</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Debug|x64\">\n      <Configuration>Debug</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|ARM64\">\n      <Configuration>Release</Configuration>\n      <Platform>ARM64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|Win32\">\n      <Configuration>Release</Configuration>\n      <Platform>Win32</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|x64\">\n      <Configuration>Release</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n  </ItemGroup>\n  <PropertyGroup Label=\"Globals\">\n    <ProjectGuid>{cc9b4fa7-d746-4f52-9401-0ad1b4d6b16d}</ProjectGuid>\n    <Keyword>StaticLibrary</Keyword>\n    <RootNamespace>CalcViewModelCopyForUT</RootNamespace>\n    <DefaultLanguage>en-US</DefaultLanguage>\n    <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>\n    <AppContainerApplication>true</AppContainerApplication>\n    <ApplicationType>Windows Store</ApplicationType>\n    <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>\n    <WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>\n    <ApplicationTypeRevision>10.0</ApplicationTypeRevision>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.Default.props\" />\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\" Label=\"Configuration\">\n    <ConfigurationType>StaticLibrary</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM64'\" Label=\"Configuration\">\n    <ConfigurationType>StaticLibrary</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\" Label=\"Configuration\">\n    <ConfigurationType>StaticLibrary</ConfigurationType>\n    <UseDebugLibraries>true</UseDebugLibraries>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\" Label=\"Configuration\">\n    <ConfigurationType>StaticLibrary</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM64'\" Label=\"Configuration\">\n    <ConfigurationType>StaticLibrary</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\" Label=\"Configuration\">\n    <ConfigurationType>StaticLibrary</ConfigurationType>\n    <UseDebugLibraries>false</UseDebugLibraries>\n    <WholeProgramOptimization>true</WholeProgramOptimization>\n    <PlatformToolset>v143</PlatformToolset>\n  </PropertyGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.props\" />\n  <ImportGroup Label=\"ExtensionSettings\">\n  </ImportGroup>\n  <ImportGroup Label=\"Shared\">\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM64'\" Label=\"PropertySheets\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM64'\" Label=\"PropertySheets\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <ImportGroup Label=\"PropertySheets\" Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <Import Project=\"$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props\" Condition=\"exists('$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props')\" Label=\"LocalAppDataPlatform\" />\n  </ImportGroup>\n  <PropertyGroup Label=\"UserMacros\" />\n  <PropertyGroup />\n  <PropertyGroup>\n    <GenerateManifest>false</GenerateManifest>\n    <GenerateProjectSpecificOutputFolder>true</GenerateProjectSpecificOutputFolder>\n  </PropertyGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <CompileAsWinRT>true</CompileAsWinRT>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalIncludeDirectories>$(SolutionDir)..\\src\\;$(SolutionDir)CalcViewModel\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <DisableSpecificWarnings>4453</DisableSpecificWarnings>\n      <AdditionalOptions>/bigobj /await /std:c++17 /utf-8 /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n      <PreprocessorDefinitions>VIEWMODEL_FOR_UT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>\n    </Link>\n    <Lib>\n      <AdditionalOptions>/ignore:4264 %(AdditionalOptions)</AdditionalOptions>\n    </Lib>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <CompileAsWinRT>true</CompileAsWinRT>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalIncludeDirectories>$(SolutionDir)..\\src\\;$(SolutionDir)CalcViewModel\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <DisableSpecificWarnings>4453</DisableSpecificWarnings>\n      <AdditionalOptions>/bigobj /await /std:c++17 /utf-8 /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n      <PreprocessorDefinitions>VIEWMODEL_FOR_UT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>\n    </Link>\n    <Lib>\n      <AdditionalOptions>/ignore:4264 %(AdditionalOptions)</AdditionalOptions>\n    </Lib>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <CompileAsWinRT>true</CompileAsWinRT>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)CalcViewModel\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <DisableSpecificWarnings>4453</DisableSpecificWarnings>\n      <AdditionalOptions>/bigobj /await /std:c++17 /utf-8 /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n      <PreprocessorDefinitions>VIEWMODEL_FOR_UT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>\n    </Link>\n    <Lib>\n      <AdditionalOptions>/ignore:4264 %(AdditionalOptions)</AdditionalOptions>\n    </Lib>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <CompileAsWinRT>true</CompileAsWinRT>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalIncludeDirectories>$(SolutionDir)..\\src\\;$(SolutionDir)CalcViewModel\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <DisableSpecificWarnings>4453</DisableSpecificWarnings>\n      <AdditionalOptions>/bigobj /await /std:c++17 /utf-8 /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n      <PreprocessorDefinitions>VIEWMODEL_FOR_UT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>\n    </Link>\n    <Lib>\n      <AdditionalOptions>/ignore:4264 %(AdditionalOptions)</AdditionalOptions>\n    </Lib>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|arm64'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <CompileAsWinRT>true</CompileAsWinRT>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalIncludeDirectories>$(SolutionDir)..\\src\\;$(SolutionDir)CalcViewModel\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <DisableSpecificWarnings>4453</DisableSpecificWarnings>\n      <AdditionalOptions>/bigobj /await /std:c++17 /utf-8 /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n      <PreprocessorDefinitions>VIEWMODEL_FOR_UT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>\n    </Link>\n    <Lib>\n      <AdditionalOptions>/ignore:4264 %(AdditionalOptions)</AdditionalOptions>\n    </Lib>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|arm64'\">\n    <ClCompile>\n      <PrecompiledHeader>Use</PrecompiledHeader>\n      <CompileAsWinRT>true</CompileAsWinRT>\n      <SDLCheck>true</SDLCheck>\n      <AdditionalIncludeDirectories>$(SolutionDir)..\\src\\;$(SolutionDir)CalcViewModel\\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\n      <DisableSpecificWarnings>4453</DisableSpecificWarnings>\n      <AdditionalOptions>/bigobj /await /std:c++17 /utf-8 /w44242 %(AdditionalOptions)</AdditionalOptions>\n      <WarningLevel>Level4</WarningLevel>\n      <TreatWarningAsError>true</TreatWarningAsError>\n      <PreprocessorDefinitions>VIEWMODEL_FOR_UT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\n    </ClCompile>\n    <Link>\n      <SubSystem>Console</SubSystem>\n      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>\n      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>\n    </Link>\n    <Lib>\n      <AdditionalOptions>/ignore:4264 %(AdditionalOptions)</AdditionalOptions>\n    </Lib>\n  </ItemDefinitionGroup>\n  <ItemDefinitionGroup Condition=\"'$(IsStoreBuild)' == 'True'\">\n    <ClCompile>\n      <AdditionalOptions>/DSEND_DIAGNOSTICS %(AdditionalOptions)</AdditionalOptions>\n    </ClCompile>\n  </ItemDefinitionGroup>\n  <ItemGroup>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\AlwaysSelectedCollectionView.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\AppResourceProvider.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\Automation\\NarratorAnnouncement.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\Automation\\NarratorNotifier.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\BitLength.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\CalculatorButtonPressedEventArgs.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\CalculatorButtonUser.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\CalculatorDisplay.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\CopyPasteManager.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\DateCalculator.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\DelegateCommand.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\DisplayExpressionToken.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\EngineResourceProvider.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\ExpressionCommandDeserializer.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\ExpressionCommandSerializer.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\LocalizationService.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\LocalizationSettings.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\LocalizationStringUtil.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\MyVirtualKey.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\NavCategory.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\NetworkManager.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\NumberBase.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\RadixType.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\TraceLogger.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\Utils.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\DataLoaders\\CurrencyDataLoader.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\DataLoaders\\UnitConverterDataConstants.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\DataLoaders\\UnitConverterDataLoader.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\DateCalculatorViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\GraphingCalculatorEnums.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\GraphingCalculator\\EquationViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\GraphingCalculator\\GraphingCalculatorViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\GraphingCalculator\\VariableViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\GraphingCalculator\\GraphingSettingsViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\HistoryItemViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\HistoryViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\MemoryItemViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\pch.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Snapshots.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\StandardCalculatorViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\targetver.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\UnitConverterViewModel.h\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\AppResourceProvider.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\Automation\\NarratorAnnouncement.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\Automation\\NarratorNotifier.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\CalculatorButtonPressedEventArgs.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\CalculatorDisplay.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\CopyPasteManager.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\DateCalculator.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\EngineResourceProvider.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\ExpressionCommandDeserializer.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\ExpressionCommandSerializer.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\LocalizationService.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\NavCategory.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\NetworkManager.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\RadixType.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\TraceLogger.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\Utils.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\DataLoaders\\CurrencyDataLoader.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\DataLoaders\\UnitConverterDataLoader.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\DateCalculatorViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\GraphingCalculator\\EquationViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\GraphingCalculator\\GraphingCalculatorViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\GraphingCalculator\\GraphingSettingsViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\HistoryItemViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\HistoryViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\MemoryItemViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\pch.cpp\">\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Debug|Win32'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Release|Win32'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM64'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM64'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">Create</PrecompiledHeader>\n      <PrecompiledHeader Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">Create</PrecompiledHeader>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Snapshots.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\StandardCalculatorViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\UnitConverterViewModel.cpp\" />\n    <ClCompile Include=\"DataLoaders\\CurrencyHttpClient.cpp\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ProjectReference Include=\"..\\CalcManager\\CalcManager.vcxproj\">\n      <Project>{311e866d-8b93-4609-a691-265941fee101}</Project>\n    </ProjectReference>\n    <ProjectReference Include=\"..\\GraphControl\\GraphControl.vcxproj\">\n      <Project>{e727a92b-f149-492c-8117-c039a298719b}</Project>\n    </ProjectReference>\n    <ProjectReference Include=\"..\\TraceLogging\\TraceLogging.vcxproj\">\n      <Project>{fc81ff41-02cd-4cd9-9bc5-45a1e39ac6ed}</Project>\n    </ProjectReference>\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"..\\CalcViewModel\\DataLoaders\\DefaultFromToCurrency.json\" />\n  </ItemGroup>\n  <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.targets\" />\n  <ImportGroup Label=\"ExtensionTargets\" />\n</Project>"
  },
  {
    "path": "src/CalcViewModelCopyForUT/CalcViewModelCopyForUT.vcxproj.filters",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <ItemGroup>\n    <Filter Include=\"Common\">\n      <UniqueIdentifier>{2c2762e9-7673-4c4e-bf31-9513125dfc00}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"Common\\Automation\">\n      <UniqueIdentifier>{8f48b19f-14df-421f-bcc6-ef908f9dcff0}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"DataLoaders\">\n      <UniqueIdentifier>{6811c769-d698-4add-b477-794316d39c66}</UniqueIdentifier>\n    </Filter>\n    <Filter Include=\"GraphingCalculator\">\n      <UniqueIdentifier>{da163ad4-d001-45eb-b4b3-6e9e17d22077}</UniqueIdentifier>\n    </Filter>\n  </ItemGroup>\n  <ItemGroup>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\AppResourceProvider.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\Automation\\NarratorAnnouncement.cpp\">\n      <Filter>Common\\Automation</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\Automation\\NarratorNotifier.cpp\">\n      <Filter>Common\\Automation</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\DateCalculatorViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\HistoryItemViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\HistoryViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\MemoryItemViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\pch.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\StandardCalculatorViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\UnitConverterViewModel.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\Utils.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\CalculatorButtonPressedEventArgs.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\CalculatorDisplay.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\CopyPasteManager.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\DateCalculator.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\EngineResourceProvider.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\ExpressionCommandDeserializer.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\ExpressionCommandSerializer.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\LocalizationService.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\NavCategory.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\NetworkManager.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\TraceLogger.cpp\">\n      <Filter>Common</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\DataLoaders\\CurrencyDataLoader.cpp\">\n      <Filter>DataLoaders</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\DataLoaders\\UnitConverterDataLoader.cpp\">\n      <Filter>DataLoaders</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\GraphingCalculator\\EquationViewModel.cpp\">\n      <Filter>GraphingCalculator</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\GraphingCalculator\\GraphingCalculatorViewModel.cpp\">\n      <Filter>GraphingCalculator</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\GraphingCalculator\\GraphingSettingsViewModel.cpp\">\n      <Filter>GraphingCalculator</Filter>\n    </ClCompile>\n    <ClCompile Include=\"..\\CalcViewModel\\Common\\RadixType.cpp\" />\n    <ClCompile Include=\"..\\CalcViewModel\\Snapshots.cpp\" />\n    <ClCompile Include=\"DataLoaders\\CurrencyHttpClient.cpp\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\AppResourceProvider.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\Automation\\NarratorAnnouncement.h\">\n      <Filter>Common\\Automation</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\Automation\\NarratorNotifier.h\">\n      <Filter>Common\\Automation</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\DateCalculatorViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\HistoryItemViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\HistoryViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\MemoryItemViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\pch.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\StandardCalculatorViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\targetver.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\UnitConverterViewModel.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\Utils.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\BitLength.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\CalculatorButtonPressedEventArgs.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\CalculatorButtonUser.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\CalculatorDisplay.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\CopyPasteManager.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\DateCalculator.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\DelegateCommand.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\DisplayExpressionToken.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\EngineResourceProvider.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\ExpressionCommandDeserializer.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\ExpressionCommandSerializer.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\GraphingCalculatorEnums.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\LocalizationService.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\LocalizationSettings.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\LocalizationStringUtil.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\MyVirtualKey.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\NavCategory.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\NetworkManager.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\NumberBase.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\TraceLogger.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\DataLoaders\\CurrencyDataLoader.h\">\n      <Filter>DataLoaders</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\DataLoaders\\UnitConverterDataConstants.h\">\n      <Filter>DataLoaders</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\DataLoaders\\UnitConverterDataLoader.h\">\n      <Filter>DataLoaders</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\GraphingCalculator\\EquationViewModel.h\">\n      <Filter>GraphingCalculator</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\GraphingCalculator\\GraphingCalculatorViewModel.h\">\n      <Filter>GraphingCalculator</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\GraphingCalculator\\GraphingSettingsViewModel.h\">\n      <Filter>GraphingCalculator</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\GraphingCalculator\\VariableViewModel.h\">\n      <Filter>GraphingCalculator</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\RadixType.h\" />\n    <ClInclude Include=\"..\\CalcViewModel\\Common\\AlwaysSelectedCollectionView.h\">\n      <Filter>Common</Filter>\n    </ClInclude>\n    <ClInclude Include=\"..\\CalcViewModel\\Snapshots.h\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"..\\CalcViewModel\\DataLoaders\\DefaultFromToCurrency.json\">\n      <Filter>DataLoaders</Filter>\n    </None>\n  </ItemGroup>\n</Project>"
  },
  {
    "path": "src/CalcViewModelCopyForUT/DataLoaders/CurrencyHttpClient.cpp",
    "content": "// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"DataLoaders/CurrencyHttpClient.h\"\n\nnamespace\n{\n    constexpr auto MockCurrencyConverterData =\n        LR\"([{\"An\":\"USD\",\"Ch\":0,\"Pc\":0,\"Rt\":1},{\"An\":\"EUR\",\"Ch\":0.003803,\"Pc\":0.4149,\"Rt\":0.920503,\"Yh\":0.9667,\"Yl\":0.86701}])\";\n    constexpr auto MockCurrencyStaticData =\n        LR\"([{\"CountryCode\":\"USA\",\"CountryName\":\"United States\",\"CurrencyCode\":\"USD\",\"CurrencyName\":\"Dollar\",\"CurrencySymbol\":\"$\"},{\"CountryCode\":\"EUR\",\"CountryName\":\"Europe\",\"CurrencyCode\":\"EUR\",\"CurrencyName\":\"Euro\",\"CurrencySymbol\":\"€\"}])\";\n}\n\nnamespace CalculatorApp::ViewModel::DataLoaders\n{\n    bool CurrencyHttpClient::ForceWebFailure = false;\n    void CurrencyHttpClient::Initialize(Platform::String ^ sourceCurrencyCode, Platform::String ^ responseLanguage)\n    {\n        m_sourceCurrencyCode = sourceCurrencyCode;\n        m_responseLanguage = responseLanguage;\n    }\n\n    std::future<Platform::String ^> CurrencyHttpClient::GetCurrencyMetadataAsync() const\n    {\n        if (ForceWebFailure)\n        {\n            throw ref new Platform::Exception(E_FAIL, L\"Mocked Network Failure: failed to load currency metadata\");\n        }\n        (void)m_responseLanguage; // to be used in production.\n        std::promise<Platform::String ^> mockedTask;\n        mockedTask.set_value(ref new Platform::String(MockCurrencyStaticData));\n        return mockedTask.get_future();\n    }\n\n    std::future<Platform::String ^> CurrencyHttpClient::GetCurrencyRatiosAsync() const\n    {\n        if (ForceWebFailure)\n        {\n            throw ref new Platform::Exception(E_FAIL, L\"Mocked Network Failure: failed to load currency metadata\");\n        }\n        (void)m_sourceCurrencyCode; // to be used in production.\n\n        std::promise<Platform::String ^> mockedTask;\n        mockedTask.set_value(ref new Platform::String(MockCurrencyConverterData));\n        return mockedTask.get_future();\n    }\n} // namespace CalculatorApp::ViewModel::DataLoaders\n"
  },
  {
    "path": "src/Calculator/App.xaml",
    "content": "<Application x:Class=\"CalculatorApp.App\"\n             xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n             xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n             xmlns:Controls=\"using:CalculatorApp.Controls\"\n             xmlns:common=\"using:CalculatorApp.Common\"\n             xmlns:contract7NotPresent=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation?IsApiContractNotPresent(Windows.Foundation.UniversalApiContract,7)\"\n             xmlns:contract7Present=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation?IsApiContractPresent(Windows.Foundation.UniversalApiContract,7)\"\n             xmlns:converters=\"using:CalculatorApp.Converters\"\n             xmlns:local=\"using:CalculatorApp\"\n             xmlns:muxc=\"using:Microsoft.UI.Xaml.Controls\"\n             xmlns:primitives=\"using:Microsoft.UI.Xaml.Controls.Primitives\"\n             xmlns:utils=\"using:CalculatorApp.Utils\">\n\n    <Application.Resources>\n        <ResourceDictionary>\n            <ResourceDictionary.MergedDictionaries>\n                <XamlControlsResources xmlns=\"using:Microsoft.UI.Xaml.Controls\"/>\n\n                <!-- Overwrite some resources of WinUI -->\n                <ResourceDictionary>\n                    <!-- overwrite the background of navigationview content to transparent to show Mica background -->\n                    <StaticResource x:Key=\"NavigationViewContentBackground\" ResourceKey=\"SystemControlTransparentBrush\"/>\n                    <!-- overwrite the NavigationView content margin -->\n                    <Thickness x:Key=\"NavigationViewContentPresenterMargin\">0</Thickness>\n                    <!-- overwrite the NavigationView content border thickness -->\n                    <Thickness x:Key=\"NavigationViewMinimalContentGridBorderThickness\">0</Thickness>\n\n                    <!-- overwrite the NavigationView pane background -->\n                    <ResourceDictionary.ThemeDictionaries>\n                        <ResourceDictionary x:Key=\"Default\">\n                            <StaticResource x:Key=\"DarkAcrylicInAppFillColorDefaultBrush\" ResourceKey=\"AcrylicInAppFillColorDefaultBrush\"/>\n                            <StaticResource x:Key=\"NavigationViewDefaultPaneBackground\" ResourceKey=\"DarkAcrylicInAppFillColorDefaultBrush\"/>\n                        </ResourceDictionary>\n                        <ResourceDictionary x:Key=\"Light\">\n                            <StaticResource x:Key=\"LightAcrylicInAppFillColorDefaultBrush\" ResourceKey=\"AcrylicInAppFillColorDefaultBrush\"/>\n                            <StaticResource x:Key=\"NavigationViewDefaultPaneBackground\" ResourceKey=\"LightAcrylicInAppFillColorDefaultBrush\"/>\n                        </ResourceDictionary>\n                        <ResourceDictionary x:Key=\"HighContrast\">\n                            <StaticResource x:Key=\"HCAcrylicInAppFillColorDefaultBrush\" ResourceKey=\"AcrylicInAppFillColorDefaultBrush\"/>\n                            <StaticResource x:Key=\"NavigationViewDefaultPaneBackground\" ResourceKey=\"HCAcrylicInAppFillColorDefaultBrush\"/>\n                        </ResourceDictionary>\n                    </ResourceDictionary.ThemeDictionaries>\n                </ResourceDictionary>\n            </ResourceDictionary.MergedDictionaries>\n            <ResourceDictionary.ThemeDictionaries>\n                <ResourceDictionary x:Key=\"Default\">\n                    <Thickness x:Key=\"ControlBorderThemeThickness\">0</Thickness>\n                    <Thickness x:Key=\"HighContrastThicknessTop\">0,0,0,0</Thickness>\n                    <x:Double x:Key=\"HighContrastStrokeThickness\">0</x:Double>\n                    <Color x:Key=\"AltHighColor\">#FF000000</Color>\n                    <Color x:Key=\"ChromeMediumLowColor\">#FF2B2B2B</Color>\n                    <Color x:Key=\"OperatorPanelScrollButtonBackgroundColor\">#FF858585</Color>\n                    <SolidColorBrush x:Key=\"SystemControlBackgroundAltHighBrush\" Color=\"{StaticResource AltHighColor}\"/>\n                    <SolidColorBrush x:Key=\"SystemControlBackgroundChromeMediumLowBrush\" Color=\"{StaticResource ChromeMediumLowColor}\"/>\n                    <SolidColorBrush x:Key=\"SystemControlBackgroundTransparentBrush\" Color=\"Transparent\"/>\n                    <SolidColorBrush x:Key=\"SystemControlHighlightTransparentBrush\" Color=\"Transparent\"/>\n                    <SolidColorBrush x:Key=\"AppBackgroundAltMediumLowBrush\" Color=\"{ThemeResource SystemAltMediumLowColor}\"/>\n                    <SolidColorBrush x:Key=\"AppOperatorPanelBackground\"\n                                     Opacity=\"0.4\"\n                                     Color=\"{ThemeResource SystemAltMediumLowColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlPageTextBaseMediumHighBrush\" Color=\"{StaticResource SystemBaseMediumHighColor}\"/>\n                    <RevealBackgroundBrush x:Key=\"AppControlHoverButtonFaceBrush\"\n                                           FallbackColor=\"#18FFFFFF\"\n                                           Color=\"#18FFFFFF\"/>\n                    <RevealBackgroundBrush x:Key=\"AppControlPressedButtonFaceBrush\"\n                                           FallbackColor=\"#30FFFFFF\"\n                                           Color=\"#30FFFFFF\"/>\n                    <SolidColorBrush x:Key=\"AppControlTransparentAccentColorBrush\" Color=\"{ThemeResource SystemAccentColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlPageTextBaseHighColorBrush\" Color=\"{StaticResource SystemBaseHighColor}\"/>\n                    <SolidColorBrush x:Key=\"OperatorPanelScrollButtonBackgroundBrush\" Color=\"{ThemeResource OperatorPanelScrollButtonBackgroundColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlHighlightCalcButtonBrush\"\n                                     Opacity=\"0.4\"\n                                     Color=\"{ThemeResource SystemAccentColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlHighlightCalcButtonToggledBrush\"\n                                     Opacity=\"0.4\"\n                                     Color=\"{ThemeResource SystemAccentColor}\"/>\n\n                    <SolidColorBrush x:Key=\"AppControlHighlightCalcButtonHoverBrush\"\n                                     Opacity=\"0.9\"\n                                     Color=\"{ThemeResource SystemAccentColor}\"/>\n\n                    <SolidColorBrush x:Key=\"AppControlForegroundAccentBrush\" Color=\"{ThemeResource SystemAccentColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlPageTextRedColorBrush\" Color=\"Red\"/>\n                    <RevealBorderBrush x:Key=\"AppControlForegroundTransparentRevealBorderBrush\"\n                                       FallbackColor=\"Transparent\"\n                                       TargetTheme=\"Dark\"\n                                       Color=\"Transparent\"/>\n                    <RevealBackgroundBrush x:Key=\"AppControlHighlightAccentRevealBackgroundBrush\"\n                                           FallbackColor=\"{ThemeResource SystemAccentColor}\"\n                                           TargetTheme=\"Dark\"\n                                           Color=\"{ThemeResource SystemAccentColor}\"/>\n                    <RevealBackgroundBrush x:Key=\"AppControlBackgroundListAccentHighRevealBackgroundBrush\"\n                                           FallbackColor=\"{ThemeResource SystemAccentColorDark3}\"\n                                           TargetTheme=\"Dark\"\n                                           Color=\"{ThemeResource SystemAccentColorDark3}\"/>\n                    <AcrylicBrush x:Key=\"AppChromeAcrylicHostBackdropMediumLowBrush\"\n                                  BackgroundSource=\"HostBackdrop\"\n                                  FallbackColor=\"{ThemeResource SystemChromeMediumColor}\"\n                                  TintColor=\"{ThemeResource SystemChromeLowColor}\"\n                                  TintOpacity=\"0.7\"/>\n                    <ApplicationTheme x:Key=\"CalcApplicationTheme\">Dark</ApplicationTheme>\n                    <SolidColorBrush x:Key=\"AppChromeAcrylicOperatorFlyoutBackgroundBrush\" Color=\"#FF2F2F2F\"/>\n                    <SolidColorBrush x:Key=\"AppControlTransparentButtonBackgroundBrush\" Color=\"Transparent\"/>\n\n                    <SolidColorBrush x:Key=\"EquationBrush1\" Color=\"#4D92C8\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush2\" Color=\"#4DCDD5\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush3\" Color=\"#A366E0\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush4\" Color=\"#58A358\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush5\" Color=\"#4DDB97\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush6\" Color=\"#4DA688\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush7\" Color=\"#8A8B8C\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush8\" Color=\"#EF5865\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush9\" Color=\"#EB4DAF\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush10\" Color=\"#CA5B93\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush11\" Color=\"#FFCE4D\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush12\" Color=\"#F99255\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush13\" Color=\"#B0896D\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush14\" Color=\"#FFFFFF\"/>\n\n                    <StaticResource x:Key=\"CalcButtonTextFillColorDefaultBrush\" ResourceKey=\"TextFillColorPrimaryBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonTextFillColorHoverBrush\" ResourceKey=\"TextFillColorPrimaryBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonTextFillColorPressedBrush\" ResourceKey=\"TextFillColorSecondaryBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonTextFillColorDisabledBrush\" ResourceKey=\"TextFillColorDisabledBrush\"/>\n                    <Color x:Key=\"CalcButtonBaseFillColor\">#FFFFFF</Color>\n                    <SolidColorBrush x:Key=\"CalcButtonFillColorDefaultBrush\"\n                                     Opacity=\"0.125\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonFillColorHoverBrush\"\n                                     Opacity=\"0.0852\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonFillColorPressedBrush\"\n                                     Opacity=\"0.0359\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonFillColorDisabledBrush\"\n                                     Opacity=\"0.0359\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonAltFillColorDefaultBrush\"\n                                     Opacity=\"0.0852\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonAltFillColorHoverBrush\"\n                                     Opacity=\"0.1256\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonAltFillColorPressedBrush\"\n                                     Opacity=\"0.0852\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonAltFillColorDisabledBrush\"\n                                     Opacity=\"0.0359\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n\n                    <Color x:Key=\"BackgroundSmokeFillColor\">#000000</Color>\n                    <SolidColorBrush x:Key=\"BackgroundSmokeFillColorBrush\"\n                                     Opacity=\"0.42\"\n                                     Color=\"{StaticResource BackgroundSmokeFillColor}\"/>\n\n                    <StaticResource x:Key=\"AppControlForegroundSecondaryBrush\" ResourceKey=\"TextFillColorSecondaryBrush\"/>\n                    <StaticResource x:Key=\"AppControlBackgroundTertiaryBrush\" ResourceKey=\"SubtleFillColorTertiaryBrush\"/>\n                    <StaticResource x:Key=\"AppControlBackgroundSecondaryBrush\" ResourceKey=\"SubtleFillColorSecondaryBrush\"/>\n                </ResourceDictionary>\n                <ResourceDictionary x:Key=\"Light\">\n                    <Thickness x:Key=\"ControlBorderThemeThickness\">0</Thickness>\n                    <Thickness x:Key=\"HighContrastThicknessTop\">0,0,0,0</Thickness>\n                    <x:Double x:Key=\"HighContrastStrokeThickness\">0</x:Double>\n                    <Color x:Key=\"AltHighColor\">#FFF2F2F2</Color>\n                    <Color x:Key=\"ChromeMediumLowColor\">#FFE0E0E0</Color>\n                    <Color x:Key=\"OperatorPanelScrollButtonBackgroundColor\">#FF858585</Color>\n                    <SolidColorBrush x:Key=\"SystemControlBackgroundAltHighBrush\" Color=\"{StaticResource SystemAltHighColor}\"/>\n                    <SolidColorBrush x:Key=\"SystemControlBackgroundChromeMediumLowBrush\" Color=\"{StaticResource ChromeMediumLowColor}\"/>\n                    <SolidColorBrush x:Key=\"SystemControlBackgroundTransparentBrush\" Color=\"Transparent\"/>\n                    <SolidColorBrush x:Key=\"SystemControlHighlightTransparentBrush\" Color=\"Transparent\"/>\n                    <SolidColorBrush x:Key=\"AppBackgroundAltMediumLowBrush\" Color=\"{ThemeResource SystemAltMediumLowColor}\"/>\n                    <SolidColorBrush x:Key=\"AppOperatorPanelBackground\"\n                                     Opacity=\"0.4\"\n                                     Color=\"{ThemeResource SystemAltMediumLowColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlPageTextBaseMediumHighBrush\" Color=\"{StaticResource SystemBaseMediumHighColor}\"/>\n                    <RevealBackgroundBrush x:Key=\"AppControlHoverButtonFaceBrush\"\n                                           FallbackColor=\"#17000000\"\n                                           Color=\"#17000000\"/>\n                    <RevealBackgroundBrush x:Key=\"AppControlPressedButtonFaceBrush\"\n                                           FallbackColor=\"#30000000\"\n                                           Color=\"#30000000\"/>\n                    <SolidColorBrush x:Key=\"AppControlTransparentAccentColorBrush\" Color=\"{ThemeResource SystemAccentColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlPageTextBaseHighColorBrush\" Color=\"{StaticResource SystemBaseHighColor}\"/>\n                    <SolidColorBrush x:Key=\"OperatorPanelScrollButtonBackgroundBrush\" Color=\"{ThemeResource OperatorPanelScrollButtonBackgroundColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlForegroundAccentBrush\" Color=\"{ThemeResource SystemAccentColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlPageTextRedColorBrush\" Color=\"Red\"/>\n                    <SolidColorBrush x:Key=\"AppControlHighlightCalcButtonBrush\"\n                                     Opacity=\"0.4\"\n                                     Color=\"{ThemeResource SystemAccentColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlHighlightCalcButtonToggledBrush\"\n                                     Opacity=\"0.4\"\n                                     Color=\"{ThemeResource SystemAccentColor}\"/>\n\n                    <SolidColorBrush x:Key=\"AppControlHighlightCalcButtonHoverBrush\"\n                                     Opacity=\"0.7\"\n                                     Color=\"{ThemeResource SystemAccentColor}\"/>\n\n                    <RevealBorderBrush x:Key=\"AppControlForegroundTransparentRevealBorderBrush\"\n                                       FallbackColor=\"Transparent\"\n                                       TargetTheme=\"Light\"\n                                       Color=\"Transparent\"/>\n                    <RevealBackgroundBrush x:Key=\"AppControlHighlightAccentRevealBackgroundBrush\"\n                                           FallbackColor=\"{ThemeResource SystemAccentColor}\"\n                                           TargetTheme=\"Light\"\n                                           Color=\"{ThemeResource SystemAccentColor}\"/>\n                    <RevealBackgroundBrush x:Key=\"AppControlBackgroundListAccentHighRevealBackgroundBrush\"\n                                           FallbackColor=\"{ThemeResource SystemAccentColorLight3}\"\n                                           TargetTheme=\"Light\"\n                                           Color=\"{ThemeResource SystemAccentColorLight3}\"/>\n                    <AcrylicBrush x:Key=\"AppChromeAcrylicHostBackdropMediumLowBrush\"\n                                  BackgroundSource=\"HostBackdrop\"\n                                  FallbackColor=\"{ThemeResource SystemChromeMediumColor}\"\n                                  TintColor=\"{ThemeResource SystemChromeLowColor}\"\n                                  TintOpacity=\"0.7\"/>\n                    <AcrylicBrush x:Key=\"AppChromeAcrylicOperatorFlyoutBackgroundBrush\"\n                                  BackgroundSource=\"HostBackdrop\"\n                                  FallbackColor=\"{ThemeResource SystemChromeMediumColor}\"\n                                  TintColor=\"{ThemeResource SystemChromeLowColor}\"\n                                  TintOpacity=\"0.8\"/>\n                    <ApplicationTheme x:Key=\"CalcApplicationTheme\">Light</ApplicationTheme>\n                    <SolidColorBrush x:Key=\"AppControlTransparentButtonBackgroundBrush\" Color=\"Transparent\"/>\n\n                    <SolidColorBrush x:Key=\"EquationBrush1\" Color=\"#FF0063B1\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush2\" Color=\"#FF00B7C3\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush3\" Color=\"#FF6600CC\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush4\" Color=\"#FF107C10\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush5\" Color=\"#FF00CC6A\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush6\" Color=\"#FF008055\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush7\" Color=\"#FF58595B\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush8\" Color=\"#FFE81123\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush9\" Color=\"#FFE3008C\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush10\" Color=\"#FFB31564\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush11\" Color=\"#FFFFB900\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush12\" Color=\"#FFF7630C\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush13\" Color=\"#FF8E562E\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush14\" Color=\"#FF000000\"/>\n\n                    <StaticResource x:Key=\"CalcButtonTextFillColorDefaultBrush\" ResourceKey=\"TextFillColorPrimaryBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonTextFillColorHoverBrush\" ResourceKey=\"TextFillColorPrimaryBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonTextFillColorPressedBrush\" ResourceKey=\"TextFillColorSecondaryBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonTextFillColorDisabledBrush\" ResourceKey=\"TextFillColorDisabledBrush\"/>\n                    <Color x:Key=\"CalcButtonBaseFillColor\">#FFFFFF</Color>\n                    <SolidColorBrush x:Key=\"CalcButtonFillColorDefaultBrush\"\n                                     Opacity=\"1\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonFillColorHoverBrush\"\n                                     Opacity=\"0.75\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonFillColorPressedBrush\"\n                                     Opacity=\"0.5\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonFillColorDisabledBrush\"\n                                     Opacity=\"0.125\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonAltFillColorDefaultBrush\"\n                                     Opacity=\"0.5\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonAltFillColorHoverBrush\"\n                                     Opacity=\"0.25\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonAltFillColorPressedBrush\"\n                                     Opacity=\"0.125\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n                    <SolidColorBrush x:Key=\"CalcButtonAltFillColorDisabledBrush\"\n                                     Opacity=\"0.125\"\n                                     Color=\"{StaticResource CalcButtonBaseFillColor}\"/>\n\n                    <Color x:Key=\"BackgroundSmokeFillColor\">#000000</Color>\n                    <SolidColorBrush x:Key=\"BackgroundSmokeFillColorBrush\"\n                                     Opacity=\"0.3\"\n                                     Color=\"{StaticResource BackgroundSmokeFillColor}\"/>\n\n                    <StaticResource x:Key=\"AppControlForegroundSecondaryBrush\" ResourceKey=\"TextFillColorSecondaryBrush\"/>\n                    <StaticResource x:Key=\"AppControlBackgroundTertiaryBrush\" ResourceKey=\"SubtleFillColorTertiaryBrush\"/>\n                    <StaticResource x:Key=\"AppControlBackgroundSecondaryBrush\" ResourceKey=\"SubtleFillColorSecondaryBrush\"/>\n                </ResourceDictionary>\n                <ResourceDictionary x:Key=\"HighContrast\">\n                    <Thickness x:Key=\"ControlBorderThemeThickness\">1</Thickness>\n                    <Thickness x:Key=\"HighContrastThicknessTop\">0,1,0,0</Thickness>\n                    <x:Double x:Key=\"HighContrastStrokeThickness\">2</x:Double>\n                    <SolidColorBrush x:Key=\"SystemControlBackgroundAltHighBrush\" Color=\"{ThemeResource SystemColorButtonFaceColor}\"/>\n                    <SolidColorBrush x:Key=\"SystemControlBackgroundChromeMediumLowBrush\" Color=\"{ThemeResource SystemColorButtonFaceColor}\"/>\n                    <SolidColorBrush x:Key=\"SystemControlBackgroundTransparentBrush\" Color=\"{ThemeResource SystemColorButtonFaceColor}\"/>\n                    <SolidColorBrush x:Key=\"SystemControlHighlightTransparentBrush\" Color=\"{ThemeResource SystemColorHighlightColor}\"/>\n                    <SolidColorBrush x:Key=\"AppBackgroundAltMediumLowBrush\" Color=\"{ThemeResource SystemColorButtonFaceColor}\"/>\n                    <SolidColorBrush x:Key=\"AppOperatorPanelBackground\" Color=\"{ThemeResource SystemColorButtonFaceColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlPageTextBaseMediumHighBrush\" Color=\"{ThemeResource SystemColorWindowTextColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlHoverButtonFaceBrush\" Color=\"{ThemeResource SystemColorHighlightColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlPressedButtonFaceBrush\" Color=\"{ThemeResource SystemColorHighlightColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlTransparentAccentColorBrush\" Color=\"Transparent\"/>\n                    <SolidColorBrush x:Key=\"AppControlPageTextBaseHighColorBrush\" Color=\"{ThemeResource SystemColorWindowTextColor}\"/>\n                    <SolidColorBrush x:Key=\"OperatorPanelScrollButtonBackgroundBrush\" Color=\"{ThemeResource SystemColorButtonFaceColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlForegroundAccentBrush\" Color=\"{ThemeResource SystemColorButtonTextColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlPageTextRedColorBrush\" Color=\"{ThemeResource SystemColorWindowTextColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlForegroundTransparentRevealBorderBrush\" Color=\"{ThemeResource SystemColorButtonTextColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlHighlightAccentRevealBackgroundBrush\" Color=\"{ThemeResource SystemColorHighlightColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlBackgroundListAccentHighRevealBackgroundBrush\" Color=\"{ThemeResource SystemColorButtonFaceColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlListLowRevealHighlightBrush\" Color=\"{ThemeResource SystemColorHighlightColor}\"/>\n                    <SolidColorBrush x:Key=\"AppChromeAcrylicHostBackdropMediumLowBrush\" Color=\"{ThemeResource SystemColorWindowColor}\"/>\n                    <SolidColorBrush x:Key=\"AppChromeAcrylicOperatorFlyoutBackgroundBrush\" Color=\"{ThemeResource SystemColorWindowColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlHighlightCalcButtonBrush\" Color=\"{ThemeResource SystemColorWindowColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlHighlightCalcButtonToggledBrush\" Color=\"{ThemeResource SystemColorHighlightColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlHighlightCalcButtonHoverBrush\" Color=\"{ThemeResource SystemColorHighlightColor}\"/>\n                    <SolidColorBrush x:Key=\"AppControlTransparentButtonBackgroundBrush\" Color=\"{ThemeResource SystemColorButtonFaceColor}\"/>\n                    <ApplicationTheme x:Key=\"CalcApplicationTheme\">Dark</ApplicationTheme>\n                    <SolidColorBrush x:Key=\"EquationBrush1\" Color=\"{ThemeResource SystemColorGrayTextColor}\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush2\" Color=\"{ThemeResource SystemColorHighlightColor}\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush3\" Color=\"{ThemeResource SystemColorHotlightColor}\"/>\n                    <SolidColorBrush x:Key=\"EquationBrush4\" Color=\"{ThemeResource SystemColorWindowTextColor}\"/>\n\n                    <StaticResource x:Key=\"CalcButtonFillColorDefaultBrush\" ResourceKey=\"SystemControlBackgroundBaseLowBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonFillColorHoverBrush\" ResourceKey=\"SystemColorHighlightTextColorBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonFillColorPressedBrush\" ResourceKey=\"SystemColorHighlightTextColorBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonFillColorDisabledBrush\" ResourceKey=\"SystemControlBackgroundBaseLowBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonTextFillColorDefaultBrush\" ResourceKey=\"SystemColorButtonTextColorBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonTextFillColorHoverBrush\" ResourceKey=\"SystemControlHighlightBaseHighBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonTextFillColorPressedBrush\" ResourceKey=\"SystemControlHighlightBaseHighBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonTextFillColorDisabledBrush\" ResourceKey=\"SystemControlDisabledBaseMediumLowBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonAltFillColorDefaultBrush\" ResourceKey=\"SystemControlBackgroundBaseLowBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonAltFillColorHoverBrush\" ResourceKey=\"SystemColorHighlightTextColorBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonAltFillColorPressedBrush\" ResourceKey=\"SystemColorHighlightTextColorBrush\"/>\n                    <StaticResource x:Key=\"CalcButtonAltFillColorDisabledBrush\" ResourceKey=\"SystemControlBackgroundBaseLowBrush\"/>\n\n                    <StaticResource x:Key=\"BackgroundSmokeFillColorBrush\" ResourceKey=\"SystemControlBackgroundTransparentBrush\"/>\n\n                    <StaticResource x:Key=\"AppControlForegroundSecondaryBrush\" ResourceKey=\"SystemColorHighlightTextColorBrush\"/>\n                    <StaticResource x:Key=\"AppControlBackgroundTertiaryBrush\" ResourceKey=\"SystemControlBackgroundTransparentBrush\"/>\n                    <StaticResource x:Key=\"AppControlBackgroundSecondaryBrush\" ResourceKey=\"SystemControlHighlightTransparentBrush\"/>\n                </ResourceDictionary>\n            </ResourceDictionary.ThemeDictionaries>\n\n            <!-- Min Window Height/Width -->\n            <x:Double x:Key=\"AppMinWindowHeight\">500</x:Double>\n            <x:Double x:Key=\"AppMinWindowWidth\">320</x:Double>\n\n            <FontFamily x:Key=\"CalculatorFontFamily\">ms-appx:///Assets/CalculatorIcons.ttf#Calculator Fluent Icons</FontFamily>\n\n            <x:Double x:Key=\"SplitViewOpenPaneLength\">256</x:Double>\n            <Thickness x:Key=\"PivotPortraitThemePadding\">0,1,0,0</Thickness>\n            <x:Double x:Key=\"PivotHeaderItemFontSize\">14</x:Double>\n            <FontWeight x:Key=\"PivotHeaderItemThemeFontWeight\">Normal</FontWeight>\n\n            <x:Double x:Key=\"OperatorPanelButtonRowSizeLarge\">70</x:Double>\n            <x:Double x:Key=\"OperatorPanelFontSizeLarge\">24</x:Double>\n            <x:Double x:Key=\"OperatorPanelGlyphFontSizeLarge\">24</x:Double>\n            <x:Double x:Key=\"OperatorPanelChevronFontSizeLarge\">16</x:Double>\n\n            <x:Double x:Key=\"OperatorPanelButtonRowSizeMedium\">70</x:Double>\n            <x:Double x:Key=\"OperatorPanelFontSizeMedium\">16</x:Double>\n            <x:Double x:Key=\"OperatorPanelGlyphFontSizeMedium\">20</x:Double>\n            <x:Double x:Key=\"OperatorPanelChevronFontSizeMedium\">10</x:Double>\n\n            <x:Double x:Key=\"OperatorPanelButtonRowSizeSmall\">44</x:Double>\n            <x:Double x:Key=\"OperatorPanelFontSizeSmall\">12</x:Double>\n            <x:Double x:Key=\"OperatorPanelGlyphFontSizeSmall\">16</x:Double>\n            <x:Double x:Key=\"OperatorPanelChevronFontSizeSmall\">12</x:Double>\n\n            <x:Double x:Key=\"CaptionFontSize\">12</x:Double>\n            <x:Double x:Key=\"BodyFontSize\">14</x:Double>\n            <x:Double x:Key=\"TitleFontSize\">24</x:Double>\n\n            <x:Double x:Key=\"BodyStrongFontSize\">14</x:Double>\n            <FontWeight x:Key=\"BodyStrongFontWeight\">SemiBold</FontWeight>\n\n            <!-- Hamburger button heights -->\n            <x:Double x:Key=\"HamburgerHeight\">48</x:Double>\n            <GridLength x:Key=\"HamburgerHeightGridLength\">48</GridLength>\n\n            <x:Double x:Key=\"IconOnlySubtleButtonHeight\">32</x:Double>\n            <x:Double x:Key=\"CalcButtonCaptionSize\">34</x:Double>\n            <x:Double x:Key=\"CalcButtonTextIconCaptionSize\">38</x:Double>\n            <x:Double x:Key=\"CalcStandardOperatorCaptionSizeExtraLarge\">48</x:Double>\n            <x:Double x:Key=\"CalcStandardOperatorCaptionSizeLarge\">24</x:Double>\n            <!-- Numpad Standard/Scientific in Fill/Full -->\n            <x:Double x:Key=\"CalcStandardOperatorCaptionSize\">20</x:Double>\n            <x:Double x:Key=\"CalcStandardOperatorTextIconCaptionSize\">22</x:Double>\n            <x:Double x:Key=\"CalcStandardOperatorCaptionSizeSmall\">15</x:Double>\n            <x:Double x:Key=\"CalcStandardOperatorCaptionSizeTiny\">12</x:Double>\n            <!-- Standard Operators Standard/Scientific in Fill/Full -->\n            <x:Double x:Key=\"CalcOperatorCaptionSize\">14</x:Double>\n            <x:Double x:Key=\"CalcOperatorCaptionSizeSmall\">12</x:Double>\n            <x:Double x:Key=\"CalcOperatorTextIconCaptionSize\">16</x:Double>\n\n            <!-- White and black color brushes used for the Utils::GetContrastColor -->\n            <SolidColorBrush x:Key=\"WhiteBrush\" Color=\"White\"/>\n            <SolidColorBrush x:Key=\"BlackBrush\" Color=\"Black\"/>\n\n            <primitives:CornerRadiusFilterConverter x:Key=\"CornerRadiusTopLeftToDoubleConverter\" Filter=\"TopLeftValue\"/>\n\n            <!-- Base style for calc buttons -->\n            <Style x:Key=\"CalcButtonStyle\"\n                   BasedOn=\"{StaticResource DefaultButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"MinWidth\" Value=\"24\"/>\n                <Setter Property=\"Padding\" Value=\"0\"/>\n                <Setter Property=\"MinHeight\" Value=\"12\"/>\n                <Setter Property=\"Margin\" Value=\"1\"/>\n                <Setter Property=\"Background\" Value=\"{ThemeResource CalcButtonFillColorDefaultBrush}\"/>\n                <Setter Property=\"Foreground\" Value=\"{ThemeResource CalcButtonTextFillColorDefaultBrush}\"/>\n                <Setter Property=\"HoverBackground\" Value=\"{ThemeResource CalcButtonFillColorHoverBrush}\"/>\n                <Setter Property=\"HoverForeground\" Value=\"{ThemeResource CalcButtonTextFillColorHoverBrush}\"/>\n                <Setter Property=\"PressBackground\" Value=\"{ThemeResource CalcButtonFillColorPressedBrush}\"/>\n                <Setter Property=\"PressForeground\" Value=\"{ThemeResource CalcButtonTextFillColorPressedBrush}\"/>\n                <Setter Property=\"DisabledBackground\" Value=\"{ThemeResource CalcButtonFillColorDisabledBrush}\"/>\n                <Setter Property=\"DisabledForeground\" Value=\"{ThemeResource CalcButtonTextFillColorDisabledBrush}\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"FontSize\" Value=\"{StaticResource CalcButtonCaptionSize}\"/>\n                <Setter Property=\"FontWeight\" Value=\"Normal\"/>\n                <Setter Property=\"HorizontalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"VerticalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"Button\">\n                            <ContentPresenter x:Name=\"ContentPresenter\"\n                                              Padding=\"{TemplateBinding Padding}\"\n                                              HorizontalContentAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                              VerticalContentAlignment=\"{TemplateBinding VerticalContentAlignment}\"\n                                              Background=\"{TemplateBinding Background}\"\n                                              BorderBrush=\"{TemplateBinding BorderBrush}\"\n                                              BorderThickness=\"{TemplateBinding BorderThickness}\"\n                                              contract7NotPresent:CornerRadius=\"{ThemeResource ControlCornerRadius}\"\n                                              contract7Present:BackgroundSizing=\"{TemplateBinding BackgroundSizing}\"\n                                              contract7Present:CornerRadius=\"{TemplateBinding CornerRadius}\"\n                                              muxc:AnimatedIcon.State=\"Normal\"\n                                              AutomationProperties.AccessibilityView=\"Raw\"\n                                              Content=\"{TemplateBinding Content}\"\n                                              ContentTemplate=\"{TemplateBinding ContentTemplate}\"\n                                              ContentTransitions=\"{TemplateBinding ContentTransitions}\">\n\n                                <contract7Present:ContentPresenter.BackgroundTransition>\n                                    <contract7Present:BrushTransition Duration=\"0:0:0.083\"/>\n                                </contract7Present:ContentPresenter.BackgroundTransition>\n\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"CommonStates\">\n                                        <VisualState x:Name=\"Normal\"/>\n\n                                        <VisualState x:Name=\"PointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding HoverBackground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonBorderBrushPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding HoverForeground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.(muxc:AnimatedIcon.State)\" Value=\"PointerOver\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n\n                                        <VisualState x:Name=\"Pressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding PressBackground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonBorderBrushPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding PressForeground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.(muxc:AnimatedIcon.State)\" Value=\"Pressed\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n\n                                        <VisualState x:Name=\"Disabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding DisabledBackground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonBorderBrushDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding DisabledForeground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                            <VisualState.Setters>\n                                                <!-- DisabledVisual Should be handled by the control, not the animated icon. -->\n                                                <Setter Target=\"ContentPresenter.(muxc:AnimatedIcon.State)\" Value=\"Normal\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n                            </ContentPresenter>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n\n            <Style x:Key=\"NumericButtonStyle\"\n                   BasedOn=\"{StaticResource CalcButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontWeight\" Value=\"Normal\"/>\n            </Style>\n            <Style x:Key=\"NumericButtonStyle10\"\n                   BasedOn=\"{StaticResource NumericButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontSize\" Value=\"10\"/>\n            </Style>\n            <Style x:Key=\"NumericButtonStyle12\"\n                   BasedOn=\"{StaticResource NumericButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontSize\" Value=\"12\"/>\n            </Style>\n            <Style x:Key=\"NumericButtonStyle14\"\n                   BasedOn=\"{StaticResource NumericButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontSize\" Value=\"14\"/>\n            </Style>\n            <Style x:Key=\"NumericButtonStyle16\"\n                   BasedOn=\"{StaticResource NumericButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontSize\" Value=\"16\"/>\n            </Style>\n            <Style x:Key=\"NumericButtonStyle18\"\n                   BasedOn=\"{StaticResource NumericButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontSize\" Value=\"18\"/>\n            </Style>\n            <Style x:Key=\"NumericButtonStyle24\"\n                   BasedOn=\"{StaticResource NumericButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontSize\" Value=\"24\"/>\n            </Style>\n            <Style x:Key=\"NumericButtonStyle28\"\n                   BasedOn=\"{StaticResource NumericButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontSize\" Value=\"28\"/>\n            </Style>\n            <Style x:Key=\"NumericButtonStyle34\"\n                   BasedOn=\"{StaticResource NumericButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontSize\" Value=\"34\"/>\n            </Style>\n            <Style x:Key=\"NumericButtonStyle38\"\n                   BasedOn=\"{StaticResource NumericButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontSize\" Value=\"38\"/>\n            </Style>\n            <Style x:Key=\"NumericButtonStyle46\"\n                   BasedOn=\"{StaticResource NumericButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontSize\" Value=\"46\"/>\n            </Style>\n            <Style x:Key=\"NumericButtonStyle48\"\n                   BasedOn=\"{StaticResource NumericButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontSize\" Value=\"48\"/>\n            </Style>\n\n            <Style x:Key=\"SymbolOperatorKeypadButtonStyle\"\n                   BasedOn=\"{StaticResource NumericButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontFamily\" Value=\"{StaticResource CalculatorFontFamily}\"/>\n                <Setter Property=\"FontSize\" Value=\"{StaticResource CalcOperatorCaptionSize}\"/>\n            </Style>\n\n            <Style x:Key=\"OperatorButtonStyle\"\n                   BasedOn=\"{StaticResource CalcButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"Background\" Value=\"{ThemeResource CalcButtonAltFillColorDefaultBrush}\"/>\n                <Setter Property=\"HoverBackground\" Value=\"{ThemeResource CalcButtonAltFillColorHoverBrush}\"/>\n                <Setter Property=\"PressBackground\" Value=\"{ThemeResource CalcButtonAltFillColorPressedBrush}\"/>\n                <Setter Property=\"DisabledBackground\" Value=\"{ThemeResource CalcButtonAltFillColorDisabledBrush}\"/>\n                <Setter Property=\"FontSize\" Value=\"{StaticResource CalcOperatorCaptionSize}\"/>\n            </Style>\n\n            <Style x:Key=\"SymbolOperatorButtonStyle\"\n                   BasedOn=\"{StaticResource OperatorButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"FontFamily\" Value=\"{StaticResource CalculatorFontFamily}\"/>\n            </Style>\n\n            <Style x:Key=\"ParenthesisCalcButtonStyle\"\n                   BasedOn=\"{StaticResource OperatorButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"Controls:CalculatorButton\">\n                            <Grid x:Name=\"RootGrid\">\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"CommonStates\">\n                                        <VisualState x:Name=\"Normal\"/>\n\n                                        <VisualState x:Name=\"PointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding HoverBackground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonBorderBrushPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding HoverForeground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ParenthesisCount\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding HoverForeground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.(muxc:AnimatedIcon.State)\" Value=\"PointerOver\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n\n                                        <VisualState x:Name=\"Pressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding PressBackground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonBorderBrushPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding PressForeground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ParenthesisCount\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding PressForeground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.(muxc:AnimatedIcon.State)\" Value=\"Pressed\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n\n                                        <VisualState x:Name=\"Disabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding DisabledBackground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonBorderBrushDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding DisabledForeground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ParenthesisCount\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{Binding DisabledForeground, RelativeSource={RelativeSource TemplatedParent}}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                            <VisualState.Setters>\n                                                <!-- DisabledVisual Should be handled by the control, not the animated icon. -->\n                                                <Setter Target=\"ContentPresenter.(muxc:AnimatedIcon.State)\" Value=\"Normal\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n\n                                <ContentPresenter x:Name=\"ContentPresenter\"\n                                                  Padding=\"{TemplateBinding Padding}\"\n                                                  HorizontalContentAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                                  VerticalContentAlignment=\"{TemplateBinding VerticalContentAlignment}\"\n                                                  Background=\"{TemplateBinding Background}\"\n                                                  BorderBrush=\"{TemplateBinding BorderBrush}\"\n                                                  BorderThickness=\"{TemplateBinding BorderThickness}\"\n                                                  contract7NotPresent:CornerRadius=\"{ThemeResource ControlCornerRadius}\"\n                                                  contract7Present:BackgroundSizing=\"{TemplateBinding BackgroundSizing}\"\n                                                  contract7Present:CornerRadius=\"{TemplateBinding CornerRadius}\"\n                                                  muxc:AnimatedIcon.State=\"Normal\"\n                                                  AutomationProperties.AccessibilityView=\"Raw\"\n                                                  Content=\"{TemplateBinding Content}\"\n                                                  ContentTemplate=\"{TemplateBinding ContentTemplate}\"\n                                                  ContentTransitions=\"{TemplateBinding ContentTransitions}\">\n\n                                    <contract7Present:ContentPresenter.BackgroundTransition>\n                                        <contract7Present:BrushTransition Duration=\"0:0:0.083\"/>\n                                    </contract7Present:ContentPresenter.BackgroundTransition>\n                                </ContentPresenter>\n                                <TextBlock x:Name=\"ParenthesisCount\"\n                                           Margin=\"18,8,0,-8\"\n                                           HorizontalAlignment=\"Center\"\n                                           VerticalAlignment=\"Center\"\n                                           FontSize=\"{TemplateBinding MinHeight}\"\n                                           FontWeight=\"SemiBold\"\n                                           AutomationProperties.AccessibilityView=\"Raw\"\n                                           Text=\"{TemplateBinding Tag}\"/>\n                            </Grid>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n\n            <Style x:Key=\"AccentEmphasizedCalcButtonStyle\"\n                   BasedOn=\"{StaticResource AccentButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"MinWidth\" Value=\"24\"/>\n                <Setter Property=\"MinHeight\" Value=\"12\"/>\n                <Setter Property=\"Padding\" Value=\"0\"/>\n                <Setter Property=\"Margin\" Value=\"1\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"HorizontalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"VerticalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"FontWeight\" Value=\"Normal\"/>\n                <Setter Property=\"FontFamily\" Value=\"{StaticResource CalculatorFontFamily}\"/>\n                <Setter Property=\"FontSize\" Value=\"{StaticResource CalcOperatorCaptionSize}\"/>\n                <Setter Property=\"BorderBrush\" Value=\"{ThemeResource SystemControlForegroundTransparentBrush}\"/>\n                <Setter Property=\"BorderThickness\" Value=\"{ThemeResource ControlBorderThemeThickness}\"/>\n            </Style>\n\n            <Style x:Key=\"EmphasizedCalcButtonStyle\"\n                   BasedOn=\"{StaticResource SymbolOperatorButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"HoverBackground\" Value=\"{ThemeResource AppControlHighlightCalcButtonHoverBrush}\"/>\n                <Setter Property=\"HoverForeground\" Value=\"{ThemeResource SystemControlForegroundBaseHighBrush}\"/>\n                <Setter Property=\"PressBackground\" Value=\"{ThemeResource SystemControlHighlightAccentBrush}\"/>\n                <Setter Property=\"PressForeground\" Value=\"{ThemeResource SystemControlForegroundBaseHighBrush}\"/>\n            </Style>\n\n            <Style x:Key=\"AccentEmphasizedOperatorCalcButtonStyle\"\n                   BasedOn=\"{StaticResource OperatorButtonStyle}\"\n                   TargetType=\"Controls:CalculatorButton\">\n                <Setter Property=\"HoverBackground\" Value=\"{ThemeResource AppControlHighlightCalcButtonHoverBrush}\"/>\n                <Setter Property=\"HoverForeground\" Value=\"{ThemeResource SystemControlForegroundBaseHighBrush}\"/>\n                <Setter Property=\"PressBackground\" Value=\"{ThemeResource SystemControlHighlightAccentBrush}\"/>\n                <Setter Property=\"PressForeground\" Value=\"{ThemeResource SystemControlForegroundBaseHighBrush}\"/>\n                <Setter Property=\"Background\" Value=\"{ThemeResource AppControlHighlightCalcButtonBrush}\"/>\n            </Style>\n\n            <!-- RESULTS -->\n            <Style x:Key=\"ResultsScroller\" TargetType=\"ScrollViewer\">\n                <Setter Property=\"HorizontalScrollMode\" Value=\"Disabled\"/>\n                <Setter Property=\"VerticalScrollMode\" Value=\"Disabled\"/>\n                <Setter Property=\"VerticalScrollBarVisibility\" Value=\"Disabled\"/>\n                <Setter Property=\"HorizontalScrollBarVisibility\" Value=\"Disabled\"/>\n                <Setter Property=\"IsHitTestVisible\" Value=\"True\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"HorizontalContentAlignment\" Value=\"Right\"/>\n            </Style>\n            <Style x:Key=\"ResultsScrollerSnapped\"\n                   BasedOn=\"{StaticResource ResultsScroller}\"\n                   TargetType=\"ScrollViewer\">\n                <Setter Property=\"HorizontalScrollMode\" Value=\"Enabled\"/>\n                <Setter Property=\"HorizontalScrollBarVisibility\" Value=\"Hidden\"/>\n                <Setter Property=\"IsHitTestVisible\" Value=\"True\"/>\n                <Setter Property=\"ZoomMode\" Value=\"Disabled\"/>\n            </Style>\n\n            <Style x:Key=\"CalculationResultStyle\" TargetType=\"Controls:CalculationResult\">\n                <Setter Property=\"Background\" Value=\"Transparent\"/>\n                <Setter Property=\"Foreground\" Value=\"{ThemeResource SystemControlPageTextBaseHighBrush}\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"HorizontalContentAlignment\" Value=\"Right\"/>\n                <Setter Property=\"VerticalContentAlignment\" Value=\"Top\"/>\n                <Setter Property=\"IsTextScaleFactorEnabled\" Value=\"False\"/>\n                <Setter Property=\"UseSystemFocusVisuals\" Value=\"True\"/>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"Controls:CalculationResult\">\n                            <Grid x:Name=\"Border\"\n                                  Background=\"{TemplateBinding Background}\"\n                                  FlowDirection=\"LeftToRight\">\n                                <Grid.ColumnDefinitions>\n                                    <ColumnDefinition Width=\"12\"/>\n                                    <ColumnDefinition/>\n                                    <ColumnDefinition Width=\"12\"/>\n                                </Grid.ColumnDefinitions>\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"ActiveStates\">\n                                        <VisualState x:Name=\"Active\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"NormalOutput.FontWeight\" Value=\"SemiBold\"/>\n                                                <Setter Target=\"NormalOutput.IsTextSelectionEnabled\" Value=\"True\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Normal\"/>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n                                <ScrollViewer x:Name=\"TextContainer\"\n                                              Grid.Column=\"1\"\n                                              Padding=\"0,0,0,0\"\n                                              Style=\"{ThemeResource ResultsScrollerSnapped}\"\n                                              AutomationProperties.AccessibilityView=\"Raw\">\n                                    <TextBlock x:Name=\"NormalOutput\"\n                                               Margin=\"{TemplateBinding DisplayMargin}\"\n                                               HorizontalAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                               VerticalAlignment=\"{TemplateBinding VerticalContentAlignment}\"\n                                               Foreground=\"{TemplateBinding Foreground}\"\n                                               FontSize=\"{TemplateBinding FontSize}\"\n                                               FontWeight=\"Light\"\n                                               AutomationProperties.AccessibilityView=\"Raw\"\n                                               Text=\"{TemplateBinding DisplayValue}\"\n                                               TextAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                               TextWrapping=\"NoWrap\"/>\n                                </ScrollViewer>\n                                <HyperlinkButton x:Name=\"ScrollLeft\"\n                                                 Grid.Column=\"0\"\n                                                 Width=\"20\"\n                                                 MinWidth=\"20\"\n                                                 MinHeight=\"24\"\n                                                 Margin=\"-4,0,-4,0\"\n                                                 Padding=\"0,-3,0,4\"\n                                                 VerticalAlignment=\"Top\"\n                                                 HorizontalContentAlignment=\"Center\"\n                                                 VerticalContentAlignment=\"Center\"\n                                                 Foreground=\"{ThemeResource SystemControlForegroundAccentBrush}\"\n                                                 BorderThickness=\"0\"\n                                                 AutomationProperties.AutomationId=\"CalculationResultScrollLeft\"\n                                                 AutomationProperties.Name=\"{utils:ResourceString Name=CalculationResultScrollLeft/[using:Windows.UI.Xaml.Automation]AutomationProperties/Name}\"\n                                                 Visibility=\"Collapsed\">\n                                    <FontIcon x:Name=\"ScrollLeftText\"\n                                              FontFamily=\"{ThemeResource CalculatorFontFamily}\"\n                                              FontSize=\"12\"\n                                              Glyph=\"&#xE96F;\"/>\n                                </HyperlinkButton>\n                                <HyperlinkButton x:Name=\"ScrollRight\"\n                                                 Grid.Column=\"2\"\n                                                 Width=\"20\"\n                                                 MinWidth=\"20\"\n                                                 MinHeight=\"24\"\n                                                 Margin=\"-4,0,-4,0\"\n                                                 Padding=\"0,-3,0,4\"\n                                                 VerticalAlignment=\"Top\"\n                                                 HorizontalContentAlignment=\"Center\"\n                                                 VerticalContentAlignment=\"Center\"\n                                                 Foreground=\"{ThemeResource SystemControlForegroundAccentBrush}\"\n                                                 BorderThickness=\"0\"\n                                                 AutomationProperties.AutomationId=\"CalculationResultScrollRight\"\n                                                 AutomationProperties.Name=\"{utils:ResourceString Name=CalculationResultScrollRight/[using:Windows.UI.Xaml.Automation]AutomationProperties/Name}\"\n                                                 Visibility=\"Collapsed\">\n                                    <FontIcon x:Name=\"ScrollRightText\"\n                                              FontFamily=\"{ThemeResource CalculatorFontFamily}\"\n                                              FontSize=\"12\"\n                                              Glyph=\"&#xE970;\"/>\n                                </HyperlinkButton>\n                            </Grid>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n            <contract7NotPresent:Style x:Key=\"ConditionalCalculationResultStyle\"\n                                       BasedOn=\"{StaticResource CalculationResultStyle}\"\n                                       TargetType=\"Controls:CalculationResult\"/>\n            <contract7Present:Style x:Key=\"ConditionalCalculationResultStyle\"\n                                    BasedOn=\"{StaticResource CalculationResultStyle}\"\n                                    TargetType=\"Controls:CalculationResult\">\n                <Setter Property=\"CornerRadius\" Value=\"{ThemeResource ControlCornerRadius}\"/>\n            </contract7Present:Style>\n\n            <Style x:Key=\"OperatorPanelButtonSmallStyle\"\n                   BasedOn=\"{StaticResource OperatorPanelButtonStyle}\"\n                   TargetType=\"Controls:OperatorPanelButton\">\n                <Setter Property=\"FontSize\" Value=\"{StaticResource OperatorPanelFontSizeSmall}\"/>\n                <Setter Property=\"GlyphFontSize\" Value=\"{StaticResource OperatorPanelGlyphFontSizeSmall}\"/>\n                <Setter Property=\"ChevronFontSize\" Value=\"{StaticResource OperatorPanelChevronFontSizeSmall}\"/>\n            </Style>\n\n            <Style x:Key=\"OperatorPanelButtonMediumStyle\"\n                   BasedOn=\"{StaticResource OperatorPanelButtonStyle}\"\n                   TargetType=\"Controls:OperatorPanelButton\">\n                <Setter Property=\"FontSize\" Value=\"{StaticResource OperatorPanelFontSizeMedium}\"/>\n                <Setter Property=\"GlyphFontSize\" Value=\"{StaticResource OperatorPanelGlyphFontSizeMedium}\"/>\n                <Setter Property=\"ChevronFontSize\" Value=\"{StaticResource OperatorPanelChevronFontSizeMedium}\"/>\n            </Style>\n\n            <Style x:Key=\"OperatorPanelButtonLargeStyle\"\n                   BasedOn=\"{StaticResource OperatorPanelButtonStyle}\"\n                   TargetType=\"Controls:OperatorPanelButton\">\n                <Setter Property=\"FontSize\" Value=\"{StaticResource OperatorPanelFontSizeLarge}\"/>\n                <Setter Property=\"GlyphFontSize\" Value=\"{StaticResource OperatorPanelGlyphFontSizeLarge}\"/>\n                <Setter Property=\"ChevronFontSize\" Value=\"{StaticResource OperatorPanelChevronFontSizeLarge}\"/>\n            </Style>\n\n            <Style x:Key=\"OperatorPanelButtonStyle\"\n                   BasedOn=\"{StaticResource DefaultToggleButtonStyle}\"\n                   TargetType=\"Controls:OperatorPanelButton\">\n                <Setter Property=\"FontSize\" Value=\"{StaticResource CaptionFontSize}\"/>\n                <Setter Property=\"GlyphFontSize\" Value=\"{StaticResource CaptionFontSize}\"/>\n                <Setter Property=\"ChevronFontSize\" Value=\"{StaticResource CaptionFontSize}\"/>\n                <Setter Property=\"Padding\" Value=\"8,0,8,0\"/>\n                <Setter Property=\"MinWidth\" Value=\"32\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Left\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"HorizontalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"VerticalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"Foreground\" Value=\"{ThemeResource ToggleButtonForeground}\"/>\n                <Setter Property=\"Background\" Value=\"{ThemeResource SubtleFillColorTransparentBrush}\"/>\n                <Setter Property=\"BorderThickness\" Value=\"{ThemeResource ControlBorderThemeThickness}\"/>\n                <Setter Property=\"Margin\" Value=\"1\"/>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"Controls:OperatorPanelButton\">\n                            <ContentPresenter x:Name=\"ContentPresenter\"\n                                              Padding=\"{TemplateBinding Padding}\"\n                                              HorizontalAlignment=\"{TemplateBinding HorizontalAlignment}\"\n                                              VerticalAlignment=\"{TemplateBinding VerticalAlignment}\"\n                                              HorizontalContentAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                              VerticalContentAlignment=\"{TemplateBinding VerticalContentAlignment}\"\n                                              Background=\"{TemplateBinding Background}\"\n                                              BorderBrush=\"{TemplateBinding BorderBrush}\"\n                                              BorderThickness=\"{TemplateBinding BorderThickness}\"\n                                              FontSize=\"{TemplateBinding FontSize}\"\n                                              FontWeight=\"Normal\"\n                                              contract7NotPresent:CornerRadius=\"{ThemeResource ControlCornerRadius}\"\n                                              contract7Present:BackgroundSizing=\"{TemplateBinding BackgroundSizing}\"\n                                              contract7Present:CornerRadius=\"{TemplateBinding CornerRadius}\"\n                                              AutomationProperties.AccessibilityView=\"Raw\"\n                                              ContentTemplate=\"{TemplateBinding ContentTemplate}\"\n                                              ContentTransitions=\"{TemplateBinding ContentTransitions}\">\n\n                                <contract7Present:ContentPresenter.BackgroundTransition>\n                                    <contract7Present:BrushTransition Duration=\"0:0:0.083\"/>\n                                </contract7Present:ContentPresenter.BackgroundTransition>\n\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"CommonStates\">\n                                        <VisualState x:Name=\"Normal\"/>\n\n                                        <VisualState x:Name=\"PointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorPrimaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Pressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorTertiaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Disabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Checked\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource AppControlBackgroundTertiaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <contract7Present:ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BackgroundSizing\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonCheckedStateBackgroundSizing}\"/>\n                                                </contract7Present:ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"CheckedPointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorTertiaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushCheckedPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <contract7Present:ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BackgroundSizing\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonCheckedStateBackgroundSizing}\"/>\n                                                </contract7Present:ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"CheckedPressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorTertiaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushCheckedPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <contract7Present:ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BackgroundSizing\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonCheckedStateBackgroundSizing}\"/>\n                                                </contract7Present:ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"CheckedDisabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushCheckedDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Indeterminate\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorTertiaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushIndeterminate}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"IndeterminatePointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorTertiaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushIndeterminatePointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"IndeterminatePressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorTertiaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushIndeterminatePressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"IndeterminateDisabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushIndeterminateDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n\n                                <StackPanel Orientation=\"Horizontal\">\n                                    <FontIcon Margin=\"0,2,8,0\"\n                                              VerticalAlignment=\"Center\"\n                                              FontFamily=\"{StaticResource CalculatorFontFamily}\"\n                                              FontSize=\"{TemplateBinding GlyphFontSize}\"\n                                              Glyph=\"{TemplateBinding Glyph}\"/>\n                                    <TextBlock VerticalAlignment=\"Center\"\n                                               FontSize=\"{TemplateBinding FontSize}\"\n                                               Text=\"{TemplateBinding Text}\"/>\n                                    <FontIcon Margin=\"8,4,0,0\"\n                                              VerticalAlignment=\"Center\"\n                                              FontFamily=\"{StaticResource CalculatorFontFamily}\"\n                                              FontSize=\"{TemplateBinding ChevronFontSize}\"\n                                              Glyph=\"&#xE70D;\"/>\n                                </StackPanel>\n                            </ContentPresenter>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n\n            <Style x:Key=\"SubtleButtonStyle\"\n                   BasedOn=\"{StaticResource DefaultButtonStyle}\"\n                   TargetType=\"Button\">\n                <Setter Property=\"Background\" Value=\"{ThemeResource SubtleFillColorTransparentBrush}\"/>\n                <Setter Property=\"BorderThickness\" Value=\"{ThemeResource ControlBorderThemeThickness}\"/>\n                <Setter Property=\"Margin\" Value=\"1\"/>\n                <Setter Property=\"Padding\" Value=\"0\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"HorizontalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"VerticalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"FontSize\" Value=\"16\"/>\n                <Setter Property=\"FontFamily\" Value=\"{StaticResource CalculatorFontFamily}\"/>\n                <Setter Property=\"FontWeight\" Value=\"Normal\"/>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"Button\">\n                            <ContentPresenter x:Name=\"ContentPresenter\"\n                                              Padding=\"{TemplateBinding Padding}\"\n                                              HorizontalContentAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                              VerticalContentAlignment=\"{TemplateBinding VerticalContentAlignment}\"\n                                              Background=\"{TemplateBinding Background}\"\n                                              BorderBrush=\"{TemplateBinding BorderBrush}\"\n                                              BorderThickness=\"{TemplateBinding BorderThickness}\"\n                                              contract7NotPresent:CornerRadius=\"{ThemeResource ControlCornerRadius}\"\n                                              contract7Present:BackgroundSizing=\"{TemplateBinding BackgroundSizing}\"\n                                              contract7Present:CornerRadius=\"{TemplateBinding CornerRadius}\"\n                                              muxc:AnimatedIcon.State=\"Normal\"\n                                              AutomationProperties.AccessibilityView=\"Raw\"\n                                              Content=\"{TemplateBinding Content}\"\n                                              ContentTemplate=\"{TemplateBinding ContentTemplate}\"\n                                              ContentTransitions=\"{TemplateBinding ContentTransitions}\">\n\n                                <contract7Present:ContentPresenter.BackgroundTransition>\n                                    <contract7Present:BrushTransition Duration=\"0:0:0.083\"/>\n                                </contract7Present:ContentPresenter.BackgroundTransition>\n\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"CommonStates\">\n                                        <VisualState x:Name=\"Normal\"/>\n\n                                        <VisualState x:Name=\"PointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonBorderBrushPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonForegroundPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.(muxc:AnimatedIcon.State)\" Value=\"PointerOver\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n\n                                        <VisualState x:Name=\"Pressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorTertiaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonBorderBrushPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonForegroundPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.(muxc:AnimatedIcon.State)\" Value=\"Pressed\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n\n                                        <VisualState x:Name=\"Disabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonBorderBrushDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonForegroundDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                            <VisualState.Setters>\n                                                <!-- DisabledVisual Should be handled by the control, not the animated icon. -->\n                                                <Setter Target=\"ContentPresenter.(muxc:AnimatedIcon.State)\" Value=\"Normal\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n                            </ContentPresenter>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n\n            <Style x:Key=\"CaptionButtonStyle\"\n                   BasedOn=\"{StaticResource SubtleButtonStyle}\"\n                   TargetType=\"Button\">\n                <Setter Property=\"MinWidth\" Value=\"32\"/>\n            </Style>\n\n            <Style x:Key=\"MemoryHoverButtonStyle\"\n                   BasedOn=\"{StaticResource DefaultButtonStyle}\"\n                   TargetType=\"Button\">\n                <Setter Property=\"Height\" Value=\"28\"/>\n                <Setter Property=\"Width\" Value=\"36\"/>\n                <Setter Property=\"IsTabStop\" Value=\"False\"/>\n                <Setter Property=\"AutomationProperties.AccessibilityView\" Value=\"Raw\"/>\n                <Setter Property=\"Background\" Value=\"{ThemeResource ControlFillColorDefaultBrush}\"/>\n                <Setter Property=\"Margin\" Value=\"0\"/>\n                <Setter Property=\"Padding\" Value=\"0\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"HorizontalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"VerticalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"FontSize\" Value=\"12\"/>\n                <Setter Property=\"FontWeight\" Value=\"Normal\"/>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"Button\">\n                            <ContentPresenter x:Name=\"ContentPresenter\"\n                                              Padding=\"{TemplateBinding Padding}\"\n                                              HorizontalContentAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                              VerticalContentAlignment=\"{TemplateBinding VerticalContentAlignment}\"\n                                              Background=\"{TemplateBinding Background}\"\n                                              BorderBrush=\"{TemplateBinding BorderBrush}\"\n                                              BorderThickness=\"{TemplateBinding BorderThickness}\"\n                                              contract7NotPresent:CornerRadius=\"{ThemeResource ControlCornerRadius}\"\n                                              contract7Present:BackgroundSizing=\"{TemplateBinding BackgroundSizing}\"\n                                              contract7Present:CornerRadius=\"{TemplateBinding CornerRadius}\"\n                                              muxc:AnimatedIcon.State=\"Normal\"\n                                              AutomationProperties.AccessibilityView=\"Raw\"\n                                              Content=\"{TemplateBinding Content}\"\n                                              ContentTemplate=\"{TemplateBinding ContentTemplate}\"\n                                              ContentTransitions=\"{TemplateBinding ContentTransitions}\">\n\n                                <contract7Present:ContentPresenter.BackgroundTransition>\n                                    <contract7Present:BrushTransition Duration=\"0:0:0.083\"/>\n                                </contract7Present:ContentPresenter.BackgroundTransition>\n\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"CommonStates\">\n                                        <VisualState x:Name=\"Normal\"/>\n\n                                        <VisualState x:Name=\"PointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ControlFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonBorderBrushPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonForegroundPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.(muxc:AnimatedIcon.State)\" Value=\"PointerOver\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n\n                                        <VisualState x:Name=\"Pressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ControlFillColorTertiaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonBorderBrushPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonForegroundPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.(muxc:AnimatedIcon.State)\" Value=\"Pressed\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n\n                                        <VisualState x:Name=\"Disabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ControlFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonBorderBrushDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ButtonForegroundDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                            <VisualState.Setters>\n                                                <!-- DisabledVisual Should be handled by the control, not the animated icon. -->\n                                                <Setter Target=\"ContentPresenter.(muxc:AnimatedIcon.State)\" Value=\"Normal\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n                            </ContentPresenter>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n\n            <Style x:Key=\"CaptionToggleButtonStyle\"\n                   BasedOn=\"{StaticResource DefaultToggleButtonStyle}\"\n                   TargetType=\"ToggleButton\">\n                <Setter Property=\"BorderThickness\" Value=\"1\"/>\n                <Setter Property=\"Padding\" Value=\"0\"/>\n                <Setter Property=\"Margin\" Value=\"1\"/>\n                <Setter Property=\"MinWidth\" Value=\"32\"/>\n                <Setter Property=\"MinHeight\" Value=\"24\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"HorizontalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"VerticalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"FontSize\" Value=\"{StaticResource CalcOperatorCaptionSizeSmall}\"/>\n            </Style>\n\n            <Style x:Key=\"CaptionToggleButtonWithIndicatorSmallStyle\"\n                   BasedOn=\"{StaticResource CaptionToggleButtonWithIndicatorStyle}\"\n                   TargetType=\"ToggleButton\">\n                <Setter Property=\"MinWidth\" Value=\"0\"/>\n                <Setter Property=\"MinHeight\" Value=\"0\"/>\n            </Style>\n\n            <!-- Override normal/hover/pressed background -->\n            <Style x:Key=\"CaptionToggleEmphasizedButtonStyle\"\n                   BasedOn=\"{StaticResource CaptionToggleButtonStyle}\"\n                   TargetType=\"ToggleButton\">\n                <Setter Property=\"Background\" Value=\"{ThemeResource CalcButtonAltFillColorDefaultBrush}\"/>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"ToggleButton\">\n                            <ContentPresenter x:Name=\"ContentPresenter\"\n                                              Padding=\"{TemplateBinding Padding}\"\n                                              HorizontalContentAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                              VerticalContentAlignment=\"{TemplateBinding VerticalContentAlignment}\"\n                                              Background=\"{TemplateBinding Background}\"\n                                              BorderBrush=\"{TemplateBinding BorderBrush}\"\n                                              BorderThickness=\"{TemplateBinding BorderThickness}\"\n                                              contract7NotPresent:CornerRadius=\"{ThemeResource ControlCornerRadius}\"\n                                              contract7Present:BackgroundSizing=\"{TemplateBinding BackgroundSizing}\"\n                                              contract7Present:CornerRadius=\"{TemplateBinding CornerRadius}\"\n                                              AutomationProperties.AccessibilityView=\"Raw\"\n                                              Content=\"{TemplateBinding Content}\"\n                                              ContentTemplate=\"{TemplateBinding ContentTemplate}\"\n                                              ContentTransitions=\"{TemplateBinding ContentTransitions}\">\n\n                                <contract7Present:ContentPresenter.BackgroundTransition>\n                                    <contract7Present:BrushTransition Duration=\"0:0:0.083\"/>\n                                </contract7Present:ContentPresenter.BackgroundTransition>\n\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"CommonStates\">\n                                        <VisualState x:Name=\"Normal\"/>\n\n                                        <VisualState x:Name=\"PointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource CalcButtonAltFillColorHoverBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonForegroundPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Pressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource CalcButtonAltFillColorPressedBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonForegroundPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Disabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource CalcButtonAltFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonForegroundDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Checked\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBackgroundChecked}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonForegroundChecked}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushChecked}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <contract7Present:ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BackgroundSizing\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonCheckedStateBackgroundSizing}\"/>\n                                                </contract7Present:ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"CheckedPointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBackgroundCheckedPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushCheckedPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonForegroundCheckedPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <contract7Present:ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BackgroundSizing\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonCheckedStateBackgroundSizing}\"/>\n                                                </contract7Present:ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"CheckedPressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBackgroundCheckedPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonForegroundCheckedPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushCheckedPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <contract7Present:ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BackgroundSizing\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonCheckedStateBackgroundSizing}\"/>\n                                                </contract7Present:ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"CheckedDisabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBackgroundCheckedDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonForegroundCheckedDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushCheckedDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Indeterminate\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBackgroundIndeterminate}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonForegroundIndeterminate}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushIndeterminate}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"IndeterminatePointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBackgroundIndeterminatePointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushIndeterminatePointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonForegroundIndeterminatePointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"IndeterminatePressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBackgroundIndeterminatePressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushIndeterminatePressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonForegroundIndeterminatePressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"IndeterminateDisabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBackgroundIndeterminateDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonForegroundIndeterminateDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushIndeterminateDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n                            </ContentPresenter>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n\n            <Style x:Key=\"CaptionToggleButtonWithIndicatorStyle\"\n                   BasedOn=\"{StaticResource CaptionToggleButtonStyle}\"\n                   TargetType=\"ToggleButton\">\n                <Setter Property=\"BorderThickness\" Value=\"{ThemeResource ControlBorderThemeThickness}\"/>\n                <Setter Property=\"Padding\" Value=\"0\"/>\n                <Setter Property=\"Margin\" Value=\"1\"/>\n                <Setter Property=\"MinWidth\" Value=\"32\"/>\n                <Setter Property=\"MinHeight\" Value=\"24\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"HorizontalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"VerticalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"FontSize\" Value=\"13\"/>\n                <Setter Property=\"Background\" Value=\"{ThemeResource SubtleFillColorTransparentBrush}\"/>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"ToggleButton\">\n                            <Grid>\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"CommonStates\">\n                                        <VisualState x:Name=\"Normal\"/>\n\n                                        <VisualState x:Name=\"PointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorPrimaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Pressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorTertiaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Disabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Checked\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorTransparentBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorPrimaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushChecked}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <contract7Present:ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BackgroundSizing\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonCheckedStateBackgroundSizing}\"/>\n                                                </contract7Present:ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"SelectedPipe\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBackgroundChecked}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"CheckedPointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushCheckedPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorPrimaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <contract7Present:ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BackgroundSizing\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonCheckedStateBackgroundSizing}\"/>\n                                                </contract7Present:ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"SelectedPipe\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBackgroundCheckedPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"CheckedPressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorTertiaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushCheckedPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <contract7Present:ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BackgroundSizing\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonCheckedStateBackgroundSizing}\"/>\n                                                </contract7Present:ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"SelectedPipe\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBackgroundCheckedPressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"CheckedDisabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushCheckedDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"SelectedPipe\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBackgroundCheckedDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Indeterminate\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorTransparentBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorPrimaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushIndeterminate}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"IndeterminatePointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushIndeterminatePointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorPrimaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"IndeterminatePressed\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorTertiaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushIndeterminatePressed}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"IndeterminateDisabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource SubtleFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextFillColorDisabledBrush}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentPresenter\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource ToggleButtonBorderBrushIndeterminateDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n\n                                <ContentPresenter x:Name=\"ContentPresenter\"\n                                                  Padding=\"{TemplateBinding Padding}\"\n                                                  HorizontalContentAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                                  VerticalContentAlignment=\"{TemplateBinding VerticalContentAlignment}\"\n                                                  Background=\"{TemplateBinding Background}\"\n                                                  BorderBrush=\"{TemplateBinding BorderBrush}\"\n                                                  BorderThickness=\"{TemplateBinding BorderThickness}\"\n                                                  contract7NotPresent:CornerRadius=\"{ThemeResource ControlCornerRadius}\"\n                                                  contract7Present:BackgroundSizing=\"{TemplateBinding BackgroundSizing}\"\n                                                  contract7Present:CornerRadius=\"{TemplateBinding CornerRadius}\"\n                                                  AutomationProperties.AccessibilityView=\"Raw\"\n                                                  Content=\"{TemplateBinding Content}\"\n                                                  ContentTemplate=\"{TemplateBinding ContentTemplate}\"\n                                                  ContentTransitions=\"{TemplateBinding ContentTransitions}\">\n\n                                    <contract7Present:ContentPresenter.BackgroundTransition>\n                                        <contract7Present:BrushTransition Duration=\"0:0:0.083\"/>\n                                    </contract7Present:ContentPresenter.BackgroundTransition>\n                                </ContentPresenter>\n\n                                <Border x:Name=\"SelectedPipe\"\n                                        Width=\"16\"\n                                        Height=\"3\"\n                                        Margin=\"0,0,0,1\"\n                                        HorizontalAlignment=\"Center\"\n                                        VerticalAlignment=\"Bottom\"\n                                        Background=\"{TemplateBinding Background}\"\n                                        BorderThickness=\"0\"\n                                        CornerRadius=\"1.5\">\n                                    <contract7Present:Border.BackgroundTransition>\n                                        <contract7Present:BrushTransition/>\n                                    </contract7Present:Border.BackgroundTransition>\n                                </Border>\n                            </Grid>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n\n            <Style x:Key=\"ProgWordSizeButtonStyle\"\n                   BasedOn=\"{StaticResource CaptionButtonStyle}\"\n                   TargetType=\"Button\">\n                <Setter Property=\"BorderBrush\" Value=\"{ThemeResource ButtonBorderBrush}\"/>\n                <Setter Property=\"BorderThickness\" Value=\"0\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Center\"/>\n                <Setter Property=\"MinWidth\" Value=\"80\"/>\n                <Setter Property=\"FontFamily\" Value=\"{ThemeResource ContentControlThemeFontFamily}\"/>\n                <Setter Property=\"FontSize\" Value=\"12\"/>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"Button\">\n                            <Grid x:Name=\"RootGrid\"\n                                  Background=\"{TemplateBinding Background}\"\n                                  BorderBrush=\"{TemplateBinding BorderBrush}\"\n                                  BorderThickness=\"{ThemeResource ControlBorderThemeThickness}\"\n                                  contract7Present:CornerRadius=\"{ThemeResource ControlCornerRadius}\">\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"CommonStates\">\n                                        <VisualState x:Name=\"Normal\"/>\n                                        <VisualState x:Name=\"PointerOver\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"RootGrid.Background\" Value=\"{ThemeResource SubtleFillColorSecondaryBrush}\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Pressed\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"RootGrid.Background\" Value=\"{ThemeResource SubtleFillColorTertiaryBrush}\"/>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Disabled\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource TextFillColorDisabled}\"/>\n                                                <Setter Target=\"ContentPresenter.BorderThickness\" Value=\"0\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n                                <ContentPresenter x:Name=\"ContentPresenter\"\n                                                  Margin=\"{TemplateBinding Padding}\"\n                                                  HorizontalContentAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                                  VerticalContentAlignment=\"{TemplateBinding VerticalContentAlignment}\"\n                                                  BorderBrush=\"{ThemeResource AppControlForegroundTransparentRevealBorderBrush}\"\n                                                  BorderThickness=\"{TemplateBinding BorderThickness}\"\n                                                  FontSize=\"{TemplateBinding FontSize}\"\n                                                  FontWeight=\"Normal\"\n                                                  AutomationProperties.AccessibilityView=\"Raw\"\n                                                  Content=\"{TemplateBinding Content}\"\n                                                  ContentTemplate=\"{TemplateBinding ContentTemplate}\"\n                                                  ContentTransitions=\"{TemplateBinding ContentTransitions}\"/>\n                            </Grid>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n\n            <Style x:Key=\"ProgKeypadRadioButtonStyle\" TargetType=\"RadioButton\">\n                <Setter Property=\"Foreground\" Value=\"{ThemeResource RadioButtonForeground}\"/>\n                <Setter Property=\"Background\" Value=\"{ThemeResource SubtleFillColorTransparentBrush}\"/>\n                <Setter Property=\"BorderBrush\" Value=\"{ThemeResource ButtonBorderBrush}\"/>\n                <Setter Property=\"Padding\" Value=\"0,0,0,-2\"/>\n                <Setter Property=\"Margin\" Value=\"1\"/>\n                <Setter Property=\"MinWidth\" Value=\"32\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"HorizontalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"VerticalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"FontFamily\" Value=\"{StaticResource CalculatorFontFamily}\"/>\n                <Setter Property=\"FontSize\" Value=\"16\"/>\n                <Setter Property=\"FocusVisualMargin\" Value=\"-3\"/>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"RadioButton\">\n                            <Grid x:Name=\"RootGrid\"\n                                  Background=\"{TemplateBinding Background}\"\n                                  BorderBrush=\"{TemplateBinding BorderBrush}\"\n                                  BorderThickness=\"{ThemeResource ControlBorderThemeThickness}\"\n                                  contract7Present:CornerRadius=\"{TemplateBinding CornerRadius}\">\n                                <Grid.RowDefinitions>\n                                    <RowDefinition/>\n                                    <RowDefinition Height=\"Auto\"/>\n                                </Grid.RowDefinitions>\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"Layout\">\n                                        <VisualState x:Name=\"MinSizeLayout\">\n                                            <VisualState.StateTriggers>\n                                                <AdaptiveTrigger MinWindowHeight=\"{StaticResource AppMinWindowHeight}\" MinWindowWidth=\"{StaticResource AppMinWindowWidth}\"/>\n                                            </VisualState.StateTriggers>\n                                        </VisualState>\n                                        <VisualState x:Name=\"DefaultLayout\">\n                                            <VisualState.StateTriggers>\n                                                <AdaptiveTrigger MinWindowHeight=\"0\" MinWindowWidth=\"0\"/>\n                                            </VisualState.StateTriggers>\n                                        </VisualState>\n                                    </VisualStateGroup>\n                                    <VisualStateGroup x:Name=\"CommonStates\">\n                                        <VisualState x:Name=\"Normal\"/>\n                                        <VisualState x:Name=\"PointerOver\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"RootGrid.Background\" Value=\"{ThemeResource SubtleFillColorSecondaryBrush}\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Pressed\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"RootGrid.Background\" Value=\"{ThemeResource SubtleFillColorTertiaryBrush}\"/>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Disabled\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource SystemControlDisabledBaseLowBrush}\"/>\n                                                <Setter Target=\"ContentPresenter.BorderThickness\" Value=\"0\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Checked\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"RootGrid.Background\" Value=\"{ThemeResource SystemControlHighlightTransparentBrush}\"/>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource SystemControlHighlightAltBaseHighBrush}\"/>\n                                                <Setter Target=\"Carrot.Opacity\" Value=\"1\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                        <VisualState x:Name=\"CheckedPointerOver\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"RootGrid.Background\" Value=\"{ThemeResource AppControlHoverButtonFaceBrush}\"/>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource SystemControlHighlightAltBaseMediumBrush}\"/>\n                                                <Setter Target=\"Carrot.Opacity\" Value=\"1\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                        <VisualState x:Name=\"CheckedPressed\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"RootGrid.Background\" Value=\"Red\"/>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource SystemControlForegroundBaseMediumLowBrush}\"/>\n                                                <Setter Target=\"Carrot.Opacity\" Value=\"1\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                        <VisualState x:Name=\"CheckedDisabled\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"RootGrid.Background\" Value=\"{ThemeResource SystemControlHighlightTransparentBrush}\"/>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource SystemControlHighlightAccentBrush}\"/>\n                                                <Setter Target=\"Carrot.Visibility\" Value=\"Visible\"/>\n                                                <Setter Target=\"ContentPresenter.BorderThickness\" Value=\"0\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n\n                                <Rectangle x:Name=\"Carrot\"\n                                           Grid.Row=\"1\"\n                                           Height=\"3\"\n                                           MaxWidth=\"16\"\n                                           Margin=\"0,1,0,0\"\n                                           VerticalAlignment=\"Bottom\"\n                                           Fill=\"{ThemeResource AccentFillColorDefaultBrush}\"\n                                           StrokeThickness=\"0\"\n                                           Opacity=\"0\"\n                                           RadiusX=\"1.5\"\n                                           RadiusY=\"1.5\"/>\n\n                                <ContentPresenter x:Name=\"ContentPresenter\"\n                                                  Margin=\"{TemplateBinding Padding}\"\n                                                  HorizontalAlignment=\"{TemplateBinding HorizontalAlignment}\"\n                                                  VerticalAlignment=\"{TemplateBinding VerticalAlignment}\"\n                                                  HorizontalContentAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                                  VerticalContentAlignment=\"{TemplateBinding VerticalContentAlignment}\"\n                                                  Foreground=\"{TemplateBinding Foreground}\"\n                                                  BorderBrush=\"{ThemeResource AppControlForegroundTransparentRevealBorderBrush}\"\n                                                  BorderThickness=\"{TemplateBinding BorderThickness}\"\n                                                  AutomationProperties.AccessibilityView=\"Raw\"\n                                                  Content=\"{TemplateBinding Content}\"\n                                                  ContentTemplate=\"{TemplateBinding ContentTemplate}\"\n                                                  ContentTransitions=\"{TemplateBinding ContentTransitions}\"/>\n                            </Grid>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n            <contract7NotPresent:Style x:Key=\"ConditionalProgKeypadRadioButtonStyle\"\n                                       BasedOn=\"{StaticResource ProgKeypadRadioButtonStyle}\"\n                                       TargetType=\"RadioButton\"/>\n            <contract7Present:Style x:Key=\"ConditionalProgKeypadRadioButtonStyle\"\n                                    BasedOn=\"{StaticResource ProgKeypadRadioButtonStyle}\"\n                                    TargetType=\"RadioButton\">\n                <Setter Property=\"CornerRadius\" Value=\"{ThemeResource ControlCornerRadius}\"/>\n            </contract7Present:Style>\n\n\n            <Style x:Key=\"SquareIconButtonStyle\"\n                   BasedOn=\"{StaticResource SubtleButtonStyle}\"\n                   TargetType=\"Button\">\n                <Setter Property=\"Width\" Value=\"{StaticResource IconOnlySubtleButtonHeight}\"/>\n                <Setter Property=\"Height\" Value=\"{StaticResource IconOnlySubtleButtonHeight}\"/>\n                <Setter Property=\"Margin\" Value=\"10,0,0,0\"/>\n                <Setter Property=\"MinHeight\" Value=\"16\"/>\n                <Setter Property=\"MinWidth\" Value=\"16\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Center\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Left\"/>\n            </Style>\n\n            <Style x:Key=\"HistoryButtonStyle\"\n                   BasedOn=\"{StaticResource SquareIconButtonStyle}\"\n                   TargetType=\"Button\">\n                <Setter Property=\"HorizontalAlignment\" Value=\"Right\"/>\n                <Setter Property=\"Margin\" Value=\"0,0,8,0\"/>\n            </Style>\n\n            <Style x:Key=\"ClearAllHistoryMemoryButtonStyle\"\n                   BasedOn=\"{StaticResource SquareIconButtonStyle}\"\n                   TargetType=\"Button\">\n                <Setter Property=\"VerticalAlignment\" Value=\"Bottom\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Right\"/>\n                <Setter Property=\"Margin\" Value=\"0,8,8,8\"/>\n                <Setter Property=\"Padding\" Value=\"0\"/>\n            </Style>\n\n            <Style x:Key=\"PathFakeButtonStyle\" TargetType=\"Button\">\n                <Setter Property=\"Foreground\" Value=\"{ThemeResource SystemControlForegroundBaseHighBrush}\"/>\n                <Setter Property=\"Background\" Value=\"{ThemeResource SystemControlBackgroundTransparentBrush}\"/>\n                <Setter Property=\"BorderThickness\" Value=\"1\"/>\n                <Setter Property=\"Margin\" Value=\"1\"/>\n                <Setter Property=\"Padding\" Value=\"0\"/>\n                <Setter Property=\"MinWidth\" Value=\"32\"/>\n                <Setter Property=\"MinHeight\" Value=\"24\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"HorizontalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"VerticalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"FontSize\" Value=\"12\"/>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"Button\">\n                            <Grid x:Name=\"RootGrid\" Background=\"{TemplateBinding Background}\">\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"CommonStates\">\n                                        <VisualState x:Name=\"Normal\"/>\n                                        <VisualState x:Name=\"PointerOver\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"RootGrid.(RevealBrush.State)\" Value=\"PointerOver\"/>\n                                                <Setter Target=\"RootGrid.Background\" Value=\"{ThemeResource SystemControlHighlightListLowBrush}\"/>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource SystemControlHighlightAltBaseHighBrush}\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Pressed\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"RootGrid.(RevealBrush.State)\" Value=\"Pressed\"/>\n                                                <Setter Target=\"RootGrid.Background\" Value=\"{ThemeResource SystemControlHighlightListMediumBrush}\"/>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource SystemControlHighlightAltBaseHighBrush}\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Disabled\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource SystemControlDisabledBaseLowBrush}\"/>\n                                                <Setter Target=\"ContentPresenter.BorderThickness\" Value=\"0\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n                                <ContentPresenter x:Name=\"ContentPresenter\"\n                                                  Padding=\"{TemplateBinding Padding}\"\n                                                  HorizontalAlignment=\"{TemplateBinding HorizontalAlignment}\"\n                                                  VerticalAlignment=\"{TemplateBinding VerticalAlignment}\"\n                                                  HorizontalContentAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                                  VerticalContentAlignment=\"{TemplateBinding VerticalContentAlignment}\"\n                                                  BorderBrush=\"{ThemeResource AppControlForegroundTransparentRevealBorderBrush}\"\n                                                  BorderThickness=\"{TemplateBinding BorderThickness}\"\n                                                  AutomationProperties.AccessibilityView=\"Raw\"\n                                                  ContentTemplate=\"{TemplateBinding ContentTemplate}\"\n                                                  ContentTransitions=\"{TemplateBinding ContentTransitions}\">\n                                    <ContentPresenter.Content>\n                                        <PathIcon AutomationProperties.AccessibilityView=\"Raw\" Data=\"{TemplateBinding Content}\"/>\n                                    </ContentPresenter.Content>\n                                </ContentPresenter>\n                            </Grid>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n\n            <Style x:Key=\"HistoryMemoryItemContainerStyle\" TargetType=\"ListViewItem\">\n                <Setter Property=\"Background\" Value=\"{ThemeResource SystemControlBackgroundTransparentBrush}\"/>\n                <Setter Property=\"Foreground\" Value=\"{ThemeResource SystemControlForegroundBaseHighBrush}\"/>\n                <Setter Property=\"TabNavigation\" Value=\"Local\"/>\n                <Setter Property=\"Padding\" Value=\"0\"/>\n                <Setter Property=\"HorizontalContentAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"VerticalContentAlignment\" Value=\"Center\"/>\n                <Setter Property=\"MinWidth\" Value=\"{ThemeResource ListViewItemMinWidth}\"/>\n                <Setter Property=\"MinHeight\" Value=\"{ThemeResource ListViewItemMinHeight}\"/>\n                <Setter Property=\"UseSystemFocusVisuals\" Value=\"True\"/>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"ListViewItem\">\n                            <Grid x:Name=\"ContentBorder\"\n                                  Background=\"{TemplateBinding Background}\"\n                                  BorderBrush=\"{TemplateBinding BorderBrush}\"\n                                  BorderThickness=\"{TemplateBinding BorderThickness}\">\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"CommonStates\">\n                                        <VisualState x:Name=\"Normal\"/>\n                                        <VisualState x:Name=\"PointerOver\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource TextFillColorPrimaryBrush}\"/>\n                                                <Setter Target=\"BorderBackground.Opacity\" Value=\"1\"/>\n                                                <Setter Target=\"BorderBackground.Fill\" Value=\"{ThemeResource AppControlBackgroundSecondaryBrush}\"/>\n                                                <Setter Target=\"BorderBackground.Stroke\" Value=\"{ThemeResource AppControlBackgroundSecondaryBrush}\"/>\n                                            </VisualState.Setters>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Pressed\">\n                                            <VisualState.Setters>\n                                                <Setter Target=\"ContentPresenter.Foreground\" Value=\"{ThemeResource TextFillColorSecondaryBrush}\"/>\n                                                <Setter Target=\"BorderBackground.Opacity\" Value=\"1\"/>\n                                                <Setter Target=\"BorderBackground.Fill\" Value=\"{ThemeResource AppControlBackgroundSecondaryBrush}\"/>\n                                                <Setter Target=\"BorderBackground.Stroke\" Value=\"{ThemeResource AppControlBackgroundSecondaryBrush}\"/>\n                                            </VisualState.Setters>\n                                            <Storyboard>\n                                                <PointerDownThemeAnimation TargetName=\"ContentPresenter\"/>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Selected\"/>\n                                        <VisualState x:Name=\"PointerOverSelected\"/>\n                                        <VisualState x:Name=\"PressedSelected\"/>\n                                        <VisualStateGroup.Transitions>\n                                            <VisualTransition From=\"Pressed\" To=\"Normal\">\n                                                <Storyboard>\n                                                    <PointerUpThemeAnimation Storyboard.TargetName=\"ContentPresenter\"/>\n                                                </Storyboard>\n                                            </VisualTransition>\n                                            <VisualTransition From=\"Pressed\" To=\"PointerOverSelected\">\n                                                <Storyboard>\n                                                    <PointerUpThemeAnimation Storyboard.TargetName=\"ContentPresenter\"/>\n                                                </Storyboard>\n                                            </VisualTransition>\n                                        </VisualStateGroup.Transitions>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n                                <Rectangle x:Name=\"BorderBackground\"\n                                           Fill=\"{ThemeResource SubtleFillColorTransparentBrush}\"\n                                           StrokeThickness=\"{ThemeResource HighContrastStrokeThickness}\"\n                                           Opacity=\"0\"\n                                           IsHitTestVisible=\"False\"\n                                           RadiusX=\"{Binding Source={ThemeResource ControlCornerRadius}, Converter={StaticResource CornerRadiusTopLeftToDoubleConverter}, Mode=OneWay}\"\n                                           RadiusY=\"{Binding Source={ThemeResource ControlCornerRadius}, Converter={StaticResource CornerRadiusTopLeftToDoubleConverter}, Mode=OneWay}\"/>\n                                <Grid x:Name=\"ContentPresenterGrid\"\n                                      Margin=\"0,0,0,0\"\n                                      Background=\"Transparent\">\n                                    <Grid.RenderTransform>\n                                        <TranslateTransform x:Name=\"ContentPresenterTranslateTransform\"/>\n                                    </Grid.RenderTransform>\n                                    <ContentPresenter x:Name=\"ContentPresenter\"\n                                                      Margin=\"{TemplateBinding Padding}\"\n                                                      HorizontalAlignment=\"{TemplateBinding HorizontalContentAlignment}\"\n                                                      VerticalAlignment=\"{TemplateBinding VerticalContentAlignment}\"\n                                                      Content=\"{TemplateBinding Content}\"\n                                                      ContentTemplate=\"{TemplateBinding ContentTemplate}\"\n                                                      ContentTransitions=\"{TemplateBinding ContentTransitions}\"/>\n                                </Grid>\n                            </Grid>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n\n            <contract7NotPresent:Style x:Key=\"ConditionalHistoryMemoryItemContainerStyle\"\n                                       BasedOn=\"{StaticResource HistoryMemoryItemContainerStyle}\"\n                                       TargetType=\"ListViewItem\"/>\n            <contract7Present:Style x:Key=\"ConditionalHistoryMemoryItemContainerStyle\"\n                                    BasedOn=\"{StaticResource HistoryMemoryItemContainerStyle}\"\n                                    TargetType=\"ListViewItem\">\n                <Setter Property=\"CornerRadius\" Value=\"{ThemeResource ControlCornerRadius}\"/>\n            </contract7Present:Style>\n\n            <Style x:Key=\"OperatorPanelFlyoutStyle\"\n                   BasedOn=\"{StaticResource DefaultFlyoutPresenterStyle}\"\n                   TargetType=\"FlyoutPresenter\">\n                <Setter Property=\"Padding\" Value=\"2\"/>\n                <Setter Property=\"Margin\" Value=\"0,-3,0,0\"/>\n                <Setter Property=\"MaxWidth\" Value=\"Infinity\"/>\n                <Setter Property=\"ScrollViewer.HorizontalScrollMode\" Value=\"Disabled\"/>\n                <Setter Property=\"ScrollViewer.HorizontalScrollBarVisibility\" Value=\"Hidden\"/>\n                <Setter Property=\"ScrollViewer.VerticalScrollMode\" Value=\"Disabled\"/>\n                <Setter Property=\"ScrollViewer.VerticalScrollBarVisibility\" Value=\"Hidden\"/>\n            </Style>\n\n            <Style TargetType=\"Controls:OperatorPanelListView\">\n                <Setter Property=\"IsTabStop\" Value=\"False\"/>\n                <Setter Property=\"TabNavigation\" Value=\"Once\"/>\n                <Setter Property=\"IsSwipeEnabled\" Value=\"True\"/>\n                <Setter Property=\"Height\" Value=\"Auto\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Stretch\"/>\n                <Setter Property=\"SelectionMode\" Value=\"None\"/>\n                <Setter Property=\"ScrollViewer.HorizontalScrollBarVisibility\" Value=\"Hidden\"/>\n                <Setter Property=\"ScrollViewer.VerticalScrollBarVisibility\" Value=\"Disabled\"/>\n                <Setter Property=\"ScrollViewer.HorizontalScrollMode\" Value=\"Enabled\"/>\n                <Setter Property=\"ScrollViewer.IsHorizontalRailEnabled\" Value=\"False\"/>\n                <Setter Property=\"ScrollViewer.VerticalScrollMode\" Value=\"Disabled\"/>\n                <Setter Property=\"ScrollViewer.IsVerticalRailEnabled\" Value=\"False\"/>\n                <Setter Property=\"ScrollViewer.ZoomMode\" Value=\"Disabled\"/>\n                <Setter Property=\"ScrollViewer.IsDeferredScrollingEnabled\" Value=\"False\"/>\n                <Setter Property=\"ScrollViewer.BringIntoViewOnFocusChange\" Value=\"True\"/>\n                <Setter Property=\"ItemContainerTransitions\">\n                    <Setter.Value>\n                        <TransitionCollection>\n                            <AddDeleteThemeTransition/>\n                            <ContentThemeTransition/>\n                            <ReorderThemeTransition/>\n                        </TransitionCollection>\n                    </Setter.Value>\n                </Setter>\n                <Setter Property=\"ItemsPanel\">\n                    <Setter.Value>\n                        <ItemsPanelTemplate>\n                            <StackPanel Height=\"Auto\"\n                                        VerticalAlignment=\"Stretch\"\n                                        Orientation=\"Horizontal\"/>\n                        </ItemsPanelTemplate>\n                    </Setter.Value>\n                </Setter>\n                <Setter Property=\"ItemContainerStyle\">\n                    <Setter.Value>\n                        <Style TargetType=\"ListViewItem\">\n                            <Setter Property=\"MinHeight\" Value=\"0\"/>\n                            <Setter Property=\"MinWidth\" Value=\"0\"/>\n                            <Setter Property=\"Padding\" Value=\"0\"/>\n                            <Setter Property=\"Margin\" Value=\"0\"/>\n                            <Setter Property=\"IsTabStop\" Value=\"False\"/>\n                            <Setter Property=\"HorizontalContentAlignment\" Value=\"Left\"/>\n                            <Setter Property=\"VerticalContentAlignment\" Value=\"Stretch\"/>\n                        </Style>\n                    </Setter.Value>\n                </Setter>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"Controls:OperatorPanelListView\">\n                            <Grid x:Name=\"Grid\">\n                                <Grid.Resources>\n                                    <SolidColorBrush x:Key=\"ButtonBackgroundPointerOver\" Color=\"{ThemeResource OperatorPanelScrollButtonBackgroundColor}\"/>\n                                    <SolidColorBrush x:Key=\"ButtonBackgroundPressed\" Color=\"{ThemeResource OperatorPanelScrollButtonBackgroundColor}\"/>\n                                    <SolidColorBrush x:Key=\"ButtonForegroundPointerOver\" Color=\"{ThemeResource SystemAltMediumHighColor}\"/>\n                                    <SolidColorBrush x:Key=\"ButtonBorderBrushPointerOver\" Color=\"{ThemeResource SystemBaseMediumLowColor}\"/>\n                                    <SolidColorBrush x:Key=\"ButtonForegroundPressed\" Color=\"{ThemeResource SystemAltMediumHighColor}\"/>\n                                </Grid.Resources>\n                                <Grid.RowDefinitions>\n                                    <RowDefinition Height=\"Auto\"/>\n                                    <RowDefinition Height=\"*\"/>\n                                </Grid.RowDefinitions>\n\n                                <!-- Horizontal divider -->\n                                <Rectangle Height=\"1\"\n                                           Margin=\"-3,4,-3,1\"\n                                           HorizontalAlignment=\"Stretch\"\n                                           VerticalAlignment=\"Top\"\n                                           Fill=\"{ThemeResource DividerStrokeColorDefaultBrush}\"\n                                           RadiusX=\"0.5\"\n                                           RadiusY=\"0.5\"/>\n\n                                <ScrollViewer x:Name=\"ScrollViewer\"\n                                              Grid.Row=\"1\"\n                                              AutomationProperties.AccessibilityView=\"Raw\"\n                                              BringIntoViewOnFocusChange=\"{TemplateBinding ScrollViewer.BringIntoViewOnFocusChange}\"\n                                              HorizontalScrollBarVisibility=\"{TemplateBinding ScrollViewer.HorizontalScrollBarVisibility}\"\n                                              HorizontalScrollMode=\"{TemplateBinding ScrollViewer.HorizontalScrollMode}\"\n                                              IsDeferredScrollingEnabled=\"{TemplateBinding ScrollViewer.IsDeferredScrollingEnabled}\"\n                                              IsHorizontalRailEnabled=\"{TemplateBinding ScrollViewer.IsHorizontalRailEnabled}\"\n                                              IsHorizontalScrollChainingEnabled=\"{TemplateBinding ScrollViewer.IsHorizontalScrollChainingEnabled}\"\n                                              IsVerticalRailEnabled=\"{TemplateBinding ScrollViewer.IsVerticalRailEnabled}\"\n                                              IsVerticalScrollChainingEnabled=\"{TemplateBinding ScrollViewer.IsVerticalScrollChainingEnabled}\"\n                                              TabNavigation=\"{TemplateBinding TabNavigation}\"\n                                              VerticalScrollBarVisibility=\"{TemplateBinding ScrollViewer.VerticalScrollBarVisibility}\"\n                                              VerticalScrollMode=\"{TemplateBinding ScrollViewer.VerticalScrollMode}\"\n                                              ZoomMode=\"{TemplateBinding ScrollViewer.ZoomMode}\">\n                                    <ItemsPresenter x:Name=\"Content\"\n                                                    Padding=\"{TemplateBinding Padding}\"\n                                                    Footer=\"{TemplateBinding Footer}\"\n                                                    FooterTemplate=\"{TemplateBinding FooterTemplate}\"\n                                                    FooterTransitions=\"{TemplateBinding FooterTransitions}\"\n                                                    Header=\"{TemplateBinding Header}\"\n                                                    HeaderTemplate=\"{TemplateBinding HeaderTemplate}\"\n                                                    HeaderTransitions=\"{TemplateBinding HeaderTransitions}\"/>\n                                </ScrollViewer>\n                                <Button x:Name=\"ScrollLeft\"\n                                        Grid.Row=\"1\"\n                                        MinWidth=\"20\"\n                                        Padding=\"0\"\n                                        HorizontalAlignment=\"Left\"\n                                        VerticalAlignment=\"Stretch\"\n                                        Background=\"{ThemeResource OperatorPanelScrollButtonBackgroundBrush}\"\n                                        Foreground=\"{ThemeResource SystemAltMediumHighColor}\"\n                                        FontFamily=\"{ThemeResource CalculatorFontFamily}\"\n                                        FontSize=\"12\"\n                                        IsTabStop=\"False\"\n                                        Visibility=\"Collapsed\">\n                                    <FontIcon x:Name=\"ScrollLeftText\"\n                                              FontFamily=\"{ThemeResource CalculatorFontFamily}\"\n                                              FontSize=\"12\"\n                                              MirroredWhenRightToLeft=\"True\"\n                                              Glyph=\"&#xE96F;\"/>\n                                </Button>\n                                <Button x:Name=\"ScrollRight\"\n                                        Grid.Row=\"1\"\n                                        MinWidth=\"20\"\n                                        Padding=\"0\"\n                                        HorizontalAlignment=\"Right\"\n                                        VerticalAlignment=\"Stretch\"\n                                        Background=\"{ThemeResource OperatorPanelScrollButtonBackgroundBrush}\"\n                                        Foreground=\"{ThemeResource SystemAltMediumHighColor}\"\n                                        FontFamily=\"{ThemeResource CalculatorFontFamily}\"\n                                        FontSize=\"12\"\n                                        IsTabStop=\"False\"\n                                        Visibility=\"Collapsed\">\n                                    <FontIcon x:Name=\"ScrollRightText\"\n                                              FontFamily=\"{ThemeResource CalculatorFontFamily}\"\n                                              FontSize=\"12\"\n                                              MirroredWhenRightToLeft=\"True\"\n                                              Glyph=\"&#xE970;\"/>\n                                </Button>\n                            </Grid>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n\n            <Style x:Key=\"MathRichEditBoxStyle\" TargetType=\"Controls:MathRichEditBox\">\n                <Setter Property=\"Foreground\" Value=\"{ThemeResource TextControlForeground}\"/>\n                <Setter Property=\"Background\" Value=\"Transparent\"/>\n                <Setter Property=\"ContentLinkForegroundColor\" Value=\"{ThemeResource ContentLinkForegroundColor}\"/>\n                <Setter Property=\"ContentLinkBackgroundColor\" Value=\"{ThemeResource ContentLinkBackgroundColor}\"/>\n                <Setter Property=\"SelectionHighlightColor\" Value=\"{ThemeResource TextControlSelectionHighlightColor}\"/>\n                <Setter Property=\"BorderBrush\" Value=\"{ThemeResource TextControlBorderBrush}\"/>\n                <Setter Property=\"BorderThickness\" Value=\"{ThemeResource TextControlBorderThemeThickness}\"/>\n                <Setter Property=\"FontFamily\" Value=\"{ThemeResource ContentControlThemeFontFamily}\"/>\n                <Setter Property=\"FontSize\" Value=\"{ThemeResource ControlContentThemeFontSize}\"/>\n                <Setter Property=\"ScrollViewer.HorizontalScrollMode\" Value=\"Auto\"/>\n                <Setter Property=\"ScrollViewer.VerticalScrollMode\" Value=\"Auto\"/>\n                <Setter Property=\"ScrollViewer.HorizontalScrollBarVisibility\" Value=\"Hidden\"/>\n                <Setter Property=\"ScrollViewer.VerticalScrollBarVisibility\" Value=\"Hidden\"/>\n                <Setter Property=\"ScrollViewer.IsDeferredScrollingEnabled\" Value=\"False\"/>\n                <Setter Property=\"Padding\" Value=\"{ThemeResource TextControlThemePadding}\"/>\n                <Setter Property=\"UseSystemFocusVisuals\" Value=\"{ThemeResource IsApplicationFocusVisualKindReveal}\"/>\n                <Setter Property=\"ContextFlyout\" Value=\"{StaticResource TextControlCommandBarContextFlyout}\"/>\n                <Setter Property=\"Template\">\n                    <Setter.Value>\n                        <ControlTemplate TargetType=\"Controls:MathRichEditBox\">\n                            <Grid>\n                                <Grid.RowDefinitions>\n                                    <RowDefinition Height=\"Auto\"/>\n                                    <RowDefinition Height=\"*\"/>\n                                    <RowDefinition Height=\"Auto\"/>\n                                </Grid.RowDefinitions>\n                                <Grid.ColumnDefinitions>\n                                    <ColumnDefinition Width=\"*\"/>\n                                    <ColumnDefinition Width=\"Auto\"/>\n                                    <ColumnDefinition Width=\"Auto\"/>\n                                    <ColumnDefinition Width=\"Auto\"/>\n                                </Grid.ColumnDefinitions>\n                                <VisualStateManager.VisualStateGroups>\n                                    <VisualStateGroup x:Name=\"CommonStates\">\n                                        <VisualState x:Name=\"Disabled\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"HeaderContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextControlHeaderForegroundDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"BorderElement\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextControlBackgroundDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"BorderElement\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextControlBorderBrushDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentElement\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextControlForegroundDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"PlaceholderTextContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextControlPlaceholderForegroundDisabled}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Normal\"/>\n                                        <VisualState x:Name=\"PointerOver\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"BorderElement\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextControlBorderBrushPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"BorderElement\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"Transparent\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"PlaceholderTextContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextControlPlaceholderForegroundPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentElement\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextControlForegroundPointerOver}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                        <VisualState x:Name=\"Focused\">\n                                            <Storyboard>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"PlaceholderTextContentPresenter\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextControlPlaceholderForeground}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"BorderElement\" Storyboard.TargetProperty=\"Background\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"Transparent\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"BorderElement\" Storyboard.TargetProperty=\"BorderBrush\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextControlBorderBrushFocused}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                                <ObjectAnimationUsingKeyFrames Storyboard.TargetName=\"ContentElement\" Storyboard.TargetProperty=\"Foreground\">\n                                                    <DiscreteObjectKeyFrame KeyTime=\"0\" Value=\"{ThemeResource TextControlForegroundFocused}\"/>\n                                                </ObjectAnimationUsingKeyFrames>\n                                            </Storyboard>\n                                        </VisualState>\n                                    </VisualStateGroup>\n                                </VisualStateManager.VisualStateGroups>\n                                <ContentPresenter x:Name=\"HeaderContentPresenter\"\n                                                  Grid.Row=\"0\"\n                                                  Grid.Column=\"0\"\n                                                  Grid.ColumnSpan=\"4\"\n                                                  Margin=\"{ThemeResource RichEditBoxTopHeaderMargin}\"\n                                                  VerticalAlignment=\"Top\"\n                                                  Foreground=\"{ThemeResource TextControlHeaderForeground}\"\n                                                  FontWeight=\"Normal\"\n                                                  x:DeferLoadStrategy=\"Lazy\"\n                                                  Content=\"{TemplateBinding Header}\"\n                                                  ContentTemplate=\"{TemplateBinding HeaderTemplate}\"\n                                                  TextWrapping=\"Wrap\"\n                                                  Visibility=\"Collapsed\"/>\n                                <Border x:Name=\"BorderElement\"\n                                        Grid.Row=\"1\"\n                                        Grid.RowSpan=\"1\"\n                                        Grid.Column=\"0\"\n                                        Grid.ColumnSpan=\"4\"\n                                        MinWidth=\"32\"\n                                        MinHeight=\"16\"\n                                        Background=\"{TemplateBinding Background}\"\n                                        BorderBrush=\"{TemplateBinding BorderBrush}\"\n                                        BorderThickness=\"{TemplateBinding BorderThickness}\"\n                                        Control.IsTemplateFocusTarget=\"True\"\n                                        CornerRadius=\"{TemplateBinding CornerRadius}\"/>\n                                <ScrollViewer x:Name=\"ContentElement\"\n                                              Grid.Row=\"1\"\n                                              Grid.Column=\"0\"\n                                              Margin=\"{TemplateBinding BorderThickness}\"\n                                              Padding=\"{TemplateBinding Padding}\"\n                                              VerticalAlignment=\"Center\"\n                                              AutomationProperties.AccessibilityView=\"Raw\"\n                                              HorizontalScrollBarVisibility=\"{TemplateBinding ScrollViewer.HorizontalScrollBarVisibility}\"\n                                              HorizontalScrollMode=\"{TemplateBinding ScrollViewer.HorizontalScrollMode}\"\n                                              IsDeferredScrollingEnabled=\"{TemplateBinding ScrollViewer.IsDeferredScrollingEnabled}\"\n                                              IsHorizontalRailEnabled=\"{TemplateBinding ScrollViewer.IsHorizontalRailEnabled}\"\n                                              IsTabStop=\"False\"\n                                              IsVerticalRailEnabled=\"{TemplateBinding ScrollViewer.IsVerticalRailEnabled}\"\n                                              VerticalScrollBarVisibility=\"{TemplateBinding ScrollViewer.VerticalScrollBarVisibility}\"\n                                              VerticalScrollMode=\"{TemplateBinding ScrollViewer.VerticalScrollMode}\"\n                                              ZoomMode=\"Disabled\"/>\n                                <TextBlock x:Name=\"PlaceholderTextContentPresenter\"\n                                           Grid.Row=\"1\"\n                                           Grid.Column=\"0\"\n                                           Grid.ColumnSpan=\"4\"\n                                           Margin=\"0,-1,0,0\"\n                                           Padding=\"{TemplateBinding Padding}\"\n                                           VerticalAlignment=\"Center\"\n                                           Foreground=\"{ThemeResource TextControlPlaceholderForeground}\"\n                                           IsHitTestVisible=\"False\"\n                                           Text=\"{TemplateBinding PlaceholderText}\"\n                                           TextAlignment=\"{TemplateBinding TextAlignment}\"\n                                           TextWrapping=\"{TemplateBinding TextWrapping}\"/>\n                                <ContentPresenter x:Name=\"DescriptionPresenter\"\n                                                  Grid.Row=\"2\"\n                                                  Grid.Column=\"0\"\n                                                  Grid.ColumnSpan=\"4\"\n                                                  Foreground=\"{ThemeResource SystemControlDescriptionTextForegroundBrush}\"\n                                                  AutomationProperties.AccessibilityView=\"Raw\"\n                                                  Content=\"{TemplateBinding Description}\"\n                                                  x:Load=\"False\"/>\n                            </Grid>\n                        </ControlTemplate>\n                    </Setter.Value>\n                </Setter>\n            </Style>\n\n            <Style x:Key=\"CategoryNameTextBlockStyle\"\n                   BasedOn=\"{StaticResource SubtitleTextBlockStyle}\"\n                   TargetType=\"TextBlock\">\n                <Setter Property=\"Margin\" Value=\"0,-3,0,0\"/>\n                <Setter Property=\"HorizontalAlignment\" Value=\"Left\"/>\n                <Setter Property=\"VerticalAlignment\" Value=\"Center\"/>\n            </Style>\n\n            <Style x:Key=\"BodyStrongTextBlockStyle\"\n                   BasedOn=\"{StaticResource BodyTextBlockStyle}\"\n                   TargetType=\"TextBlock\">\n                <Setter Property=\"FontWeight\" Value=\"SemiBold\"/>\n            </Style>\n\n            <Style TargetType=\"local:TitleBar\">\n                <Setter Property=\"ButtonBackground\" Value=\"Transparent\"/>\n                <Setter Property=\"ButtonForeground\" Value=\"{ThemeResource SystemControlPageTextBaseHighBrush}\"/>\n                <Setter Property=\"ButtonInactiveBackground\" Value=\"Transparent\"/>\n                <Setter Property=\"ButtonInactiveForeground\" Value=\"{ThemeResource SystemControlForegroundChromeDisabledLowBrush}\"/>\n                <Setter Property=\"ButtonHoverBackground\" Value=\"{ThemeResource SystemControlBackgroundListLowBrush}\"/>\n                <Setter Property=\"ButtonHoverForeground\" Value=\"{ThemeResource SystemControlForegroundBaseHighBrush}\"/>\n                <Setter Property=\"ButtonPressedBackground\" Value=\"{ThemeResource SystemControlBackgroundListMediumBrush}\"/>\n                <Setter Property=\"ButtonPressedForeground\" Value=\"{ThemeResource SystemControlForegroundBaseHighBrush}\"/>\n            </Style>\n        </ResourceDictionary>\n    </Application.Resources>\n</Application>\n"
  },
  {
    "path": "src/Calculator/App.xaml.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//\n// App.xaml.h\n// Declaration of the App class.\n//\n\nusing System;\nusing System.Diagnostics;\nusing System.Threading.Tasks;\n\nusing Windows.ApplicationModel;\nusing Windows.ApplicationModel.Activation;\nusing Windows.Storage;\nusing Windows.UI.StartScreen;\nusing Windows.UI.ViewManagement;\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Controls;\n\nusing CalculatorApp.Utils;\nusing CalculatorApp.ViewModel.Common;\nusing CalculatorApp.ViewModel.Common.Automation;\n\nnamespace CalculatorApp\n{\n    /// <summary>\n    /// Provides application-specific behavior to supplement the default Application class.\n    /// </summary>\n    public sealed partial class App\n    {\n        /// <summary>\n        /// Initializes the singleton application object. This is the first line of authored code\n        /// executed, and as such is the logical equivalent of main() or WinMain().\n        /// </summary>\n        public App()\n        {\n            InitializeComponent();\n            NarratorNotifier.RegisterDependencyProperties();\n\n            // TODO: MSFT 14645325: Set this directly from XAML.\n            // Currently this is bugged so the property is only respected from code-behind.\n            HighContrastAdjustment = ApplicationHighContrastAdjustment.None;\n            Suspending += OnSuspending;\n#if DEBUG\n            DebugSettings.IsBindingTracingEnabled = true;\n            DebugSettings.BindingFailed += (sender, args) =>\n            {\n                if (Debugger.IsAttached)\n                {\n                    string errorMessage = args.Message;\n                    Debugger.Break();\n                }\n            };\n#endif\n        }\n\n        /// <summary>\n        /// Invoked when the application is launched normally by the end user. Other entry points\n        /// will be used when the application is launched to open a specific file, to display\n        /// search results, and so forth.\n        /// </summary>\n        /// <param name=\"e\">Details about the launch request and process.</param>\n        protected override void OnLaunched(LaunchActivatedEventArgs args)\n        {\n            NavCategoryStates.SetCurrentUser(args.User.NonRoamableId);\n\n            // It takes time to check GraphingMode at the very first time. Warm up in a background thread.\n            Task.Run(() => NavCategoryStates.IsViewModeEnabled(ViewMode.Graphing));\n\n            OnAppLaunch(args, args.Arguments, args.PrelaunchActivated);\n        }\n\n        protected override void OnActivated(IActivatedEventArgs args)\n        {\n            if (args.Kind != ActivationKind.Protocol)\n            {\n                return;\n            }\n            else if (args.TryGetSnapshotProtocol(out var protoArgs))\n            {\n                OnAppLaunch(args, protoArgs.GetSnapshotLaunchArgs(), false);\n            }\n            else\n            {\n                // handle any unknown protocol launch as a normal app launch.\n                OnAppLaunch(args, null, false);\n            }\n        }\n\n        private void OnAppLaunch(IActivatedEventArgs args, object arguments, bool isPreLaunch)\n        {\n            // Uncomment the following lines to display frame-rate and per-frame CPU usage info.\n            //#if DEBUG\n            //    if (IsDebuggerPresent())\n            //    {\n            //        DebugSettings.EnableFrameRateCounter = true;\n            //    }\n            //#endif\n\n            args.SplashScreen.Dismissed += async (_, __) => await SetupJumpListAsync();\n\n            var minWindowWidth = Convert.ToSingle(Resources[\"AppMinWindowWidth\"]);\n            var minWindowHeight = Convert.ToSingle(Resources[\"AppMinWindowHeight\"]);\n            var minWindowSize = SizeHelper.FromDimensions(minWindowWidth, minWindowHeight);\n            var appView = ApplicationView.GetForCurrentView();\n            var localSettings = ApplicationData.Current.LocalSettings;\n\n            // SetPreferredMinSize should always be called before Window.Activate\n            appView.SetPreferredMinSize(minWindowSize);\n\n            // For very first launch, set the size of the calc as size of the default standard mode\n            if (!localSettings.Values.ContainsKey(\"VeryFirstLaunch\"))\n            {\n                localSettings.Values[\"VeryFirstLaunch\"] = false;\n                appView.TryResizeView(minWindowSize); // the requested size must not be less than the min size.\n            }\n            else\n            {\n                ApplicationView.PreferredLaunchWindowingMode = ApplicationViewWindowingMode.Auto;\n            }\n\n            // Do not repeat app initialization when the Window already has content,\n            // just ensure that the window is active\n            var rootFrame = Window.Current.Content as Frame;\n            if (rootFrame == null)\n            {\n                rootFrame = new Frame\n                {\n                    FlowDirection = LocalizationService.GetInstance().GetFlowDirection()\n                };\n            }\n\n            if (isPreLaunch)\n            {\n                return;\n            }\n\n            // When the navigation stack isn't restored navigate to the first page,\n            // configuring the new page by passing required information as a navigation\n            // parameter\n            if (rootFrame.Content == null && !rootFrame.Navigate(typeof(MainPage), arguments))\n            {\n                // We couldn't navigate to the main page, kill the app so we have a good\n                // stack to debug\n                throw new SystemException(\"6d430286-eb5d-4f8d-95d2-3d1059552968\");\n            }\n\n            // Place the frame in the current Window\n            Window.Current.Content = rootFrame;\n            ThemeHelper.InitializeAppTheme();\n            Window.Current.Activate();\n        }\n\n        private void OnSuspending(object sender, SuspendingEventArgs args)\n        {\n            TraceLogger.GetInstance().LogButtonUsage();\n        }\n\n        private async Task SetupJumpListAsync()\n        {\n            try\n            {\n                var calculatorOptions = NavCategoryStates.CreateCalculatorCategoryGroup();\n\n                var jumpList = await JumpList.LoadCurrentAsync();\n                jumpList.SystemGroupKind = JumpListSystemGroupKind.None;\n                jumpList.Items.Clear();\n\n                foreach (NavCategory option in calculatorOptions.Categories)\n                {\n                    if (!NavCategoryStates.IsViewModeEnabled(option.ViewMode))\n                    {\n                        continue;\n                    }\n                    ViewMode mode = option.ViewMode;\n                    var item = JumpListItem.CreateWithArguments(((int)mode).ToString(), \"ms-resource:///Resources/\" + NavCategoryStates.GetNameResourceKey(mode));\n                    item.Description = \"ms-resource:///Resources/\" + NavCategoryStates.GetNameResourceKey(mode);\n                    item.Logo = new Uri(\"ms-appx:///Assets/\" + mode + \".png\");\n                    jumpList.Items.Add(item);\n                }\n\n                await jumpList.SaveAsync();\n            }\n            catch (Exception ex)\n            {\n                TraceLogger.GetInstance().LogError(ViewMode.None, nameof(SetupJumpListAsync), ex.ToString());\n#if DEBUG\n                throw;\n#endif\n            }\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/Calculator/Calculator.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\n  <PropertyGroup>\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\n    <Platform Condition=\" '$(Platform)' == '' \">x86</Platform>\n    <ProjectGuid>{3B773403-B0D6-4F9A-948E-512A7A5FB315}</ProjectGuid>\n    <OutputType>AppContainerExe</OutputType>\n    <AppDesignerFolder>Properties</AppDesignerFolder>\n    <RootNamespace>CalculatorApp</RootNamespace>\n    <AssemblyName>CalculatorApp</AssemblyName>\n    <ApplicationType>Windows Store</ApplicationType>\n    <AppContainerApplication>true</AppContainerApplication>\n    <DefaultLanguage>en-US</DefaultLanguage>\n    <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>\n    <TargetPlatformVersion Condition=\" '$(TargetPlatformVersion)' == '' \">10.0.26100.0</TargetPlatformVersion>\n    <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>\n    <!-- We want to manually control the MinVersion/MaxVersionTested in the manifest so turn of the replacement. -->\n    <AppxOSMinVersionReplaceManifestVersion>false</AppxOSMinVersionReplaceManifestVersion>\n    <AppxOSMaxVersionTestedReplaceManifestVersion>false</AppxOSMaxVersionTestedReplaceManifestVersion>\n    <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>\n    <ApplicationTypeRevision>10.0</ApplicationTypeRevision>\n    <AppxDefaultResourceQualifierUAP_Contrast>black</AppxDefaultResourceQualifierUAP_Contrast>\n    <FileAlignment>512</FileAlignment>\n    <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\n    <WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>\n    <AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>\n    <AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>\n    <AppxBundle>Always</AppxBundle>\n    <GenerateProjectSpecificOutputFolder>true</GenerateProjectSpecificOutputFolder>\n    <GenerateAppInstallerFile>False</GenerateAppInstallerFile>\n    <AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>\n    <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>\n    <GenerateTestArtifacts>True</GenerateTestArtifacts>\n    <AppxBundlePlatforms>$(Platform)</AppxBundlePlatforms>\n    <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>\n    <IlcParameters>/disableStackTraceMetadata /disableExceptionMessages</IlcParameters>\n  </PropertyGroup>\n  <!-- This has to be exactly in this place for this to work -->\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Debug|x86'\">\n    <DebugSymbols>true</DebugSymbols>\n    <OutputPath>..\\x86\\Debug\\Calculator\\</OutputPath>\n    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>\n    <NoWarn>;2008</NoWarn>\n    <DebugType>full</DebugType>\n    <PlatformTarget>x86</PlatformTarget>\n    <UseVSHostingProcess>false</UseVSHostingProcess>\n    <ErrorReport>prompt</ErrorReport>\n    <Prefer32Bit>true</Prefer32Bit>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Release|x86'\">\n    <OutputPath>..\\x86\\Release\\Calculator\\</OutputPath>\n    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>\n    <Optimize>true</Optimize>\n    <NoWarn>;2008</NoWarn>\n    <DebugType>pdbonly</DebugType>\n    <PlatformTarget>x86</PlatformTarget>\n    <UseVSHostingProcess>false</UseVSHostingProcess>\n    <ErrorReport>prompt</ErrorReport>\n    <Prefer32Bit>true</Prefer32Bit>\n    <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Debug|ARM64'\">\n    <DebugSymbols>true</DebugSymbols>\n    <OutputPath>..\\ARM64\\Debug\\Calculator\\</OutputPath>\n    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>\n    <NoWarn>;2008</NoWarn>\n    <DebugType>full</DebugType>\n    <PlatformTarget>ARM64</PlatformTarget>\n    <UseVSHostingProcess>false</UseVSHostingProcess>\n    <ErrorReport>prompt</ErrorReport>\n    <Prefer32Bit>true</Prefer32Bit>\n    <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Release|ARM64'\">\n    <OutputPath>..\\ARM64\\Release\\Calculator\\</OutputPath>\n    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>\n    <Optimize>true</Optimize>\n    <NoWarn>;2008</NoWarn>\n    <DebugType>pdbonly</DebugType>\n    <PlatformTarget>ARM64</PlatformTarget>\n    <UseVSHostingProcess>false</UseVSHostingProcess>\n    <ErrorReport>prompt</ErrorReport>\n    <Prefer32Bit>true</Prefer32Bit>\n    <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Debug|x64'\">\n    <DebugSymbols>true</DebugSymbols>\n    <OutputPath>..\\x64\\Debug\\Calculator\\</OutputPath>\n    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>\n    <NoWarn>;2008</NoWarn>\n    <DebugType>full</DebugType>\n    <PlatformTarget>x64</PlatformTarget>\n    <UseVSHostingProcess>false</UseVSHostingProcess>\n    <ErrorReport>prompt</ErrorReport>\n    <Prefer32Bit>true</Prefer32Bit>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Release|x64'\">\n    <OutputPath>..\\x64\\Release\\Calculator\\</OutputPath>\n    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>\n    <Optimize>true</Optimize>\n    <NoWarn>;2008</NoWarn>\n    <DebugType>pdbonly</DebugType>\n    <PlatformTarget>x64</PlatformTarget>\n    <UseVSHostingProcess>false</UseVSHostingProcess>\n    <ErrorReport>prompt</ErrorReport>\n    <Prefer32Bit>true</Prefer32Bit>\n    <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(IsStoreBuild)' == 'True'\">\n    <DefineConstants>$(DefineConstants);SEND_DIAGNOSTICS;IS_STORE_BUILD</DefineConstants>\n  </PropertyGroup>\n  <PropertyGroup>\n    <RestoreProjectStyle>PackageReference</RestoreProjectStyle>\n  </PropertyGroup>\n  <ItemGroup>\n    <Compile Include=\"App.xaml.cs\">\n      <DependentUpon>App.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Common\\AlwaysSelectedCollectionView.cs\" />\n    <Compile Include=\"Common\\AppLifecycleLogger.cs\" />\n    <Compile Include=\"Common\\KeyboardShortcutManager.cs\" />\n    <Compile Include=\"Common\\LaunchArguments.cs\" />\n    <Compile Include=\"Common\\ValidatingConverters.cs\" />\n    <Compile Include=\"Controls\\CalculationResult.cs\" />\n    <Compile Include=\"Controls\\CalculationResultAutomationPeer.cs\" />\n    <Compile Include=\"Controls\\CalculatorButton.cs\" />\n    <Compile Include=\"Controls\\OperatorPanelButton.cs\" />\n    <Compile Include=\"Controls\\OperatorPanelListView.cs\" />\n    <Compile Include=\"Controls\\OverflowTextBlock.cs\" />\n    <Compile Include=\"Controls\\OverflowTextBlockAutomationPeer.cs\" />\n    <Compile Include=\"Controls\\EquationTextBox.cs\" />\n    <Compile Include=\"Controls\\FlipButtons.cs\" />\n    <Compile Include=\"Controls\\HorizontalNoOverflowStackPanel.cs\" />\n    <Compile Include=\"Controls\\MathRichEditBox.cs\" />\n    <Compile Include=\"Controls\\RadixButton.cs\" />\n    <Compile Include=\"Controls\\SupplementaryItemsControl.cs\" />\n    <Compile Include=\"Converters\\BooleanNegationConverter.cs\" />\n    <Compile Include=\"Converters\\BooleanToVisibilityConverter.cs\" />\n    <Compile Include=\"Converters\\ExpressionItemTemplateSelector.cs\" />\n    <Compile Include=\"Converters\\ItemSizeToVisibilityConverter.cs\" />\n    <Compile Include=\"Converters\\RadixToStringConverter.cs\" />\n    <Compile Include=\"Converters\\VisibilityNegationConverter.cs\" />\n    <Compile Include=\"Selectors\\NavViewMenuItemTemplateSelector.cs\" />\n    <Compile Include=\"Utils\\DeflateUtils.cs\" />\n    <Compile Include=\"Utils\\ResourceVirtualKey.cs\" />\n    <Compile Include=\"Utils\\ResourceString.cs\" />\n    <Compile Include=\"Utils\\JsonUtils.cs\" />\n    <Compile Include=\"Utils\\ThemeHelper.cs\" />\n    <Compile Include=\"Views\\GraphingCalculator\\EquationStylePanelControl.xaml.cs\">\n      <DependentUpon>EquationStylePanelControl.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Selectors\\KeyGraphFeaturesTemplateSelector.cs\" />\n    <Compile Include=\"Utils\\DelegateCommandUtils.cs\" />\n    <Compile Include=\"Views\\Calculator.xaml.cs\">\n      <DependentUpon>Calculator.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\CalculatorProgrammerBitFlipPanel.xaml.cs\">\n      <DependentUpon>CalculatorProgrammerBitFlipPanel.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\CalculatorProgrammerOperators.xaml.cs\">\n      <DependentUpon>CalculatorProgrammerOperators.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\CalculatorProgrammerRadixOperators.xaml.cs\">\n      <DependentUpon>CalculatorProgrammerRadixOperators.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\CalculatorScientificAngleButtons.xaml.cs\">\n      <DependentUpon>CalculatorScientificAngleButtons.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\CalculatorScientificOperators.xaml.cs\">\n      <DependentUpon>CalculatorScientificOperators.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\CalculatorStandardOperators.xaml.cs\">\n      <DependentUpon>CalculatorStandardOperators.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\DateCalculator.xaml.cs\">\n      <DependentUpon>DateCalculator.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\GraphingCalculator\\EquationInputArea.xaml.cs\">\n      <DependentUpon>EquationInputArea.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\GraphingCalculator\\GraphingCalculator.xaml.cs\">\n      <DependentUpon>GraphingCalculator.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\GraphingCalculator\\GraphingNumPad.xaml.cs\">\n      <DependentUpon>GraphingNumPad.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\GraphingCalculator\\GraphingSettings.xaml.cs\">\n      <DependentUpon>GraphingSettings.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\GraphingCalculator\\KeyGraphFeaturesPanel.xaml.cs\">\n      <DependentUpon>KeyGraphFeaturesPanel.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\HistoryList.xaml.cs\">\n      <DependentUpon>HistoryList.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\MainPage.xaml.cs\">\n      <DependentUpon>MainPage.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\n    <Compile Include=\"Utils\\DispatcherTimerDelayer.cs\" />\n    <Compile Include=\"Utils\\VisualTree.cs\" />\n    <Compile Include=\"Views\\Memory.xaml.cs\">\n      <DependentUpon>Memory.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\MemoryListItem.xaml.cs\">\n      <DependentUpon>MemoryListItem.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\NumberPad.xaml.cs\">\n      <DependentUpon>NumberPad.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\OperatorsPanel.xaml.cs\">\n      <DependentUpon>OperatorsPanel.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\Settings.xaml.cs\">\n      <DependentUpon>Settings.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\StateTriggers\\AspectRatioTrigger.cs\" />\n    <Compile Include=\"Views\\CalculatorProgrammerDisplayPanel.xaml.cs\">\n      <DependentUpon>CalculatorProgrammerDisplayPanel.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\StateTriggers\\ControlSizeTrigger.cs\" />\n    <Compile Include=\"Views\\SupplementaryResults.xaml.cs\">\n      <DependentUpon>SupplementaryResults.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\TitleBar.xaml.cs\">\n      <DependentUpon>TitleBar.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"Views\\UnitConverter.xaml.cs\">\n      <DependentUpon>UnitConverter.xaml</DependentUpon>\n    </Compile>\n  </ItemGroup>\n  <ItemGroup Condition=\"'$(UseReleaseAppxManifest)' == 'True'\">\n    <AppxManifest Include=\"Package.Release.appxmanifest\">\n      <SubType>Designer</SubType>\n    </AppxManifest>\n  </ItemGroup>\n  <ItemGroup Condition=\"'$(UseReleaseAppxManifest)' != 'True'\">\n    <AppxManifest Include=\"Package.appxmanifest\">\n      <SubType>Designer</SubType>\n    </AppxManifest>\n  </ItemGroup>\n  <ItemGroup Condition=\"'$(IsStoreBuild)' == 'True'\">\n    <Content Include=\"Assets\\CalculatorAppList.scale-100.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-125.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-150.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-200.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-400.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-16_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-16_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-20_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-20_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-24_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-24_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-256_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-256_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-30_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-30_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-32_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-32_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-36_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-36_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-40_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-40_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-48_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-48_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-60_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-60_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-64_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-64_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-72_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-72_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-80_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-80_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-96_altform-lightunplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-96_altform-lightunplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-100.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-125.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-150.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-200.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-400.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-100.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-125.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-150.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-200.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-400.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-100.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-125.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-150.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-200.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-400.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-100.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-125.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-150.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-200.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-400.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-100.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-125.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-125_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-125_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-150.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-150_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-150_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-200.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-400.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-400_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-400_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-100.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-125.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-150.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-200.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-400.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Content Include=\"Assets\\CalculatorAppList.scale-100_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-100_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-125_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-125_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-150_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-150_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-200_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-200_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-400_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.scale-400_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-16.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-16_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-16_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-16_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-16_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-16_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-16_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-20.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-20_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-20_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-20_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-20_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-20_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-20_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-24.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-24_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-24_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-24_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-24_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-24_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-24_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-256.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-256_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-256_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-256_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-256_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-256_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-256_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-30.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-30_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-30_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-30_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-30_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-30_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-30_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-32.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-32_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-32_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-32_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-32_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-32_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-32_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-36.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-36_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-36_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-36_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-36_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-36_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-36_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-40.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-40_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-40_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-40_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-40_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-40_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-40_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-48.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-48_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-48_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-48_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-48_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-48_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-48_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-60.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-60_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-60_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-60_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-60_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-60_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-60_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-64.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-64_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-64_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-64_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-64_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-64_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-64_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-72.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-72_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-72_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-72_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-72_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-72_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-72_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-80.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-80_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-80_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-80_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-80_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-80_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-80_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-96.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-96_altform-lightunplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-96_altform-unplated.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-96_altform-unplated_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-96_altform-unplated_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-96_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorAppList.targetsize-96_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-100_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-100_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-125_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-125_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-150_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-150_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-200_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-200_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-400_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorLargeTile.scale-400_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-100_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-100_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-125_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-125_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-150_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-150_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-200_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-200_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-400_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorMedTile.scale-400_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-100_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-100_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-125_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-125_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-150_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-150_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-200_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-200_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-400_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorSmallTile.scale-400_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-100_altform-colorful.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-100_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-100_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-125_altform-colorful.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-125_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-125_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-150_altform-colorful.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-150_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-150_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-200_altform-colorful.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-200_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-200_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-400_altform-colorful.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-400_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorSplashScreen.scale-400_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-100_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-100_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-200_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorStoreLogo.scale-200_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-100_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-100_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-125_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-125_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-150_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-150_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-200_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-200_contrast-white.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-400_contrast-black.png\" />\n    <Content Include=\"Assets\\CalculatorWideTile.scale-400_contrast-white.png\" />\n    <Content Include=\"Assets\\Date.targetsize-16_contrast-black.png\" />\n    <Content Include=\"Assets\\Date.targetsize-16_contrast-white.png\" />\n    <Content Include=\"Assets\\Date.targetsize-20_contrast-black.png\" />\n    <Content Include=\"Assets\\Date.targetsize-20_contrast-white.png\" />\n    <Content Include=\"Assets\\Date.targetsize-24_contrast-black.png\" />\n    <Content Include=\"Assets\\Date.targetsize-24_contrast-white.png\" />\n    <Content Include=\"Assets\\Date.targetsize-32_contrast-black.png\" />\n    <Content Include=\"Assets\\Date.targetsize-32_contrast-white.png\" />\n    <Content Include=\"Assets\\Date.targetsize-64_contrast-black.png\" />\n    <Content Include=\"Assets\\Date.targetsize-64_contrast-white.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-16.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-16_contrast-black.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-16_contrast-white.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-20.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-20_contrast-black.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-20_contrast-white.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-24.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-24_contrast-black.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-24_contrast-white.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-32.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-32_contrast-black.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-32_contrast-white.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-64.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-64_contrast-black.png\" />\n    <Content Include=\"Assets\\Graphing.targetsize-64_contrast-white.png\" />\n    <Content Include=\"Assets\\Programmer.targetsize-16_contrast-black.png\" />\n    <Content Include=\"Assets\\Programmer.targetsize-16_contrast-white.png\" />\n    <Content Include=\"Assets\\Programmer.targetsize-20_contrast-black.png\" />\n    <Content Include=\"Assets\\Programmer.targetsize-20_contrast-white.png\" />\n    <Content Include=\"Assets\\Programmer.targetsize-24_contrast-black.png\" />\n    <Content Include=\"Assets\\Programmer.targetsize-24_contrast-white.png\" />\n    <Content Include=\"Assets\\Programmer.targetsize-32_contrast-black.png\" />\n    <Content Include=\"Assets\\Programmer.targetsize-32_contrast-white.png\" />\n    <Content Include=\"Assets\\Programmer.targetsize-64_contrast-black.png\" />\n    <Content Include=\"Assets\\Programmer.targetsize-64_contrast-white.png\" />\n    <Content Include=\"Assets\\Scientific.targetsize-16_contrast-black.png\" />\n    <Content Include=\"Assets\\Scientific.targetsize-16_contrast-white.png\" />\n    <Content Include=\"Assets\\Scientific.targetsize-20_contrast-black.png\" />\n    <Content Include=\"Assets\\Scientific.targetsize-20_contrast-white.png\" />\n    <Content Include=\"Assets\\Scientific.targetsize-24_contrast-black.png\" />\n    <Content Include=\"Assets\\Scientific.targetsize-24_contrast-white.png\" />\n    <Content Include=\"Assets\\Scientific.targetsize-32_contrast-black.png\" />\n    <Content Include=\"Assets\\Scientific.targetsize-32_contrast-white.png\" />\n    <Content Include=\"Assets\\Scientific.targetsize-64_contrast-black.png\" />\n    <Content Include=\"Assets\\Scientific.targetsize-64_contrast-white.png\" />\n    <Content Include=\"Assets\\Standard.targetsize-16_contrast-black.png\" />\n    <Content Include=\"Assets\\Standard.targetsize-16_contrast-white.png\" />\n    <Content Include=\"Assets\\Standard.targetsize-20_contrast-black.png\" />\n    <Content Include=\"Assets\\Standard.targetsize-20_contrast-white.png\" />\n    <Content Include=\"Assets\\Standard.targetsize-24_contrast-black.png\" />\n    <Content Include=\"Assets\\Standard.targetsize-24_contrast-white.png\" />\n    <Content Include=\"Assets\\Standard.targetsize-32_contrast-black.png\" />\n    <Content Include=\"Assets\\Standard.targetsize-32_contrast-white.png\" />\n    <Content Include=\"Assets\\Standard.targetsize-64_contrast-black.png\" />\n    <Content Include=\"Assets\\Standard.targetsize-64_contrast-white.png\" />\n    <Content Include=\"Properties\\Default.rd.xml\" />\n  </ItemGroup>\n  <ItemGroup>\n    <PRIResource Include=\"Resources\\af-ZA\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\af-ZA\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\am-et\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\am-et\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\ar-sa\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\ar-sa\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\az-Latn-AZ\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\az-Latn-AZ\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\bg-BG\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\bg-BG\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\ca-es\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\ca-es\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\cs-cz\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\cs-cz\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\da-DK\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\da-DK\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\de-de\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\de-de\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\el-GR\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\el-GR\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\en-gb\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\en-gb\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\en-US\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\en-US\\Resources.resw\">\n      <SubType>Designer</SubType>\n    </PRIResource>\n    <PRIResource Include=\"Resources\\es-es\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\es-es\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\es-mx\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\es-mx\\resources.resw\" />\n    <PRIResource Include=\"Resources\\et-EE\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\et-EE\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\eu-ES\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\eu-ES\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\fa-IR\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\fa-IR\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\fi-fi\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\fi-fi\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\fil-PH\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\fil-PH\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\fr-ca\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\fr-ca\\resources.resw\" />\n    <PRIResource Include=\"Resources\\fr-fr\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\fr-fr\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\gl-ES\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\gl-ES\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\he-IL\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\he-IL\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\hi-in\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\hi-in\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\hr-HR\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\hr-HR\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\hu-HU\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\hu-HU\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\id-ID\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\id-ID\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\is-IS\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\is-IS\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\it-it\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\it-it\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\ja-jp\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\ja-jp\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\kk-KZ\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\kk-KZ\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\km-KH\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\km-KH\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\kn-IN\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\kn-IN\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\ko-kr\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\ko-kr\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\lo-LA\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\lo-LA\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\lt-LT\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\lt-LT\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\lv-LV\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\lv-LV\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\mk-MK\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\mk-MK\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\ml-IN\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\ml-IN\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\ms-MY\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\ms-MY\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\nb-NO\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\nb-NO\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\nl-nl\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\nl-nl\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\pl-pl\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\pl-pl\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\pt-br\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\pt-br\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\pt-PT\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\pt-PT\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\ro-RO\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\ro-RO\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\ru-ru\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\ru-ru\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\sk-SK\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\sk-SK\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\sl-SI\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\sl-SI\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\sq-AL\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\sq-AL\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\sr-Latn-RS\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\sr-Latn-RS\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\sv-se\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\sv-se\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\ta-IN\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\ta-IN\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\te-IN\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\te-IN\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\th-th\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\th-th\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\tr-tr\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\tr-tr\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\uk-UA\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\uk-UA\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\vi-vn\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\vi-vn\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\zh-cn\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\zh-cn\\Resources.resw\" />\n    <PRIResource Include=\"Resources\\zh-tw\\CEngineStrings.resw\" />\n    <PRIResource Include=\"Resources\\zh-tw\\Resources.resw\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ApplicationDefinition Include=\"App.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </ApplicationDefinition>\n    <Page Include=\"Views\\GraphingCalculator\\EquationStylePanelControl.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\Calculator.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\CalculatorProgrammerBitFlipPanel.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\CalculatorProgrammerOperators.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\CalculatorProgrammerRadixOperators.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\CalculatorScientificAngleButtons.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\CalculatorScientificOperators.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\CalculatorStandardOperators.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\DateCalculator.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\DelighterUnitStyles.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"Views\\GraphingCalculator\\EquationInputArea.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\GraphingCalculator\\GraphingCalculator.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\GraphingCalculator\\GraphingNumPad.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\GraphingCalculator\\GraphingSettings.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\GraphingCalculator\\KeyGraphFeaturesPanel.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\HistoryList.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\MainPage.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"Views\\Memory.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\MemoryListItem.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\NumberPad.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\OperatorsPanel.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\Settings.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\CalculatorProgrammerDisplayPanel.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\SupplementaryResults.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\TitleBar.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"Views\\UnitConverter.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n  </ItemGroup>\n  <ItemGroup>\n    <PackageReference Include=\"CommunityToolkit.Uwp.Controls.SettingsControls\">\n      <Version>8.0.230823-rc</Version>\n    </PackageReference>\n    <PackageReference Include=\"Microsoft.NETCore.UniversalWindowsPlatform\">\n      <Version>6.2.14</Version>\n    </PackageReference>\n    <PackageReference Include=\"Microsoft.UI.Xaml\" Version=\"2.8.1\" />\n    <PackageReference Include=\"System.Text.Json\">\n      <Version>8.0.5</Version>\n    </PackageReference>\n  </ItemGroup>\n  <ItemGroup>\n    <ProjectReference Include=\"..\\Calculator.ManagedViewModels\\Calculator.ManagedViewModels.csproj\">\n      <Project>{2179cfde-cded-4df0-8c24-a0ef6b425771}</Project>\n      <Name>Calculator.ManagedViewModels</Name>\n    </ProjectReference>\n    <ProjectReference Include=\"..\\CalcViewModel\\CalcViewModel.vcxproj\">\n      <Project>{812d1a7b-b8ac-49e4-8e6d-af5d59500d56}</Project>\n      <Name>CalcViewModel</Name>\n    </ProjectReference>\n    <ProjectReference Include=\"..\\GraphControl\\GraphControl.vcxproj\">\n      <Project>{e727a92b-f149-492c-8117-c039a298719b}</Project>\n      <Name>GraphControl</Name>\n    </ProjectReference>\n    <ProjectReference Include=\"..\\TraceLogging\\TraceLogging.vcxproj\">\n      <Project>{fc81ff41-02cd-4cd9-9bc5-45a1e39ac6ed}</Project>\n      <Name>TraceLogging</Name>\n    </ProjectReference>\n  </ItemGroup>\n  <ItemGroup>\n    <Content Include=\"Assets\\CalculatorIcons.ttf\" />\n  </ItemGroup>\n  <PropertyGroup Condition=\" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' \">\n    <VisualStudioVersion>14.0</VisualStudioVersion>\n  </PropertyGroup>\n  <!-- Override MSBuild target to workaround VS bug with building using framework packages -->\n  <Target Name=\"_GenerateAdditionalFrameworkSDKReference\">\n    <ItemGroup>\n      <_IntermediateFrameworkSdkReference Include=\"@(AppxPackageRegistration)\" Condition=\"'@(AppxPackageRegistration)' != ''&#xD;&#xA;                   AND ('$(Configuration)' == '%(AppxPackageRegistration.Configuration)' OR '%(AppxPackageRegistration.Configuration)' == '')&#xD;&#xA;                   AND ('$(PlatformTarget)' == '%(AppxPackageRegistration.Architecture)' OR '%(AppxPackageRegistration.Configuration)' == '')\">\n        <SDKName Condition=\"%(AppxPackageRegistration.Name) != ''\">%(AppxPackageRegistration.Name)</SDKName>\n        <SDKName Condition=\"%(AppxPackageRegistration.Name) == ''\">%(AppxPackageRegistration.Filename)</SDKName>\n        <TargetedSDKConfiguration>%(AppxPackageRegistration.Configuration)</TargetedSDKConfiguration>\n        <TargetedSDKArchitecture>%(AppxPackageRegistration.Architecture)</TargetedSDKArchitecture>\n        <AppxLocation>%(AppxPackageRegistration.Identity)</AppxLocation>\n      </_IntermediateFrameworkSdkReference>\n      <FrameworkSdkReference Include=\"@(_IntermediateFrameworkSdkReference)\">\n        <FrameworkIdentity>Name = %(_IntermediateFrameworkSdkReference.SDKName), MinVersion = %(_IntermediateFrameworkSdkReference.Version), Publisher = %(_IntermediateFrameworkSdkReference.Publisher)</FrameworkIdentity>\n      </FrameworkSdkReference>\n    </ItemGroup>\n  </Target>\n  <Import Project=\"$(MSBuildExtensionsPath)\\Microsoft\\WindowsXaml\\v$(VisualStudioVersion)\\Microsoft.Windows.UI.Xaml.CSharp.targets\" />\n  <Import Project=\"$(SolutionDir)build\\Calculator.StampAssemblyInfo.targets\" />\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \n       Other similar extension points exist, see Microsoft.Common.targets.\n  <Target Name=\"BeforeBuild\">\n  </Target>\n  <Target Name=\"AfterBuild\">\n  </Target>\n  -->\n</Project>"
  },
  {
    "path": "src/Calculator/Common/AlwaysSelectedCollectionView.cs",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing System;\nusing System.Collections;\nusing System.Collections.Generic;\n\nusing Windows.Foundation;\nusing Windows.Foundation.Collections;\nusing Windows.UI.Xaml.Data;\n\nnamespace CalculatorApp\n{\n    namespace Common\n    {\n        internal sealed class AlwaysSelectedCollectionView : Windows.UI.Xaml.DependencyObject, Windows.UI.Xaml.Data.ICollectionView\n        {\n            internal AlwaysSelectedCollectionView(IList source)\n            {\n                CurrentPosition = -1;\n                m_source = source;\n\n                if (source is Windows.UI.Xaml.Interop.IBindableObservableVector observable)\n                {\n                    observable.VectorChanged += OnSourceBindableVectorChanged;\n                }\n            }\n\n            public bool MoveCurrentTo(object item)\n            {\n                if (item != null)\n                {\n                    int newCurrentPosition = m_source.IndexOf(item);\n                    if (newCurrentPosition != -1)\n                    {\n                        CurrentPosition = newCurrentPosition;\n                        CurrentChanged?.Invoke(this, null);\n                        return true;\n                    }\n                }\n\n                // The item is not in the collection\n                // We're going to schedule a call back later so we\n                // restore the selection to the way we wanted it to begin with\n                if (CurrentPosition >= 0 && CurrentPosition < m_source.Count)\n                {\n                    Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () =>\n                    {\n                        CurrentChanged?.Invoke(this, null);\n                    }).AsTask().Wait();\n                }\n                return false;\n            }\n\n            public bool MoveCurrentToPosition(int index)\n            {\n                if (index < 0 || index >= m_source.Count)\n                {\n                    return false;\n                }\n\n                CurrentPosition = index;\n                CurrentChanged?.Invoke(this, null);\n                return true;\n            }\n\n            #region no implementations\n\n            public bool MoveCurrentToFirst()\n            {\n                throw new NotImplementedException();\n            }\n\n            public bool MoveCurrentToLast()\n            {\n                throw new NotImplementedException();\n            }\n\n            public bool MoveCurrentToNext()\n            {\n                throw new NotImplementedException();\n            }\n\n            public bool MoveCurrentToPrevious()\n            {\n                throw new NotImplementedException();\n            }\n\n            public IAsyncOperation<LoadMoreItemsResult> LoadMoreItemsAsync(uint count)\n            {\n                throw new NotImplementedException();\n            }\n\n            public void Insert(int index, object item)\n            {\n                throw new NotImplementedException();\n            }\n\n            public void RemoveAt(int index)\n            {\n                throw new NotImplementedException();\n            }\n\n            public void Add(object item)\n            {\n                throw new NotImplementedException();\n            }\n\n            public void Clear()\n            {\n                throw new NotImplementedException();\n            }\n\n            public bool Contains(object item)\n            {\n                throw new NotImplementedException();\n            }\n\n            public void CopyTo(object[] array, int arrayIndex)\n            {\n                throw new NotImplementedException();\n            }\n\n            public bool Remove(object item)\n            {\n                throw new NotImplementedException();\n            }\n\n            public bool IsReadOnly => throw new NotImplementedException();\n\n            #endregion no implementations\n\n            public object this[int index]\n            {\n                get => m_source[index];\n\n                set => throw new NotImplementedException();\n            }\n\n            public int Count => m_source.Count;\n\n            public IObservableVector<object> CollectionGroups => (IObservableVector<object>)new List<object>();\n\n            public object CurrentItem\n            {\n                get\n                {\n                    if (CurrentPosition >= 0 && CurrentPosition < m_source.Count)\n                    {\n                        return m_source[CurrentPosition];\n                    }\n                    return null;\n                }\n            }\n\n            public int CurrentPosition { get; private set; }\n\n            public bool HasMoreItems => false;\n\n            public bool IsCurrentAfterLast => CurrentPosition >= m_source.Count;\n\n            public bool IsCurrentBeforeFirst => CurrentPosition < 0;\n\n            public int IndexOf(object item)\n            {\n                return m_source.IndexOf(item);\n            }\n\n            public IEnumerator<object> GetEnumerator()\n            {\n                throw new NotImplementedException();\n            }\n\n            IEnumerator IEnumerable.GetEnumerator()\n            {\n                throw new NotImplementedException();\n            }\n\n            // Event handlers\n            private void OnSourceBindableVectorChanged(Windows.UI.Xaml.Interop.IBindableObservableVector source, object e)\n            {\n                Windows.Foundation.Collections.IVectorChangedEventArgs args = (Windows.Foundation.Collections.IVectorChangedEventArgs)e;\n                VectorChanged?.Invoke(this, args);\n            }\n\n            public event EventHandler<object> CurrentChanged;\n            public event VectorChangedEventHandler<object> VectorChanged;\n            public event CurrentChangingEventHandler CurrentChanging\n            {\n                add => throw new NotImplementedException();\n                remove => throw new NotImplementedException();\n            }\n\n            private readonly IList m_source;\n        }\n\n        public sealed class AlwaysSelectedCollectionViewConverter : Windows.UI.Xaml.Data.IValueConverter\n        {\n            public AlwaysSelectedCollectionViewConverter()\n            {\n            }\n\n            public object Convert(object value, Type targetType, object parameter, string language)\n            {\n                if (value is IList result)\n                {\n                    return new AlwaysSelectedCollectionView(result);\n                }\n                return Windows.UI.Xaml.DependencyProperty.UnsetValue; // Can't convert\n            }\n\n            public object ConvertBack(object value, Type targetType, object parameter, string language)\n            {\n                return Windows.UI.Xaml.DependencyProperty.UnsetValue;\n            }\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/Calculator/Common/AppLifecycleLogger.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing CalculatorApp.ViewModel.Common;\n\nusing System;\n\nusing Windows.ApplicationModel;\nusing Windows.ApplicationModel.Core;\nusing Windows.Foundation.Diagnostics;\nusing Windows.UI.ViewManagement;\n\nnamespace CalculatorApp\n{\n    public static class Globals\n    {\n#if SEND_DIAGNOSTICS\n        // c.f. WINEVENT_KEYWORD_RESERVED_63-56 0xFF00000000000000 // Bits 63-56 - channel keywords\n        // c.f. WINEVENT_KEYWORD_*              0x00FF000000000000 // Bits 55-48 - system-reserved keywords\n        public const long MICROSOFT_KEYWORD_LEVEL_1 = 0x0000800000000000; // Bit 47\n        public const long MICROSOFT_KEYWORD_LEVEL_2 = 0x0000400000000000;      // Bit 46\n        public const long MICROSOFT_KEYWORD_LEVEL_3 = 0x0000200000000000;     // Bit 45\n        public const long MICROSOFT_KEYWORD_RESERVED_44 = 0x0000100000000000;   // Bit 44 (reserved for future assignment)\n#else\n        // define all Keyword options as 0 when we do not want to upload app diagnostics\n        public const long MICROSOFT_KEYWORD_LEVEL_1 = 0;\n        public const long MICROSOFT_KEYWORD_LEVEL_2 = 0;\n        public const long MICROSOFT_KEYWORD_LEVEL_3 = 0;\n        public const long MICROSOFT_KEYWORD_RESERVED_44 = 0;\n#endif\n    }\n\n    internal class AppLifecycleLogger\n    {\n        public static AppLifecycleLogger GetInstance()\n        {\n            return s_selfInstance.Value;\n        }\n\n        public bool GetTraceLoggingProviderEnabled()\n        {\n            return m_appLifecycleProvider.Enabled;\n        }\n\n        public void LaunchUIResponsive()\n        {\n            if (!GetTraceLoggingProviderEnabled())\n                return;\n\n            LoggingFields fields = new LoggingFields();\n            PopulateAppInfo(fields);\n            LogAppLifecycleEvent(\"ModernAppLaunch_UIResponsive\", fields);\n        }\n\n        public void LaunchVisibleComplete()\n        {\n            if (!GetTraceLoggingProviderEnabled())\n                return;\n\n            LoggingFields fields = new LoggingFields();\n            PopulateAppInfo(fields);\n            LogAppLifecycleEvent(\"ModernAppLaunch_VisibleComplete\", fields);\n        }\n\n        public void ResumeUIResponsive()\n        {\n            if (!GetTraceLoggingProviderEnabled())\n                return;\n\n            LoggingFields fields = new LoggingFields();\n            PopulateAppInfo(fields);\n            LogAppLifecycleEvent(\"ModernAppResume_UIResponsive\", fields);\n        }\n\n        public void ResumeVisibleComplete()\n        {\n            if (!GetTraceLoggingProviderEnabled())\n                return;\n\n            LoggingFields fields = new LoggingFields();\n            PopulateAppInfo(fields);\n            LogAppLifecycleEvent(\"ModernAppResume_VisibleComplete\", fields);\n        }\n\n        public void ResizeUIResponsive()\n        {\n            ResizeUIResponsive(ApplicationView.GetForCurrentView().Id);\n        }\n\n        public void ResizeVisibleComplete()\n        {\n            ResizeVisibleComplete(ApplicationView.GetForCurrentView().Id);\n        }\n\n        public void ResizeUIResponsive(int viewId)\n        {\n            if (!GetTraceLoggingProviderEnabled())\n                return;\n\n            LoggingFields fields = new LoggingFields();\n            PopulateAppInfo(fields);\n            fields.AddInt32(\"ViewId\", viewId);\n            LogAppLifecycleEvent(\"ModernAppResize_UIResponsive\", fields);\n        }\n\n        public void ResizeVisibleComplete(int viewId)\n        {\n            if (!GetTraceLoggingProviderEnabled())\n                return;\n\n            LoggingFields fields = new LoggingFields();\n            PopulateAppInfo(fields);\n            fields.AddInt32(\"ViewId\", viewId);\n            LogAppLifecycleEvent(\"ModernAppResize_VisibleComplete\", fields);\n        }\n\n        // Make the object construction private to allow singleton access to this class\n        private AppLifecycleLogger()\n        {\n            m_appLifecycleProvider = new LoggingChannel(\n                        \"Microsoft.Windows.AppLifeCycle\",\n                        new LoggingChannelOptions(new Guid(0x4f50731a, 0x89cf, 0x4782, 0xb3, 0xe0, 0xdc, 0xe8, 0xc9, 0x4, 0x76, 0xba)),\n                        new Guid(0xef00584a, 0x2655, 0x462c, 0xbc, 0x24, 0xe7, 0xde, 0x63, 0xe, 0x7f, 0xbf));\n        }\n\n        // Any new Log method should\n        // a) Decide the level of logging. This will help us in limiting recording of events only up to a certain level. See this link for guidance\n        // https://msdn.microsoft.com/en-us/library/windows/desktop/aa363742(v=vs.85).aspx We're using Verbose level for events that are called frequently and\n        // needed only for debugging or capturing perf for specific scenarios b) Should decide whether or not to log to diagnostics and pass\n        // TraceLoggingKeyword(MICROSOFT_KEYWORD_LEVEL_3) accordingly c) Should accept a variable number of additional data arguments if needed\n        private void LogAppLifecycleEvent(string eventName, LoggingFields fields)\n        {\n            m_appLifecycleProvider.LogEvent(\n                eventName, fields, LoggingLevel.Information, new LoggingOptions(Globals.MICROSOFT_KEYWORD_LEVEL_3 | Utilities.GetConst_WINEVENT_KEYWORD_RESPONSE_TIME()));\n        }\n\n        private void PopulateAppInfo(LoggingFields fields)\n        {\n            var appId = CoreApplication.Id;\n            var aumId = Package.Current.Id.FamilyName + \"!\" + appId;\n            var packageFullName = Package.Current.Id.FullName;\n            var psmKey = Package.Current.Id.FullName + \"+\" + appId;\n\n            fields.AddString(\"AumId\", aumId);\n            fields.AddString(\"PackageFullName\", packageFullName);\n            fields.AddString(\"PsmKey\", psmKey);\n        }\n\n        private readonly LoggingChannel m_appLifecycleProvider;\n        private static readonly Lazy<AppLifecycleLogger> s_selfInstance = new Lazy<AppLifecycleLogger>(() => new AppLifecycleLogger(), true);\n    }\n}\n\n"
  },
  {
    "path": "src/Calculator/Common/KeyboardShortcutManager.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing CalculatorApp.ManagedViewModels;\nusing CalculatorApp.ViewModel.Common;\n\nusing System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.Linq;\n\nusing Windows.UI.Core;\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Controls;\nusing Windows.UI.Xaml.Controls.Primitives;\n\nusing MUXC = Microsoft.UI.Xaml.Controls;\n\nnamespace CalculatorApp\n{\n    namespace Common\n    {\n        internal static class KeyboardShortcutManagerLocals\n        {\n            // Lights up all of the buttons in the given range\n            // The range is defined by a pair of iterators\n            public static void LightUpButtons(IEnumerable<WeakReference> buttons)\n            {\n                foreach (var button in buttons)\n                {\n                    if (button.Target is ButtonBase btn && btn.IsEnabled)\n                    {\n                        LightUpButton(btn);\n                    }\n                }\n            }\n\n            public static void LightUpButton(ButtonBase button)\n            {\n                // If the button is a toggle button then we don't need\n                // to change the UI of the button\n                if (button is ToggleButton)\n                {\n                    return;\n                }\n\n                // The button will go into the visual Pressed state with this call\n                VisualStateManager.GoToState(button, \"Pressed\", true);\n\n                // This timer will fire after lightUpTime and make the button\n                // go back to the normal state.\n                // This timer will only fire once after which it will be destroyed\n                var timer = new DispatcherTimer();\n                TimeSpan lightUpTime = TimeSpan.FromMilliseconds(50); // 5e5 100-ns\n                timer.Interval = lightUpTime;\n\n                var timerWeakReference = new WeakReference(timer);\n                var buttonWeakReference = new WeakReference(button);\n                timer.Tick += (sender, args) =>\n                {\n                    if (buttonWeakReference.Target is ButtonBase btn)\n                    {\n                        VisualStateManager.GoToState(button, \"Normal\", true);\n                    }\n\n                    if (timerWeakReference.Target is DispatcherTimer tmr)\n                    {\n                        tmr.Stop();\n                    }\n                };\n                timer.Start();\n            }\n\n            // Looks for the first button reference that it can resolve\n            // and execute its command.\n            // NOTE: It is assumed that all buttons associated with a particular\n            // key have the same command\n            public static void RunFirstEnabledButtonCommand(IEnumerable<WeakReference> buttons)\n            {\n                foreach (var button in buttons)\n                {\n                    if (button.Target is ButtonBase btn && btn.IsEnabled)\n                    {\n                        RunButtonCommand(btn);\n                        break;\n                    }\n                }\n            }\n\n            public static void RunButtonCommand(ButtonBase button)\n            {\n                if (button.IsEnabled)\n                {\n                    var command = button.Command;\n                    var parameter = button.CommandParameter;\n                    if (command != null && command.CanExecute(parameter))\n                    {\n                        command.Execute(parameter);\n                    }\n\n                    if (button is RadioButton radio)\n                    {\n                        radio.IsChecked = true;\n                        return;\n                    }\n\n                    if (button is ToggleButton toggle)\n                    {\n                        toggle.IsChecked = !(toggle.IsChecked != null && toggle.IsChecked.Value);\n                        return;\n                    }\n                }\n            }\n        }\n\n        public sealed class KeyboardShortcutManager : DependencyObject\n        {\n            public KeyboardShortcutManager()\n            {\n            }\n\n            public static readonly DependencyProperty CharacterProperty =\n                DependencyProperty.RegisterAttached(\n                    \"Character\",\n                    typeof(string),\n                    typeof(KeyboardShortcutManager),\n                    new PropertyMetadata(string.Empty, (sender, args) =>\n                    {\n                        OnCharacterPropertyChanged(sender, (string)args.OldValue, (string)args.NewValue);\n                    }));\n\n            public static string GetCharacter(DependencyObject target)\n            {\n                return (string)target.GetValue(CharacterProperty);\n            }\n\n            public static void SetCharacter(DependencyObject target, string value)\n            {\n                target.SetValue(CharacterProperty, value);\n            }\n\n            public static readonly DependencyProperty VirtualKeyProperty =\n                DependencyProperty.RegisterAttached(\n                    \"VirtualKey\",\n                    typeof(MyVirtualKey),\n                    typeof(KeyboardShortcutManager),\n                    new PropertyMetadata(default(MyVirtualKey), (sender, args) =>\n                    {\n                        OnVirtualKeyPropertyChanged(sender, (MyVirtualKey)args.OldValue, (MyVirtualKey)args.NewValue);\n                    }));\n\n            public static MyVirtualKey GetVirtualKey(DependencyObject target)\n            {\n                return (MyVirtualKey)target.GetValue(VirtualKeyProperty);\n            }\n\n            public static void SetVirtualKey(DependencyObject target, MyVirtualKey value)\n            {\n                target.SetValue(VirtualKeyProperty, value);\n            }\n\n            public static readonly DependencyProperty VirtualKeyControlChordProperty =\n                DependencyProperty.RegisterAttached(\n                    \"VirtualKeyControlChord\",\n                    typeof(MyVirtualKey),\n                    typeof(KeyboardShortcutManager),\n                    new PropertyMetadata(default(MyVirtualKey), (sender, args) =>\n                    {\n                        OnVirtualKeyControlChordPropertyChanged(sender, (MyVirtualKey)args.OldValue, (MyVirtualKey)args.NewValue);\n                    }));\n\n            public static MyVirtualKey GetVirtualKeyControlChord(DependencyObject target)\n            {\n                return (MyVirtualKey)target.GetValue(VirtualKeyControlChordProperty);\n            }\n\n            public static void SetVirtualKeyControlChord(DependencyObject target, MyVirtualKey value)\n            {\n                target.SetValue(VirtualKeyControlChordProperty, value);\n            }\n\n            public static readonly DependencyProperty VirtualKeyShiftChordProperty =\n                DependencyProperty.RegisterAttached(\n                    \"VirtualKeyShiftChord\",\n                    typeof(MyVirtualKey),\n                    typeof(KeyboardShortcutManager),\n                    new PropertyMetadata(default(MyVirtualKey), (sender, args) =>\n                    {\n                        OnVirtualKeyShiftChordPropertyChanged(sender, (MyVirtualKey)args.OldValue, (MyVirtualKey)args.NewValue);\n                    }));\n\n            public static MyVirtualKey GetVirtualKeyShiftChord(DependencyObject target)\n            {\n                return (MyVirtualKey)target.GetValue(VirtualKeyShiftChordProperty);\n            }\n\n            public static void SetVirtualKeyShiftChord(DependencyObject target, MyVirtualKey value)\n            {\n                target.SetValue(VirtualKeyShiftChordProperty, value);\n            }\n\n            public static readonly DependencyProperty VirtualKeyAltChordProperty =\n                DependencyProperty.RegisterAttached(\n                    \"VirtualKeyAltChord\",\n                    typeof(MyVirtualKey),\n                    typeof(KeyboardShortcutManager),\n                    new PropertyMetadata(default(MyVirtualKey), (sender, args) =>\n                    {\n                        OnVirtualKeyAltChordPropertyChanged(sender, (MyVirtualKey)args.OldValue, (MyVirtualKey)args.NewValue);\n                    }));\n\n            public static MyVirtualKey GetVirtualKeyAltChord(DependencyObject target)\n            {\n                return (MyVirtualKey)target.GetValue(VirtualKeyAltChordProperty);\n            }\n\n            public static void SetVirtualKeyAltChord(DependencyObject target, MyVirtualKey value)\n            {\n                target.SetValue(VirtualKeyAltChordProperty, value);\n            }\n\n            public static readonly DependencyProperty VirtualKeyControlShiftChordProperty =\n                DependencyProperty.RegisterAttached(\n                    \"VirtualKeyControlShiftChord\",\n                    typeof(MyVirtualKey),\n                    typeof(KeyboardShortcutManager),\n                    new PropertyMetadata(default(MyVirtualKey), (sender, args) =>\n                    {\n                        OnVirtualKeyControlShiftChordPropertyChanged(sender, (MyVirtualKey)args.OldValue, (MyVirtualKey)args.NewValue);\n                    }));\n\n            public static MyVirtualKey GetVirtualKeyControlShiftChord(DependencyObject target)\n            {\n                return (MyVirtualKey)target.GetValue(VirtualKeyControlShiftChordProperty);\n            }\n\n            public static void SetVirtualKeyControlShiftChord(DependencyObject target, MyVirtualKey value)\n            {\n                target.SetValue(VirtualKeyControlShiftChordProperty, value);\n            }\n\n            internal static void Initialize()\n            {\n                var coreWindow = Window.Current.CoreWindow;\n                coreWindow.CharacterReceived += OnCharacterReceivedHandler;\n                coreWindow.KeyDown += OnKeyDownHandler;\n                coreWindow.KeyUp += OnKeyUpHandler;\n                coreWindow.Dispatcher.AcceleratorKeyActivated += OnAcceleratorKeyActivated;\n                KeyboardShortcutManager.RegisterNewAppViewId();\n            }\n\n            // Sometimes, like with popups, escape is treated as special and even\n            // though it is handled we get it passed through to us. In those cases\n            // we need to be able to ignore it (looking at e->Handled isn't sufficient\n            // because that always returns true).\n            // The onlyOnce flag is used to indicate whether we should only ignore the\n            // next escape, or keep ignoring until you explicitly HonorEscape.\n            public static void IgnoreEscape(bool onlyOnce)\n            {\n                // Writer lock for the static maps\n                lock (s_keyboardShortcutMapLockMutex)\n                {\n                    int viewId = Utilities.GetWindowId();\n\n                    if (s_ignoreNextEscape.ContainsKey(viewId))\n                    {\n                        s_ignoreNextEscape[viewId] = true;\n                    }\n\n                    if (s_keepIgnoringEscape.ContainsKey(viewId))\n                    {\n                        s_keepIgnoringEscape[viewId] = !onlyOnce;\n                    }\n                }\n            }\n\n            public static void HonorEscape()\n            {\n                // Writer lock for the static maps\n                lock (s_keyboardShortcutMapLockMutex)\n                {\n                    int viewId = Utilities.GetWindowId();\n\n                    if (s_ignoreNextEscape.ContainsKey(viewId))\n                    {\n                        s_ignoreNextEscape[viewId] = false;\n                    }\n\n                    if (s_keepIgnoringEscape.ContainsKey(viewId))\n                    {\n                        s_keepIgnoringEscape[viewId] = false;\n                    }\n                }\n            }\n\n            public static void HonorShortcuts(bool allow)\n            {\n                // Writer lock for the static maps\n                lock (s_keyboardShortcutMapLockMutex)\n                {\n                    int viewId = Utilities.GetWindowId();\n\n                    if (s_fHonorShortcuts.ContainsKey(viewId))\n                    {\n                        if (s_fDisableShortcuts.ContainsKey(viewId))\n                        {\n                            if (s_fDisableShortcuts[viewId])\n                            {\n                                s_fHonorShortcuts[viewId] = false;\n                                return;\n                            }\n                        }\n\n                        s_fHonorShortcuts[viewId] = allow;\n                    }\n                }\n            }\n\n            public static void DisableShortcuts(bool disable)\n            {\n                //deferredEnableShortcut is being used to prevent the mode change from happening before the user input has processed \n                if (s_keyHandlerCount > 0 && !disable)\n                {\n                    s_deferredEnableShortcut = true;\n                }\n                else\n                {\n                    int viewId = Utilities.GetWindowId();\n                    if (s_fDisableShortcuts.ContainsKey(viewId))\n                    {\n                        s_fDisableShortcuts[viewId] = disable;\n                    }\n                    HonorShortcuts(!disable);\n                }\n            }\n\n            public static void UpdateDropDownState(bool isOpen)\n            {\n                int viewId = Utilities.GetWindowId();\n\n                if (s_IsDropDownOpen.ContainsKey(viewId))\n                {\n                    s_IsDropDownOpen[viewId] = isOpen;\n                }\n            }\n\n            public static void RegisterNewAppViewId()\n            {\n                // Writer lock for the static maps\n                lock (s_keyboardShortcutMapLockMutex)\n                {\n                    int appViewId = Utilities.GetWindowId();\n\n                    // Check if the View Id has already been registered\n                    if (!s_characterForButtons.ContainsKey(appViewId))\n                    {\n                        s_characterForButtons.Add(appViewId, new SortedDictionary<char, List<WeakReference>>());\n                    }\n\n                    if (!s_virtualKey.ContainsKey(appViewId))\n                    {\n                        s_virtualKey.Add(appViewId, new SortedDictionary<MyVirtualKey, List<WeakReference>>());\n                    }\n\n                    if (!s_VirtualKeyControlChordsForButtons.ContainsKey(appViewId))\n                    {\n                        s_VirtualKeyControlChordsForButtons.Add(appViewId, new SortedDictionary<MyVirtualKey, List<WeakReference>>());\n                    }\n\n                    if (!s_VirtualKeyShiftChordsForButtons.ContainsKey(appViewId))\n                    {\n                        s_VirtualKeyShiftChordsForButtons.Add(appViewId, new SortedDictionary<MyVirtualKey, List<WeakReference>>());\n                    }\n\n                    if (!s_VirtualKeyAltChordsForButtons.ContainsKey(appViewId))\n                    {\n                        s_VirtualKeyAltChordsForButtons.Add(appViewId, new SortedDictionary<MyVirtualKey, List<WeakReference>>());\n                    }\n\n                    if (!s_VirtualKeyControlShiftChordsForButtons.ContainsKey(appViewId))\n                    {\n                        s_VirtualKeyControlShiftChordsForButtons.Add(appViewId, new SortedDictionary<MyVirtualKey, List<WeakReference>>());\n                    }\n\n                    s_IsDropDownOpen[appViewId] = false;\n                    s_ignoreNextEscape[appViewId] = false;\n                    s_keepIgnoringEscape[appViewId] = false;\n                    s_fHonorShortcuts[appViewId] = true;\n                    s_fDisableShortcuts[appViewId] = false;\n                }\n            }\n\n            public static void OnWindowClosed(int viewId)\n            {\n                // Writer lock for the static maps\n                lock (s_keyboardShortcutMapLockMutex)\n                {\n                    s_characterForButtons.Remove(viewId);\n\n                    s_virtualKey.Remove(viewId);\n                    s_VirtualKeyControlChordsForButtons.Remove(viewId);\n                    s_VirtualKeyShiftChordsForButtons.Remove(viewId);\n                    s_VirtualKeyAltChordsForButtons.Remove(viewId);\n                    s_VirtualKeyControlShiftChordsForButtons.Remove(viewId);\n\n                    s_IsDropDownOpen.Remove(viewId);\n                    s_ignoreNextEscape.Remove(viewId);\n                    s_keepIgnoringEscape.Remove(viewId);\n                    s_fHonorShortcuts.Remove(viewId);\n                    s_fDisableShortcuts.Remove(viewId);\n                }\n            }\n\n            private static void OnCharacterPropertyChanged(DependencyObject target, string oldValue, string newValue)\n            {\n                // Writer lock for the static maps\n                lock (s_keyboardShortcutMapLockMutex)\n                {\n                    var button = (target as ButtonBase);\n\n                    int viewId = Utilities.GetWindowId();\n                    if (s_characterForButtons.TryGetValue(viewId, out var iterViewMap))\n                    {\n                        if (!string.IsNullOrEmpty(oldValue))\n                        {\n                            iterViewMap.Remove(oldValue[0]);\n                        }\n\n                        if (!string.IsNullOrEmpty(newValue))\n                        {\n                            if (newValue == \".\")\n                            {\n                                char decSep = LocalizationSettings.GetInstance().GetDecimalSeparator();\n                                Insert(iterViewMap, decSep, new WeakReference(button));\n                            }\n                            else\n                            {\n                                Insert(iterViewMap, newValue[0], new WeakReference(button));\n                            }\n                        }\n                    }\n                    else\n                    {\n                        s_characterForButtons.Add(viewId, new SortedDictionary<char, List<WeakReference>>());\n\n                        if (newValue == \".\")\n                        {\n                            char decSep = LocalizationSettings.GetInstance().GetDecimalSeparator();\n                            Insert(s_characterForButtons[viewId], decSep, new WeakReference(button));\n                        }\n                        else\n                        {\n                            Insert(s_characterForButtons[viewId], newValue[0], new WeakReference(button));\n                        }\n                    }\n                }\n            }\n\n            private static void OnVirtualKeyPropertyChanged(DependencyObject target, MyVirtualKey oldValue, MyVirtualKey newValue)\n            {\n                // Writer lock for the static maps\n                lock (s_keyboardShortcutMapLockMutex)\n                {\n                    var button = ((ButtonBase)target);\n\n                    int viewId = Utilities.GetWindowId();\n\n                    // Check if the View Id has already been registered\n                    if (s_virtualKey.TryGetValue(viewId, out var iterViewMap))\n                    {\n                        Insert(iterViewMap, newValue, new WeakReference(button));\n                    }\n                    else\n                    {\n                        // If the View Id is not already registered, then register it and make the entry\n                        s_virtualKey.Add(viewId, new SortedDictionary<MyVirtualKey, List<WeakReference>>());\n                        Insert(s_virtualKey[viewId], newValue, new WeakReference(button));\n                    }\n                }\n            }\n\n            private static void OnVirtualKeyControlChordPropertyChanged(DependencyObject target, MyVirtualKey oldValue, MyVirtualKey newValue)\n            {\n                // Writer lock for the static maps\n                lock (s_keyboardShortcutMapLockMutex)\n                {\n                    // Handling Ctrl+E shortcut for Date Calc, target would be NavigationView^ in that case\n                    Control control = (target as ButtonBase) ?? (Control)(target as MUXC.NavigationView);\n\n                    int viewId = Utilities.GetWindowId();\n\n                    // Check if the View Id has already been registered\n                    if (s_VirtualKeyControlChordsForButtons.TryGetValue(viewId, out var iterViewMap))\n                    {\n                        Insert(iterViewMap, newValue, new WeakReference(control));\n                    }\n                    else\n                    {\n                        // If the View Id is not already registered, then register it and make the entry\n                        s_VirtualKeyControlChordsForButtons.Add(viewId, new SortedDictionary<MyVirtualKey, List<WeakReference>>());\n                        Insert(s_VirtualKeyControlChordsForButtons[viewId], newValue, new WeakReference(control));\n                    }\n                }\n            }\n\n            private static void OnVirtualKeyShiftChordPropertyChanged(DependencyObject target, MyVirtualKey oldValue, MyVirtualKey newValue)\n            {\n                // Writer lock for the static maps\n                lock (s_keyboardShortcutMapLockMutex)\n                {\n                    var button = (target as ButtonBase);\n\n                    int viewId = Utilities.GetWindowId();\n\n                    // Check if the View Id has already been registered\n                    if (s_VirtualKeyShiftChordsForButtons.TryGetValue(viewId, out var iterViewMap))\n                    {\n                        Insert(iterViewMap, newValue, new WeakReference(button));\n                    }\n                    else\n                    {\n                        // If the View Id is not already registered, then register it and make the entry\n                        s_VirtualKeyShiftChordsForButtons.Add(viewId, new SortedDictionary<MyVirtualKey, List<WeakReference>>());\n                        Insert(s_VirtualKeyShiftChordsForButtons[viewId], newValue, new WeakReference(button));\n                    }\n                }\n            }\n\n            private static void OnVirtualKeyAltChordPropertyChanged(DependencyObject target, MyVirtualKey oldValue, MyVirtualKey newValue)\n            {\n                // Writer lock for the static maps\n                lock (s_keyboardShortcutMapLockMutex)\n                {\n                    MUXC.NavigationView navView = (target as MUXC.NavigationView);\n\n                    int viewId = Utilities.GetWindowId();\n\n                    // Check if the View Id has already been registered\n                    if (s_VirtualKeyAltChordsForButtons.TryGetValue(viewId, out var iterViewMap))\n                    {\n                        Insert(iterViewMap, newValue, new WeakReference(navView));\n                    }\n                    else\n                    {\n                        // If the View Id is not already registered, then register it and make the entry\n                        s_VirtualKeyAltChordsForButtons.Add(viewId, new SortedDictionary<MyVirtualKey, List<WeakReference>>());\n                        Insert(s_VirtualKeyAltChordsForButtons[viewId], newValue, new WeakReference(navView));\n                    }\n                }\n            }\n\n            private static void OnVirtualKeyControlShiftChordPropertyChanged(DependencyObject target, MyVirtualKey oldValue, MyVirtualKey newValue)\n            {\n                // Writer lock for the static maps\n                lock (s_keyboardShortcutMapLockMutex)\n                {\n                    var button = (target as ButtonBase);\n\n                    int viewId = Utilities.GetWindowId();\n\n                    // Check if the View Id has already been registered\n                    if (s_VirtualKeyControlShiftChordsForButtons.TryGetValue(viewId, out var iterViewMap))\n                    {\n                        Insert(iterViewMap, newValue, new WeakReference(button));\n                    }\n                    else\n                    {\n                        // If the View Id is not already registered, then register it and make the entry\n                        s_VirtualKeyControlShiftChordsForButtons.Add(viewId, new SortedDictionary<MyVirtualKey, List<WeakReference>>());\n                        Insert(s_VirtualKeyControlShiftChordsForButtons[viewId], newValue, new WeakReference(button));\n                    }\n                }\n            }\n\n            private static bool CanNavigateModeByShortcut(MUXC.NavigationView navView, object nvi\n                , ApplicationViewModel vm, ViewMode toMode)\n            {\n                if (nvi is NavCategory navCategory)\n                {\n                    return navCategory.IsEnabled\n                        && navView.Visibility == Visibility.Visible\n                        && !vm.IsAlwaysOnTop\n                        && NavCategoryStates.IsValidViewMode(toMode);\n                }\n                return false;\n            }\n\n            private static void NavigateModeByShortcut(bool controlKeyPressed, bool shiftKeyPressed, bool altPressed\n                , Windows.System.VirtualKey key, ViewMode? toMode)\n            {\n                var lookupMap = GetCurrentKeyDictionary(controlKeyPressed, shiftKeyPressed, altPressed);\n                if (lookupMap != null)\n                {\n                    var listItems = EqualRange(lookupMap, (MyVirtualKey)key);\n                    foreach (var itemRef in listItems)\n                    {\n                        if (itemRef.Target is MUXC.NavigationView item)\n                        {\n                            var menuItems = ((List<object>)item.MenuItemsSource);\n                            if (menuItems != null)\n                            {\n                                if (item.DataContext is ApplicationViewModel vm)\n                                {\n                                    ViewMode realToMode = toMode ?? NavCategoryStates.GetViewModeForVirtualKey(((MyVirtualKey)key));\n\n                                    var nvi = menuItems[NavCategoryStates.GetFlatIndex(realToMode)];\n                                    if (CanNavigateModeByShortcut(item, nvi, vm, realToMode))\n                                    {\n                                        vm.Mode = realToMode;\n                                        item.SelectedItem = nvi;\n                                    }\n                                }\n                            }\n                            break;\n                        }\n                    }\n                }\n            }\n\n            // In the three event handlers below we will not mark the event as handled\n            // because this is a supplemental operation and we don't want to interfere with\n            // the normal keyboard handling.\n            private static void OnCharacterReceivedHandler(CoreWindow sender, CharacterReceivedEventArgs args)\n            {\n                int viewId = Utilities.GetWindowId();\n                bool hit = s_fHonorShortcuts.TryGetValue(viewId, out var currentHonorShortcuts);\n\n                if (!hit || currentHonorShortcuts)\n                {\n                    char character = ((char)args.KeyCode);\n                    var buttons = EqualRange(s_characterForButtons[viewId], character);\n                    KeyboardShortcutManagerLocals.RunFirstEnabledButtonCommand(buttons);\n\n                    KeyboardShortcutManagerLocals.LightUpButtons(buttons);\n                }\n            }\n\n            private static void OnKeyDownHandler(CoreWindow sender, KeyEventArgs args)\n            {\n                s_keyHandlerCount++;\n                \n                if (args.Handled)\n                {\n                    return;\n                }\n\n                var key = args.VirtualKey;\n                int viewId = Utilities.GetWindowId();\n\n                bool isControlKeyPressed = (Window.Current.CoreWindow.GetKeyState(Windows.System.VirtualKey.Control) & CoreVirtualKeyStates.Down) == CoreVirtualKeyStates.Down;\n                bool isShiftKeyPressed = (Window.Current.CoreWindow.GetKeyState(Windows.System.VirtualKey.Shift) & CoreVirtualKeyStates.Down) == CoreVirtualKeyStates.Down;\n                bool isAltKeyPressed = (Window.Current.CoreWindow.GetKeyState(Windows.System.VirtualKey.Menu) & CoreVirtualKeyStates.Down) == CoreVirtualKeyStates.Down;\n\n                // Handle Ctrl + E for DateCalculator\n                if ((key == Windows.System.VirtualKey.E) && isControlKeyPressed && !isShiftKeyPressed && !isAltKeyPressed)\n                {\n                    NavigateModeByShortcut(true, false, false, key, ViewMode.Date);\n                    return;\n                }\n\n                if (s_ignoreNextEscape.TryGetValue(viewId, out var currentIgnoreNextEscape))\n                {\n                    if (currentIgnoreNextEscape && key == Windows.System.VirtualKey.Escape)\n                    {\n                        if (s_keepIgnoringEscape.TryGetValue(viewId, out var currentKeepIgnoringEscape))\n                        {\n                            if (!currentKeepIgnoringEscape)\n                            {\n                                HonorEscape();\n                            }\n                            return;\n                        }\n                    }\n                }\n\n                if (s_fHonorShortcuts.TryGetValue(viewId, out var currentHonorShortcuts))\n                {\n                    if (currentHonorShortcuts)\n                    {\n                        var lookupMap = GetCurrentKeyDictionary(isControlKeyPressed, isShiftKeyPressed, isAltKeyPressed);\n                        if (lookupMap == null)\n                        {\n                            return;\n                        }\n\n                        var buttons = EqualRange(lookupMap, (MyVirtualKey)key);\n                        if (!buttons.Any())\n                        {\n                            return;\n                        }\n\n                        KeyboardShortcutManagerLocals.RunFirstEnabledButtonCommand(buttons);\n\n                        // Ctrl+C and Ctrl+V shifts focus to some button because of which enter doesn't work after copy/paste. So don't shift focus if Ctrl+C or Ctrl+V\n                        // is pressed. When drop down is open, pressing escape shifts focus to clear button. So don't shift focus if drop down is open. Ctrl+Insert is\n                        // equivalent to Ctrl+C and Shift+Insert is equivalent to Ctrl+V\n                        //var currentIsDropDownOpen = s_IsDropDownOpen.find(viewId);\n                        if (!s_IsDropDownOpen.TryGetValue(viewId, out var currentIsDropDownOpen) || !currentIsDropDownOpen)\n                        {\n                            // Do not Light Up Buttons when Ctrl+C, Ctrl+V, Ctrl+Insert or Shift+Insert is pressed\n                            if (!(isControlKeyPressed && (key == Windows.System.VirtualKey.C || key == Windows.System.VirtualKey.V || key == Windows.System.VirtualKey.Insert))\n                                & !(isShiftKeyPressed && (key == Windows.System.VirtualKey.Insert)))\n                            {\n                                KeyboardShortcutManagerLocals.LightUpButtons(buttons);\n                            }\n                        }\n                    }\n                }\n            }\n\n            private static void OnKeyUpHandler(CoreWindow sender, KeyEventArgs args)\n            {\n                s_keyHandlerCount--;\n                if (s_keyHandlerCount == 0 && s_deferredEnableShortcut)\n                {\n                    DisableShortcuts(false);\n                    s_deferredEnableShortcut = false;\n                }             \n            }\n            \n            private static void OnAcceleratorKeyActivated(CoreDispatcher dispatcher, AcceleratorKeyEventArgs args)\n            {\n                if (args.KeyStatus.IsKeyReleased)\n                {\n                    var key = args.VirtualKey;\n                    bool altPressed = args.KeyStatus.IsMenuKeyDown;\n\n                    // If the Alt/Menu key is not pressed then we don't care about the key anymore\n                    if (!altPressed)\n                    {\n                        return;\n                    }\n\n                    bool controlKeyPressed = (Window.Current.CoreWindow.GetKeyState(Windows.System.VirtualKey.Control) & CoreVirtualKeyStates.Down) == CoreVirtualKeyStates.Down;\n                    // Ctrl is pressed in addition to alt, this means Alt Gr is intended.  do not navigate.\n                    if (controlKeyPressed)\n                    {\n                        return;\n                    }\n\n                    bool shiftKeyPressed = (Window.Current.CoreWindow.GetKeyState(Windows.System.VirtualKey.Shift) & CoreVirtualKeyStates.Down) == CoreVirtualKeyStates.Down;\n                    NavigateModeByShortcut(false, shiftKeyPressed, true, key, null);\n                }\n            }\n\n            private static SortedDictionary<MyVirtualKey, List<WeakReference>> GetCurrentKeyDictionary(bool controlKeyPressed, bool shiftKeyPressed, bool altPressed)\n            {\n                int viewId = Utilities.GetWindowId();\n\n                if (controlKeyPressed)\n                {\n                    if (altPressed)\n                    {\n                        return null;\n                    }\n                    else\n                    {\n                        if (shiftKeyPressed)\n                        {\n                            return s_VirtualKeyControlShiftChordsForButtons[viewId];\n                        }\n                        else\n                        {\n                            return s_VirtualKeyControlChordsForButtons[viewId];\n                        }\n                    }\n                }\n                else\n                {\n                    if (altPressed)\n                    {\n                        if (shiftKeyPressed)\n                        {\n                            return null;\n                        }\n                        else\n                        {\n                            return s_VirtualKeyAltChordsForButtons[viewId];\n                        }\n                    }\n                    else\n                    {\n                        if (shiftKeyPressed)\n                        {\n                            return s_VirtualKeyShiftChordsForButtons[viewId];\n                        }\n                        else\n                        {\n                            return s_virtualKey[viewId];\n                        }\n                    }\n                }\n            }\n\n            // EqualRange is a helper function to pick a range from std::multimap.\n            private static IEnumerable<TValue> EqualRange<TKey, TValue>(SortedDictionary<TKey, List<TValue>> source, TKey key)\n            {\n                Debug.Assert(source != null);\n                if (source.TryGetValue(key, out List<TValue> items))\n                {\n                    return items;\n                }\n                else\n                {\n                    return Enumerable.Empty<TValue>();\n                }\n            }\n\n            // Insert is a helper function to insert a pair into std::multimap.\n            private static void Insert<Tkey, TValue>(SortedDictionary<Tkey, List<TValue>> dest, Tkey key, TValue value)\n            {\n                if (dest.TryGetValue(key, out List<TValue> items))\n                {\n                    items.Add(value);\n                }\n                else\n                {\n                    items = new List<TValue> { value };\n                    dest.Add(key, items);\n                }\n            }\n\n            private static readonly SortedDictionary<int, SortedDictionary<char, List<WeakReference>>> s_characterForButtons = new SortedDictionary<int, SortedDictionary<char, List<WeakReference>>>();\n            private static readonly SortedDictionary<int, SortedDictionary<MyVirtualKey, List<WeakReference>>> s_virtualKey = new SortedDictionary<int, SortedDictionary<MyVirtualKey, List<WeakReference>>>();\n            private static readonly SortedDictionary<int, SortedDictionary<MyVirtualKey, List<WeakReference>>> s_VirtualKeyControlChordsForButtons = new SortedDictionary<int, SortedDictionary<MyVirtualKey, List<WeakReference>>>();\n            private static readonly SortedDictionary<int, SortedDictionary<MyVirtualKey, List<WeakReference>>> s_VirtualKeyShiftChordsForButtons = new SortedDictionary<int, SortedDictionary<MyVirtualKey, List<WeakReference>>>();\n            private static readonly SortedDictionary<int, SortedDictionary<MyVirtualKey, List<WeakReference>>> s_VirtualKeyAltChordsForButtons = new SortedDictionary<int, SortedDictionary<MyVirtualKey, List<WeakReference>>>();\n            private static readonly SortedDictionary<int, SortedDictionary<MyVirtualKey, List<WeakReference>>> s_VirtualKeyControlShiftChordsForButtons = new SortedDictionary<int, SortedDictionary<MyVirtualKey, List<WeakReference>>>();\n\n            private static readonly SortedDictionary<int, bool> s_IsDropDownOpen = new SortedDictionary<int, bool>();\n            private static readonly SortedDictionary<int, bool> s_ignoreNextEscape = new SortedDictionary<int, bool>();\n            private static readonly SortedDictionary<int, bool> s_keepIgnoringEscape = new SortedDictionary<int, bool>();\n            private static readonly SortedDictionary<int, bool> s_fHonorShortcuts = new SortedDictionary<int, bool>();\n            private static readonly SortedDictionary<int, bool> s_fDisableShortcuts = new SortedDictionary<int, bool>();\n\n            //private static Concurrency.reader_writer_lock s_keyboardShortcutMapLock;\n            private static readonly object s_keyboardShortcutMapLockMutex = new object();\n\n            private static int s_keyHandlerCount = 0;\n            private static bool s_deferredEnableShortcut = false;\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/Calculator/Common/LaunchArguments.cs",
    "content": "using System;\nusing System.Linq;\nusing System.Text.Json;\nusing Windows.ApplicationModel.Activation;\n\nusing CalculatorApp.ViewModel.Snapshot;\nusing CalculatorApp.JsonUtils;\nusing CalculatorApp.ViewModel.Common;\n\nnamespace CalculatorApp\n{\n    internal class SnapshotLaunchArguments\n    {\n        public bool HasError { get; set; }\n        public ApplicationSnapshot Snapshot { get; set; }\n    }\n\n    internal static class LaunchExtensions\n    {\n        public static bool TryGetSnapshotProtocol(this IActivatedEventArgs args, out IProtocolActivatedEventArgs result)\n        {\n            result = null;\n            var protoArgs = args as IProtocolActivatedEventArgs;\n            if (protoArgs == null ||\n                protoArgs.Uri == null ||\n                protoArgs.Uri.Segments == null ||\n                protoArgs.Uri.Segments.Length < 2 ||\n                protoArgs.Uri.Segments[0] != \"snapshot/\")\n            {\n                return false;\n            }\n            result = protoArgs;\n            return true;\n        }\n\n        public static SnapshotLaunchArguments GetSnapshotLaunchArgs(this IProtocolActivatedEventArgs args)\n        {\n            try\n            {\n                var rawbase64 = args.Uri.Segments.Skip(1).Aggregate((folded, x) => folded += x);\n                var compressed = Convert.FromBase64String(rawbase64);\n                var jsonStr = DeflateUtils.Decompress(compressed);\n                var snapshot = JsonSerializer.Deserialize<ApplicationSnapshotAlias>(jsonStr);\n                return new SnapshotLaunchArguments { HasError = false, Snapshot = snapshot.Value };\n            }\n            catch (Exception ex)\n            {\n                TraceLogger.GetInstance().LogRecallError($\"Error occurs during the deserialization of Snapshot. Exception: {ex}\");\n                return new SnapshotLaunchArguments { HasError = true };\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Common/ValidatingConverters.cs",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\nusing System;\n\nnamespace CalculatorApp\n{\n    namespace Common\n    {\n        public sealed class ValidSelectedItemConverter : Windows.UI.Xaml.Data.IValueConverter\n        {\n            public ValidSelectedItemConverter()\n            { }\n\n            public object Convert(object value, Type targetType, object parameter, string language)\n            {\n                // Pass through as we don't want to change the value from the source\n                return value;\n            }\n\n            public object ConvertBack(object value, Type targetType, object parameter, string language)\n            {\n                if (value != null)\n                {\n                    return value;\n                }\n\n                // Stop the binding if the object is nullptr\n                return Windows.UI.Xaml.DependencyProperty.UnsetValue;\n            }\n        }\n\n        public sealed class ValidSelectedIndexConverter : Windows.UI.Xaml.Data.IValueConverter\n        {\n            public ValidSelectedIndexConverter()\n            { }\n\n            public object Convert(object value, Type targetType, object parameter, string language)\n            {\n                // Pass through as we don't want to change the value from the source\n                return value;\n            }\n\n            public object ConvertBack(object value, Type targetType, object parameter, string language)\n            {\n                // The value to be valid has to be a boxed int32 value\n                // extract that value and ensure it is valid, ie >= 0\n                if (value is Windows.Foundation.IPropertyValue box && box.Type == Windows.Foundation.PropertyType.Int32)\n                {\n                    int index = box.GetInt32();\n                    if (index >= 0)\n                    {\n                        return value;\n                    }\n                }\n                // The value is not valid therefore stop the binding right here\n                return Windows.UI.Xaml.DependencyProperty.UnsetValue;\n            }\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/Calculator/Controls/CalculationResult.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing CalculatorApp.ViewModel.Common;\n\nusing System;\nusing System.Diagnostics;\n\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Automation.Peers;\nusing Windows.UI.Xaml.Controls;\nusing Windows.UI.Xaml.Input;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        public delegate void SelectedEventHandler(object sender);\n\n        public sealed class CalculationResult : Windows.UI.Xaml.Controls.Control\n        {\n            public CalculationResult()\n            {\n                m_isScalingText = false;\n                m_haveCalculatedMax = false;\n            }\n\n            public double MinFontSize\n            {\n                get => (double)GetValue(MinFontSizeProperty);\n                set => SetValue(MinFontSizeProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for MinFontSize.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty MinFontSizeProperty =\n                DependencyProperty.Register(nameof(MinFontSize), typeof(double), typeof(CalculationResult), new PropertyMetadata(0.0, (sender, args) =>\n                {\n                    var self = (CalculationResult)sender;\n                    self.OnMinFontSizePropertyChanged((double)args.OldValue, (double)args.NewValue);\n                }));\n\n            public double MaxFontSize\n            {\n                get => (double)GetValue(MaxFontSizeProperty);\n                set => SetValue(MaxFontSizeProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for MaxFontSize.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty MaxFontSizeProperty =\n                DependencyProperty.Register(nameof(MaxFontSize), typeof(double), typeof(CalculationResult), new PropertyMetadata(30.0, (sender, args) =>\n                {\n                    var self = (CalculationResult)sender;\n                    self.OnMaxFontSizePropertyChanged((double)args.OldValue, (double)args.NewValue);\n                }));\n\n            public Thickness DisplayMargin\n            {\n                get => (Thickness)GetValue(DisplayMarginProperty);\n                set => SetValue(DisplayMarginProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for DisplayMargin.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty DisplayMarginProperty =\n                DependencyProperty.Register(nameof(DisplayMargin), typeof(Thickness), typeof(CalculationResult), new PropertyMetadata(default(Thickness)));\n\n            public bool IsActive\n            {\n                get => (bool)GetValue(IsActiveProperty);\n                set => SetValue(IsActiveProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for IsActive.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty IsActiveProperty =\n                DependencyProperty.Register(nameof(IsActive), typeof(bool), typeof(CalculationResult), new PropertyMetadata(default(bool), (sender, args) =>\n                {\n                    var self = (CalculationResult)sender;\n                    self.OnIsActivePropertyChanged((bool)args.OldValue, (bool)args.NewValue);\n                }));\n\n            public string DisplayValue\n            {\n                get => (string)GetValue(DisplayValueProperty);\n                set => SetValue(DisplayValueProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for DisplayValue.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty DisplayValueProperty =\n                DependencyProperty.Register(nameof(DisplayValue), typeof(string), typeof(CalculationResult), new PropertyMetadata(string.Empty, (sender, args) =>\n                {\n                    var self = (CalculationResult)sender;\n                    self.OnDisplayValuePropertyChanged((string)args.OldValue, (string)args.NewValue);\n                }));\n\n            public bool IsInError\n            {\n                get => (bool)GetValue(IsInErrorProperty);\n                set => SetValue(IsInErrorProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for IsInError.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty IsInErrorProperty =\n                DependencyProperty.Register(nameof(IsInError), typeof(bool), typeof(CalculationResult), new PropertyMetadata(default(bool), (sender, args) =>\n                {\n                    var self = (CalculationResult)sender;\n                    self.OnIsInErrorPropertyChanged((bool)args.OldValue, (bool)args.NewValue);\n                }));\n\n            public bool IsOperatorCommand\n            {\n                get => (bool)GetValue(IsOperatorCommandProperty);\n                set => SetValue(IsOperatorCommandProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for IsOperatorCommand.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty IsOperatorCommandProperty =\n                DependencyProperty.Register(nameof(IsOperatorCommand), typeof(bool), typeof(CalculationResult), new PropertyMetadata(false));\n\n            public event SelectedEventHandler Selected;\n\n            public void ProgrammaticSelect()\n            {\n                RaiseSelectedEvent();\n            }\n\n            internal void UpdateTextState()\n            {\n                if ((m_textContainer == null) || (m_textBlock == null))\n                {\n                    return;\n                }\n\n                var containerSize = m_textContainer.ActualWidth;\n                string oldText = m_textBlock.Text;\n                string newText = DisplayValue;\n\n                // Initiate the scaling operation\n                // UpdateLayout will keep calling us until we make it through the below 2 if-statements\n                if (!m_isScalingText || oldText != newText)\n                {\n                    m_textBlock.Text = newText;\n\n                    m_isScalingText = true;\n                    m_haveCalculatedMax = false;\n                    m_textBlock.InvalidateArrange();\n                    return;\n                }\n                if (containerSize > 0)\n                {\n                    double widthDiff = Math.Abs(m_textBlock.ActualWidth - containerSize);\n                    double fontSizeChange = INCREMENTOFFSET;\n\n                    if (widthDiff > WIDTHCUTOFF)\n                    {\n                        fontSizeChange = Math.Min(Math.Max(Math.Floor(WIDTHTOFONTSCALAR * widthDiff) - WIDTHTOFONTOFFSET, INCREMENTOFFSET), MAXFONTINCREMENT);\n                    }\n                    if (m_textBlock.ActualWidth < containerSize && Math.Abs(m_textBlock.FontSize - MaxFontSize) > FONTTOLERANCE && !m_haveCalculatedMax)\n                    {\n                        ModifyFontAndMargin(m_textBlock, fontSizeChange);\n                        m_textBlock.InvalidateArrange();\n                        return;\n                    }\n                    if (fontSizeChange < 5)\n                    {\n                        m_haveCalculatedMax = true;\n                    }\n                    if (m_textBlock.ActualWidth >= containerSize && Math.Abs(m_textBlock.FontSize - MinFontSize) > FONTTOLERANCE)\n                    {\n                        ModifyFontAndMargin(m_textBlock, -1 * fontSizeChange);\n                        m_textBlock.InvalidateArrange();\n                        return;\n                    }\n                    Debug.Assert(m_textBlock.FontSize >= MinFontSize && m_textBlock.FontSize <= MaxFontSize);\n                    m_isScalingText = false;\n                    if (IsOperatorCommand)\n                    {\n                        m_textContainer.ChangeView(0.0, null, null);\n                    }\n                    else\n                    {\n                        m_textContainer.ChangeView(m_textContainer.ExtentWidth - m_textContainer.ViewportWidth, null, null);\n                    }\n                }\n            }\n            public string GetRawDisplayValue()\n            {\n                return LocalizationSettings.GetInstance().RemoveGroupSeparators(DisplayValue);\n            }\n\n            protected override void OnKeyDown(KeyRoutedEventArgs e)\n            {\n                switch (e.Key)\n                {\n                    case Windows.System.VirtualKey.Left:\n                        this.ScrollLeft();\n                        break;\n                    case Windows.System.VirtualKey.Right:\n                        this.ScrollRight();\n                        break;\n                }\n            }\n\n            protected override void OnApplyTemplate()\n            {\n                if (m_textContainer != null)\n                {\n                    m_textContainer.LayoutUpdated -= OnTextContainerLayoutUpdated;\n                    m_textContainer.SizeChanged -= OnTextContainerSizeChanged;\n                    m_textContainer.ViewChanged -= OnTextContainerOnViewChanged;\n                }\n\n                if (m_textBlock != null)\n                {\n                    m_textBlock.SizeChanged -= OnTextBlockSizeChanged;\n                }\n\n                if (m_scrollLeft != null)\n                {\n                    m_scrollLeft.Click -= OnScrollLeftClick;\n                }\n\n                if (m_scrollRight != null)\n                {\n                    m_scrollRight.Click -= OnScrollRightClick;\n                }\n\n                m_textContainer = GetTemplateChild(\"TextContainer\") as ScrollViewer;\n                if (m_textContainer != null)\n                {\n                    // We want to know when the size of the container changes so\n                    // we can rescale the textbox\n                    m_textContainer.SizeChanged += OnTextContainerSizeChanged;\n\n                    m_textContainer.ViewChanged += OnTextContainerOnViewChanged;\n\n                    m_textContainer.LayoutUpdated += OnTextContainerLayoutUpdated;\n\n                    m_textContainer.ChangeView(m_textContainer.ExtentWidth - m_textContainer.ViewportWidth, null, null);\n                    m_scrollLeft = GetTemplateChild(\"ScrollLeft\") as HyperlinkButton;\n                    if (m_scrollLeft != null)\n                    {\n                        m_scrollLeft.Click += OnScrollLeftClick;\n                    }\n                    m_scrollRight = GetTemplateChild(\"ScrollRight\") as HyperlinkButton;\n                    if (m_scrollRight != null)\n                    {\n                        m_scrollRight.Click += OnScrollRightClick;\n                    }\n                    m_textBlock = GetTemplateChild(\"NormalOutput\") as TextBlock;\n                    if (m_textBlock != null)\n                    {\n                        m_textBlock.Visibility = Visibility.Visible;\n                        m_textBlock.SizeChanged += OnTextBlockSizeChanged;\n                    }\n                }\n                UpdateVisualState();\n                UpdateTextState();\n            }\n\n            protected override void OnTapped(TappedRoutedEventArgs e)\n            {\n                this.Focus(FocusState.Programmatic);\n                RaiseSelectedEvent();\n            }\n\n            protected override void OnRightTapped(RightTappedRoutedEventArgs e)\n            {\n                var requestedElement = e.OriginalSource;\n\n                if (requestedElement.Equals(m_textBlock))\n                {\n                    m_textBlock.Focus(FocusState.Programmatic);\n                }\n                else\n                {\n                    this.Focus(FocusState.Programmatic);\n                }\n            }\n\n            protected override AutomationPeer OnCreateAutomationPeer()\n            {\n                return new CalculationResultAutomationPeer(this);\n            }\n\n            private void OnIsActivePropertyChanged(bool oldValue, bool newValue)\n            {\n                UpdateVisualState();\n            }\n\n            private void OnDisplayValuePropertyChanged(string oldValue, string newValue)\n            {\n                UpdateTextState();\n            }\n\n            private void OnIsInErrorPropertyChanged(bool oldValue, bool newValue)\n            {\n                // We need to have a good template for this to work\n                if (m_textBlock == null)\n                {\n                    return;\n                }\n\n                if (newValue)\n                {\n                    // If there's an error message we need to override the normal display font\n                    // with the font appropriate for this language. This is because the error\n                    // message is localized and therefore can contain characters that are not\n                    // available in the normal font.\n                    // We use UIText as the font type because this is the most common font type to use\n                    m_textBlock.FontFamily = LocalizationService.GetInstance().GetLanguageFontFamilyForType(LanguageFontType.UIText);\n                }\n                else\n                {\n                    // The error result is no longer an error so we will restore the\n                    // value to FontFamily property to the value provided in the style\n                    // for the TextBlock in the template.\n                    m_textBlock.ClearValue(TextBlock.FontFamilyProperty);\n                }\n            }\n\n            private void OnMinFontSizePropertyChanged(double oldValue, double newValue)\n            {\n                UpdateTextState();\n            }\n\n            private void OnMaxFontSizePropertyChanged(double oldValue, double newValue)\n            {\n                UpdateTextState();\n            }\n\n            private void OnTextContainerSizeChanged(object sender, SizeChangedEventArgs e)\n            {\n                UpdateTextState();\n            }\n\n            private void OnTextBlockSizeChanged(object sender, SizeChangedEventArgs e)\n            {\n                UpdateScrollButtons();\n            }\n\n            private void OnTextContainerLayoutUpdated(object sender, object e)\n            {\n                if (m_isScalingText)\n                {\n                    UpdateTextState();\n                }\n            }\n\n            private void OnTextContainerOnViewChanged(object sender, ScrollViewerViewChangedEventArgs e)\n            {\n                UpdateScrollButtons();\n            }\n\n            private void UpdateVisualState()\n            {\n                VisualStateManager.GoToState(this, IsActive ? \"Active\" : \"Normal\", true);\n            }\n\n            private void OnScrollLeftClick(object sender, RoutedEventArgs e)\n            {\n                ScrollLeft();\n            }\n\n            private void OnScrollRightClick(object sender, RoutedEventArgs e)\n            {\n                ScrollRight();\n            }\n\n            private void ModifyFontAndMargin(TextBlock textBox, double fontChange)\n            {\n                double cur = textBox.FontSize;\n                double scaleFactor = SCALEFACTOR;\n                if (m_textContainer.ActualHeight <= HEIGHTCUTOFF)\n                {\n                    scaleFactor = SMALLHEIGHTSCALEFACTOR;\n                }\n\n                double newFontSize = Math.Min(Math.Max(cur + fontChange, MinFontSize), MaxFontSize);\n                m_textContainer.Padding = new Thickness(0, 0, 0, scaleFactor * Math.Abs(cur - newFontSize));\n                textBox.FontSize = newFontSize;\n            }\n\n            private void UpdateScrollButtons()\n            {\n                if (m_textContainer == null)\n                {\n                    return;\n                }\n\n                bool shouldTryFocusScrollRight = false;\n                if (m_scrollLeft != null)\n                {\n                    var scrollLeftVisibility = m_textContainer.HorizontalOffset > SCROLL_BUTTONS_APPROXIMATION_RANGE ? Visibility.Visible : Visibility.Collapsed;\n\n                    if (scrollLeftVisibility == Visibility.Collapsed)\n                    {\n                        shouldTryFocusScrollRight = m_scrollLeft.Equals(FocusManager.GetFocusedElement());\n                    }\n\n                    m_scrollLeft.Visibility = scrollLeftVisibility;\n                }\n\n                if (m_scrollRight != null)\n                {\n                    var scrollRightVisibility =\n                        m_textContainer.HorizontalOffset + m_textContainer.ViewportWidth + SCROLL_BUTTONS_APPROXIMATION_RANGE < m_textContainer.ExtentWidth\n                            ? Visibility.Visible\n                            : Visibility.Collapsed;\n\n                    if (scrollRightVisibility == Visibility.Collapsed && m_scrollLeft != null && m_scrollLeft.Visibility == Visibility.Visible\n                        && m_scrollRight.Equals(FocusManager.GetFocusedElement()))\n                    {\n                        // ScrollRight had the focus and will be collapsed, ScrollLeft should get the focus\n                        m_scrollLeft.Focus(FocusState.Programmatic);\n                    }\n                    m_scrollRight.Visibility = scrollRightVisibility;\n\n                    if (shouldTryFocusScrollRight && scrollRightVisibility == Visibility.Visible)\n                    {\n                        m_scrollRight.Focus(FocusState.Programmatic);\n                    }\n                }\n            }\n\n            private void ScrollLeft()\n            {\n                if (m_textContainer == null)\n                {\n                    return;\n                }\n                if (m_textContainer.HorizontalOffset > 0)\n                {\n                    double offset = m_textContainer.HorizontalOffset - (SCROLL_RATIO * m_textContainer.ViewportWidth);\n                    m_textContainer.ChangeView(offset, null, null);\n                }\n            }\n\n            private void ScrollRight()\n            {\n                if (m_textContainer == null)\n                {\n                    return;\n                }\n\n                if (m_textContainer.HorizontalOffset < m_textContainer.ExtentWidth - m_textContainer.ViewportWidth)\n                {\n                    double offset = m_textContainer.HorizontalOffset + (SCROLL_RATIO * m_textContainer.ViewportWidth);\n                    m_textContainer.ChangeView(offset, null, null);\n                }\n            }\n\n            private void RaiseSelectedEvent()\n            {\n                Selected?.Invoke(this);\n            }\n\n            private const double SCALEFACTOR = 0.357143;\n            private const double SMALLHEIGHTSCALEFACTOR = 0;\n            private const double HEIGHTCUTOFF = 100;\n            private const double INCREMENTOFFSET = 1;\n            private const double MAXFONTINCREMENT = 5;\n            private const double WIDTHTOFONTSCALAR = 0.0556513;\n            private const double WIDTHTOFONTOFFSET = 3;\n            private const double WIDTHCUTOFF = 50;\n            private const double FONTTOLERANCE = 0.001;\n            private const double SCROLL_RATIO = 0.7;\n\n            // We need a safety margin to guarantee we correctly always show/hide ScrollLeft and ScrollRight buttons when necessary.\n            // In rare cases, ScrollViewer::HorizontalOffset is a little low by a few (sub)pixels when users scroll to one of the extremity\n            // and no events are launched when they scroll again in the same direction\n            private const double SCROLL_BUTTONS_APPROXIMATION_RANGE = 4;\n\n            private Windows.UI.Xaml.Controls.ScrollViewer m_textContainer;\n            private Windows.UI.Xaml.Controls.TextBlock m_textBlock;\n            private Windows.UI.Xaml.Controls.HyperlinkButton m_scrollLeft;\n            private Windows.UI.Xaml.Controls.HyperlinkButton m_scrollRight;\n            private bool m_isScalingText;\n            private bool m_haveCalculatedMax;\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Controls/CalculationResultAutomationPeer.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Automation.Peers;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        public sealed class CalculationResultAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer,\n                                                              Windows.UI.Xaml.Automation.Provider.IInvokeProvider\n        {\n            public CalculationResultAutomationPeer(FrameworkElement owner) : base(owner)\n            {\n            }\n\n            protected override AutomationControlType GetAutomationControlTypeCore()\n            {\n                return AutomationControlType.Text;\n            }\n\n            protected override object GetPatternCore(PatternInterface pattern)\n            {\n                return pattern == PatternInterface.Invoke ? this : base.GetPatternCore(pattern);\n            }\n\n            public void Invoke()\n            {\n                var owner = (CalculationResult)this.Owner;\n                owner.ProgrammaticSelect();\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Controls/CalculatorButton.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing CalculatorApp.ViewModel.Common;\n\nusing Windows.System;\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Data;\nusing Windows.UI.Xaml.Input;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        public sealed class CalculatorButton : Windows.UI.Xaml.Controls.Button\n        {\n            public CalculatorButton()\n            {\n                // Set the default bindings for this button, these can be overwritten by Xaml if needed\n                // These are a replacement for binding in styles\n                Binding commandBinding = new Binding\n                {\n                    Path = new PropertyPath(\"ButtonPressed\")\n                };\n                this.SetBinding(CommandProperty, commandBinding);\n            }\n\n            public NumbersAndOperatorsEnum ButtonId\n            {\n                get => (NumbersAndOperatorsEnum)GetValue(ButtonIdProperty);\n                set => SetValue(ButtonIdProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for ButtonId.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty ButtonIdProperty =\n                DependencyProperty.Register(nameof(ButtonId), typeof(NumbersAndOperatorsEnum), typeof(CalculatorButton), new PropertyMetadata(default(NumbersAndOperatorsEnum), (sender, args) =>\n                {\n                    var self = (CalculatorButton)sender;\n                    self.OnButtonIdPropertyChanged((NumbersAndOperatorsEnum)args.OldValue, (NumbersAndOperatorsEnum)args.NewValue);\n                }));\n\n            public string AuditoryFeedback\n            {\n                get => (string)GetValue(AuditoryFeedbackProperty);\n                set => SetValue(AuditoryFeedbackProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for AuditoryFeedback.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty AuditoryFeedbackProperty =\n                DependencyProperty.Register(nameof(AuditoryFeedback), typeof(string), typeof(CalculatorButton), new PropertyMetadata(string.Empty, (sender, args) =>\n                {\n                    var self = (CalculatorButton)sender;\n                    self.OnAuditoryFeedbackPropertyChanged((string)args.OldValue, (string)args.NewValue);\n                }));\n\n            public Windows.UI.Xaml.Media.Brush HoverBackground\n            {\n                get => (Windows.UI.Xaml.Media.Brush)GetValue(HoverBackgroundProperty);\n                set => SetValue(HoverBackgroundProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for HoverBackground.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty HoverBackgroundProperty =\n                DependencyProperty.Register(nameof(HoverBackground), typeof(Windows.UI.Xaml.Media.Brush), typeof(CalculatorButton), new PropertyMetadata(default(Windows.UI.Xaml.Media.Brush)));\n\n            public Windows.UI.Xaml.Media.Brush HoverForeground\n            {\n                get => (Windows.UI.Xaml.Media.Brush)GetValue(HoverForegroundProperty);\n                set => SetValue(HoverForegroundProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for HoverForeground.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty HoverForegroundProperty =\n                DependencyProperty.Register(nameof(HoverForeground), typeof(Windows.UI.Xaml.Media.Brush), typeof(CalculatorButton), new PropertyMetadata(default(Windows.UI.Xaml.Media.Brush)));\n\n            public Windows.UI.Xaml.Media.Brush PressBackground\n            {\n                get => (Windows.UI.Xaml.Media.Brush)GetValue(PressBackgroundProperty);\n                set => SetValue(PressBackgroundProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for PressBackground.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty PressBackgroundProperty =\n                DependencyProperty.Register(nameof(PressBackground), typeof(Windows.UI.Xaml.Media.Brush), typeof(CalculatorButton), new PropertyMetadata(default(Windows.UI.Xaml.Media.Brush)));\n\n            public Windows.UI.Xaml.Media.Brush PressForeground\n            {\n                get => (Windows.UI.Xaml.Media.Brush)GetValue(PressForegroundProperty);\n                set => SetValue(PressForegroundProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for PressForeground.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty PressForegroundProperty =\n                DependencyProperty.Register(nameof(PressForeground), typeof(Windows.UI.Xaml.Media.Brush), typeof(CalculatorButton), new PropertyMetadata(default(Windows.UI.Xaml.Media.Brush)));\n\n            public Windows.UI.Xaml.Media.Brush DisabledBackground\n            {\n                get => (Windows.UI.Xaml.Media.Brush)GetValue(DisabledBackgroundProperty);\n                set => SetValue(DisabledBackgroundProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for DisabledBackground.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty DisabledBackgroundProperty =\n                DependencyProperty.Register(nameof(DisabledBackground), typeof(Windows.UI.Xaml.Media.Brush), typeof(CalculatorButton), new PropertyMetadata(default(Windows.UI.Xaml.Media.Brush)));\n\n            public Windows.UI.Xaml.Media.Brush DisabledForeground\n            {\n                get => (Windows.UI.Xaml.Media.Brush)GetValue(DisabledForegroundProperty);\n                set => SetValue(DisabledForegroundProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for DisabledForeground.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty DisabledForegroundProperty =\n                DependencyProperty.Register(nameof(DisabledForeground), typeof(Windows.UI.Xaml.Media.Brush), typeof(CalculatorButton), new PropertyMetadata(default(Windows.UI.Xaml.Media.Brush)));\n\n            protected override void OnKeyDown(KeyRoutedEventArgs e)\n            {\n                // Ignore the Enter key\n                if (e.Key == VirtualKey.Enter)\n                {\n                    return;\n                }\n\n                base.OnKeyDown(e);\n            }\n\n            protected override void OnKeyUp(KeyRoutedEventArgs e)\n            {\n                // Ignore the Enter key\n                if (e.Key == VirtualKey.Enter)\n                {\n                    return;\n                }\n\n                base.OnKeyUp(e);\n            }\n\n            private void OnButtonIdPropertyChanged(NumbersAndOperatorsEnum oldValue, NumbersAndOperatorsEnum newValue)\n            {\n                this.CommandParameter = new CalculatorButtonPressedEventArgs(AuditoryFeedback, newValue);\n            }\n\n            private void OnAuditoryFeedbackPropertyChanged(string oldValue, string newValue)\n            {\n                this.CommandParameter = new CalculatorButtonPressedEventArgs(newValue, ButtonId);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Controls/EquationTextBox.cs",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing CalculatorApp.ViewModel.Common;\n\nusing Windows.UI.Text;\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Automation;\nusing Windows.UI.Xaml.Controls;\nusing Windows.UI.Xaml.Controls.Primitives;\nusing Windows.UI.Xaml.Input;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        public sealed class EquationTextBox : Windows.UI.Xaml.Controls.Control\n        {\n            public EquationTextBox()\n            {\n            }\n\n            public Windows.UI.Xaml.Media.SolidColorBrush EquationColor\n            {\n                get => (Windows.UI.Xaml.Media.SolidColorBrush)GetValue(EquationColorProperty);\n                set => SetValue(EquationColorProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for EquationColor.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty EquationColorProperty =\n                DependencyProperty.Register(nameof(EquationColor), typeof(Windows.UI.Xaml.Media.SolidColorBrush), typeof(EquationTextBox), new PropertyMetadata(default(Windows.UI.Xaml.Media.SolidColorBrush)));\n\n            public Windows.UI.Xaml.Media.SolidColorBrush EquationButtonForegroundColor\n            {\n                get => (Windows.UI.Xaml.Media.SolidColorBrush)GetValue(EquationButtonForegroundColorProperty);\n                set => SetValue(EquationButtonForegroundColorProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for EquationButtonForegroundColor.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty EquationButtonForegroundColorProperty =\n                DependencyProperty.Register(nameof(EquationButtonForegroundColor), typeof(Windows.UI.Xaml.Media.SolidColorBrush), typeof(EquationTextBox), new PropertyMetadata(default(Windows.UI.Xaml.Media.SolidColorBrush)));\n\n            public Windows.UI.Xaml.Controls.Flyout ColorChooserFlyout\n            {\n                get => (Windows.UI.Xaml.Controls.Flyout)GetValue(ColorChooserFlyoutProperty);\n                set => SetValue(ColorChooserFlyoutProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for ColorChooserFlyout.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty ColorChooserFlyoutProperty =\n                DependencyProperty.Register(nameof(ColorChooserFlyout), typeof(Windows.UI.Xaml.Controls.Flyout), typeof(EquationTextBox), new PropertyMetadata(default(Windows.UI.Xaml.Controls.Flyout)));\n\n            public string EquationButtonContentIndex\n            {\n                get => (string)GetValue(EquationButtonContentIndexProperty);\n                set => SetValue(EquationButtonContentIndexProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for EquationButtonContentIndex.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty EquationButtonContentIndexProperty =\n                DependencyProperty.Register(nameof(EquationButtonContentIndex), typeof(string), typeof(EquationTextBox), new PropertyMetadata(string.Empty, (sender, args) =>\n                {\n                    var self = (EquationTextBox)sender;\n                    self.OnEquationButtonContentIndexPropertyChanged((string)args.OldValue, (string)args.NewValue);\n                }));\n\n            public string MathEquation\n            {\n                get => (string)GetValue(MathEquationProperty);\n                set => SetValue(MathEquationProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for MathEquation.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty MathEquationProperty =\n                DependencyProperty.Register(nameof(MathEquation), typeof(string), typeof(EquationTextBox), new PropertyMetadata(string.Empty));\n\n            public bool HasError\n            {\n                get => (bool)GetValue(HasErrorProperty);\n                set => SetValue(HasErrorProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for HasError.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty HasErrorProperty =\n                DependencyProperty.Register(nameof(HasError), typeof(bool), typeof(EquationTextBox), new PropertyMetadata(default(bool), (sender, args) =>\n                {\n                    var self = (EquationTextBox)sender;\n                    self.OnHasErrorPropertyChanged((bool)args.OldValue, (bool)args.NewValue);\n                }));\n\n            public bool IsAddEquationMode\n            {\n                get => (bool)GetValue(IsAddEquationModeProperty);\n                set => SetValue(IsAddEquationModeProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for IsAddEquationMode.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty IsAddEquationModeProperty =\n                DependencyProperty.Register(nameof(IsAddEquationMode), typeof(bool), typeof(EquationTextBox), new PropertyMetadata(default(bool), (sender, args) =>\n                {\n                    var self = (EquationTextBox)sender;\n                    self.OnIsAddEquationModePropertyChanged((bool)args.OldValue, (bool)args.NewValue);\n                }));\n\n            public string ErrorText\n            {\n                get => (string)GetValue(ErrorTextProperty);\n                set => SetValue(ErrorTextProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for ErrorText.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty ErrorTextProperty =\n                DependencyProperty.Register(nameof(ErrorText), typeof(string), typeof(EquationTextBox), new PropertyMetadata(string.Empty));\n\n            public bool IsEquationLineDisabled\n            {\n                get => (bool)GetValue(IsEquationLineDisabledProperty);\n                set => SetValue(IsEquationLineDisabledProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for IsEquationLineDisabled.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty IsEquationLineDisabledProperty =\n                DependencyProperty.Register(nameof(IsEquationLineDisabled), typeof(bool), typeof(EquationTextBox), new PropertyMetadata(default(bool)));\n\n            private bool HasFocus { get; set; }\n\n            public event Windows.UI.Xaml.RoutedEventHandler RemoveButtonClicked;\n            public event Windows.UI.Xaml.RoutedEventHandler KeyGraphFeaturesButtonClicked;\n            public event System.EventHandler<MathRichEditBoxSubmission> EquationSubmitted;\n            public event System.EventHandler<MathRichEditBoxFormatRequest> EquationFormatRequested;\n            public event Windows.UI.Xaml.RoutedEventHandler EquationButtonClicked;\n\n            public void SetEquationText(string equationText)\n            {\n                if (m_richEditBox != null)\n                {\n                    m_richEditBox.MathText = equationText;\n                }\n            }\n\n            public void FocusTextBox()\n            {\n                if (m_richEditBox != null)\n                {\n                    _ = FocusManager.TryFocusAsync(m_richEditBox, FocusState.Programmatic);\n                }\n            }\n\n            protected override void OnApplyTemplate()\n            {\n                m_equationButton = GetTemplateChild(\"EquationButton\") as ToggleButton;\n                m_richEditBox = GetTemplateChild(\"MathRichEditBox\") as MathRichEditBox;\n                m_deleteButton = GetTemplateChild(\"DeleteButton\") as Button;\n                m_removeButton = GetTemplateChild(\"RemoveButton\") as Button;\n                m_functionButton = GetTemplateChild(\"FunctionButton\") as Button;\n                m_colorChooserButton = GetTemplateChild(\"ColorChooserButton\") as ToggleButton;\n                m_richEditContextMenu = GetTemplateChild(\"MathRichEditContextMenu\") as MenuFlyout;\n                m_kgfEquationMenuItem = GetTemplateChild(\"FunctionAnalysisMenuItem\") as MenuFlyoutItem;\n                m_removeMenuItem = GetTemplateChild(\"RemoveFunctionMenuItem\") as MenuFlyoutItem;\n                m_colorChooserMenuItem = GetTemplateChild(\"ChangeFunctionStyleMenuItem\") as MenuFlyoutItem;\n                m_cutMenuItem = GetTemplateChild(\"CutMenuItem\") as MenuFlyoutItem;\n                m_copyMenuItem = GetTemplateChild(\"CopyMenuItem\") as MenuFlyoutItem;\n                m_pasteMenuItem = GetTemplateChild(\"PasteMenuItem\") as MenuFlyoutItem;\n                m_undoMenuItem = GetTemplateChild(\"UndoMenuItem\") as MenuFlyoutItem;\n                m_selectAllMenuItem = GetTemplateChild(\"SelectAllMenuItem\") as MenuFlyoutItem;\n\n                var resProvider = AppResourceProvider.GetInstance();\n\n                if (m_richEditBox != null)\n                {\n                    m_richEditBox.GotFocus += OnRichEditBoxGotFocus;\n                    m_richEditBox.LostFocus += OnRichEditBoxLostFocus;\n                    m_richEditBox.TextChanged += OnRichEditTextChanged;\n                    m_richEditBox.SelectionFlyout = null;\n                    m_richEditBox.EquationSubmitted += OnEquationSubmitted;\n                    m_richEditBox.FormatRequest += OnEquationFormatRequested;\n                }\n\n                if (m_equationButton != null)\n                {\n                    m_equationButton.Click += OnEquationButtonClicked;\n                }\n\n                if (m_richEditContextMenu != null)\n                {\n                    m_richEditContextMenu.Opened += OnRichEditMenuOpened;\n                }\n\n                if (m_deleteButton != null)\n                {\n                    m_deleteButton.Click += OnDeleteButtonClicked;\n                }\n\n                if (m_removeButton != null)\n                {\n                    m_removeButton.Click += OnRemoveButtonClicked;\n                }\n\n                if (m_removeMenuItem != null)\n                {\n                    m_removeMenuItem.Text = resProvider.GetResourceString(\"removeMenuItem\");\n                    m_removeMenuItem.Click += OnRemoveButtonClicked;\n                }\n\n                if (m_colorChooserButton != null)\n                {\n                    m_colorChooserButton.Click += OnColorChooserButtonClicked;\n                }\n\n                if (m_colorChooserMenuItem != null)\n                {\n                    m_colorChooserMenuItem.Text = resProvider.GetResourceString(\"colorChooserMenuItem\");\n                    m_colorChooserMenuItem.Click += OnColorChooserButtonClicked;\n                }\n\n                if (m_functionButton != null)\n                {\n                    m_functionButton.Click += OnFunctionButtonClicked;\n                    m_functionButton.IsEnabled = false;\n                }\n\n                if (m_kgfEquationMenuItem != null)\n                {\n                    m_kgfEquationMenuItem.Text = resProvider.GetResourceString(\"functionAnalysisMenuItem\");\n                    m_kgfEquationMenuItem.Click += OnFunctionMenuButtonClicked;\n                }\n\n                if (ColorChooserFlyout != null)\n                {\n                    ColorChooserFlyout.Opened += OnColorFlyoutOpened;\n                    ColorChooserFlyout.Closed += OnColorFlyoutClosed;\n                }\n\n                if (m_cutMenuItem != null)\n                {\n                    m_cutMenuItem.Click += OnCutClicked;\n                }\n\n                if (m_copyMenuItem != null)\n                {\n                    m_copyMenuItem.Click += OnCopyClicked;\n                }\n\n                if (m_pasteMenuItem != null)\n                {\n                    m_pasteMenuItem.Click += OnPasteClicked;\n                }\n\n                if (m_undoMenuItem != null)\n                {\n                    m_undoMenuItem.Click += OnUndoClicked;\n                }\n\n                if (m_selectAllMenuItem != null)\n                {\n                    m_selectAllMenuItem.Click += OnSelectAllClicked;\n                }\n\n                UpdateCommonVisualState();\n                UpdateButtonsVisualState();\n            }\n\n            protected override void OnPointerEntered(PointerRoutedEventArgs e)\n            {\n                m_isPointerOver = true;\n                UpdateCommonVisualState();\n            }\n\n            protected override void OnPointerExited(PointerRoutedEventArgs e)\n            {\n                m_isPointerOver = false;\n                UpdateCommonVisualState();\n            }\n\n            protected override void OnPointerCanceled(PointerRoutedEventArgs e)\n            {\n                m_isPointerOver = false;\n                UpdateCommonVisualState();\n            }\n\n            protected override void OnPointerCaptureLost(PointerRoutedEventArgs e)\n            {\n                m_isPointerOver = false;\n                UpdateCommonVisualState();\n            }\n\n            private void OnIsAddEquationModePropertyChanged(bool oldValue, bool newValue)\n            {\n                UpdateCommonVisualState();\n                UpdateButtonsVisualState();\n            }\n\n            private void UpdateCommonVisualState()\n            {\n                string state;\n                bool richEditHasContent = RichEditHasContent();\n\n                if (HasFocus && HasError)\n                {\n                    state = \"FocusedError\";\n                }\n                else if (IsAddEquationMode && HasFocus && !richEditHasContent)\n                {\n                    state = \"AddEquationFocused\";\n                }\n                else if (HasFocus)\n                {\n                    state = \"Focused\";\n                }\n                else if (IsAddEquationMode && m_isPointerOver && !richEditHasContent)\n                {\n                    state = \"AddEquation\";\n                }\n                else if (HasError && (m_isPointerOver || m_isColorChooserFlyoutOpen))\n                {\n                    state = \"PointerOverError\";\n                }\n                else if (m_isPointerOver || m_isColorChooserFlyoutOpen)\n                {\n                    state = \"PointerOver\";\n                }\n                else if (HasError)\n                {\n                    state = \"Error\";\n                }\n                else if (IsAddEquationMode)\n                {\n                    state = \"AddEquation\";\n                }\n                else\n                {\n                    state = \"Normal\";\n                }\n                VisualStateManager.GoToState(this, state, false);\n            }\n\n            private void UpdateButtonsVisualState()\n            {\n                string state;\n\n                if (HasFocus && RichEditHasContent())\n                {\n                    state = \"ButtonVisible\";\n                }\n                else if (IsAddEquationMode)\n                {\n                    state = \"ButtonHideRemove\";\n                }\n                else\n                {\n                    state = \"ButtonCollapsed\";\n                }\n\n                VisualStateManager.GoToState(this, state, true);\n            }\n\n            private bool RichEditHasContent()\n            {\n                string text = null;\n                m_richEditBox?.TextDocument.GetText(Windows.UI.Text.TextGetOptions.NoHidden, out text);\n                return !string.IsNullOrEmpty(text);\n            }\n\n            private void OnRichEditBoxGotFocus(object sender, RoutedEventArgs e)\n            {\n                HasFocus = true;\n                UpdateCommonVisualState();\n                UpdateButtonsVisualState();\n            }\n\n            private void OnRichEditBoxLostFocus(object sender, RoutedEventArgs e)\n            {\n                if (!m_richEditBox.ContextFlyout.IsOpen)\n                {\n                    HasFocus = false;\n                }\n\n                UpdateCommonVisualState();\n                UpdateButtonsVisualState();\n            }\n\n            private void OnRichEditTextChanged(object sender, RoutedEventArgs e)\n            {\n                UpdateCommonVisualState();\n                UpdateButtonsVisualState();\n            }\n\n            private void OnDeleteButtonClicked(object sender, RoutedEventArgs e)\n            {\n                if (m_richEditBox != null)\n                {\n                    m_richEditBox.TextDocument.SetText(TextSetOptions.None, \"\");\n                    if (m_functionButton != null)\n                    {\n                        m_functionButton.IsEnabled = false;\n                    }\n                }\n            }\n\n            private void OnEquationButtonClicked(object sender, RoutedEventArgs e)\n            {\n                EquationButtonClicked?.Invoke(this, new RoutedEventArgs());\n\n                SetEquationButtonTooltipAndAutomationName();\n            }\n\n            private void OnRemoveButtonClicked(object sender, RoutedEventArgs e)\n            {\n                if (IsAddEquationMode)\n                {\n                    // Don't remove the last equation\n                    return;\n                }\n\n                if (m_richEditBox != null)\n                {\n                    m_richEditBox.MathText = \"\";\n                }\n\n                RemoveButtonClicked?.Invoke(this, new RoutedEventArgs());\n\n                if (m_functionButton != null)\n                {\n                    m_functionButton.IsEnabled = false;\n                }\n\n                if (m_equationButton != null)\n                {\n                    IsEquationLineDisabled = false;\n                }\n\n                TraceLogger.GetInstance().LogGraphButtonClicked(GraphButton.RemoveFunction, GraphButtonValue.None);\n\n                VisualStateManager.GoToState(this, \"Normal\", true);\n            }\n\n            private void OnColorChooserButtonClicked(object sender, RoutedEventArgs e)\n            {\n                if (ColorChooserFlyout != null && m_richEditBox != null)\n                {\n                    ColorChooserFlyout.ShowAt(m_richEditBox);\n                    TraceLogger.GetInstance().LogGraphButtonClicked(GraphButton.StylePicker, GraphButtonValue.None);\n                }\n            }\n\n            private void OnFunctionButtonClicked(object sender, RoutedEventArgs e)\n            {\n                KeyGraphFeaturesButtonClicked?.Invoke(this, new RoutedEventArgs());\n            }\n\n            private void OnFunctionMenuButtonClicked(object sender, RoutedEventArgs e)\n            {\n                // Submit the equation before trying to analyze it if invoked from context menu\n                m_richEditBox?.SubmitEquation(EquationSubmissionSource.FOCUS_LOST);\n\n                KeyGraphFeaturesButtonClicked?.Invoke(this, new RoutedEventArgs());\n            }\n\n            private void OnRichEditMenuOpened(object sender, object args)\n            {\n                if (m_removeMenuItem != null)\n                {\n                    m_removeMenuItem.IsEnabled = !IsAddEquationMode;\n                }\n\n                if (m_kgfEquationMenuItem != null)\n                {\n                    m_kgfEquationMenuItem.IsEnabled = HasFocus && !HasError && RichEditHasContent();\n                }\n\n                if (m_colorChooserMenuItem != null)\n                {\n                    m_colorChooserMenuItem.IsEnabled = !HasError && !IsAddEquationMode;\n                }\n\n                if (m_richEditBox != null && m_cutMenuItem != null)\n                {\n                    m_cutMenuItem.IsEnabled = m_richEditBox.TextDocument.CanCopy();\n                }\n\n                if (m_richEditBox != null && m_copyMenuItem != null)\n                {\n                    m_copyMenuItem.IsEnabled = m_richEditBox.TextDocument.CanCopy();\n                }\n\n                if (m_richEditBox != null && m_pasteMenuItem != null)\n                {\n                    m_pasteMenuItem.IsEnabled = m_richEditBox.TextDocument.CanPaste();\n                }\n\n                if (m_richEditBox != null && m_undoMenuItem != null)\n                {\n                    m_undoMenuItem.IsEnabled = m_richEditBox.TextDocument.CanUndo();\n                }\n            }\n\n            private void OnCutClicked(object sender, RoutedEventArgs e)\n            {\n                m_richEditBox?.TextDocument.Selection.Cut();\n            }\n\n            private void OnCopyClicked(object sender, RoutedEventArgs e)\n            {\n                m_richEditBox?.TextDocument.Selection.Copy();\n            }\n\n            private void OnPasteClicked(object sender, RoutedEventArgs e)\n            {\n                m_richEditBox?.TextDocument.Selection.Paste(0);\n            }\n\n            private void OnUndoClicked(object sender, RoutedEventArgs e)\n            {\n                m_richEditBox?.TextDocument.Undo();\n            }\n\n            private void OnSelectAllClicked(object sender, RoutedEventArgs e)\n            {\n                m_richEditBox?.TextDocument.Selection.SetRange(0, m_richEditBox.TextDocument.Selection.EndPosition);\n            }\n\n            private void OnColorFlyoutOpened(object sender, object e)\n            {\n                m_isColorChooserFlyoutOpen = true;\n                UpdateCommonVisualState();\n            }\n\n            private void OnColorFlyoutClosed(object sender, object e)\n            {\n                m_colorChooserButton.IsChecked = false;\n                m_isColorChooserFlyoutOpen = false;\n                UpdateCommonVisualState();\n            }\n\n            private void OnHasErrorPropertyChanged(bool oldValue, bool newValue)\n            {\n                UpdateCommonVisualState();\n            }\n\n            private void OnEquationButtonContentIndexPropertyChanged(string oldValue, string newValue)\n            {\n                SetEquationButtonTooltipAndAutomationName();\n            }\n\n            private void SetEquationButtonTooltipAndAutomationName()\n            {\n                var toolTip = new ToolTip();\n                var resProvider = AppResourceProvider.GetInstance();\n\n                var equationButtonMessage = LocalizationStringUtil.GetLocalizedString(\n                    IsEquationLineDisabled ? resProvider.GetResourceString(\"showEquationButtonAutomationName\")\n                                           : resProvider.GetResourceString(\"hideEquationButtonAutomationName\"),\n                    EquationButtonContentIndex);\n\n                var equationButtonTooltip = LocalizationStringUtil.GetLocalizedString(\n                    IsEquationLineDisabled ? resProvider.GetResourceString(\"showEquationButtonToolTip\") : resProvider.GetResourceString(\"hideEquationButtonToolTip\"));\n\n                toolTip.Content = equationButtonTooltip;\n                ToolTipService.SetToolTip(m_equationButton, toolTip);\n                AutomationProperties.SetName(m_equationButton, equationButtonMessage);\n            }\n\n            private CalculatorApp.Controls.MathRichEditBox m_richEditBox;\n            private Windows.UI.Xaml.Controls.Primitives.ToggleButton m_equationButton;\n            private Windows.UI.Xaml.Controls.Button m_deleteButton;\n            private Windows.UI.Xaml.Controls.Button m_removeButton;\n            private Windows.UI.Xaml.Controls.Button m_functionButton;\n            private Windows.UI.Xaml.Controls.Primitives.ToggleButton m_colorChooserButton;\n\n            private Windows.UI.Xaml.Controls.MenuFlyout m_richEditContextMenu;\n            private Windows.UI.Xaml.Controls.MenuFlyoutItem m_cutMenuItem;\n            private Windows.UI.Xaml.Controls.MenuFlyoutItem m_copyMenuItem;\n            private Windows.UI.Xaml.Controls.MenuFlyoutItem m_pasteMenuItem;\n            private Windows.UI.Xaml.Controls.MenuFlyoutItem m_undoMenuItem;\n            private Windows.UI.Xaml.Controls.MenuFlyoutItem m_selectAllMenuItem;\n            private Windows.UI.Xaml.Controls.MenuFlyoutItem m_kgfEquationMenuItem;\n            private Windows.UI.Xaml.Controls.MenuFlyoutItem m_removeMenuItem;\n            private Windows.UI.Xaml.Controls.MenuFlyoutItem m_colorChooserMenuItem;\n\n            private bool m_isPointerOver;\n            private bool m_isColorChooserFlyoutOpen;\n            private void OnEquationSubmitted(object sender, MathRichEditBoxSubmission args)\n            {\n                if (args.HasTextChanged)\n                {\n                    if (m_functionButton != null && m_richEditBox.MathText != \"\")\n                    {\n                        m_functionButton.IsEnabled = true;\n                    }\n                }\n\n                EquationSubmitted?.Invoke(this, args);\n            }\n\n            private void OnEquationFormatRequested(object sender, MathRichEditBoxFormatRequest args)\n            {\n                EquationFormatRequested?.Invoke(this, args);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Controls/FlipButtons.cs",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing CalculatorApp.ViewModel.Common;\n\nusing Windows.System;\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Input;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        public sealed class FlipButtons : Windows.UI.Xaml.Controls.Primitives.ToggleButton\n        {\n            public NumbersAndOperatorsEnum ButtonId\n            {\n                get => (NumbersAndOperatorsEnum)GetValue(ButtonIdProperty);\n                set => SetValue(ButtonIdProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for ButtonId.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty ButtonIdProperty =\n                DependencyProperty.Register(nameof(ButtonId), typeof(NumbersAndOperatorsEnum), typeof(FlipButtons), new PropertyMetadata(default(NumbersAndOperatorsEnum)));\n\n            public Windows.UI.Xaml.Media.Brush HoverBackground\n            {\n                get => (Windows.UI.Xaml.Media.Brush)GetValue(HoverBackgroundProperty);\n                set => SetValue(HoverBackgroundProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for HoverBackground.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty HoverBackgroundProperty =\n                DependencyProperty.Register(nameof(HoverBackground), typeof(Windows.UI.Xaml.Media.Brush), typeof(FlipButtons), new PropertyMetadata(default(Windows.UI.Xaml.Media.Brush)));\n\n            public Windows.UI.Xaml.Media.Brush HoverForeground\n            {\n                get => (Windows.UI.Xaml.Media.Brush)GetValue(HoverForegroundProperty);\n                set => SetValue(HoverForegroundProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for HoverForeground.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty HoverForegroundProperty =\n                DependencyProperty.Register(nameof(HoverForeground), typeof(Windows.UI.Xaml.Media.Brush), typeof(FlipButtons), new PropertyMetadata(default(Windows.UI.Xaml.Media.Brush)));\n\n            public Windows.UI.Xaml.Media.Brush PressBackground\n            {\n                get => (Windows.UI.Xaml.Media.Brush)GetValue(PressBackgroundProperty);\n                set => SetValue(PressBackgroundProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for PressBackground.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty PressBackgroundProperty =\n                DependencyProperty.Register(nameof(PressBackground), typeof(Windows.UI.Xaml.Media.Brush), typeof(FlipButtons), new PropertyMetadata(default(Windows.UI.Xaml.Media.Brush)));\n\n            public Windows.UI.Xaml.Media.Brush PressForeground\n            {\n                get => (Windows.UI.Xaml.Media.Brush)GetValue(PressForegroundProperty);\n                set => SetValue(PressForegroundProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for PressForeground.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty PressForegroundProperty =\n                DependencyProperty.Register(nameof(PressForeground), typeof(Windows.UI.Xaml.Media.Brush), typeof(FlipButtons), new PropertyMetadata(default(Windows.UI.Xaml.Media.Brush)));\n\n            protected override void OnKeyDown(KeyRoutedEventArgs e)\n            {\n                // Ignore the Enter key\n                if (e.Key == VirtualKey.Enter)\n                {\n                    return;\n                }\n\n                base.OnKeyDown(e);\n            }\n\n            protected override void OnKeyUp(KeyRoutedEventArgs e)\n            {\n                // Ignore the Enter key\n                if (e.Key == VirtualKey.Enter)\n                {\n                    return;\n                }\n\n                base.OnKeyUp(e);\n            }\n\n            private void OnButtonIdPropertyChanged(NumbersAndOperatorsEnum oldValue, NumbersAndOperatorsEnum newValue)\n            {\n                CommandParameter = newValue;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Controls/HorizontalNoOverflowStackPanel.cs",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n//\n// HorizontalNoOverflowStackPanel.h\n// Declaration of the HorizontalNoOverflowStackPanel class\n//\n\nusing System;\n\nusing Windows.Foundation;\nusing Windows.UI.Xaml.Automation;\nusing Windows.UI.Xaml.Automation.Peers;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        public class HorizontalNoOverflowStackPanel : Windows.UI.Xaml.Controls.Panel\n        {\n            // Prioritize the last item over all other items (except the first one)\n            internal HorizontalNoOverflowStackPanel()\n            { }\n\n            protected override Size MeasureOverride(Size availableSize)\n            {\n                float maxHeight = 0;\n                float width = 0;\n                foreach (var child in Children)\n                {\n                    child.Measure(new Size(float.PositiveInfinity, float.PositiveInfinity));\n                    maxHeight = (float)Math.Max(maxHeight, child.DesiredSize.Height);\n                    width += (float)child.DesiredSize.Width;\n                }\n                return new Size(Math.Min(width, availableSize.Width), Math.Min(availableSize.Height, maxHeight));\n            }\n\n            protected override Size ArrangeOverride(Size finalSize)\n            {\n                if (Children.Count == 0)\n                {\n                    return finalSize;\n                }\n\n                float posX = 0;\n                var lastChild = Children[Children.Count - 1];\n                float lastChildWidth = 0;\n                if (Children.Count > 2 && ShouldPrioritizeLastItem())\n                {\n                    lastChildWidth = (float)lastChild.DesiredSize.Width;\n                }\n                foreach (var item in Children)\n                {\n                    var widthAvailable = finalSize.Width - posX;\n                    if (item != lastChild)\n                    {\n                        widthAvailable -= lastChildWidth;\n                    }\n                    float itemWidth = (float)item.DesiredSize.Width;\n                    if (widthAvailable > 0 && itemWidth <= widthAvailable)\n                    {\n                        // stack the items horizontally (left to right)\n                        item.Arrange(new Rect(posX, 0, itemWidth, finalSize.Height));\n                        AutomationProperties.SetAccessibilityView(item, AccessibilityView.Content);\n                        posX += (float)item.RenderSize.Width;\n                    }\n                    else\n                    {\n                        // Not display the item\n                        item.Arrange(new Rect(0, 0, 0, 0));\n                        AutomationProperties.SetAccessibilityView(item, AccessibilityView.Raw);\n                    }\n                }\n                return finalSize;\n            }\n\n            protected virtual bool ShouldPrioritizeLastItem()\n            {\n                return false;\n            }\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/Calculator/Controls/MathRichEditBox.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing System;\nusing System.Runtime.InteropServices;\n\nusing Windows.ApplicationModel;\nusing Windows.System;\nusing Windows.UI.Core;\nusing Windows.UI.Text;\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Input;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        namespace Windows_2004_Prerelease\n        {\n            public enum RichEditMathMode\n            {\n                NoMath,\n                MathOnly\n            }\n\n            [Guid(\"619c20f2-cb3b-4521-981f-2865b1b93f04\")]\n            internal interface ITextDocument4\n            {\n                int SetMath(string value);\n                int GetMath(out string value);\n                int SetMathMode(RichEditMathMode mathMode);\n            }\n        }\n\n        public enum EquationSubmissionSource\n        {\n            FOCUS_LOST,\n            ENTER_KEY,\n            PROGRAMMATIC\n        }\n\n        public sealed class MathRichEditBoxSubmission\n        {\n            public bool HasTextChanged { get; }\n\n            public EquationSubmissionSource Source { get; }\n\n            public MathRichEditBoxSubmission(bool hasTextChanged, EquationSubmissionSource source)\n            {\n                HasTextChanged = hasTextChanged;\n                Source = source;\n            }\n\n        }\n\n        public sealed class MathRichEditBoxFormatRequest\n        {\n            public string OriginalText { get; }\n\n            public string FormattedText { get; set; }\n\n            public MathRichEditBoxFormatRequest(string originalText)\n            {\n                OriginalText = originalText;\n            }\n\n        }\n\n        public sealed class MathRichEditBox : Windows.UI.Xaml.Controls.RichEditBox\n        {\n            public MathRichEditBox()\n            {\n                string packageName = Package.Current.Id.Name;\n\n                if (packageName == \"Microsoft.WindowsCalculator.Dev\")\n                {\n                    LimitedAccessFeatures.TryUnlockFeature(\n                                \"com.microsoft.windows.richeditmath\",\n                                \"BeDD/jxKhz/yfVNA11t4uA==\", // Microsoft.WindowsCalculator.Dev\n                                \"8wekyb3d8bbwe has registered their use of com.microsoft.windows.richeditmath with Microsoft and agrees to the terms of use.\");\n                }\n                else if (packageName == \"Microsoft.WindowsCalculator\")\n                {\n                    LimitedAccessFeatures.TryUnlockFeature(\n                                \"com.microsoft.windows.richeditmath\",\n                                \"pfanNuxnzo+mAkBQ3N/rGQ==\", // Microsoft.WindowsCalculator\n                                \"8wekyb3d8bbwe has registered their use of com.microsoft.windows.richeditmath with Microsoft and agrees to the terms of use.\");\n                }\n\n                TextDocument.SetMathMode(RichEditMathMode.MathOnly);\n                LosingFocus += OnLosingFocus;\n                KeyUp += OnKeyUp;\n            }\n\n            public string MathText\n            {\n                get => (string)GetValue(MathTextProperty);\n                set => SetValue(MathTextProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for MathText.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty MathTextProperty =\n                DependencyProperty.Register(nameof(MathText), typeof(string), typeof(MathRichEditBox), new PropertyMetadata(string.Empty, (sender, args) =>\n                {\n                    var self = (MathRichEditBox)sender;\n                    self.OnMathTextPropertyChanged((string)args.OldValue, (string)args.NewValue);\n                }));\n\n            public event EventHandler<MathRichEditBoxFormatRequest> FormatRequest;\n            public event EventHandler<MathRichEditBoxSubmission> EquationSubmitted;\n\n            public void OnMathTextPropertyChanged(string oldValue, string newValue)\n            {\n                SetMathTextProperty(newValue);\n\n                // Get the new math text directly from the TextBox since the textbox may have changed its formatting\n                SetValue(MathTextProperty, GetMathTextProperty());\n            }\n\n            public void InsertText(string text, int cursorOffSet, int selectionLength)\n            {\n                // If the rich edit is empty, the math zone may not exist, and so selection (and thus the resulting text) will not be in a math zone.\n                // If the rich edit has content already, then the mathzone will already be created due to mathonly mode being set and the selection will exist inside the\n                // math zone. To handle this, we will force a math zone to be created in teh case of the text being empty and then replacing the text inside of the math\n                // zone with the newly inserted text.\n                if (string.IsNullOrEmpty(GetMathTextProperty()))\n                {\n                    SetMathTextProperty(\"<math xmlns=\\\"http://www.w3.org/1998/Math/MathML\\\"><mi>x</mi></math>\");\n                    TextDocument.Selection.StartPosition = 0;\n                    TextDocument.Selection.EndPosition = 1;\n                }\n\n                // insert the text in place of selection\n                TextDocument.Selection.SetText(Windows.UI.Text.TextSetOptions.FormatRtf, text);\n\n                // Move the cursor to the next logical place for users to enter text.\n                TextDocument.Selection.StartPosition += cursorOffSet;\n                TextDocument.Selection.EndPosition = TextDocument.Selection.StartPosition + selectionLength;\n            }\n\n            public void SubmitEquation(EquationSubmissionSource source)\n            {\n                // Clear formatting since the graph control doesn't work with bold/underlines\n                var range = TextDocument.GetRange(0, TextDocument.Selection.EndPosition);\n\n                if (range != null)\n                {\n                    range.CharacterFormat.Underline = UnderlineType.None;\n                }\n\n                var newVal = GetMathTextProperty();\n                if (MathText != newVal)\n                {\n                    // Request the final formatting of the text\n                    var formatRequest = new MathRichEditBoxFormatRequest(newVal);\n                    FormatRequest?.Invoke(this, formatRequest);\n\n                    if (!string.IsNullOrEmpty(formatRequest.FormattedText))\n                    {\n                        newVal = formatRequest.FormattedText;\n                    }\n\n                    SetValue(MathTextProperty, newVal);\n                    EquationSubmitted?.Invoke(this, new MathRichEditBoxSubmission(true, source));\n                }\n                else\n                {\n                    EquationSubmitted?.Invoke(this, new MathRichEditBoxSubmission(false, source));\n                }\n            }\n\n            public void BackSpace()\n            {\n                // if anything is selected, just delete the selection.  Note: EndPosition can be before start position.\n                if (TextDocument.Selection.StartPosition != TextDocument.Selection.EndPosition)\n                {\n                    TextDocument.Selection.SetText(Windows.UI.Text.TextSetOptions.None, \"\");\n                    return;\n                }\n\n                // if we are at the start of the string, do nothing\n                if (TextDocument.Selection.StartPosition == 0)\n                {\n                    return;\n                }\n\n                // Select the previous group.\n                TextDocument.Selection.EndPosition = TextDocument.Selection.StartPosition;\n                TextDocument.Selection.StartPosition -= 1;\n\n                // If the group contains anything complex, we want to give the user a chance to preview the deletion.\n                // If it's a single character, then just delete it.  Otherwise do nothing until the user triggers backspace again.\n                var text = TextDocument.Selection.Text;\n                if (text.Length == 1)\n                {\n                    TextDocument.Selection.SetText(Windows.UI.Text.TextSetOptions.None, \"\");\n                }\n            }\n\n            protected override void OnKeyDown(KeyRoutedEventArgs e)\n            {\n                // suppress control + B to prevent bold input from being entered\n                if ((Window.Current.CoreWindow.GetKeyState(VirtualKey.Control) & CoreVirtualKeyStates.Down) != CoreVirtualKeyStates.Down ||\n                    e.Key != VirtualKey.B)\n                {\n                    base.OnKeyDown(e);\n                }\n            }\n\n            private string GetMathTextProperty()\n            {\n                TextDocument.GetMath(out string math);\n                return math;\n            }\n\n            private void SetMathTextProperty(string newValue)\n            {\n                bool readOnlyState = IsReadOnly;\n                IsReadOnly = false;\n\n                TextDocument.SetMath(newValue);\n\n                IsReadOnly = readOnlyState;\n            }\n\n            private void OnLosingFocus(UIElement sender, LosingFocusEventArgs args)\n            {\n                if (IsReadOnly || ContextFlyout.IsOpen)\n                {\n                    return;\n                }\n\n                SubmitEquation(EquationSubmissionSource.FOCUS_LOST);\n            }\n\n            private void OnKeyUp(object sender, KeyRoutedEventArgs e)\n            {\n                if (!IsReadOnly && e.Key == VirtualKey.Enter)\n                {\n                    SubmitEquation(EquationSubmissionSource.ENTER_KEY);\n                }\n            }\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/Calculator/Controls/OperatorPanelButton.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Controls;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        public sealed class OperatorPanelButton : Windows.UI.Xaml.Controls.Primitives.ToggleButton\n        {\n            public OperatorPanelButton()\n            {\n            }\n\n            public string Text\n            {\n                get => (string)GetValue(TextProperty);\n                set => SetValue(TextProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for Text.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty TextProperty =\n                DependencyProperty.Register(nameof(Text), typeof(string), typeof(OperatorPanelButton), new PropertyMetadata(string.Empty));\n\n            public string Glyph\n            {\n                get => (string)GetValue(GlyphProperty);\n                set => SetValue(GlyphProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for Glyph.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty GlyphProperty =\n                DependencyProperty.Register(nameof(Glyph), typeof(string), typeof(OperatorPanelButton), new PropertyMetadata(string.Empty));\n\n            public double GlyphFontSize\n            {\n                get => (double)GetValue(GlyphFontSizeProperty);\n                set => SetValue(GlyphFontSizeProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for GlyphFontSize.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty GlyphFontSizeProperty =\n                DependencyProperty.Register(nameof(GlyphFontSize), typeof(double), typeof(OperatorPanelButton), new PropertyMetadata(default(double)));\n\n            public double ChevronFontSize\n            {\n                get => (double)GetValue(ChevronFontSizeProperty);\n                set => SetValue(ChevronFontSizeProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for ChevronFontSize.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty ChevronFontSizeProperty =\n                DependencyProperty.Register(nameof(ChevronFontSize), typeof(double), typeof(OperatorPanelButton), new PropertyMetadata(default(double)));\n\n            public Flyout FlyoutMenu\n            {\n                get => (Flyout)GetValue(FlyoutMenuProperty);\n                set => SetValue(FlyoutMenuProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for FlyoutMenu.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty FlyoutMenuProperty =\n                DependencyProperty.Register(nameof(FlyoutMenu), typeof(Flyout), typeof(OperatorPanelButton), new PropertyMetadata(default(Flyout)));\n\n            protected override void OnApplyTemplate()\n            {\n                if (FlyoutMenu != null)\n                {\n                    FlyoutMenu.Closed += FlyoutClosed;\n                }\n            }\n\n            protected override void OnToggle()\n            {\n                base.OnToggle();\n\n                if (IsChecked == true)\n                {\n                    FlyoutMenu.ShowAt(this);\n                }\n            }\n\n            private void FlyoutClosed(object sender, object args)\n            {\n                IsChecked = false;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Controls/OperatorPanelListView.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing Windows.Devices.Input;\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Controls;\nusing Windows.UI.Xaml.Input;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        public sealed class OperatorPanelListView : Windows.UI.Xaml.Controls.ListView\n        {\n            public OperatorPanelListView()\n            {\n            }\n\n            protected override void OnApplyTemplate()\n            {\n                m_scrollViewer = GetTemplateChild(\"ScrollViewer\") as ScrollViewer;\n                m_scrollLeft = GetTemplateChild(\"ScrollLeft\") as Button;\n                m_scrollRight = GetTemplateChild(\"ScrollRight\") as Button;\n                m_content = GetTemplateChild(\"Content\") as ItemsPresenter;\n\n                if (m_scrollLeft != null)\n                {\n                    m_scrollLeft.Click += OnScrollClick;\n                    m_scrollLeft.PointerExited += OnButtonPointerExited;\n                }\n\n                if (m_scrollRight != null)\n                {\n                    m_scrollRight.Click += OnScrollClick;\n                    m_scrollRight.PointerExited += OnButtonPointerExited;\n                }\n\n                if (m_scrollViewer != null)\n                {\n                    m_scrollViewer.ViewChanged += ScrollViewChanged;\n                }\n\n                this.PointerEntered += OnPointerEntered;\n                this.PointerExited += OnPointerExited;\n\n                base.OnApplyTemplate();\n            }\n\n            private void OnScrollClick(object sender, RoutedEventArgs e)\n            {\n                var clicked = sender as Button;\n                if (clicked == m_scrollLeft)\n                {\n                    ScrollLeft();\n                }\n                else\n                {\n                    ScrollRight();\n                }\n            }\n\n            private void OnPointerEntered(object sender, PointerRoutedEventArgs e)\n            {\n                if (e.Pointer.PointerDeviceType == PointerDeviceType.Mouse)\n                {\n                    UpdateScrollButtons();\n                    m_isPointerEntered = true;\n                }\n            }\n\n            private void OnPointerExited(object sender, PointerRoutedEventArgs e)\n            {\n                m_scrollLeft.Visibility = Visibility.Collapsed;\n                m_scrollRight.Visibility = Visibility.Collapsed;\n                m_isPointerEntered = false;\n            }\n\n            private void OnButtonPointerExited(object sender, PointerRoutedEventArgs e)\n            {\n                var button = sender as Button;\n\n                // Do not bubble up the pointer exit event to the control if the button being exited was not visible\n                if (button.Visibility == Visibility.Collapsed)\n                {\n                    e.Handled = true;\n                }\n            }\n\n            private void ScrollViewChanged(object sender, ScrollViewerViewChangedEventArgs e)\n            {\n                if (m_isPointerEntered && !e.IsIntermediate)\n                {\n                    UpdateScrollButtons();\n                }\n            }\n\n            private void ShowHideScrollButtons(Visibility vLeft, Visibility vRight)\n            {\n                if (m_scrollLeft != null && m_scrollRight != null)\n                {\n                    m_scrollLeft.Visibility = vLeft;\n                    m_scrollRight.Visibility = vRight;\n                }\n            }\n\n            private void UpdateScrollButtons()\n            {\n                if (m_content == null || m_scrollViewer == null)\n                {\n                    return;\n                }\n\n                // When the width is smaller than the container, don't show any\n                if (m_content.ActualWidth <= m_scrollViewer.ActualWidth)\n                {\n                    ShowHideScrollButtons(Visibility.Collapsed, Visibility.Collapsed);\n                }\n                // We have more number on both side. Show both arrows\n                else if ((m_scrollViewer.HorizontalOffset > 0) && (m_scrollViewer.HorizontalOffset < (m_scrollViewer.ExtentWidth - m_scrollViewer.ViewportWidth)))\n                {\n                    ShowHideScrollButtons(Visibility.Visible, Visibility.Visible);\n                }\n                // Width is larger than the container and left most part of the number is shown. Should be able to scroll left.\n                else if (m_scrollViewer.HorizontalOffset == 0)\n                {\n                    ShowHideScrollButtons(Visibility.Collapsed, Visibility.Visible);\n                }\n                else // Width is larger than the container and right most part of the number is shown. Should be able to scroll left.\n                {\n                    ShowHideScrollButtons(Visibility.Visible, Visibility.Collapsed);\n                }\n            }\n\n            private void ScrollLeft()\n            {\n                double offset = m_scrollViewer.HorizontalOffset - (scrollRatio * m_scrollViewer.ViewportWidth);\n                m_scrollViewer.ChangeView(offset, null, null);\n            }\n\n            private void ScrollRight()\n            {\n                double offset = m_scrollViewer.HorizontalOffset + (scrollRatio * m_scrollViewer.ViewportWidth);\n                m_scrollViewer.ChangeView(offset, null, null);\n            }\n\n            private readonly double scrollRatio = 0.7;\n\n            private bool m_isPointerEntered;\n\n            private Windows.UI.Xaml.Controls.ItemsPresenter m_content;\n            private Windows.UI.Xaml.Controls.ScrollViewer m_scrollViewer;\n            private Windows.UI.Xaml.Controls.Button m_scrollLeft;\n            private Windows.UI.Xaml.Controls.Button m_scrollRight;\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Controls/OverflowTextBlock.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Automation;\nusing Windows.UI.Xaml.Automation.Peers;\nusing Windows.UI.Xaml.Controls;\nusing Windows.UI.Xaml.Input;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        public enum OverflowButtonPlacement\n        {\n            InLine,\n            Above\n        };\n\n        public sealed class OverflowTextBlock : Windows.UI.Xaml.Controls.Control\n        {\n            public OverflowTextBlock()\n            {\n                m_isAccessibilityViewControl = false;\n                m_expressionContent = null;\n                m_itemsControl = null;\n                m_expressionContainer = null;\n                m_scrollLeft = null;\n                m_scrollRight = null;\n            }\n\n            public bool TokensUpdated\n            {\n                get => (bool)GetValue(TokensUpdatedProperty);\n                set => SetValue(TokensUpdatedProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for TokensUpdated.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty TokensUpdatedProperty =\n                DependencyProperty.Register(nameof(TokensUpdated), typeof(bool), typeof(OverflowTextBlock), new PropertyMetadata(default(bool), (sender, args) =>\n                {\n                    var self = (OverflowTextBlock)sender;\n                    self.OnTokensUpdatedPropertyChanged((bool)args.OldValue, (bool)args.NewValue);\n                }));\n\n            public OverflowButtonPlacement ScrollButtonsPlacement\n            {\n                get => (OverflowButtonPlacement)GetValue(ScrollButtonsPlacementProperty);\n                set => SetValue(ScrollButtonsPlacementProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for ScrollButtonsPlacement.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty ScrollButtonsPlacementProperty =\n                DependencyProperty.Register(nameof(ScrollButtonsPlacement), typeof(OverflowButtonPlacement), typeof(OverflowTextBlock), new PropertyMetadata(default(OverflowButtonPlacement), (sender, args) =>\n                {\n                    var self = (OverflowTextBlock)sender;\n                    self.OnScrollButtonsPlacementPropertyChanged((OverflowButtonPlacement)args.OldValue, (OverflowButtonPlacement)args.NewValue);\n                }));\n\n            public bool IsActive\n            {\n                get => (bool)GetValue(IsActiveProperty);\n                set => SetValue(IsActiveProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for IsActive.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty IsActiveProperty =\n                DependencyProperty.Register(nameof(IsActive), typeof(bool), typeof(OverflowTextBlock), new PropertyMetadata(default(bool)));\n\n            public Windows.UI.Xaml.Style TextStyle\n            {\n                get => (Style)GetValue(TextStyleProperty);\n                set => SetValue(TextStyleProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for TextStyle.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty TextStyleProperty =\n                DependencyProperty.Register(nameof(TextStyle), typeof(Style), typeof(OverflowTextBlock), new PropertyMetadata(default(Style)));\n\n            public double ScrollButtonsWidth\n            {\n                get => (double)GetValue(ScrollButtonsWidthProperty);\n                set => SetValue(ScrollButtonsWidthProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for ScrollButtonsWidth.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty ScrollButtonsWidthProperty =\n                DependencyProperty.Register(nameof(ScrollButtonsWidth), typeof(double), typeof(OverflowTextBlock), new PropertyMetadata(default(double)));\n\n            public double ScrollButtonsFontSize\n            {\n                get => (double)GetValue(ScrollButtonsFontSizeProperty);\n                set => SetValue(ScrollButtonsFontSizeProperty, value);\n            }\n\n            // Using a DependencyProperty as the backing store for ScrollButtonsFontSize.  This enables animation, styling, binding, etc...\n            public static readonly DependencyProperty ScrollButtonsFontSizeProperty =\n                DependencyProperty.Register(nameof(ScrollButtonsFontSize), typeof(double), typeof(OverflowTextBlock), new PropertyMetadata(default(double)));\n\n            public void OnTokensUpdatedPropertyChanged(bool oldValue, bool newValue)\n            {\n                if (m_expressionContainer != null && newValue)\n                {\n                    m_expressionContainer.UpdateLayout();\n                    m_expressionContainer.ChangeView(m_expressionContainer.ScrollableWidth, null, null, true);\n                }\n                var newIsAccessibilityViewControl = m_itemsControl != null && m_itemsControl.Items.Count > 0;\n                if (m_isAccessibilityViewControl != newIsAccessibilityViewControl)\n                {\n                    m_isAccessibilityViewControl = newIsAccessibilityViewControl;\n                    AutomationProperties.SetAccessibilityView(this, newIsAccessibilityViewControl ? AccessibilityView.Control : AccessibilityView.Raw);\n                }\n                UpdateScrollButtons();\n            }\n\n            public void OnScrollButtonsPlacementPropertyChanged(OverflowButtonPlacement oldValue, OverflowButtonPlacement newValue)\n            {\n                if (newValue == OverflowButtonPlacement.InLine)\n                {\n                    m_expressionContainer.Padding = new Thickness(0);\n                    m_expressionContent.Margin = new Thickness(0);\n                }\n                UpdateScrollButtons();\n            }\n\n            public void UpdateScrollButtons()\n            {\n                if (m_expressionContent == null || m_expressionContainer == null || m_scrollLeft == null || m_scrollRight == null)\n                {\n                    return;\n                }\n\n                var realOffset = m_expressionContainer.HorizontalOffset + m_expressionContainer.Padding.Left + m_expressionContent.Margin.Left;\n                var scrollLeftVisibility = realOffset > SCROLL_BUTTONS_APPROXIMATION_RANGE ? Visibility.Visible : Visibility.Collapsed;\n                var scrollRightVisibility = realOffset + m_expressionContainer.ActualWidth + SCROLL_BUTTONS_APPROXIMATION_RANGE < m_expressionContent.ActualWidth\n                                                 ? Visibility.Visible\n                                                 : Visibility.Collapsed;\n\n                bool shouldTryFocusScrollRight = false;\n                if (m_scrollLeft.Visibility != scrollLeftVisibility)\n                {\n                    if (scrollLeftVisibility == Visibility.Collapsed)\n                    {\n                        shouldTryFocusScrollRight = m_scrollLeft.Equals(FocusManager.GetFocusedElement());\n                    }\n\n                    m_scrollLeft.Visibility = scrollLeftVisibility;\n                }\n\n                if (m_scrollRight.Visibility != scrollRightVisibility)\n                {\n                    if (scrollRightVisibility == Visibility.Collapsed && m_scrollLeft.Visibility == Visibility.Visible\n                        && m_scrollRight.Equals(FocusManager.GetFocusedElement()))\n                    {\n                        m_scrollLeft.Focus(FocusState.Programmatic);\n                    }\n                    m_scrollRight.Visibility = scrollRightVisibility;\n                }\n\n                if (shouldTryFocusScrollRight && scrollRightVisibility == Visibility.Visible)\n                {\n                    m_scrollRight.Focus(FocusState.Programmatic);\n                }\n\n                if (ScrollButtonsPlacement == OverflowButtonPlacement.Above && m_expressionContent != null)\n                {\n                    double left = m_scrollLeft != null && m_scrollLeft.Visibility == Visibility.Visible ? ScrollButtonsWidth : 0;\n                    double right = m_scrollRight != null && m_scrollRight.Visibility == Visibility.Visible ? ScrollButtonsWidth : 0;\n                    if (m_expressionContainer.Padding.Left != left || m_expressionContainer.Padding.Right != right)\n                    {\n                        m_expressionContainer.ViewChanged -= OnViewChanged;\n\n                        m_expressionContainer.Padding = new Thickness(left, 0, right, 0);\n                        m_expressionContent.Margin = new Thickness(-left, 0, -right, 0);\n                        m_expressionContainer.UpdateLayout();\n                        m_expressionContainer.Measure(m_expressionContainer.RenderSize);\n\n                        m_expressionContainer.ViewChanged += OnViewChanged;\n                    }\n                }\n            }\n\n            public void UnregisterEventHandlers()\n            {\n                // Unregister the event handlers\n                if (m_scrollLeft != null)\n                {\n                    m_scrollLeft.Click -= OnScrollLeftClick;\n                }\n\n                if (m_scrollRight != null)\n                {\n                    m_scrollRight.Click -= OnScrollRightClick;\n                }\n\n                if (m_expressionContainer != null)\n                {\n                    m_expressionContainer.ViewChanged -= OnViewChanged;\n                }\n            }\n\n            protected override void OnApplyTemplate()\n            {\n                UnregisterEventHandlers();\n\n                var uiElement = GetTemplateChild(\"ExpressionContainer\");\n                if (uiElement != null)\n                {\n                    m_expressionContainer = (ScrollViewer)uiElement;\n                    m_expressionContainer.ChangeView(m_expressionContainer.ExtentWidth - m_expressionContainer.ViewportWidth, null, null);\n                    m_expressionContainer.ViewChanged += OnViewChanged;\n                }\n\n                uiElement = GetTemplateChild(\"ExpressionContent\");\n                if (uiElement != null)\n                {\n                    m_expressionContent = (FrameworkElement)uiElement;\n                }\n\n                uiElement = GetTemplateChild(\"ScrollLeft\");\n                if (uiElement != null)\n                {\n                    m_scrollLeft = (Button)uiElement;\n                    m_scrollLeft.Click += OnScrollLeftClick;\n                }\n\n                uiElement = GetTemplateChild(\"ScrollRight\");\n                if (uiElement != null)\n                {\n                    m_scrollRight = (Button)uiElement;\n                    m_scrollRight.Click += OnScrollRightClick;\n                }\n\n                uiElement = GetTemplateChild(\"TokenList\");\n                if (uiElement != null)\n                {\n                    m_itemsControl = (ItemsControl)uiElement;\n                }\n\n                UpdateAllState();\n\n            }\n\n            protected override AutomationPeer OnCreateAutomationPeer()\n            {\n                return new OverflowTextBlockAutomationPeer(this);\n            }\n\n            private void OnScrollLeftClick(object sender, RoutedEventArgs e)\n            {\n                ScrollLeft();\n            }\n\n            private void OnScrollRightClick(object sender, RoutedEventArgs e)\n            {\n                ScrollRight();\n            }\n\n            private void OnViewChanged(object sender, ScrollViewerViewChangedEventArgs args)\n            {\n                UpdateScrollButtons();\n            }\n\n            private void UpdateVisualState()\n            {\n                VisualStateManager.GoToState(this, IsActive ? \"Active\" : \"Normal\", true);\n            }\n\n            private void UpdateAllState()\n            {\n                UpdateVisualState();\n            }\n\n            private void ScrollLeft()\n            {\n                if (m_expressionContainer != null && m_expressionContainer.HorizontalOffset > 0)\n                {\n                    double offset = m_expressionContainer.HorizontalOffset - (SCROLL_RATIO * m_expressionContainer.ViewportWidth);\n                    m_expressionContainer.ChangeView(offset, null, null);\n                    m_expressionContainer.UpdateLayout();\n                    UpdateScrollButtons();\n                }\n            }\n\n            private void ScrollRight()\n            {\n                if (m_expressionContainer != null && m_expressionContent != null)\n                {\n                    var realOffset = m_expressionContainer.HorizontalOffset + m_expressionContainer.Padding.Left + m_expressionContent.Margin.Left;\n                    if (realOffset + m_expressionContainer.ActualWidth < m_expressionContent.ActualWidth)\n                    {\n                        double offset = m_expressionContainer.HorizontalOffset + (SCROLL_RATIO * m_expressionContainer.ViewportWidth);\n                        m_expressionContainer.ChangeView(offset, null, null);\n                        m_expressionContainer.UpdateLayout();\n                        UpdateScrollButtons();\n                    }\n                }\n            }\n\n            private const uint SCROLL_BUTTONS_APPROXIMATION_RANGE = 4;\n            private const double SCROLL_RATIO = 0.7;\n\n            private bool m_isAccessibilityViewControl;\n            private Windows.UI.Xaml.FrameworkElement m_expressionContent;\n            private Windows.UI.Xaml.Controls.ItemsControl m_itemsControl;\n            private Windows.UI.Xaml.Controls.ScrollViewer m_expressionContainer;\n            private Windows.UI.Xaml.Controls.Button m_scrollLeft;\n            private Windows.UI.Xaml.Controls.Button m_scrollRight;\n        }\n\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Controls/OverflowTextBlockAutomationPeer.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing System.Collections.Generic;\n\nusing Windows.UI.Xaml.Automation.Peers;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        public sealed class OverflowTextBlockAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer\n        {\n            public OverflowTextBlockAutomationPeer(OverflowTextBlock owner) : base(owner)\n            {\n            }\n\n            protected override AutomationControlType GetAutomationControlTypeCore()\n            {\n                return AutomationControlType.Text;\n            }\n\n            protected override IList<AutomationPeer> GetChildrenCore()\n            {\n                return null;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Controls/RadixButton.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing CalculatorApp.ViewModel.Common;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        public sealed class RadixButton : Windows.UI.Xaml.Controls.RadioButton\n        {\n            public RadixButton()\n            { }\n\n            internal string GetRawDisplayValue()\n            {\n                string radixContent = Content?.ToString();\n                return LocalizationSettings.GetInstance().RemoveGroupSeparators(radixContent);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Controls/SupplementaryItemsControl.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing CalculatorApp.ViewModel;\n\nusing System.Collections.Generic;\n\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Automation;\nusing Windows.UI.Xaml.Automation.Peers;\nusing Windows.UI.Xaml.Controls;\n\nnamespace CalculatorApp\n{\n    namespace Controls\n    {\n        public sealed class SupplementaryItemsControl : ItemsControl\n        {\n            public SupplementaryItemsControl()\n            {\n            }\n\n            protected override DependencyObject GetContainerForItemOverride()\n            {\n                return new SupplementaryContentPresenter();\n            }\n\n            protected override void PrepareContainerForItemOverride(DependencyObject element, object item)\n            {\n                base.PrepareContainerForItemOverride(element, item);\n\n                if (item is SupplementaryResult supplementaryResult)\n                {\n                    AutomationProperties.SetName(element, supplementaryResult.GetLocalizedAutomationName());\n                }\n            }\n        }\n\n        public sealed class SupplementaryContentPresenter : ContentPresenter\n        {\n            public SupplementaryContentPresenter()\n            {\n            }\n\n            protected override AutomationPeer OnCreateAutomationPeer()\n            {\n                return new SupplementaryContentPresenterAP(this);\n            }\n        }\n\n        internal sealed class SupplementaryContentPresenterAP : FrameworkElementAutomationPeer\n        {\n            protected override AutomationControlType GetAutomationControlTypeCore()\n            {\n                return AutomationControlType.Text;\n            }\n\n            protected override IList<AutomationPeer> GetChildrenCore()\n            {\n                return null;\n            }\n\n            internal SupplementaryContentPresenterAP(SupplementaryContentPresenter owner)\n                : base(owner)\n            {\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Converters/BooleanNegationConverter.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing System;\n\nnamespace CalculatorApp\n{\n    namespace Converters\n    {\n        /// <summary>\n        /// Value converter that translates true to false and vice versa.\n        /// </summary>\n        [Windows.Foundation.Metadata.WebHostHidden]\n        public sealed class BooleanNegationConverter : Windows.UI.Xaml.Data.IValueConverter\n        {\n            public object Convert(object value, Type targetType, object parameter, string language)\n            {\n                var boolValue = (value is bool boxedBool && boxedBool);\n                return !boolValue;\n            }\n\n            public object ConvertBack(object value, Type targetType, object parameter, string language)\n            {\n                var boolValue = (value is bool boxedBool && boxedBool);\n                return !boolValue;\n            }\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/Calculator/Converters/BooleanToVisibilityConverter.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing System;\n\nusing Windows.UI.Xaml;\n\nnamespace CalculatorApp\n{\n    namespace Converters\n    {\n        /// <summary>\n        /// Value converter that translates true to <see cref=\"Visibility.Visible\"/> and false\n        /// to <see cref=\"Visibility.Collapsed\"/>.\n        /// </summary>\n        public sealed class BooleanToVisibilityConverter : Windows.UI.Xaml.Data.IValueConverter\n        {\n            public static Windows.UI.Xaml.Visibility Convert(bool visibility)\n            {\n                return visibility ? Windows.UI.Xaml.Visibility.Visible : Windows.UI.Xaml.Visibility.Collapsed;\n            }\n\n            public object Convert(object value, Type targetType, object parameter, string language)\n            {\n                var boolValue = (value is bool boxedBool && boxedBool);\n                return BooleanToVisibilityConverter.Convert(boolValue);\n            }\n\n            public object ConvertBack(object value, Type targetType, object parameter, string language)\n            {\n                return (value is Visibility visibility && visibility == Visibility.Visible);\n            }\n        }\n\n        /// <summary>\n        /// Value converter that translates false to <see cref=\"Visibility.Visible\"/> and true\n        /// to <see cref=\"Visibility.Collapsed\"/>.\n        /// </summary>\n        public sealed class BooleanToVisibilityNegationConverter : Windows.UI.Xaml.Data.IValueConverter\n        {\n            public object Convert(object value, Type targetType, object parameter, string language)\n            {\n                var boolValue = (value is bool boxedBool && boxedBool);\n                return BooleanToVisibilityConverter.Convert(!boolValue);\n            }\n\n            public object ConvertBack(object value, Type targetType, object parameter, string language)\n            {\n                return (value is Visibility visibility && visibility != Visibility.Visible);\n            }\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/Calculator/Converters/ExpressionItemTemplateSelector.cs",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing CalculatorApp.ViewModel.Common;\n\nusing System;\n\nusing Windows.UI.Xaml;\n\nnamespace CalculatorApp\n{\n    namespace Converters\n    {\n        [Windows.UI.Xaml.Data.Bindable]\n        public sealed class ExpressionItemTemplateSelector : Windows.UI.Xaml.Controls.DataTemplateSelector\n        {\n            protected override DataTemplate SelectTemplateCore(object item, DependencyObject container)\n            {\n                if (item is DisplayExpressionToken token)\n                {\n                    CalculatorApp.ViewModel.Common.TokenType type = token.Type;\n\n                    switch (type)\n                    {\n                        case TokenType.Operator:\n                            return OperatorTemplate;\n                        case TokenType.Operand:\n                            return OperandTemplate;\n                        case TokenType.Separator:\n                            return SeparatorTemplate;\n                        default:\n                            throw new Exception(\"Invalid token type\");\n                    }\n                }\n\n                return SeparatorTemplate;\n            }\n\n            public Windows.UI.Xaml.DataTemplate OperatorTemplate { get; set; }\n\n            public Windows.UI.Xaml.DataTemplate OperandTemplate { get; set; }\n\n            public Windows.UI.Xaml.DataTemplate SeparatorTemplate { get; set; }\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/Calculator/Converters/ItemSizeToVisibilityConverter.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing System;\n\nnamespace CalculatorApp\n{\n    namespace Converters\n    {\n        [Windows.Foundation.Metadata.WebHostHidden]\n        public sealed class ItemSizeToVisibilityConverter : Windows.UI.Xaml.Data.IValueConverter\n        {\n            public object Convert(object value, Type targetType, object parameter, string language)\n            {\n                var boolValue = (value is int items && (items == 0));\n                return BooleanToVisibilityConverter.Convert(boolValue);\n            }\n\n            public object ConvertBack(object value, Type targetType, object parameter, string language)\n            {\n                throw new NotImplementedException();\n            }\n        }\n\n        public sealed class ItemSizeToVisibilityNegationConverter : Windows.UI.Xaml.Data.IValueConverter\n        {\n            public object Convert(object value, Type targetType, object parameter, string language)\n            {\n                var boolValue = (value is int items && (items > 0));\n                return BooleanToVisibilityConverter.Convert(boolValue);\n            }\n\n            public object ConvertBack(object value, Type targetType, object parameter, string language)\n            {\n                throw new NotImplementedException();\n            }\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/Calculator/Converters/RadixToStringConverter.cs",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing CalculatorApp.ViewModel.Common;\n\nusing System;\n\nnamespace CalculatorApp\n{\n    namespace Converters\n    {\n        /// <summary>\n        /// Value converter that translates true to false and vice versa.\n        /// </summary>\n        [Windows.Foundation.Metadata.WebHostHidden]\n        public sealed class RadixToStringConverter : Windows.UI.Xaml.Data.IValueConverter\n        {\n            public object Convert(object value, Type targetType, object parameter, string language)\n            {\n                var boxedInt = (value as int?);\n                string convertedValue = null;\n                var resourceLoader = AppResourceProvider.GetInstance();\n                switch (boxedInt.Value)\n                {\n                    case (int)RadixType.Binary:\n                        {\n                            convertedValue = resourceLoader.GetResourceString(\"Bin\");\n                            break;\n                        }\n                    case (int)RadixType.Octal:\n                        {\n                            convertedValue = resourceLoader.GetResourceString(\"Oct\");\n                            break;\n                        }\n                    case (int)RadixType.Decimal:\n                        {\n                            convertedValue = resourceLoader.GetResourceString(\"Dec\");\n                            break;\n                        }\n                    case (int)RadixType.Hex:\n                        {\n                            convertedValue = resourceLoader.GetResourceString(\"Hex\");\n                            break;\n                        }\n                    default:\n                        break;\n                }\n\n                return convertedValue;\n            }\n\n            public object ConvertBack(object value, Type targetType, object parameter, string language)\n            {\n                throw new NotImplementedException();\n            }\n        }\n    }\n}\n\n"
  },
  {
    "path": "src/Calculator/Converters/VisibilityNegationConverter.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing System;\n\nusing Windows.UI.Xaml;\n\nnamespace CalculatorApp\n{\n    namespace Common\n    {\n        /// <summary>\n        /// Value converter that translates Visible to Collapsed and vice versa\n        /// </summary>\n        [Windows.Foundation.Metadata.WebHostHidden]\n        public sealed class VisibilityNegationConverter : Windows.UI.Xaml.Data.IValueConverter\n        {\n            public object Convert(object value, Type targetType, object parameter, string language)\n            {\n                if (value is Visibility boxedVisibility && boxedVisibility == Visibility.Collapsed)\n                {\n                    return Visibility.Visible;\n                }\n                return Visibility.Collapsed;\n            }\n\n            public object ConvertBack(object value, Type targetType, object parameter, string language)\n            {\n                return Convert(value, targetType, parameter, language);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/DesignData/DesignAppViewModel.cpp",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"DesignAppViewModel.h\"\n"
  },
  {
    "path": "src/Calculator/DesignData/DesignAppViewModel.h",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\n#include \"DesignStandardCalculatorViewModel.h\"\n#include \"DesignUnitConverterViewModel.h\"\n\nnamespace Numbers\n{\n    namespace DesignData\n    {\n#ifdef _DEBUG\n        // These class are to be consumed exclusively by Blend and the VS designer\n        // with these classes Blend will be able to populate the controls\n        // with the hardcoded strings so whoever is working on the UI can actually see how the app would look like\n        // with semi-realistic data.\n        // This data is to only be compiled in the debug build and it will not affect app functionality at all\n        // so it does not need to be tested. It will have to be kept in sync with UnitConverterViewModel though\n        // to ensure that the design experience is correct.\n        // This class's code is run in the designer process so the less code it has the better.\n\n    public\n        ref class AppViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        public:\n            AppViewModel()\n                : m_IsStandardMode(true)\n                , m_IsScientificMode(false)\n                , m_IsConverterMode(false)\n                , m_CalculatorViewModel(ref new StandardCalculatorViewModel())\n                , m_ConverterViewModel(ref new UnitConverterViewModel())\n            {\n            }\n\n            OBSERVABLE_OBJECT();\n\n            OBSERVABLE_PROPERTY_RW(StandardCalculatorViewModel ^, CalculatorViewModel);\n            OBSERVABLE_PROPERTY_RW(UnitConverterViewModel ^, ConverterViewModel);\n            OBSERVABLE_PROPERTY_RW(bool, IsStandardMode);\n            OBSERVABLE_PROPERTY_RW(bool, IsScientificMode);\n            OBSERVABLE_PROPERTY_RW(bool, IsConverterMode);\n        };\n#endif\n    }\n}\n"
  },
  {
    "path": "src/Calculator/DesignData/DesignStandardCalculatorViewModel.cpp",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"DesignStandardCalculatorViewModel.h\"\n"
  },
  {
    "path": "src/Calculator/DesignData/DesignStandardCalculatorViewModel.h",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\nnamespace Numbers\n{\n    namespace DesignData\n    {\n#ifdef _DEBUG\n\n    public\n        ref class MemorySlot sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        public:\n            MemorySlot(int slotPosition, Platform::String ^ value)\n                : m_SlotPosition(slotPosition)\n                , m_SlotValue(value)\n            {\n            }\n\n            OBSERVABLE_OBJECT();\n            OBSERVABLE_PROPERTY_RW(int, SlotPosition);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, SlotValue);\n        };\n\n        // This class is to be consumed exclusively by Blend and the VS designer\n        // with this class Blend will be able to populate the controls, the CalculationResults control for example,\n        // with the hardcoded strings so whoever is working on the UI can actually see how the app would look like\n        // with semi-realistic data.\n        // This data is to only be compiled in the debug build and it will not affect app functionality at all\n        // so it does not need to be tested. It will have to be kept in sync with StandardCalculatorViewModel though\n        // to ensure that the design experience is correct.\n        // This class's code is run in the designer process so the less code it has the better.\n    public\n        ref class StandardCalculatorViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        public:\n            StandardCalculatorViewModel()\n                : m_DisplayValue(\"1234569\")\n                , m_DisplayStringExpression(\"14560 x 1890\")\n                , m_DegreeButtonContent(\"Deg\")\n                , m_IsMemoryEmpty(false)\n            {\n                m_MemorizedNumbers = ref new Platform::Collections::Vector<MemorySlot ^>();\n                for (int i = 1000; i < 1100; i++)\n                {\n                    wchar_t wzi[5];\n                    _itow_s(i, wzi, 10);\n                    m_MemorizedNumbers->Append(ref new MemorySlot(i, ref new Platform::String(wzi)));\n                }\n            }\n\n            typedef Windows::Foundation::Collections::IMap<NumbersAndOperatorsEnum, bool> KeyboardButtonStates;\n\n            OBSERVABLE_OBJECT();\n\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, DisplayValue);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, DisplayStringExpression);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, DegreeButtonContent);\n            OBSERVABLE_PROPERTY_RW(Windows::Foundation::Collections::IVector<MemorySlot ^> ^, MemorizedNumbers);\n            OBSERVABLE_PROPERTY_RW(bool, IsMemoryEmpty);\n\n            OBSERVABLE_PROPERTY_RW(KeyboardButtonStates ^, PressedButtons);\n\n            COMMAND_FOR_METHOD(ButtonPressed, StandardCalculatorViewModel::OnButtonPressed);\n\n        private:\n            void OnButtonPressed(Platform::Object ^ parameter)\n            {\n            }\n        };\n\n#endif\n    }\n}\n"
  },
  {
    "path": "src/Calculator/DesignData/DesignUnitConverterViewModel.cpp",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#include \"pch.h\"\n#include \"DesignUnitConverterViewModel.h\"\n"
  },
  {
    "path": "src/Calculator/DesignData/DesignUnitConverterViewModel.h",
    "content": "﻿// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\n#pragma once\n\nnamespace Numbers\n{\n    namespace DesignData\n    {\n#ifdef _DEBUG\n        // These class are to be consumed exclusively by Blend and the VS designer\n        // with these classes Blend will be able to populate the controls\n        // with the hardcoded strings so whoever is working on the UI can actually see how the app would look like\n        // with semi-realistic data.\n        // This data is to only be compiled in the debug build and it will not affect app functionality at all\n        // so it does not need to be tested. It will have to be kept in sync with UnitConverterViewModel though\n        // to ensure that the design experience is correct.\n        // This class's code is run in the designer process so the less code it has the better.\n\n    public\n        ref class CategoryViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        public:\n            CategoryViewModel(Platform::String ^ name)\n                : m_Name(name)\n                , m_NegateVisibility(Windows::UI::Xaml::Visibility::Collapsed)\n            {\n            }\n\n            CategoryViewModel(Platform::String ^ name, Windows::UI::Xaml::Visibility negateVisibility)\n                : m_Name(name)\n                , m_NegateVisibility(negateVisibility)\n            {\n            }\n\n            OBSERVABLE_OBJECT();\n\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Name);\n            OBSERVABLE_PROPERTY_RW(Windows::UI::Xaml::Visibility, NegateVisibility);\n        };\n\n    public\n        ref class UnitViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        public:\n            UnitViewModel(Platform::String ^ unit, Platform::String ^ abbr)\n                : m_Name(unit)\n                , m_Abbreviation(abbr)\n            {\n            }\n\n            OBSERVABLE_OBJECT();\n\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Name);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Abbreviation);\n        };\n\n    public\n        ref class UnitConverterSupplementaryResultViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        public:\n            UnitConverterSupplementaryResultViewModel(Platform::String ^ value, Platform::String ^ unit, Platform::String ^ abbr)\n                : m_Value(value)\n            {\n                m_Unit = ref new UnitViewModel(unit, abbr);\n            }\n\n            OBSERVABLE_OBJECT();\n\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Value);\n            OBSERVABLE_PROPERTY_RW(UnitViewModel ^, Unit);\n        };\n\n    public\n        ref class UnitConverterViewModel sealed : public Windows::UI::Xaml::Data::INotifyPropertyChanged\n        {\n        public:\n            UnitConverterViewModel()\n                : m_Value1(\"Åy24\")\n                , m_Value2(\"Åy183\")\n                , m_Value1Active(true)\n                , m_Value2Active(false)\n            {\n                m_SupplementaryResults = ref new Platform::Collections::Vector<UnitConverterSupplementaryResultViewModel ^>();\n                m_SupplementaryResults->Append(ref new UnitConverterSupplementaryResultViewModel(\"128\", \"Kilograms\", \"Kgs\"));\n                m_SupplementaryResults->Append(ref new UnitConverterSupplementaryResultViewModel(\"42.55\", \"Liters\", \"ÅyL\"));\n                m_SupplementaryResults->Append(ref new UnitConverterSupplementaryResultViewModel(\"1.5e3\", \"Gallons\", \"G\"));\n                m_SupplementaryResults->Append(ref new UnitConverterSupplementaryResultViewModel(\"1929\", \"Gigabyte\", \"GB\"));\n\n                m_Categories = ref new Platform::Collections::Vector<CategoryViewModel ^>();\n                m_Categories->Append(ref new CategoryViewModel(\"Volume\"));\n                m_Categories->Append(ref new CategoryViewModel(\"Temperature\", Windows::UI::Xaml::Visibility::Visible));\n                m_CurrentCategory = ref new CategoryViewModel(\"ÅyTime\");\n                m_Categories->Append(m_CurrentCategory);\n                m_Categories->Append(ref new CategoryViewModel(\"Speed\"));\n\n                m_Units = ref new Platform::Collections::Vector<UnitViewModel ^>();\n                m_Unit1 = ref new UnitViewModel(\"ÅySeconds\", \"S\");\n                m_Unit2 = ref new UnitViewModel(\"ÅyMinutes\", \"M\");\n                m_Units->Append(ref new UnitViewModel(\"Miliseconds\", \"MS\"));\n                m_Units->Append(m_Unit1);\n                m_Units->Append(m_Unit2);\n                m_Units->Append(ref new UnitViewModel(\"Hours\", \"HRs\"));\n            }\n\n            OBSERVABLE_OBJECT();\n\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Value1);\n            OBSERVABLE_PROPERTY_RW(Platform::String ^, Value2);\n            OBSERVABLE_PROPERTY_R(Windows::UI::Xaml::Interop::IBindableObservableVector ^, Categories);\n            OBSERVABLE_PROPERTY_RW(CategoryViewModel ^, CurrentCategory);\n            OBSERVABLE_PROPERTY_R(Windows::UI::Xaml::Interop::IBindableObservableVector ^, Units);\n            OBSERVABLE_PROPERTY_RW(UnitViewModel ^, Unit1);\n            OBSERVABLE_PROPERTY_RW(UnitViewModel ^, Unit2);\n            OBSERVABLE_PROPERTY_RW(bool, Value1Active);\n            OBSERVABLE_PROPERTY_RW(bool, Value2Active);\n            OBSERVABLE_PROPERTY_R(Windows::UI::Xaml::Interop::IBindableObservableVector ^, SupplementaryResults);\n        };\n\n#endif\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Package.Release.appxmanifest",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Package xmlns=\"http://schemas.microsoft.com/appx/manifest/foundation/windows10\"\n         xmlns:mp=\"http://schemas.microsoft.com/appx/2014/phone/manifest\"\n         xmlns:uap=\"http://schemas.microsoft.com/appx/manifest/uap/windows10\"\n         xmlns:uap3=\"http://schemas.microsoft.com/appx/manifest/uap/windows10/3\"\n         xmlns:uap5=\"http://schemas.microsoft.com/appx/manifest/uap/windows10/5\"\n         xmlns:desktop4=\"http://schemas.microsoft.com/appx/manifest/desktop/windows10/4\"\n         xmlns:iot2=\"http://schemas.microsoft.com/appx/manifest/iot/windows10/2\"\n         IgnorableNamespaces=\"uap uap3 uap5 mp desktop4 iot2\">\n    <Identity Name=\"Microsoft.WindowsCalculator\" Publisher=\"CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US\" Version=\"10.1604.27012.0\" />\n    <mp:PhoneIdentity PhoneProductId=\"b58171c6-c70c-4266-a2e8-8f9c994f4456\" PhonePublisherId=\"95d94207-0c7c-47ed-82db-d75c81153c35\" />\n    <Properties>\n        <DisplayName>ms-resource:AppStoreName</DisplayName>\n        <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>\n        <Logo>Assets\\CalculatorStoreLogo.png</Logo>\n    </Properties>\n    <Dependencies>\n        <TargetDeviceFamily Name=\"Windows.Universal\" MinVersion=\"10.0.19041.0\" MaxVersionTested=\"10.0.26100.0\" />\n    </Dependencies>\n    <Resources>\n        <Resource Language=\"x-generate\" />\n    </Resources>\n    <Applications>\n        <Application Id=\"App\"\n                     Executable=\"$targetnametoken$.exe\"\n                     EntryPoint=\"Calculator.App\"\n                     desktop4:SupportsMultipleInstances=\"true\"\n                     iot2:SupportsMultipleInstances=\"true\">\n            <uap:VisualElements DisplayName=\"ms-resource:AppName\" Square150x150Logo=\"Assets\\CalculatorMedTile.png\" Square44x44Logo=\"Assets\\CalculatorAppList.png\" Description=\"ms-resource:AppDescription\" BackgroundColor=\"#0078D4\">\n                <uap:DefaultTile ShortName=\"ms-resource:AppName\" Square310x310Logo=\"Assets\\CalculatorLargeTile.png\" Wide310x150Logo=\"Assets\\CalculatorWideTile.png\" Square71x71Logo=\"Assets\\CalculatorSmallTile.png\">\n                    <uap:ShowNameOnTiles>\n                        <uap:ShowOn Tile=\"square150x150Logo\" />\n                        <uap:ShowOn Tile=\"wide310x150Logo\" />\n                        <uap:ShowOn Tile=\"square310x310Logo\" />\n                    </uap:ShowNameOnTiles>\n                </uap:DefaultTile>\n                <uap:SplashScreen Image=\"Assets\\CalculatorSplashScreen.png\" uap5:Optional=\"true\" BackgroundColor=\"#0078D4\" />\n            </uap:VisualElements>\n            <Extensions>\n                <uap:Extension Category=\"windows.protocol\">\n                    <uap:Protocol Name=\"calculator\">\n                        <uap:Logo>Assets\\CalculatorAppList.png</uap:Logo>\n                    </uap:Protocol>\n                </uap:Extension>\n                <uap:Extension Category=\"windows.protocol\">\n                    <uap:Protocol Name=\"ms-calculator\">\n                        <uap:Logo>Assets\\CalculatorAppList.png</uap:Logo>\n                    </uap:Protocol>\n                </uap:Extension>\n                <uap3:Extension Category=\"windows.appExtension\">\n                    <uap3:AppExtension Name=\"com.microsoft.windows.dontmaximizeonsmallscreen\"\n                                       Id=\"calculator\"\n                                       DisplayName=\"calculator\"\n                                       Description=\"This app extension prevents calculator from being maximized by default on some small screen devices.\"\n                                       PublicFolder=\"Public\">\n                        <uap3:Properties>\n                            <Service>com.microsoft.windows.dontmaximizeonsmallscreen</Service>\n                        </uap3:Properties>\n                    </uap3:AppExtension>\n                </uap3:Extension>\n            </Extensions>\n        </Application>\n    </Applications>\n    <Capabilities>\n        <Capability Name=\"internetClient\" />\n    </Capabilities>\n</Package>\n"
  },
  {
    "path": "src/Calculator/Package.appxmanifest",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Package xmlns=\"http://schemas.microsoft.com/appx/manifest/foundation/windows10\"\n         xmlns:mp=\"http://schemas.microsoft.com/appx/2014/phone/manifest\"\n         xmlns:uap=\"http://schemas.microsoft.com/appx/manifest/uap/windows10\"\n         xmlns:uap3=\"http://schemas.microsoft.com/appx/manifest/uap/windows10/3\"\n         xmlns:uap5=\"http://schemas.microsoft.com/appx/manifest/uap/windows10/5\"\n         xmlns:desktop4=\"http://schemas.microsoft.com/appx/manifest/desktop/windows10/4\"\n         xmlns:iot2=\"http://schemas.microsoft.com/appx/manifest/iot/windows10/2\"\n         IgnorableNamespaces=\"uap uap3 uap5 mp desktop4 iot2\">\n    <Identity Name=\"Microsoft.WindowsCalculator.Dev\" Publisher=\"CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US\" Version=\"0.0.1.0\" />\n    <mp:PhoneIdentity PhoneProductId=\"b58171c6-c70c-4266-a2e8-8f9c994f4456\" PhonePublisherId=\"95d94207-0c7c-47ed-82db-d75c81153c35\" />\n    <Properties>\n        <DisplayName>ms-resource:DevAppStoreName</DisplayName>\n        <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>\n        <Logo>Assets\\CalculatorStoreLogo.png</Logo>\n    </Properties>\n    <Dependencies>\n        <TargetDeviceFamily Name=\"Windows.Universal\" MinVersion=\"10.0.19041.0\" MaxVersionTested=\"10.0.26100.0\" />\n    </Dependencies>\n    <Resources>\n        <Resource Language=\"x-generate\" />\n    </Resources>\n    <Applications>\n        <Application Id=\"App\"\n                     Executable=\"$targetnametoken$.exe\"\n                     EntryPoint=\"Calculator.App\"\n                     desktop4:SupportsMultipleInstances=\"true\"\n                     iot2:SupportsMultipleInstances=\"true\">\n            <uap:VisualElements DisplayName=\"ms-resource:DevAppName\" Square150x150Logo=\"Assets\\CalculatorMedTile.png\" Square44x44Logo=\"Assets\\CalculatorAppList.png\" Description=\"ms-resource:DevAppDescription\" BackgroundColor=\"transparent\">\n                <uap:DefaultTile ShortName=\"ms-resource:DevAppName\" Square310x310Logo=\"Assets\\CalculatorLargeTile.png\" Wide310x150Logo=\"Assets\\CalculatorWideTile.png\" Square71x71Logo=\"Assets\\CalculatorSmallTile.png\">\n                    <uap:ShowNameOnTiles>\n                        <uap:ShowOn Tile=\"square150x150Logo\" />\n                        <uap:ShowOn Tile=\"wide310x150Logo\" />\n                        <uap:ShowOn Tile=\"square310x310Logo\" />\n                    </uap:ShowNameOnTiles>\n                </uap:DefaultTile>\n                <uap:SplashScreen Image=\"Assets\\CalculatorSplashScreen.png\" uap5:Optional=\"true\" />\n            </uap:VisualElements>\n            <Extensions>\n                <uap:Extension Category=\"windows.protocol\">\n                    <uap:Protocol Name=\"calculator\">\n                        <uap:Logo>Assets\\CalculatorAppList.png</uap:Logo>\n                    </uap:Protocol>\n                </uap:Extension>\n                <uap:Extension Category=\"windows.protocol\">\n                    <uap:Protocol Name=\"ms-calculator\">\n                        <uap:Logo>Assets\\CalculatorAppList.png</uap:Logo>\n                    </uap:Protocol>\n                </uap:Extension>\n                <uap3:Extension Category=\"windows.appExtension\">\n                    <uap3:AppExtension Name=\"com.microsoft.windows.dontmaximizeonsmallscreen\"\n                                       Id=\"calculator\"\n                                       DisplayName=\"calculator\"\n                                       Description=\"This app extension prevents calculator from being maximized by default on some small screen devices.\"\n                                       PublicFolder=\"Public\">\n                        <uap3:Properties>\n                            <Service>com.microsoft.windows.dontmaximizeonsmallscreen</Service>\n                        </uap3:Properties>\n                    </uap3:AppExtension>\n                </uap3:Extension>\n            </Extensions>\n        </Application>\n    </Applications>\n    <Capabilities>\n        <Capability Name=\"internetClient\" />\n    </Capabilities>\n</Package>\n"
  },
  {
    "path": "src/Calculator/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\nusing System.Runtime.InteropServices;\n\n// General Information about an assembly is controlled through the following \n// set of attributes. Change these attribute values to modify the information\n// associated with an assembly.\n[assembly: AssemblyTitle(\"Calculator\")]\n[assembly: AssemblyDescription(\"\")]\n[assembly: AssemblyConfiguration(\"\")]\n[assembly: AssemblyCompany(\"Microsoft Corporation\")]\n[assembly: AssemblyProduct(\"Microsoft Calculator\")]\n[assembly: AssemblyCopyright(\"Copyright ©  Microsoft Corporation. All rights reserved.\")]\n[assembly: AssemblyTrademark(\"\")]\n[assembly: AssemblyCulture(\"\")]\n[assembly: ComVisible(false)]"
  },
  {
    "path": "src/Calculator/Properties/Default.rd.xml",
    "content": "<!--\n    This file contains Runtime Directives used by .NET Native. The defaults here are suitable for most\n    developers. However, you can modify these parameters to modify the behavior of the .NET Native\n    optimizer.\n\n    Runtime Directives are documented at https://go.microsoft.com/fwlink/?LinkID=391919\n\n    To fully enable reflection for App1.MyClass and all of its public/private members\n    <Type Name=\"App1.MyClass\" Dynamic=\"Required All\"/>\n\n    To enable dynamic creation of the specific instantiation of AppClass<T> over System.Int32\n    <TypeInstantiation Name=\"App1.AppClass\" Arguments=\"System.Int32\" Activate=\"Required Public\" />\n\n    Using the Namespace directive to apply reflection policy to all the types in a particular namespace\n    <Namespace Name=\"DataClasses.ViewModels\" Serialize=\"All\" />\n-->\n\n<Directives xmlns=\"http://schemas.microsoft.com/netfx/2013/01/metadata\">\n  <Application>\n      <Namespace Name=\"CalculatorApp.JsonUtils\" Serialize=\"Required Public\"/>\n  </Application>\n</Directives>\n"
  },
  {
    "path": "src/Calculator/Resources/af-ZA/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Ongeldige invoer</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Resultaat is ongedefinieer</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Nie genoeg geheue nie</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Oorloop</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Resultaat nie gedefinieer nie</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Resultaat nie gedefinieer nie</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Oorloop</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Oorloop</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Kan nie deur nul deel nie</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/af-ZA/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Sakrekenaar</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Sakrekenaar [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows-Sakrekenaar</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows-Sakrekenaar [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Sakrekenaar</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Sakrekenaar [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopieer</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Plak</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Ongeveer gelyk aan</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, waarde %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bis</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63ste</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62ste</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61ste </value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60ste</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59ste</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58ste</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57ste</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56ste</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55ste</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54ste</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53ste</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52ste</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51ste</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50ste</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49ste</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48ste</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47ste</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46ste</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45ste</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44ste</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43ste</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42ste</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41ste</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40ste</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39ste</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38ste</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37ste</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36ste</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35ste</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34ste</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33ste</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32ste</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31ste</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30ste</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29ste</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28ste</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27ste</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26ste</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25ste</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24ste</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23ste</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22ste</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21ste</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20ste</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19de</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18de</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17de</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16de</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15de</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14de</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13de</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12de</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11de</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10de</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9de</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8ste</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7de</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6de</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5de</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4de</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3de</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2de</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1ste</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>mees onbeduidende bis</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Maak geheue-uitvlieg oop</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Sluit geheue-uitvlieg</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Hou bo</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Terug na volle aansig</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geheue</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geskiedenis (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Biswisselingsleutelblok</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Volle sleutelblok</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vee alle geheue uit (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Geheue</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheue</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Geskiedenis</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geskiedenis</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Omsetter</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Wetenskaplik</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standaard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Omskakelingsmodus</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wetenskaplike modus</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standaardmodus</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Vee alle geskiedenis uit</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vee alle geskiedenis uit</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Versteek</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standaard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Wetenskaplik</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmeerder</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Omsetter</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Sakrekenaar</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Omsetter</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Sakrekenaar</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Omsetters</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Sakrekenaars</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Vertoon is %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Uitdrukking is %1, huidige toevoer is %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Vertoon is %1 komma</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Uitdrukking is %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Vertoonwaarde is na die knipbord gekopieer</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Geskiedenis</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Geheue</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>HeksaDesimaal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Desimaal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Oktaal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binêr %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vee alle geskiedenis uit</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Geskiedenis uitgevee</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Versteek geskiedenis</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Maak geskiedenis-uitvlieg oop</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Sluit geskiedenis-uitvlieg</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheuewinkel</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geheue stoor (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vee alle geheue uit</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Geheue uitgevee</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheue herroep</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geheue herroep (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheue byvoeg</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geheue byvoeg (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheue aftrek</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geheue aftrek (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vee geheue-item uit</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vee geheue-item uit</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Voeg by geheue-item</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Voeg by geheue-item</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trek van geheue-item af</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Trek van geheue-item af</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vee geheue-item uit</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Vee geheue-item uit</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Voeg by geheue-item</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Voeg by geheue-item</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trek van geheue-item af</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Trek van geheue-item af</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Skrap</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopieer</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Skrap</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skrap geskiedenisitem</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skrap geskiedenisitem</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nul</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Een</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Twee</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Drie</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vier</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vyf</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ses</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sewe</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Agt</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nege</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>En</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Of</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nie</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Draai links</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Draai regs</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Linksskuif</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Regsskuif</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uitsluitend of</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Viervoudige woordwissel</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dubbelwoordwissel</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Woordwissel</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Greepwissel</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Biswisselingsleutelblok</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Volle sleutelblok</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desimale skeier</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vee inskrywing uit</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vee uit</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deel deur</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vermenigvuldig met</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gelyk aan</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverse funksie</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vierkantswortel</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Persent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiewe negatief</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiewe negatief</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Resiprook</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Linkerhakie</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Linkerhakie, maak hakie nommer %1 oop</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Regterhakie</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Aantal oop hakies %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Daar is geen oop hakies om te sluit nie.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wetenskaplike notasie</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese funksie</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese sinus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese kosinus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese tangens</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vierkant</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubieke</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Boogsinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Boogkosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Boogtangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese boogsinus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese boogkosinus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese boogtangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' tot die mag</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tien tot die mag</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' tot die mag</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'y'-wortel van 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natuurlike log</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponensiaal</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grade minuut sekonde</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grade</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Heelgetaldeel</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breukdeel</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktoriaal</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gradewissel</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gradiaalwissel</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radiaalwissel</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modus-aftrekkieslys</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kategorieë-aftrekkieslys</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hou bo</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Terug na volle aansig</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hou bo (Alt+Op)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Terug na volle aansig (Alt+Af)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Skakel om vanaf %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Skakel om vanaf %1 komma %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Skakel om na %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 is %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Invoereenheid</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Afvoereenheid</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Area</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energie</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Lengte</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Krag</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Spoed</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Tyd</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volume</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatuur</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Gewig en massa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Druk</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Hoek</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Geldeenheid</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Vloeistofonse (VK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>vloz. (VK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Vloeistofonse (VSA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>vloz. (VSA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Gelling (VK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gall. (VK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Gelling (VSA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gall. (VSA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Liter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Milliliter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pint (VK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt. (VK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pint (VSA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt. (VSA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Eetlepels (VSA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>e. (VSA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Teelepels (VSA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>t. (VSA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Eetlepels (VK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>e. (VK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Teelepels (VK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>t. (VK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Kwartgelling (VK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>kw. (VK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Kwartgelling (VSA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>kw. (VSA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Koppies (VSA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>koppie (VSA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>akker</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTE</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTE/min.</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>kal.</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/sek.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>vt³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>dm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>jt³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>vt.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>vt./sek.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>vt.•lb.</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>pk. (VSA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>u.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>dm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kkal.</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/sek.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>m.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>m.p.u.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>sm.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>vt.•lb./min.</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>sek.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>vt²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>dm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>jt²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>w.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>jt.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>j.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Akker</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Britse termiese eenhede</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTE’e/minuut</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Grepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Warmtekalorieë</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Sentimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Sentimeter per sekonde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Kubieke sentimeter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kubieke voet</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Kubieke duim</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Kubieke meter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Kubieke jaart</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dae</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektronvolt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Voet</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Voet per sekonde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Voetpond</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Voetpond/minuut</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigagrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektaar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Perdekrag (VSA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Uur</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Duim</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-ure</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilogrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Koskalorieë</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometer per uur</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Knope</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megagrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Meter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Meter per sekonde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikron</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekondes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Myl</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Myl per uur</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Millimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Millisekondes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minute</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angström</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Seemyle</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petagrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekondes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Vierkante sentimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Vierkante voet</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Vierkante duim</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Vierkante kilometer</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Vierkante meter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Vierkante myl</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Vierkante millimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Vierkante jaart</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Teragrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Weke</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Jaart</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Jaar</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>gr.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm.</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>bar.</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (VK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (VSA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karaat</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Grade</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radiale</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradiale</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfeer</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bar</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimeter kwik </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Pond per vierkante duim</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Sentigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagram</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Desigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Groot ton (VK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Milligram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Onse</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Pond</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Klein ton (VSA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Metrieke ton</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD’s</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD’s</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>sokkervelde</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>sokkervelde</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>diskette</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>diskette</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD’s</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD’s</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>batterye</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>batterye</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>skuifspelde</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>skuifspelde</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>makrostralers</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>makrostralers</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>gloeilampe</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>gloeilampe</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>perde</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>perde</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>baddens</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>baddens</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>sneeuvlokkies</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>sneeuvlokkies</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>olifante</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>olifante</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>skilpaaie</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>skilpaaie</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>stralers</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>stralers</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>walvisse</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>walvisse</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>koffiebekers</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>koffiebekers</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>swembaddens</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>swembaddens</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>hande</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>hande</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>blaaie papier</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>blaaie papier</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>kastele</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>kastele</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>piesangs</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>piesangs</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>snye koek</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>snye koek</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>treinenjins</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>treinenjins</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>sokkerballe</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>sokkerballe</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Geheue-item</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Terug</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Terug</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft-programmatuurlisensiebepalings</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Voorskou</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft-privaatheidstelling</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Alle regte voorbehou.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Om uit te vind hoe om tot Windows-Sakrekenaar by te dra, gaan kyk na die projek op %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Inligting oor</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Stuur terugvoer</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Daar is nog geen geskiedenis nie.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Daar is niks in geheue gestoor nie.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheue</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Hierdie uitdrukking kan nie geplak word nie</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibigrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibigrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebigrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebigrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebigrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Eksabisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Eksagrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Eksbibisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Eksbigrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetagrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebigrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottagrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibisse</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobigrepe</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Datumberekening</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berekeningmodus</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Voeg by</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Voeg dae by of trek af</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Datum</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Verskil tussen datums</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dae</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Verskil</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Vanaf</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Maande</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Aftrek</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Aan</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Jaar</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Datum buite grense</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dag</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dae</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>maand</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>maande</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Dieselfde datums</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>week</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>weke</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>jaar</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>jaar</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Verskil %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Resulterende datum %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1-sakrekenaarmodus</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1-omsettermodus</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Datumberekeningmodus</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geskiedenis- en geheuelyste</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheuekontroles</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standaardfunksies</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vertoonkontroles</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standaardoperators</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sleutelblok</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hoekoperators</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wetenskaplike funksies</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wortel-seleksie</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmeerder-operators</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Invoermodusseleksie</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Biswisselingsleutelblok</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rol uitdrukking na links</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rol uitdrukking na regs</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Maksimum syfers bereik. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 is na geheue gestoor</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Geheue-gleuf %1 is %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Geheue-gleuf %1 is uitgevee</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>gedeel deur</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>maal</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>tot die mag van</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y-wortel</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod.</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>linksskuif</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>regsskuif</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>of</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x of</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>en</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>%1 %2 is bygewerk</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Werk tariewe by</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Datakoste kan moontlik geld.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Kon nie nuwe tariewe kry nie. Probeer later weer.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Vanlyn. Kontroleer asseblief jou%HL%Netwerkinstellings%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Werk geldeenheidtariewe by</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Geldeenheidtariewe is bygewerk</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Kon nie tariewe bywerk nie</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vee alle geheue uit (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vee alle geheue uit</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinusgrade</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinusradiale</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinusgradiale</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>inverse sinusgrade</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>inverse sinusradiale</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>inverse sinusgradiale</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hiperboliese sinus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>inverse hiperboliese sinus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>kosinusgrade</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>kosinusradiale</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>kosinusgradiale</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>inverse kosinusgrade</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inverse kosinusradiale</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inverse kosinusgradiale</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hiperboliese kosinus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>inverse hiperboliese kosinus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangensgrade</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangensradiale</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangensgradiale</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>inverse tangensgrade</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inverse tangensradiale</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>inverse tangensgradiale</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hiperboliese tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>inverse hiperboliese tangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sekans-grade</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sekans-radiale</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sekans-gradiënte</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>keer sekans-grade om</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>keer sekans-radiale om</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>keer sekans-gradiënte om</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hiperboliese sekans</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>keer hiperboliese sekans om</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>kosekans-grade</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>kosekans-radiale</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>kosekans-gradiënte</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>keer kosekans-grade om</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>keer kosekans-radiale om</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>keer kosekans-gradiënte om</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hiperboliese kosekans</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>keer hiperboliese kosekans om</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>kotangens-grade</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Kotangens-radiale</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>kotangens-gradiënte</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>keer kotangens-grade om</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>keer kotangens-radiale om</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>keer kotangens-gradiënte om</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hiperboliese kotangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>keer hiperboliese kotangens om</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Kubuswortel</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Logbasis</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absolute waarde</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>linksskuif</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>regsskuif</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktoriaal</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grade minuut sekonde</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>natuurlike log</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>vierkant</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y-wortel</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1-kategorie</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft-Dienste-ooreenkoms</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Vanaf</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rolberekening-resultaat is links</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rolberekening-resultaat is regs</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Berekening het misluk</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Basislog Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometrie</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funksie</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Ongelykhede</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ongelykhede</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bisverskuiwing</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverse funksie</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese funksie</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese sekans</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Boogsekant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese boogsekant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Boog-kosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese boog-kosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese kotangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Boog-kotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliese boog-kotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vloer</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plafon</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lukraak</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absolute waarde</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Euler se nommer</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Twee tot die mag</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Of nie</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Of nie</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Draai verder links met dra</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Draai verder regs met dra</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Linksskuif</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Linker-shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Regsskuif</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Regter-shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rekenkundige verskuiwing</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logiese verskuiwing</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Draai sirkelverskuiwing</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Draai deur dra-sirkelverskuiwing</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubuswortel</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometrie</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksies</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bis-Shift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wetenskaplike operateurpanele</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmeerderoperateurspanele</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>mees beduidende bis</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Grafiese voorstelling</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stip uit</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Verfris aansig outomaties (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafiekaansig</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Outomatiese beste passing</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Handmatig-aanpassing</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Grafiek-aansig is teruggestel</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bekyk nader (ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bekyk nader</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bekyk van ver (ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bekyk van ver</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Voeg vergelyking by</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Kan nie op die oomblik deel nie.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>Goed</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Kyk watter grafiek ek met Windows-Sakrekenaar getrek het</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Vergelykings</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Veranderlikes</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Beeld van ’n grafiek met vergelykings</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Veranderlikes</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Stap</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maks.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Kleur</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Styl</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Funksie-ontleding</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Die funksie het nie enige horisontale asimptote nie.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Die funksie het nie enige verbuigingspunte nie.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Die funksie het nie enige maksima-punte nie.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Die funksie het nie enige minima-punte nie.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstante</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Dalend</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Nie in staat om die monotonisiteit van die funksie te bepaal nie.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Stygend</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Die monotonisiteit van die funksie is onbekend.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Die funksie het nie enige skuins asimptote nie.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Nie in staat om die pariteit van die funksie te bepaal nie.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Die funksie is gelyk.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Die funksie is nie gelyk of ongelyk nie.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Die funksie is ongelyk.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Die funksiepariteit is onbekend.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodisiteit word nie vir hierdie funksie ondersteun nie.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Die funksie is nie periodiek nie.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Die funksieperiodisiteit is onbekend.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Hierdie kenmerke is vir Sakrekenaar te kompleks om te bereken:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Die funksie het nie enige vertikale asimptote nie.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Die funksie het nie enige x-afsnitte nie.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Die funksie het nie enige y-afsnitte nie.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domein</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Horisontale asimptote</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Infleksiepunte</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Ontleding word nie vir hierdie funksie ondersteun nie.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Ontleding word slegs vir funksies in die formaat f(x) ondersteun. Voorbeeld: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonisiteit</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Skuins asimptote</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Pariteit</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Periode</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Bestek</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Vertikale asimptote</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-afsnit</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-afsnit</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Ontleding kon nie vir die funksie uitgevoer word nie.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Kon nie die domein vir hierdie funksie bereken nie.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Kan nie die bestek vir hierdie funksie bereken nie.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Oorskryding (die getal is te groot)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Radiale modus word benodig om hierdie vergelyking met ’n grafiek voor te stel.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Hierdie funksie is te kompleks om met ’n grafiek voor te stel</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Grademodus word benodig om hierdie funksie met ’n grafiek voor te stel</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Die faktoriale funksie bevat ’n ongeldige argument</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Die faktoriale funksie bevat ’n argument wat te groot is om met ’n grafiek voor te stel</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo kan slegs saam met heelgetalle gebruik word</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Die vergelyking het geen oplossing nie</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Kan nie deur nul deel nie</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Die vergelyking bevat logiese toestande wat onderling uitsluitend is</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Vergelyking is buite die domein</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Grafiese voorstelling word nie vir hierdie vergelyking gesteun nie</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Die vergelyking ontbreek ’n openingshakie</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Die vergelyking ontbreek ’n sluithakie</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Daar is te veel desimale punte in ’n getal</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>’n Desimale punt ontbreek syfers</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Onverwagte einde van uitdrukking</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Onverwagte karakters in die uitdrukking</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Ongeldige karakters in die uitdrukking</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Daar is te veel gelyk-aan-tekens</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Die funksie moet ten minste een x- of y-veranderlike bevat</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Ongeldige uitdrukking</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Die uitdrukking is leeg</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Gelyk aan is gebruik sonder ’n vergelyking</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Hakie ontbreek ná funksienaam</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>’n Wiskundige bewerking bevat die verkeerde getal parameters</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>’n Veranderlike naam is ongeldig</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Die vergelyking ontbreek ’n openingshakie</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Die vergelyking ontbreek ’n sluithakie</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>“i” en “I” kan nie as veranderlike name gebruik word nie</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Die vergelyking kon nie met ’n grafiek voorgestel word nie</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Die syfer kon nie vir die gegewe basis opgelos word nie</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Die basis moet meer as 2 en minder as 36 wees</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>'n Wiskundige bewerking vereis dat een van sy parameters 'n veranderlike is</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Vergelyking meng logiese en skalêre operande</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x of y kan nie in die boonste of onderste limiete gebruik word nie</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x of y kan nie in die limietpunt gebruik word nie</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Kan nie komplekse oneindigheid gebruik nie</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Kan nie komplekse getalle in ongelykhede gebruik nie</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Terug na funksielys</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Terug na funksielys</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ontleed funksie</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ontleed funksie</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Ontleed funksie</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Verwyder vergelyking</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Verwyder vergelyking</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Verwyder vergelyking</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Deel</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deel</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Verander vergelykingstyl</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Verander vergelykingstyl</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Verander vergelykingstyl</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Wys vergelyking</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Versteek vergelyking</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Wys vergelyking %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Versteek vergelyking %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Stop nasporing</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Begin nasporing</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Grafiek-besigtigingsvenster, x-as gebonde deur %1 en %2, y-as gebonde deur %3 en %4, vertoon tans %5 vergelykings</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfigureer glyer</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfigureer glyer</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Skakel oor na vergelykingmodus</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Skakel oor na grafiekmodus</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skakel oor na vergelykingmodus</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Huidige modus is vergelykingmodus</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Huidige modus is grafiekmodus</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Venster</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Grade</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradiënte</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radiane</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Eenhede</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Stel aansig terug</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Maks.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min.</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Maks.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min.</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Grafiek-opsies</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafiek-opsies</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Grafiek-opsies</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veranderlike opsies</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Wissel veranderlike opsies</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Lyndikte</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Lynopsies</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Klein reëlwydte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Medium reëlwydte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Groot reëlbreedte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ekstra groot reëlwydte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Voer ’n uitdrukking in</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopieer</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Knip</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopieer</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Plak</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ontdoen</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kies alles</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksietoevoer</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksietoevoer</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksie-toevoerpaneel</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veranderlikepaneel</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veranderlikelys</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Veranderlike %1-lysitem</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veranderlikewaardeteksblokkie</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veranderlikewaardeglyer</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veranderlike-minimumwaardeteksblokkie</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veranderlike-stapwaardeteksblokkie</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veranderlike-maksimumwaardeteksblokkie</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Soliedelynstyl</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stippellynstyl</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Streeplynstyl</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Donkerblou</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Seeskuimkleur</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violet</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Groen</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mintgroen</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Donkergroen</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Houtskoolgrys</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Rooi</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Pruimlig</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Geelgoud</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Helderoranje</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Bruin</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Swart</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Wit</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Kleur 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Kleur 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Kleur 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Kleur 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Grafiektema</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Altyd lig</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Pas by toepassingstema</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Altyd lig</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pas by toepassingstema</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funksie verwyder</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksie-ontledingsvergelykingblokkie</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gelyk aan</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minder as</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minder as of gelyk aan</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gelyk</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Groter as of gelyk aan</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Groter as</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dien in</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksie-ontleding</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafiek-opsies</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Geskiedenis- en geheuelyste</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Geheuelys</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Geheue-gleuf %1 skoongemaak</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Sakrekenaar is altyd bo</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Sakrekenaar is terug na volle aansig</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Rekenkundige verskuiwing is gekies</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Logiese verskuiwing is gekies</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Draai sirkelverskuiwing is gekies</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Draai deur dra-sirkelverskuiwing gekies</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Instellings</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Voorkoms</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Toepassingtema</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Kies watter toepassingtema om te vertoon</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Lig</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Donker</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Gebruik stelselinstelling</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Terug</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Instellingsbladsy</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maak die kontekskieslys oop vir beskikbare aksies</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>Goed</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Kon nie hierdie skermskoot teruglaai nie.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/am-ET/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>ልክ ያልኾነ ግቤት</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>ውጤት ያልተገለጸ ነው</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>በቂ ማኅደረ ትውስታ የለም</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>መትረፍረፍ</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>ውጤት አልተገለጸም</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>ውጤት አልተገለጸም</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>መትረፍረፍ</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>መትረፍረፍ</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>በዜሮ ሊካፈል አይችልም</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/am-ET/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>ማስሊያ</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>ማስሊያ [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows ማስሊያ</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows ማስሊያ [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>ማስሊያ</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>ማስሊያ [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>ቅዳ</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>ለጥፍ</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>እኩል ገደማ ነው ከ</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1፣ ዋጋ %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 ቢት</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63ኛ</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62ኛ</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61ኛ</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60ኛ</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59ኛ</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58ኛ</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57ኛ</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56ኛ</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55ኛ</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54ኛ</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53ኛ</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52ኛ</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51ኛ</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50ኛ</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49ኛ</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48ኛ</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47ኛ</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46ኛ</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45ኛ</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44ኛ</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43ኛ</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42ኛ</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41ኛ</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40ኛ</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39ኛ</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38ኛ</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37ኛ</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36ኛ</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35ኛ</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34ኛ</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33ኛ</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32ኛ</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31ኛ</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30ኛ</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29ኛ</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28ኛ</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27ኛ</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26ኛ</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25ኛ</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24ኛ</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23ኛ</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22ኛ</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21ኛ</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20ኛ</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19ኛ</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18ኛ</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17ኛ</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16ኛ</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15ኛ</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14ኛ</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13ኛ</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12ኛ</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11ኛ</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10ኛ</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9ኛ</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8ኛ</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7ኛ</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6ኛ</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5ኛ</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4ኛ</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3ኛ</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2ኛ</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1ኛ</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>አነስተኛ ክብደት ያለው ቢት</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>ትውስታ ፍላይአውት ክፈት</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>ትውስታ ፍላይአውት ዝጋ</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>ከላይ ያቆዩ</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>ወደ ሙሉ ዕይታ ይመለሱ</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ማኅደረ ትውስታ</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ታሪክ (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>የቢት መቀያየሪያ የቁልፍ ፓድ</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ሙሉ ቁልፍ መደብ</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ሁሉንም ማህደረ ትውስታ ያጽዱ (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>ማኅደረ ትውስታ</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ማኅደረ ትውስታ</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>ታሪክ</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ታሪክ</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>ለዋጭ</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>ሳይንሳዊ</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>መደበኛ</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የቀያሪ ሁነታ</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሳይንሳዊ ሁነታ</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>መደበኛ ሁነታ</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>ሁሉንም ታሪክ አጽዳ</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ሁሉንም ታሪክ አጽዳ</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>ደብቅ</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>መደበኛ</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>ሳይንሳዊ</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>ፕሮግራመር</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>ለዋጭ</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>ማስሊያ</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>ለዋጭ</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>ማስሊያ</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>መለወጫዎች</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>ማስሊያዎች</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>ማሳያ %1 ነው</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>የሒሳብ ሓረግ %1፣ አሁን ያለው ግቤት %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>ማሳያ %1 ነጥብ ነው</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>አገላለጽ %1 ነው</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>የእይታ እሴቱ ወደ ቅንጥብ ሰሌዳ ተቀድቷል</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>ታሪክ</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>ማኅደረ ትውስታ</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>አስራስድስትዮሽ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>አስርዮሽ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>ስምንትዮሽ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>ሁለትዮሽ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሁሉንም ታሪክ አጽዳ</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>ታሪክ ጸድቷል</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ታሪክን ደብቅ</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>ታሪክ ፍላይአውት ክፈት</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>ታሪክ ፍላይአውት ዝጋ</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የማህደረ ትውስታ ማከማቻ</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>የትውስታ ማከማቻ (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሁሉንም ማህደረ ትውስታ ያጽዱ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>ማህደረ ትውስታ ጸድቷል</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የማኅደረ ትውስታ ጥሪ</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ከትውስታ አስታውስ (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የማኅደረ ትውስታ መደመር</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ከትውስታ ደምር (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የማኅደረ ትውስታ መቀነስ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ከትውስታ ቀንስ (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የትውስታ ንጥል አጽዳ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>የትውስታ ንጥል አጽዳ</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ወደ ትውስታ ንጥል ደምር</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ወደ ትውስታ ንጥል ደምር</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ከማህደረ ትውስታ ንጥል ነገር ይቀንሱ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ከማህደረ ትውስታ ንጥል ነገር ይቀንሱ</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የትውስታ ንጥል አጽዳ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>የትውስታ ንጥል አጽዳ</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ወደ ትውስታ ንጥል ደምር</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>ወደ ትውስታ ንጥል ደምር</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ከማህደረ ትውስታ ንጥል ነገር ይቀንሱ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>ከማህደረ ትውስታ ንጥል ነገር ይቀንሱ</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>ሰርዝ</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>ይቅዱ</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>ሰርዝ</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የታሪክ ንጥል ነገር ይሰርዙ</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የታሪክ ንጥል ነገር ይሰርዙ</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የኋሊት ደምሳሽ</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ዜሮ</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አንድ</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሁለት</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሶስት</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አራት</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አምስት</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ስድስት</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሰባት</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ስምንት</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ዘጠኝ</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>እና</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ወይም</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አይደለም</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>በግራ በኩል አሽከርክር</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>በቀኝ በኩል አሽከርክር</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ግራ shift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ቀኝ shift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የማያጠቃልል ወይም</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ባለአራት ቃል መቀያየሪያ</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ድርብ ቃል መቀያየሪያ</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ቃል</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ባይት መቀያየሪያ</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የቢት መቀያየሪያ የቁልፍ ፓድ</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሙሉ ቁልፍ መደብ</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የክፍልፋይ መለያ</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ምዝግብ አጽዳ</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አጽዳ</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሲካፈል በ</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሲባዛ</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ይሆናል</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ቅልብስ ቀመር</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሲቀነስ</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>ሲቀነስ</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሲደመር</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ዳግም ዘር</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>መቶኛ</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አወንታዊ አሉታዊ</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አወንታዊ አሉታዊ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተገላቢጦሽ</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የግራ ቅንፍ</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>የግራ ቅንፍ፣ የክፍት ቅንፍ ቁጥር %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የቀኝ ቅንፍ</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>የክፍት ቅንፎች ብዛት %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>ምንም የሚዘጋ ክፍት ቅንፍ የለም።</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሳይንሳዊ እሳቤ</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ተግባር</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሳይን</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ኮዚን</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሰዓት</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ሳይን</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ኮሳይን</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ታንጀንት</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ካሬ</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ኪዩብ</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አርክ ሲን</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አርክ ኮዚን</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አርክ ሰያፍ</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ አርክ ኮዚን</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ አርክ ኮዚን</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ አርክ ሰያፍ</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>«X» ወደ አርቢ</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አስርኛ ወደ አርቢ</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>«e» ወደ አርቢ</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'y' ራዲካል 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ግንድ</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተፈጥሮዋዊ ግንድ</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሞዱሎ</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አርቢ ቁጥር</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ዲግሪ ደቂቃ ሰከንድ</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ዲግሪዎች</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ኢንቲጀር ክፍል</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ክፍልፋይ ክፍል</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ብዜት</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ዲግሪዎች መቀያየሪያ</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ግራዲያንስ መቀያየሪያ</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ራዲያንስ መቀያየሪያ</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የሁነታ ተቆልቋይ</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የምድቦች ተቆልቋይ</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ከላይ ያቆዩ</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ወደ ሙሉ ዕይታ ይመለሱ</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ከላይ ያቆዩ (Alt+ወደላይ)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ወደ ሙሉ ዕይታ ይመለሱ (Alt+ወደታች)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>ከ%1 %2 ይቀይሩ</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>ከ%1 ነጥብ %2 ይቀይሩ</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>ወደ %1 %2 ይቀይራል</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 %3 %4 ነው</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>የግቤት አሃድ</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>የውጤት አሃድ</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>አካባቢ</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>ውሂብ</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>ጉልበት</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>ርዝመት</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>ኃይል</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>ፍጥነት</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>ጊዜ</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>የድምጽ መጠን</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>ሙቀት</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>ክብደት እና ግዝፈት</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>ግፊት</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>ማዕዘን</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>ምንዛሬ</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>ፈሳሽ አውንስ (ዩኬ)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>ፈሳሽ አውንስ (ዩናይትድ ስቴትስ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (ዩናይትድ ስቴትስ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>ጋሎን (ዩኬ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>ጋል (ዩ ኬ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>ጋሎን (ዩናይትድ ስቴትስ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>ጋል (ዩ ኤስ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>ሊትር</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>ሚሊሊትር</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ሚሊ</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>ፒንት (እንግሊዝ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>ነጥብ (ዩኬ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>ፒንት (ዩናይትድ ስቴትስ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>ነጥብ (ዩናይትድ ስቴትስ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>የሾርባ ማንኪያ (ዩናይትድ ስቴትስ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (ዩናይትድ ስቴትስ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>የሻይ ማንኪያ (ዩናይትድ ስቴትስ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (ዩናይትድ ስቴትስ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>የሾርባ ማንኪያ (እንግሊዝ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (ዩኬ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>የሻይ ማንኪያ (እንግሊዝ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (ዩኬ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>ኳርት (እንግሊዝ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>ኩንታል (ዩኬ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>ኳርት (ዩናይትድ ስቴትስ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>ኩንታል (ዩናይትድ ስቴትስ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>ዋንጫዎች (ዩ ኤስ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>ኩባያ (ዩናይትድ ስቴትስ) </value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>ካሎሪ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>ሳሜ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>ሳሜ/ሰከንድ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ጫ³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>ኢን³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>ሜ³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ጫ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ጫማ/ሰከንድ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ጫማ•ፓውንድ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>ጊባ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>ጊባ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>የፈረስ ጉልበት (ዩናይትድ ስቴትስ)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>ሰዓ</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>ኢን</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>ኪዋሰ</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>ኬ</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>ኪሎ ካሎሪ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>ኪሜ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>ኪሜ/ሰ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>ሜ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>ሜትር/ሰ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>ማይክሮ ሜትር</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>ማይክሮ ሰከንድ</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>ሚሜ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>ደቂ</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ጫማ•ፓውንድ/ደቂቃ</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>ሳሜ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ጫ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>ኢን²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>ኪሜ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>ሜ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>ሚሊሜትር²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>wk</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>ያር</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>ዓ</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>ቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>የብሪታኒያ ተርማል አሀዶች</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>ቢቲዩዎች/ደቂቃ</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>ባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>ተርማል ካሎሪ</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>ሴንቲ ሜትሮች</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>ሳንቲሜትር በሰከንድ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>ሜንቲሜትር ኪዩብ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>ጫማ ኪዩብ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>ኢንች ኪዩብ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>ሜትር ኪዩብ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>ያርዶች ኪዩብ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>ቀናት</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>ሴሊሸስ</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>ፋራሃናይት</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>ኤሌክትሮን ቮልቶች</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>ጫማ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ጫማ በሰከንድ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>ጫማ-ፓውንድዎች</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ጫማ-ፓውንድዎች/በሰከንድ</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>ጊጋቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>ጊጋባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>ሄክታር</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>የፈረስ ጉልበት (ዩናይትድ ስቴትስ)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>ሰዓታት</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>ኢንች</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>ጁውል</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>ኪሎዋት-ሰዓቶች</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>ኬልቪን</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>ኪሎቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>ኪሎባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>የምግብ ካሎሪ</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>ኪሎጁውል</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>ኪሎሜትር</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>ኪሎሜትር በሰአት</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>ኪሎዋት</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>ኖትስ</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>ማች</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>ሜጋቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>ሜጋባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>ሜትር</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>ሜትር በሰከንድ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>ማይክሮንስ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>ማይክሮሰከንድ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>ማይል</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>ማይል በሰአት</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>ሚሊሜትር</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>ሚሊሰከንድ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>ደቂቃዎች</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>ኒብል</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>ናኖሜትር</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstroms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>የመርከበኛ ማይሎች</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>ፔታቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>ፔታባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>ሰከንዶች</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>ካሬ ሳንቲሜትር</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>ካሬ ጫማ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>ካሬ ኢንች</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>ካሬ ኪሎሜትር</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>ካሬ ሜትር</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>ካሬ ማይል</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>ካሬ ሚሊሜትር</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>ካሬ ክንድ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>ቴራቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>ቴራባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>ዋት</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>ሳምንታት</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>ክንድ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>ዓመታት</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>ዲግሪ</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>ዳግ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>ግ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>ሄግ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>ኪግ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ቶን (ዩኬ)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>ሚግ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>ፓው</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ቶን (ዩናይትድ ስቴትስ)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>ካራቶች</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>ዲግሪዎች</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>ራዲያንስ</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>ግራዲያንስ</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>ከባቢ አየር</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>አሞሌዎች</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>ኪሎ ፓስካል</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>የሜርኩሪ ሚሊሊትሮች </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>ፓስካል</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>ፓውንድ በስክዌር ኢንች</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>ሴንቲግራም</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>ዴካግራም</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>ዴሲግራም</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>ግራም</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>ሄክቶግራም</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>ኪሎግራም</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>ሎንግ ቶን (ዩኬ)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>ሚሊግራም</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>አውንስ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>ፓውንድ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>አጭር ቶን (ዩናይትድ ስቴትስ)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>ስቶን</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>ሜትሪክ ቶን</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>ሲዲዎች</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>ሲዲዎች</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>የኳስ ሜዳዎች</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>የኳስ ሜዳዎች</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>ፍሎፒ ዲስኮች</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>ፍሎፒ ዲስኮች</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>ዲቪዲዎች</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>ዲቪዲዎች</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>ባትሪዎች</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>ባትሪዎች</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>ወረቀት ማስያዣዎች</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>ወረቀት ማስያዣዎች</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>ጃምቦ ጀቶች</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>ጃምቦ ጀቶች</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>የመብራት አምፑሎች</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>የመብራት አምፑሎች</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>ፈረሶች</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>ፈረሶች</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>መታጠቢያ ገንዳዎች</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>መታጠቢያ ገንዳዎች</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>ደቃቅ በረዶዎች</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>ደቃቅ በረዶዎች</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>ዝሆኖች</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>ዝሆኖች</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>ዔሊዎች</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>ዔሊዎች</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>ጀቶች</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>ጀቶች</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>ዓሳነባሪዎች</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>ዓሳነባሪዎች</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>የቡና ስኒዎች</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>የቡና ስኒዎች</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>መዋኛ ገንዳዎች</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>መዋኛ ገንዳዎች</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>እጆች</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>እጆች</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>ነጠላ ወረቀቶች</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>ነጠላ ወረቀቶች</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>ካስሎች</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>ካስሎች</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>ሙዞች</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>ሙዞች</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>የኬክ ቁራሾች</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>የኬክ ቁራሾች</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>የባቡር ሞተርዎች</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>የባቡር ሞተርዎች</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>የእግር ኳስ ኳሶች</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>የእግር ኳስ ኳሶች</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>የማኅደረ ትውስታ ንጥል ነገር</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተመለስ</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ተመለስ</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>የMicrosoft ሶፍትዌር የፈቃድ ውሎች</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>ቅድመ ዕይታ</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>የ Microsoft ግላዊነት መግለጫ</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. ሁሉም መብቶች በህግ የተከበሩ ናቸው።</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>ለ Windows ማስሊያ እንዴት ማበርከት እንደሚችሉ ለማወቅ ፕሮጀክቱን %HL%GitHub%HL% ላይ ይመልከቱ ።</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>ስለ</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>ግብረመልስ ላክ</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>እስካሁን ምንም ታሪክ የለም።</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>በማህደረ ትውስታ ውስጥ የተቀመጠ ምንም ነገር የለም።</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ማኅደረ ትውስታ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>ይህ አገላለጽ ሊለጠፍ አይችልም</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>ጊቢቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>ጊቢባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>ኬቢቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>ኬቢባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>ሜቢቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>ሜቢባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>ፔቢቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>ፔቢባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>ቴቢቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>ቴቢባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>ኤግዛቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>ኤግዛባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>ኤክስቢቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>ኤክስቢባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>ዜታቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>ዜታባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>ዜቢቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>ዜቢባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>ዩታቢትስ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>ዮታባይትስ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>ዮቢቢቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>ዮቢባይቶች</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>የቀን ስሌት</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የስሌት ሁነታ</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>አክል</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>ቀናትን ይደምሩ ወይም ይቀንሱ</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>ቀን</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>በቀናት መካከል ያለ ልዩነት</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>ቀናት</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>ልዩነት</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>ከ</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>ወራት</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>ቀንስ</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>እስከ</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>ዓመታት</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>ቀኑ ከገድብ አልፏል</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>ቀን</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>ቀናት</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>ወር</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>ወራት</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>ተመሳሳይ ቀናት</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>ሳምንት</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>ሳምንታት</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>ዓመት</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>ዓመታት</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>ልዩነት %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>የሚሰጠው ቀን %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 አስሊ ሁነታ</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 ቀያሪ ሁነታ</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>የቀን ስሌት ሁነታ</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ታሪክ እና የማህደረ ትውስታ ዝርዝሮች</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የትውስታ መቆጣጠሪያዎች</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>መደበኛ ቀመሮች</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የማሳያ መቆጣጠሪያዎች</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>መደበኛ ስሌቶች</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የቁጥር መደብ</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የማዕዘን ስሌቶች</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሳይንሳዊ ስሌቶች</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ራዲክስ መረጣ</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የፕሮግራመር አከናዋኞች</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የግቤት ሁኔታ ምርጫ</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ቢት መምረጫ ቁልፍ ሰሌዳ</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አገላለጽ ወደ ግራ ሸብልል</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አገላለጽ ወደ ቀኝ ሸብልል</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>ከከፍተኛው የአሃዞች ብዛት ተደርሷል። %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 ወደ የማህደረ ትውስታ ተቀምጧል</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>የማህደረ ትውስታ ማስገቢያ %1 %2 ነው</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>የማህደረ ትውስታ ማስገቢያ %1 ጸድቷል</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ሲካፈል</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ሲባዛ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ሲቀነስ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ሲደመር</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ኃይል</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y ሩት</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ሞድ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ወደግራ ማቀያየር</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ወደቀኝ ማቀያየር</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ወይም</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x ወይም</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>እና</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>የዘመነው %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>የዝማኔ ፍጥነቶች</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>የውሂብ ወጪዎች ተግባራዊ ሊሆኑ ይችላሉ።</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>አዳዲስ ተመኖችን ማግኘት አልተቻለም። ቆይተው እንደገና ይሞክሩ።</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>ከመስመር ውጭ። እባክዎ የእርስዎን %HL%የአውታረ መረብ የክንውን አውዶች%HL% ይፈትሹ</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>የምንዛሬ ተመኖችን በማዘመን ላይ</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>የምንዛሬ ተመኖች ዘምነዋል</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>ተመኖችን ማዘመን አልተቻለም</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>ግ</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ሁሉንም ማህደረ ትውስታ ያጽዱ (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሁሉንም ማህደረ ትውስታ ያጽዱ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>ሳይን ዲግሪዎች</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>ሳይን ራዲያኖች</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>ሳይን ግራዲያኖች</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>ኢንቨርስ ሳይን ዲግሪዎች</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>ኢንቨርስ ሳይን ራዲያኖች</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>ኢንቨርስ ሳይን ግራዲያኖች</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ሳይን</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>ኢንቨርስ ሃይፐርቦሊክ ሳይን</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>ኮሳይን ዲግሪዎች</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>ኮሳይን ራዲያንስ</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>ኮሳይን ግራዲያንስ</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>ኢንቨርስ ኮሳይን ዲግሪዎች</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>ኢንቨርስ ኮሳይን ራዲያንዎች</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>ኢንቨርስ ኮሳይን ግራዲያንዎች</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ኮሳይን</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>ኢንቨርስ ሃይፐርቦሊክ ኮሳይን</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>ታንጀንት ዲግሪዎች</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>ታንጀንት ራዲያኖች</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>ታንጀንት ግራዲያኖች</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>ኢንቨርስ ታንጀንት ዲግሪዎች</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>ኢንቨርስ ታንጀንት ራዲያኖች</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>ኢንቨርስ ታንጀንት ግራዲያኖች</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ታንጀንት</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>ኢንቨርስ ሃይፐርቦሊክ ታንጀንት</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>ሴካንት ዲግሪ</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>ሴካንት ራዲያን</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>ሴካንት ግራዲያን</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>ግልባጭ ሴካንት ዲግሪ</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>ግልባጭ ሴካንት ራዲያን</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>ግልባጭ ሴካንት ግራዲያን</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ሴካንት</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>ግልባጭ ሃይፐርቦሊክ ሴካንት</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>ኮሴካንት ዲግሪ</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>ኮሴካንት ራዲያን</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>ኮሴካንት ግራዲያን</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>ግልባጭ ኮሴካንት ዲግሪ</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>ግልባጭ ኮሴካንት ራዲያን</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>ግልባጭ ኮሴካንት ግራዲያን</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ኮሴካንት</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>ግልባጭ ሃይፐርቦሊክ ኮሴካንት</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>ኮታንጀንት ዲግሪ</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>ኮታንጀንት ራዲያን</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>ኮታንጀንት ግራዲያን</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>ግልባጭ ኮታንጀንት ዲግሪ</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>ግልባጭ ኮታንጀንት ራዲያን</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>ግልባጭ ኮታንጀንት ግራዲያን</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ኮታንጀንት</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>ግልባጭ ሃይፐርቦሊክ ኮታንጀንት</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>ኪዩብ ሩት</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>የመዝገብ ማስታወሻ መሠረት</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>ፍጹም እሴት</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>ወደግራ ማቀያየር</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>ወደቀኝ ማቀያየር</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>ፋክቶሪያል</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>ዲግሪ ደቂቃ ሰከንድ</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>ተፈጥሯዊ ሎግ</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>ካሬ</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y ሩት</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 ምድብ</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>የ Microsoft አገልግሎቶች ስምምነት</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>ፒዮንግ</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>ፒዮንግ</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>ከ</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የስሌት ውጤቱን ወደ ግራ ይሸብልሉ</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የስሌት ውጤቱን ወደ ቀኝ ይሸብልሉ</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>ማስላት አልተሳካም</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የመዝገብ ማስታወሻ መሠረት Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>ትሪጎኖሜትሪ</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>ተግባር</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>እኩል ያለመሆን</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>እኩል ያለመሆን</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>ቢት መለወጥ</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ቅልብስ ቀመር</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ተግባር</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሴካንት</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ሴካንት</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አርክ ሴካንት</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ አርክ ሴካንት</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ኮሴካንት</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ኮሴካንት</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አርክ ኮሴካንት</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ አርክ ኮሴካንት</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ኮታንጀንት</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ ኮታንጀንት</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አርክ ኮታንጀንት</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሃይፐርቦሊክ አርክ ኮታንጀንት</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ወለል</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ጣሪያ</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ዘፈቀደ</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ፍጹም እሴት</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ዩለር ቁጥር</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሁለተኛ ወደ አርቢ</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አይደለም</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>አይደለም</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>በመሸከም በግራ በኩል አሽከርክር</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>በመሸከም በቀን በኩል አሽከርክር</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ግራ ማቀያየር</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>የግራ ማቀያየር</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ቀኝ መለወጥ</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>የቀኝ ማቀያየር</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>አርትሜቲክ መለወጥ</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>ምክንያታዊ መለወጥ</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>በክበባዊ ማቀያየር ያሽከርክሩ</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>በተላላፊ ክበባዊ ማቀያየር ያሽከርክሩ</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ኪዩብ ሩት</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ትሪጎኖሜትሪ</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተግባሮች</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የሳይንሳዊ ከዋኝ ፓነሎች</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የፕሮግራመር ከዋኝ ፓነሎች</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>ከፍተኛ ክብደት ያለው ቢት</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>በግራፍ መግለፅ</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ንድፍ</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>በራስ ሰር የታደሰ እይታ (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የግራፍ እይታ</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>የራስ ሰር የበለጠ ልክ</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>በእጅ ማስተካከያ</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>የግራፍ እይታ ዳግም ተጀምሯል</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>አጉላ (Ctrl + መደመር)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አጉላ</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>አሳንስ (Ctrl + መቀነስ)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አሳንስ</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>እኩልታ አክል</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>በዚህ ጊዜ ለማጋራት አልተቻለም።</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>እሺ</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>በWindows ማስሊያ ምን ግራፍ እንዳደረኩ ተመልከት</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>እኩልታዎች</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>ተለዋዋጮች</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>እኩልታዎች ያሉት ግራፍ ምስል</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>ተለዋዋጮች</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>ደረጃ</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>ዝቅተኛ</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>ከፍተኛ</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>ቀለም</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>ቅጥ</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>የተግባር ትንታኔ</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>ተግባር ምንም አግዳሚ ተጠጊ አይነኬዎች የሉትም።</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>ተግባር ምንም ጉርብ ነጥቦች የሉትም።</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>ተግባር ምንም ከፍተኛ ነጥቦች የሉትም።</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>ተግባር ምንም ዝቅተኛ ነጥቦች የሉትም።</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>ወጥ</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>የሚቀንስ</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>የተግባሩን አንድ አይነትነት ማወቅ አልተቻለም።</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>የሚጨምር</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>የተግባሩ አንድ አይነትነት አይታወቅም።</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>ተግባር ምንም ገዳዳ ተጠጊ አይነኬዎች የለውም።</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>የተግባሩን አቻነት ማወቅ አልተቻለም።</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>ተግባሩ ሙሉ ነው</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>ተግባሩ ሙሉም ጎዶሎም አይደለም።</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>ተግባሩ ጎዶሎ ነው።</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>የተግባሩ አቻነት አይታወቅም።</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>ለዚህ ተግባር ድግግሞሽ አይደገፍም።</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>ተግባሩ ተደጋጋሚ አይደለም።</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>የተግባሩ ድግግሞች አይታወቅም።</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>እነዚህ ባህሪያት በማስሊያ ለማስላት በጣም ውስብስብ ናቸው፦</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>ተግባር ምንም ቋሚ ተጠጊ አይነኬዎች የሉትም።</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>ተግባር ምንም x-ማቋረጫዎች የሉትም።</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>ተግባር ምንም y-ማቋረጫዎች የሉትም።</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>ጎራ</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>አግዳሚ ተጠጊ አይነኬዎች</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>ጉርብ ነጥቦች</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>ትንታኔ ለዚህ ተግባር የሚደገፍ አይደለም።</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>ትንታኔ የሚደገፈው በ f(x) ቅርጸት ብቻ ላሉት ተግባራት ብቻ ነው፡፡ ለምሳሌ:- y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>ከፍተኛ</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>ዝቅተኛ</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>አንድ አይነትነት</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>ሰያፍ ተጠጊ አይነኬዎች</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>አቻነት</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>ነጥብ</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>ክልል</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>ቋሚ ተጠጊ አይነኬዎች</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-ማቋረጫ</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-ማቋረጫ</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>ትንታኔ ለተግባሩ ሊፈጸም አይችልም።</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>ለዚህ ተግባር ጎራ ማስላት አልተቻለም።</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>ለዚህ ተግባር ክልል ማስላት አልተቻለም።</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>ከመጠን በላይ (ቁጥሩ በጣም ትልቅ ነው)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>ይህንን እኩልታ ግራፍ ለማድረግ ራዲያንት ሞድ ያስፈልጋል።</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>ይህንን ተግባር ግራፍ ለማድረግ በጣም ውስብስብ ነው</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>ይህ ይህንን እኩልታ ግራፍ ለማድረግ ዲግሪ ሞድ ያስፈልጋል</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>የብዜት ተግባር ልክ ያልሆነ ክርክር አለው</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>የተግባር ብዜት ግራፍ ለማድረግ ብጣም ትልቅ ክርክር አለው</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>ሞዱሎን ከሙሉ ቁጥሮች ጋር ብቻ መጠቀም ይቻላል</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>እኩልታው መፍትሔ የለውም</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>በዜሮ ሊካፈል አይችልም</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>እኩልታው በጋራ የተለዩ ምክኒያታዊ ሁኔታዎችን ይዟል</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>እኩልታ ከጎራ ውጪ ነው</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>ይህንን ቀመር በግራፍ መገልፅ አይደገፍም</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>እኩልታው መክፈቻ ቅንፍ የለውም</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>እኩልታው መዝጊያ ቅንፍ የለውም</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>በቁጥሩ ውስጥ በጣም ብዙ አስርዮሽ ነጥቦች አሉ</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>አስርዮሽ ነጥብ አሃዞች የሉትም</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>ያልተጠበቀ የገለፃ ማክተሚያ</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>በገለፃው ውስጥ ያልተጠበቁ ቁምፊዎች</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>በገለፃው ውስጥ የማያገለግሉ ቁምፊዎች</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>በጣም ብዙ የእኩል ይሆናል ምልክቶች አሉ</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>ተግባሩ ቢያንስ x ወይም y ተለዋጮች መያዝ አለበት።</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>ልክ ያልሆነ ገለፃ</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>ገለፃው ባዶ ነው</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>እኩል ይሆናል ከእኩልታ ውጪ ጥቅም ላይ ውሏል</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>ከተግባር ስም በኋላ ቅንፍ የለም</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>የሒሳብ ቀመር የተሳሳተ የቁጥር ግቤት አለው</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>የተለዋጭ ስም ልክ ያልሆነ ነው</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>እኩልታው መክፈቻ ቅንፍ የለውም</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>እኩልታው መዝጊያ ቅንፍ የለውም</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>“i”እና ”I” ን እንደ ተለዋጭ ስም መጠቀም አይቻልም</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>እኩልታው ግራፍ ሊደረግ አልቻለም</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>አስርዮሹ በተሰጠው መሰረት ሊፈታ አይችልም</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>መሰረቱ ከ2 መብለጥ እና ከ36 ማነስ አለበት</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>አንድ የሒሳብ ክወና ከግቤቶቹ አንዱ ተለዋዋጭ እንዲሆን ይፈለጋል</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>እኩልታ ምክኒያታዊ እና ሚዛናዊ አንቀሳቃሾችን በመቀላቀል ላይ ነው</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x ወይም y ን በላይ ወይም በታች ወሰን መጠቀም አይቻልም</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>በውስን ነጥቡ ላይ x ወይም y ን መጠቀም አይቻልም</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>ውስብስብ እልቀ ቢስ መጠቀም አይቻልም</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>በእኩል አይደለም ውስጥ ውስብስብ ቁጥሮች መጠቀም አይቻልም</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ወደ ስራ ዝርዝር ተመለስ</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ወደ ስራ ዝርዝር ተመለስ</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>የትንታኔ ተግባር</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የትንታኔ ተግባር</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>የትንታኔ ተግባር</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>እኩልታ አስወግድ</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>እኩልታ አስወግድ</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>እኩልታ አስወግድ</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>አጋራ</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አጋራ</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>የእኩልታ ቅጥ ለውጥ</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የእኩልታ ቅጥ ለውጥ</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>የእኩልታ ቅጥ ለውጥ</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>እኩልታን አሳይ</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>እኩልታን ደብቅ</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>እኩልታ %1 አሳይ</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>እኩልታ %1 ደብቅ</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>ክትትል አቁም</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>ክትትል ጀምር</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>ግራፍ ማያ መስኮት፣ ሸ-ዘንግ በ %1 እና %2 መካከል፣ ቀ-ዘንግ በ %3 እና %4 መካከል፣ %5 እኩልታዎችን በማሳየት ላይ</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ተንሸራታቹን አዋቅር</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተንሸራታቹን አዋቅር</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>ወደ እኩልታ ሁኔታ ይቀይሩ</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>ወደ ግራፍ ሁኔታ ይቀይሩ</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ወደ እኩልታ ሁኔታ ይቀይሩ</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>አሁን ያለው ሁኔታ የእኩልታ ሁኔታ ነው</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>አሁን ያለው ሁኔታ የግራፍ ሁኔታ ነው</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>መስኮት</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>ዲግሪዎች</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>ግራዲያንስ</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>ራዲያንስ</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>አሃዶች</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>ዕይታን ዳግም አስጀምር</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-ከፍተኛ</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-ዝቅተኛ</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-ከፍተኛ</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-ዝቅተኛ</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>የግራፍ አማራጮች</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የግራፍ አማራጮች</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>የግራፍ አማራጮች</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የሚለዋወጡ አማራጮች</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ተለዋዋጭ አማራጮችን ቀያይር</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>የመስመር ውፍረት</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>የመስመር አማራጮች</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ትንሽ የመስመር ስፋት</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>መካከለኛ የመስመር ስፋት</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ትልቅ የመስመር ስፋት</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>በጣም ትልቅ የመስመር ስፋት</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>የሒሳብ ሓረግ ያስገቡ</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>ይቅዱ</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ቁረጥ</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ገልብጥ</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ለጥፍ</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>መልስ</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ሁሉንም ይምረጡ</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የተግባር ግቤት</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የተግባር ግቤት</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የሂሳብ ተግባር ማስገቢያ መቃን</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተለዋዋጭ መቃን</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተለዋዋጭ ዝርዝር</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>ተለዋዋጭ %1 ንጥል ነገር ዝርዝር</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተለዋዋጭ የዋጋ የፅሑፍ ሳጥን</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተለዋዋጭ የዋጋ ተንሸራታች</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተለዋዋጭ ትንሹ የዋጋ ጽሁፍ ሳጥን</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተለዋዋጭ የደረጃ ዋጋ የጽሁፍ ሳጥን</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተለዋዋጭ ከፍተኛው ዋጋ የፅሑፍ ሳጥን</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ድፍን መስመር ቅጥ</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ነጥብ የመስመር ቅጥ</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ሰረዝ መስመር ቅጥ</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>የባሕር ኃይል ሰማያዊ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>የባህር አረፋ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>ወይን ጠጅ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>አረንጓዴ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>ፈዛዛ አረንጓዴ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>ደማቅ አረንጓዴ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>እርሳስ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>ቀይ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>ፕላም ፈዛዛ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>ወይናማ ቀይ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>ቢጫ ወርቃማ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>ብርቱካናማ ብሩህ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>ቡናማ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>ጥቁር</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>ነጭ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>ቀለም 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>ቀለም 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>ቀለም 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>ቀለም 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>የግራፍ ገጽታ</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>ሁልጊዜ ፈዛዛ</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>ተዛማጅ መተግበሪያ ገጽታ</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ገጽታ</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ሁልጊዜ ፈዛዛ</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተዛማጅ መተግበሪያ ገጽታ</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>ስራው ተወግዷል</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የሂሳብ ተግባር መተንተኛ የእኩልታ ሳጥን</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ይሆናል</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ያንሳል ከ</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ያንሳል ወይም እኩል ይሆናል</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>እኩል</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የበለጠ ወይም እኩል የሆነ</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ይበልጣል ከ</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>አስረክብ</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የተግባር ትንታኔ</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>የግራፍ አማራጮች</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>ታሪክ እና የማህደረ ትውስታ ዝርዝሮች</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>የማህደረ ትውስታ ዝርዝር</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>የታሪክ ማስገቢያ %1 ጸድቷል</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>የስሌት ማሽን ሁልጊዜም ከአናት ላይ</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>የስሌት ማሽን ወደ ሙሉ ዕይታ ተመልሷል</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>የአርቲሜቲክ ማቀያየር ተመርጧል</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>ምክንያታዊ ማቀያየር ተመርጧል</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>በክበባዊ ማቀያየር ያሽከርክሩ ተመርጧል</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>በተሸካሚ ክበባዊ ማቀያየር በኩል ያሽከርክሩ ተመርጧል</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>የክንውን አውዶች</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>ገጽታ</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>የመተግበሪያ ፈትለ ነገር</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>የትኛው የመተግበሪያ ፈትለ ነገር ለእይታ እንደሚቀርብ ይምረጡ</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ብርሃን</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ጨለማ</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>የስርዓት ቅንብሮችን ይጠቀሙ</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ተመለስ</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>የክንውን አውዶች ገጽ</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ላሉት ድርጊቶች የአውድ ምናሌውን ይክፈቱ</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>እሺ</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>ይህን ቅጽበታዊ ገጽ እይታ ወደነበረበት መመለስ አልተቻለም።</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ar-SA/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>إدخال غير صالح</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>نتيجة غير معرّفة</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>الذاكرة غير كافية</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>تجاوز سعة</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>لم يتم تحديد النتيجة</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>النتيجة غير محددة</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>تجاوز سعة</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>تجاوز سعة</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>تتعذر القسمة على صفر</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ar-SA/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>الحاسبة</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>حاسبة [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>الحاسبة في Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>الحاسبة في Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>الحاسبة</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>حاسبة [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>نسخ</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>لصق</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>تساوي حوالي</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1، القيمة %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>بت %1</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>الثالث والستون</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>الثاني والستون</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>الحادي والستون</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>الستون</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>التاسع والخمسون</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>الثامن والخمسون</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>السابع والخمسون</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>السادس والخمسون</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>الخامس والخمسون</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>الرابع والخمسون</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>الثالث والخمسون</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>الثاني والخمسون</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>الحادي والخمسون</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>الخمسون</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>التاسع والأربعون</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>الثامن والأربعون</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>السابع والأربعون</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>السادس والأربعون</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>الخامس والأربعون</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>الرابع والأربعون</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>الثالث والأربعون</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>الثاني والأربعون</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>الحادي والأربعون</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>الأربعون</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>التاسع والثلاثون</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>الثامن والثلاثون</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>السابع والثلاثون</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>السادس والثلاثون</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>الخامس والثلاثون</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>الرابع والثلاثون</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>الثالث والثلاثون</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>الثاني والثلاثون</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>الحادي والثلاثون</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>الثلاثون</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>التاسع والعشرون</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>الثامن والعشرون</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>السابع والعشرون</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>السادس والعشرون</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>الخامس والعشرون</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>الرابع والعشرون</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>الثالث والعشرون</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>الثاني والعشرون</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>الحادي والعشرون</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>العشرون</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>التاسع عشر</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>الثامن عشر</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>السابع عشر</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>السادس عشر</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>الخامس عشر</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>الرابع عشر</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>الثالث عشر</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>الثاني عشر</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>الحادي عشر</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>العاشر</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>التاسع</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>الثامن</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>السابع</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>السادس</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>الخامس</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>الرابع</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>الثالث</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>الثاني</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>الأول</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>البت الأقل أهمية</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>فتح قائمة الذاكرة المنبثقة</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>إغلاق قائمة الذاكرة المنبثقة</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>الاستمرار في المتابعة</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>العودة إلى طريقة العرض الكاملة</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>الذاكرة</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>المحفوظات (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>لوحة المفاتيح الرقمية لتبديل البت</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>لوحة المفاتيح الرقمية الكاملة</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>مسح الذاكرة بالكامل (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>الذاكرة</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الذاكرة</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>المحفوظات</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>المحفوظات</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>محول</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>علمي</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>قياسي</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>وضع المحول</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الوضع العلمي</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الوضع القياسي</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>مسح المحفوظات بالكامل</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>مسح المحفوظات بالكامل</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>إخفاء</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>قياسي</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>علمي</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>مبرمج</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>المحول</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>الحاسبة</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>المحول</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>الحاسبة</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>المحولات</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>الحاسبات</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>الناتج %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>التعبير هو %1، الإدخال الحالي هو %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>العرض هو %1 نقطة</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>التعبير %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>تم نسخ قيمة العرض إلى الحافظة</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>المحفوظات</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>الذاكرة</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>سداسي عشري %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>عشري %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>ثماني %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>ثنائي %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مسح المحفوظات بالكامل</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>تم مسح المحفوظات</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>إخفاء المحفوظات</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>فتح قائمة سجل الويب المنبثقة</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>إغلاق قائمة سجل الويب المنبثقة</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>التخزين بالذاكرة</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>التخزين بالذاكرة (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مسح الذاكرة بالكامل</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>تم مسح الذاكرة</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>استدعاء الذاكرة</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>استرجاع الذاكرة (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>إضافة إلى الذاكرة</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>إضافة إلى الذاكرة (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حذف من الذاكرة</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>حذف من الذاكرة (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مسح عنصر الذاكرة</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>مسح عنصر الذاكرة</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>إضافة إلى عنصر ذاكرة</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>إضافة إلى عنصر ذاكرة</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حذف من عنصر الذاكرة</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>حذف من عنصر الذاكرة</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مسح عنصر الذاكرة</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>مسح عنصر الذاكرة</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>إضافة إلى عنصر ذاكرة</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>إضافة إلى عنصر ذاكرة</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حذف من عنصر الذاكرة</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>حذف من عنصر الذاكرة</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>حذف</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>النسخ</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>حذف</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حذف عنصر المحفوظات</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حذف عنصر المحفوظات</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مسافة للخلف</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>صفر</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>واحد</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>اثنان</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ثلاثة</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>أربعة</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>خمسة</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ستة</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>سبعة</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ثمانية</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تسعة</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ب</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>و</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>أو</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ليس</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تدوير إلى اليسار</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>استدارة إلى اليمين</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>shift الأيسر</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>shift الأيمن</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حصري أو</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تبديل الكلمة الرباعية</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تبديل الكلمة المزدوجة</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تبديل الكلمة</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تبديل البايت</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لوحة مفاتيح تبديل البت</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لوحة المفاتيح الرقمية الكاملة</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>فاصل عشري</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مسح الإدخال</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مسح</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قسمة</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مضروب في</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>يعادل</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الدالة المعكوسة</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>علامة الطرح</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>علامة الطرح</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>علامة الجمع</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الجذر التربيعي</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>نسبة مئوية</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>سالب موجب</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>سالب موجب</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>معكوس</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>أقواس يسرى</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>القوس الأيسر، عدد الأقواس المفتوحة %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>أقواس يمنى</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>عدد الأقواس المفتوحة %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>لا توجد أي أقواس مفتوحة لإغلاقها.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>رموز علمية</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>دالة زائدية</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>باي</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>جيب</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>جيب التمام</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الظل</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>جيب الزاوية الزائدي</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>جيب التمام الزائدي</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ظل الزاوية الزائدي</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مربع</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مكعب</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مقابل الجيب</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مقابل جيب التمام</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مقابل الظل</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مقابل الجيب الزائدي</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مقابل جيب التمام الزائدي</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مقابل الظل الزائدي</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>’X‘ مرفوعة إلى الأس</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>عشرة مرفوعة إلى الأس</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>’e‘ مرفوعة إلى الأس</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>y جذر x</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تسجيل</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لوغاريتم عادي</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>باقي القسمة</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>أسي</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>درجة دقيقة ثانية</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>درجات</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الجزء الصحيح</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>جزء كسري</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مضروب</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تبديل الدرجات</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تبديل وحدات غراد</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تبديل التقدير الدائري</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قائمة الوضع المنسدلة</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قائمة الفئات المنسدلة</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الاستمرار في المتابعة</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>العودة إلى طريقة العرض الكاملة</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>دومًا في المقدمة (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>العودة إلى طريقة العرض الكاملة (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>تحويل من %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>تحويل من %1نقطة %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>تحويل إلى %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 يعادل %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>وحدة الإدخال</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>وحدة الناتج</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>المساحة</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>البيانات</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>طاقة</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>الطول</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>القوة</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>السرعة</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>الوقت</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>الحجم</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>حرارة</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>الوزن والكتلة</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>ضغط</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>الزاوية</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>العملة</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>أونصة السوائل (المملكة المتحدة)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>أونصة سائلة (المملكة المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>أونصة السوائل (الولايات المتحدة)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>أونصة سائلة (الولايات المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>غالون (المملكة المتحدة)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>جالون (المملكة المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>غالون (الولايات المتحدة)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>جالون (الولايات المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>لتر</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>لتر</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>مللي لتر</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ملليلتر</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>ثمن جالون (المملكة المتحدة)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>ثمن غالون (المملكة المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>ثمن جالون (الولايات المتحدة)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>ثمن غالون (الولايات المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>ملعقة كبيرة (الولايات المتحدة)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>ملعقة كبيرة (الولايات المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>من الملاعق الصغيرة (الولايات المتحدة)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ملعقة صغيرة (الولايات المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>ملعقة كبيرة (المملكة المتحدة)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>ملعقة كبيرة (المملكة المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>ملعقة صغيرة (المملكة المتحدة)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>ملعقة صغيرة (المملكة المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>من الكوارت (المملكة المتحدة)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>كوارت (المملكة المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>كوارت (الولايات المتحدة)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>كوارت (الولايات المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>فنجان (الولايات المتحدة)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>كوب (الولايات المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>أنغ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>التيار المتردد</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>بت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>وحدة حرارية بريطانية</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>من الوحدات الحرارية البريطانية/دقيقة</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>ب</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>سُعر حراري</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>سم</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>سنتيمتر/ثانية</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>سم٣</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>قدم٣</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>بوصة٣</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>م³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>ياردة٣</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>يوم</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°سيلزيوس</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>درجة فهرنهايت</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>إلكترون فولت</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>قدم</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>قدم/ثانية</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>رِطل•قدم</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>غيغابايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>هكتار</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>حصان (الولايات المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>ساعة</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>بوصة</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>جول</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>كيلوواط ساعة</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>كلفن</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>كيلوبايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>كيلوبايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>كيلو سُعر حراري</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>كيلوجول</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>كيلومتر</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>كم/ساعة</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>كيلو واط</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>عقدة</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>ماخ</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>ميغابايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>ميغابايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>م</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>متر/ثانية</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µميكرون</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>ميكرو ثانية</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>ميل</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>ميل/س</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>ملليمتر</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>مللي ثانية</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>دقيقة</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>نانومتر</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>ميل بحري</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>بيتا بايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>بيتا بايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>قدم•رطل/دقيقة</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>ث</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>سم²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>قدم٢</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>بوصة٢</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>كيلومتر٢</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>م²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>ميل٢</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>ملليمتر٢</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>يارد²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>ترليون بايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>ترليون بايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>واط</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>أسبوع</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>ياردة</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>س</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>كيلوبايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>ميل</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>نايبل</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>باي</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>تيرا</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>إكسابايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>زيتابايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>زيبي بايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>يي</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>يوبيبايت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>فدان</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>بت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>وحدة حرارية بريطانية</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>وحدة حرارية بريطانية/دقيقة</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>بايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>سُعرات حرارية</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>سنتيمترات</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>سنتيمتر في الثانية</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>سنتيمتر مكعب</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>قدم مكعب</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>بوصة مكعبة</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>متر مكعب</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>ياردة مكعبة</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>أيام</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>درجة مئوية</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>فهرنهايت</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>فُولْت إلكتروني</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>أقدام</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>قدم في الثانية</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>رطل/قدم</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>رطل - قدم/دقيقة</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>غيغابت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>غيغابايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>هكتار</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>حصان (الولايات المتحدة)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>ساعة</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>من البوصات</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>جول</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>كيلو واط/ساعة</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>كلفن</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>كيلوبت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>كيلوبايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>السعرات الحرارية للأطعمة</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>كيلوجول</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>الكيلومترات</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>كيلومتر في الساعة</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>كيلوواط</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>من العقد</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>ماخ</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>ميغابت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>ميغابايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>أمتار</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>م/ث</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>ميكرون</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>ميكرو ثانية</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>ميل</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>من الأميال في الساعة</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>ملليمتر</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>مللي ثانية</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>دقيقة</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>نايبل</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>نانومتر</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>من وحدات أنغستروم</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>الأميال البحرية</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>بيتابت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>بيتابايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>ثانية</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>سنتيمتر مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>قدم مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>من البوصات المربعة</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>كيلومتر مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>متر مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>ميل مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>ميليمتر مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>ياردة مربعة</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>تيرابت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>تيرابايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>واط</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>أسبوع</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>ياردة</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>سنة</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>قرص مضغوط</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>درجة</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>من أنصاف الأقطار</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>مدرّج</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>جهاز صراف آلي</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>بار</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>كيلو باسكال</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>ملم زئبق</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>باسكال</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>باوند لكل بوصة مربعة</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>سنتيغرام</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>ديكا جرام</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>ديسيغرام</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>ج</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>هيكتوغرام</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>كيلوغرام</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>طن (المملكة المتحدة)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>مللي غرام</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>أونصة</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>رطل</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>طن (أمريكي)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>ستون</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>طن</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>قيراط</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>درجات</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>تقدير دائري</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>وحدات غراد</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>الجو</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>المقاهي</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>كيلو باسكال</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>مللي متر من الزئبق </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>باسكال</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>رطل لكل بوصة مربعة</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>سنتيغرام</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>ديكاغرام</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>ديسيغرام</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>غرام</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>هيكتوغرام</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>كيلوغرام</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>طن إمبراطوري (المملكة المتحدة)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>ملليغرام</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>من الأونصات</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>من الأرطال</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>طن أمريكي (الولايات المتحدة)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>ستون</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>طن متري</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>أقراص مضغوطة</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>من الأقراص المضغوطة</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>ملعب كرة قدم</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>ملعب كرة قدم</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>أقراص مرنة</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>أقراص مرنة</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>أقراص DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>أقراص DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>من البطاريات</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>بطاريات</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>مشبك ورق</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>مشبك ورق</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>طائرة جامبو نفاثة</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>طائرة جامبو نفاثة</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>مصباح</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>مصباح</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>حصان</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>حصان</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>حوض استحمام</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>من أحواض الاستحمام</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>ثلج</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>ثلج</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>أفيال</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>أفيال</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>سلحفاة</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>من السلاحف</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>طائرة نفاثة</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>طائرة نفاثة</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>حوت</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>حوت</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>فنجان قهوة</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>فنجان قهوة</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>حمام سباحة</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>حمام سباحة</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>أيدي</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>أيدي</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>أوراق</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>أوراق</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>قلعة</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>قلعة</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>موزة</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>موزة</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>شريحة كعك</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>شريحة كعك</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>محرك قطار</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>محرك قطار</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>كرة قدم</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>كرة قدم</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>عنصر الذاكرة</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الخلف</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>الخلف</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>شروط ترخيص برامج Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>معاينة</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>بيان خصوصية Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>حقوق النشر © محفوظة لشركة Microsoft لعام %1. جميع الحقوق محفوظة.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>لمعرفه كيف يمكنك المساهمة في \"حاسبه Windows\" ، قم بسحب المشروع علي %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>حول</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>إرسال ملاحظات</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>لا توجد محفوظات بعد.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>لا يوجد شيء محفوظ في الذاكرة.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الذاكرة</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>لا يمكن لصق هذا التعبير</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>جيبي بت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>جيبي بايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>كيبي بت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>كيبي بايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>ميبي بت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>ميبي بايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>بيبي بت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>بيبي بايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>تيبي بت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>تيبي بايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>إكسا بت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>إكسا بايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>إكسبي بت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>إكسبي بايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>زيتابت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>زيتابايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>زيبي بت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>زيبي بايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>يوتابيت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>يوتابايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>يوبي بت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>يوبي بايت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>حساب التاريخ</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>وضع الحساب</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>إضافة</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>إضافة أيام أو طرحها</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>التاريخ</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>الاختلاف بين التواريخ</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>أيام</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>الاختلاف</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>من</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>شهور</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>طرح</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>إلى</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>سنين</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>التاريخ خارج الحد</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>يوم</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>أيام</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>شهر</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>أشهر</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>نفس التواريخ</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>أسبوع</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>أسابيع</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>سنة</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>سنين</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>الاختلاف %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>تاريخ الناتج %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>وضع الحاسبة %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>وضع المحول %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>وضع حساب التاريخ</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قوائم الذاكرة والمحفوظات</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>عناصر تحكم الذاكرة</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>وظائف قياسية</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>عناصر التحكم بالعرض</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>عوامل قياسية</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لوحة الأرقام</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>عوامل الزاوية</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الدالات العلمية</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تحديد الرقم الأساس</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>عوامل المبرمج</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تحديد وضع الإدخال</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لوحة مفاتيح تبديل البت</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تمرير التعبير إلى اليسار</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تمرير التعبير إلى اليمين</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>تم الوصول إلى الحد الأقصى من الأرقام. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>تم حفظ %1 في الذاكرة</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>فتحة الذاكرة %1 هي %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>تم مسح %1 من فتحة بطاقة الذاكرة</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>مقسوم على</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>مرات</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>علامة الطرح</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>زائد</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>أُس</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y جذر</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>المعامل</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Shift الأيسر</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Shift الأيمن</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>أو</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x or</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>و</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>تم تحديث %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>تحديث الأسعار</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>قد يتم فرض رسوم على البيانات.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>تعذر الحصول على أسعار جديدة. حاول مرة أخرى لاحقاً.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>غير متصل بالإنترنت. الرجاء التحقق من%HL%إعدادات الشبكة%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>جارٍ تحديث أسعار العملات</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>تم تحديث أسعار صرف العملات</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>تعذر تحديث سعر الصرف</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>مسح الذاكرة بالكامل (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مسح الذاكرة بالكامل</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>درجات جيب الزاوية</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>زوايا نصف قطرية لجيب الزاوية</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>وحدات غراد جيب الزاوية</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>درجات جيب الزاوية المعكوسة</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>زوايا نصف قطرية لجيب الزاوية المعكوسة</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>وحدات غراد جيب الزاوية المعكوسة</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>الجيب الزائدي</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>جيب الزاوية الزائدي المعكوس</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>درجات جيب التمام</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>زوايا نصف قطرية لجيب التمام</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>وحدات غراد جيب التمام</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>درجات جيب التمام المعكوسة</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>زوايا نصف قطرية لجيب التمام المعكوسة</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>وحدات غراد جيب التمام المعكوسة</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>جيب التمام الزائدي</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>جيب التمام الزائدي المعكوس</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>درجات ظل الزاوية</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>زوايا نصف قطرية لظل الزاوية</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>من وحدات غراد للظل</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>درجات ظل الزاوية المعكوسة</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>زوايا نصف قطرية لظل الزاوية المعكوسة</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>وحدات غراد ظل الزاوية المعكوسة</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>ظل الزاوية الزائدي</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>ظل الزاوية الزائدي المعكوس</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>درجات القاطع</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>راديان القاطع</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>غراد القاطع</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>درجات مقابل القاطع</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>راديان مقابل القاطع</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>غراد مقابل القاطع</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>القاطع الزائدي</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>مقابل القاطع الزائدي</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>درجات قاطع التمام</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>راديان قاطع التمام</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>غراد قاطع التمام</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>درجات مقابل قاطع التمام</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>راديان مقابل قاطع التمام</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>غراد مقابل قاطع التمام</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>قاطع التمام الزائدي</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>مقابل قاطع التمام الزائدي</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>درجات ظل التمام</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>راديان ظل التمام</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>غراد ظل التمام</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>درجات مقابل ظل التمام</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>راديان مقابل ظل التمام</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>غراد مقابل ظل التمام</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>ظل التمام الزائدي</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>مقابل ظل التمام الزائدي</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>جذر تكعيبي</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>القاعدة الخوارزمية</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>قيمة مطلقة</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>Shift الأيسر</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>Shift الأيمن</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>مضروب</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>درجة دقيقة ثانية</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>لوغاريتم عادي</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>مربع</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y جذر</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>الفئة %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>اتفاقية خدمات Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>بيونغ</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>بيونغ</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>من</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تمرير نتيجة الحساب لليسار</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تمرير نتيجة الحساب لليمين</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>فشل الحساب</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قاعدة خوارزمية للص</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>حساب المثلثات</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>الدالة</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>المتباينات</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>المتباينات</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>البت</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>إزاحة بت</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الدالة المعكوسة</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الدالة الزائدية</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>القاطع</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>القاطع الزائدي</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>القوس القاطع</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قوس القاطع الزائدي</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قاطع تمام</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قاطع التمام الزائدي</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قوس قاطع التمام</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قوس قاطع التمام الزائدي</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ظل التمام</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ظل التمام الزائدي</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قوس ظل التمام</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قوس ظل التمام الزائدي</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الحد الأدنى</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الحد الأقصى</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>عشوائية</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قيمة مطلقة</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>عدد أويلر</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>أس اثنين</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الاستدارة إلى اليسار مع الحمل</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الاستدارة إلى اليمين مع الحمل</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>إزاحة إلى اليسار</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>الإزاحة إلى اليسار</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>إزاحة لليمين</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>الإزاحة إلى اليمين</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>إزاحة حسابية</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>إزاحة منطقية</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>تدوير إزاحة دائرية</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>تدوير من خلال إزاحة دائرية للحمل</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>جذر تكعيبي</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حساب المثلثات</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الدالات</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>البت</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>إزاحة البت</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لوحات عوامل التشغيل العلمية</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لوحات عوامل التشغيل المبرمجة</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>البت الأكثر أهمية</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>تخطيط المنحنى البياني</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>رسم</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>تحديث طريقة العرض تلقائيًا (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>طريقة عرض رسومية</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>الاحتواء الأفضل التلقائي</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>ضبط يدوي</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>تمت إعادة ضبط طريقة عرض الرسم البياني</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>تكبير (Ctrl + علامة الجمع)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تكبير</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>تصغير (Ctrl + علامة الطرح)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تصغير</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>إضافة معادلة</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>تتعذر المشاركة في الوقت الحالي.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>موافق</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>البحث عما رسمته بيانياً باستخدام حاسبة Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>معادلات</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>المتغيرات</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>صورة رسم بياني بالمعادلات</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>المتغيرات</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>خطوة</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>الحد الأدنى</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>الحد الأقصى</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>اللون</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>النمط</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>تحليل الدالة</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>لا تحتوي الدالة على أي خطوط مقاربة أفقية.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>لا تتضمن الدالة أي نقاط تصريف.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>لا تتضمن الدالة أي نقاط نهايات قصوى.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>لا تتضمن الدالة أي نقاط نهايات دُنيا.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>ثابت</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>ينقص</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>تعذر تحديد رتيبة الدالة.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>يزيد</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>رتيبة الدالة غير معروفة.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>لا تتضمن الدالة أي خطوط مقاربة منحدرة.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>تعذر تحديد تماثل الدالة.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>الدالة زوجية.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>الدالة ليست زوجية ولا فردية.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>الدالة فردية.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>تماثل الدالة غير معروف.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>الدورية غير معتمدة لهذه الدالة.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>الدالة ليست دورية.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>دورية الدالة غير معروفة.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>هذه الميزات معقدة جداً ولا يمكن للحاسبة حسابها:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>لا تتضمن الدالة أي خطوط مقاربة عمودية.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>لا تتضمن الدالة أياً من تقاطعات x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>لا تتضمن الدالة أياً من تقاطعات y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>المجال</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>خطوط مقاربة أفقية</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>نقاط التصريف</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>التحليل غير معتمد لهذه الدالة.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>يتوفر دعم التحليل فقط للدالات بتنسيق f(x). مثال: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>القيمة القصوى</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>القيمة الدنيا</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>الرتيبة</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>خطوط مقاربة منحدرة</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>التماثل</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>الدورة</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>النطاق</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>خطوط مقاربة عمودية</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>تقاطع X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>تقاطع Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>تعذر إجراء تحليل للدالة.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>تعذر حساب المجال لهذه الدالة.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>يتعذر حساب النطاق لهذه الدالة.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>تجاوز الحد المسموح به (الرقم كبير جداً)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>وضع التقدير الدائري مطلوب لرسم هذه المعادلة.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>يتعذر رسم هذه الدالة لأنها معقدة</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>وضع الدرجات مطلوب لرسم هذه الدالة</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>تتضمن دالة مضروب وسيطة غير صالحة</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>لدى دالة مضروب وسيطة يتعذر رسمها لأنها كبيرة جداً</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>يمكن حساب باقي القسمة فقط مع الأرقام الصحيحة</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>المعادلة بلا حل</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>تتعذر القسمة على صفر</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>تتضمن المعادلة شروط منطقية متنافية</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>المعادلة خارج المجال</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>تخطيط المنحنى البياني لهذه المعادلة غير مدعم</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>تفتقد المعادلة إلى قوس الفتح</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>تفتقد المعادلة إلى قوس الإغلاق</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>هناك نقاط عشرية كثيرة جداً في رقم</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>تفتقد النقطة العشرية إلى أرقام</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>نهاية التعبير غير متوقعة</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>هناك أحرف غير متوقعة في هذا التعبير</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>هناك أحرف غير صالحة في هذا التعبير</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>يوجد عدد كبير جداً من علامات التساوي</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>يجب أن تتضمن الدالة على الأقل س أو ص واحد صالح</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>التعبير غير صالح.</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>هذا التعبير فارغ</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>تم استخدام علامة التساوي دون معادلة</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>أحد الأقواس مفقود بعد اسم الدالة</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>لدى العملية الحسابية عدد غير صحيح من المعلمات</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>اسم المتغير غير صالح</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>تفتقد المعادلة إلى قوس الفتح المربع</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>تفتقد المعادلة إلى قوس الإغلاق المربع</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>يتعذر استخدام \"i\" و\"I\" كأسماء متغّيرات</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>يتعذر رسم المعادلة</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>يتعذر حل الرقم للقاعدة المعطاة</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>يجب أن تكون القاعدة أكبر من 2 وأقل من 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>تتطلب العملية الرياضية أن تكون إحدى معلماتها متغيرا</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>تخلط المعادلة بين المُعامل المنطقية والرقمية</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>يتعذر استخدام س أو ص في الحدود السفلية</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>لا يمكن استخدام س أو ص في نقطة الحد</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>يتعذر استخدام قيم لا نهاية معقدة</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>يتعذر استخدام الأعداد المركبة في المتباينات</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>رجوع إلى قائمة الدالات</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>رجوع إلى قائمة الدالات</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>تحليل الدالة</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تحليل الدالة</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>تحليل الدالة</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>إزالة المعادلة</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>إزالة المعادلة</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>إزالة المعادلة</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>مشاركة</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مشاركة</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>تغيير نمط المعادلة</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تغيير نمط المعادلة</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>تغيير نمط المعادلة</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>إظهار المعادلة</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>إخفاء المعادلة</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>إظهار المعادلة %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>إخفاء المعادلة %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>إيقاف التتبع</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>بدء التتبع</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>نافذة عرض الرسم البياني، المحور س محدود بواسطة %1 و%2، المحور ص محدود بواسطة %3 و%4، مع عرض معادلات %5</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>تكوين شريط التمرير</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تكوين شريط التمرير</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>تبديل إلى وضع المعادلة</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>تبديل إلى وضع الرسم البياني</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تبديل إلى وضع المعادلة</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>الوضع الحالي هو وضع المعادلة</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>الوضع الحالي هو وضع الرسم البياني</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>النافذة</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>درجات</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>وحدات غراد</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>وحدات راديان</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>وحدات</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>إعادة تعيين طريقة العرض</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>الحد الأقصى X</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>الحد الأدنى X</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>الحد الأقصى Y</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>الحد الأدنى Y</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>خيارات الرسم البياني</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>خيارات الرسم البياني</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>خيارات الرسم البياني</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>خيارات متغيرة</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>زر تبديل الخيارات المتنوعة</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>سمك الخط</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>خيارات الخط</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>عرض خط صغير</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>عرض خط متوسط</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>عرض خط كبير</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>عرض خط كبير جدا</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>إدخال تعبير</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>النسخ</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>قص</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>نسخ</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>لصق</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>تراجع</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>تحديد الكل</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>إدخال الدالة</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>إدخال الدالة</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لوحة إدخال الدالة</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لوحة المتغيرات</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قائمة المتغيرات</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>عنصر قائمة المتغير %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مربع نص القيمة المتغيرة</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>شريط تمرير القيمة المتغيرة</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مربع نص الحد الأدنى للقيمة المتغيرة</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مربع نص قيمة الخطوة المتغيرة</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مربع نص الحد الأقصى للقيمة المتغيرة</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>نمط خط الرسم متصل</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>نمط خط الرسم مُنقط</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>نمط خط الرسم متقطع</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>أزرق داكن</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>رغوة البحر</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>بنفسجي</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>أخضر</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>أخضر نعناعي</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>أخضر داكن</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>فحمي</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>أحمر</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>أرجواني فاتح مائل للزرقة</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>أحمر أرجواني</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>ذهبي مائل للصفرة</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>برتقالي فاتح</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>بني</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>أسود</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>أبيض</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>لون 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>لون 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>اللون 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>اللون 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>نسق الرسم البياني</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>فاتح دائماً</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>مطابقة لون خلفية التطبيق</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لون الخلفية</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>فاتح دائماً</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مطابقة لون خلفية التطبيق</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>تمت إزالة الدالة</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مربع معادلة تحليل الدالة</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>يساوي</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>أقل من</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>أصغر من أو يساوي</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>يساوي</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>أكبر من أو يساوي</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الأكبر من</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>إرسال</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تحليل الدالة</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>خيارات الرسم البياني</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>قوائم الذاكرة والمحفوظات</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>قائمة الذاكرة</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>تم مسح فتحة المحفوظات %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>الحاسبة دائماً في المقدمة</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>عادت الحاسبة إلى وضع العرض الكامل</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>تم تحديد إزاحة حسابية</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>تم تحديد إزاحة منطقية</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>تم تحديد استدارة إزاحة دائرية</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>تم تحديد استدارة من خلال إزاحة دائرية للحمل</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>إعدادات</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>المظهر</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>نسق التطبيق</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>تحديد نسق التطبيق المطلوب عرضه</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>فاتحة</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>داكنة</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>استخدام إعداد النظام</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>الخلف</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>صفحة الإعدادات</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>فتح قائمة السياق للإجراءات المتوفرة</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>موافق</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>تعذرت استعادة هذه اللقطة.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/az-Latn-AZ/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Yanlış daxiletmə</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Nəticə təyin edilməyib</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Kifayət qədər yaddaş yoxdur</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Dolub daşır</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Nəticə təyin edilməyib</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Nəticə təyin edilməyib</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Dolub daşır</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Dolub daşır</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Sıfra bölmək mümkün deyil</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/az-Latn-AZ/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulyator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulyator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows Kalkulyator</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows Kalkulyator [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulyator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulyator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Köçür</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Əlavə et</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Təqribi bərabərdir</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, dəyər %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63-cü</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62-ci</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61-ci</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60-cı</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59-cu</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58-ci</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57-ci</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56-cı</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55-ci</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54-cü</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53-cü</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52-ci</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51-ci</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50-ci</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49-cu</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48-ci</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47-ci</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46-cı</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45-ci</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44-cü</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43-cü</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42-ci</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41-ci</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40-cı</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39-cu</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38-ci</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37-ci</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36-cı</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35-ci</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34-cü</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33-cü</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32-ci</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31-ci</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30-cu</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29-cu</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28-ci</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27-ci</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26-cı</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25-ci</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24-cü</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23-cü</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22-ci</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21-ci</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20-ci</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19-cu</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18-ci</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17-ci</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16-cı</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15-ci</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14-cü</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13-cü</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12-ci</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11-ci</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10-cu</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9-cu</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8-ci</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7-ci</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6-cı</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5-ci</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4-cü</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3-cü</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2-ci</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1-ci</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>ən az əhəmiyyətli bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Yaddaş menyusunu aç</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Yaddaş menyusunu bağla</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Digər pəncərələrin üzərində saxla</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Tam görünüşə qayıt</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Yaddaş</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tarixçə (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>İkili dəyişdirici klaviatura</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tam klaviatura</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bütün yaddaşı təmizlə (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Yaddaş</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaş</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Tarixçə</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tarixçə</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Çevirici</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Elmi</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standart</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Çevirici rejimi</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elmi rejim</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standart rejim</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Bütün tarixçəni təmizlə</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bütün tarixçəni təmizlə</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Gizlət</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standart</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Elmi</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Proqramçı</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Çevirici</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulyator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Çevirici</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulyator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Çeviricilər</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulyatorlar</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Displey: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>İfadə %1, Cari daxiletmə %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Displey %1 xaldır</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>İfadə: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Displey dəyəri mübadilə buferinə köçürüldü</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Tarixçə</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Yaddaş</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Onaltılıq %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Onluq %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Səkkizbucaqlı %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>İkili %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bütün tarixçəni təmizlə</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Tarixçə təmizləndi</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tarixçəni gizlət</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Tarixçə menyusunu aç</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Tarixçə menyusunu bağla</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaş mağazası</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Yaddaş anbarı (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bütün yaddaşı təmizlə</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Yaddaş təmizləndi</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaş xatırlatması</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Yaddaşın geri çağırılması (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaş əlavəsi</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Yaddaş əlavəsi (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaş çıxarışı</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Yaddaş çıxarışı (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaş elementini təmizlə</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Yaddaş elementini təmizlə</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaş elementinə əlavə et</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Yaddaş elementinə əlavə et</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaş elementindən çıxar</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Yaddaş elementindən çıxar</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaş elementini təmizlə</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Yaddaş elementini təmizlə</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaş elementinə əlavə et</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Yaddaş elementinə əlavə et</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaş elementindən çıxar</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Yaddaş elementindən çıxar</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Sil</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Köçür</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Sil</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tarixçə elementini sil</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tarixçə elementini sil</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sıfır</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bir</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>İki</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Üç</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dörd</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Beş</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Altı</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yeddi</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Səkkiz</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Doqquz</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Və</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaxud</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deyil</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sola döndər</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sağa döndər</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sola keçir</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sağa keçir</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Müstəsna və ya</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dördlü Söz dəyişdiricisi</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>İkili söz dəyişdiricisi</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Söz dəyişdirici</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bayt dəyişdiricisi</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>İkili dəyişdirici klaviatura</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tam klaviatura</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Onluq ayırıcısı</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Daxiletməni təmizlə</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Təmizlə</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Böl</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vur</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bərabərdir</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tərs funksiya</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Çıx</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Çıx</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Üstəgəl</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadrat kök</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faiz</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Müsbət mənfi</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Müsbət mənfi</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tərs qiymət</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sol mötərizə</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Sol mötərizə, açıq mötərizənin sayı %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sağ mötərizə</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Açıq mötərizənin sayı %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Bağlamaq üçün açıq mötərizələr yoxdur.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponensial format</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik funksiya</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik sinus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik kosinus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik tangens</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadrat</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kub</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arksinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkkosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arktangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik arksinus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik arkkosinus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik arktangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' üstü</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>On üstü</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' üstü</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'x'-in 'y' kökü</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Qeyd</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natural loqarifm</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Əmsal</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponensial</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dərəcə dəqiqə saniyə</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dərəcələr</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tam hissə</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kəsir hissəsi</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dərəcə dəyişdiricisi</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Qrad dəyişdiricisi</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radian dəyişdiricisi</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rejim üzrə aşağıaçılan sahə</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kateqoriyalar üzrə aşağıaçılan sahə</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Digər pəncərələrin üzərində saxla</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tam görünüşə qayıt</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Digər pəncərələrin üzərində saxla (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tam görünüşə qayıt (Alt+Aşağı ox)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>%1 %2 dəyərindən çevir</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>%1 tam %2 dəyərindən çevir</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>%1 %2 dəyərinə çevirir</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Daxiletmə vahidi</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Çıxış vahidi</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Ərazi</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Verilənlər</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Enerji</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Müddət</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>İşəsalma</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Sürət</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Vaxt</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Həcm</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatur</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Çəki və kütlə</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Təzyiq</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Bucaq</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valyuta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Maye unsiya (BK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (BK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Maye unsiya (ABŞ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (ABŞ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Qallon (BK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (BK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Qallon (ABŞ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (ABŞ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litr</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Millilitr</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pint (BK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (BK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pint (ABŞ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (ABŞ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Xörək qaşığı (ABŞ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (ABŞ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Çay qaşığı (ABŞ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (ABŞ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Xörək qaşığı (BK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (BK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Çay qaşığı (BK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (BK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Kvart (BK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (BK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Kvart (ABŞ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (ABŞ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Fincan (ABŞ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>fincan (ABŞ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/dəq</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>sm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>sm/san</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>sm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>düym³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/san</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (ABŞ)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>saat</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>düym</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kVs</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kkal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kC</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kV</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/san</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>dəq</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/dəq</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>sm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>düym²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>hf</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>il</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Ar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Britaniyanın istilik vahidləri</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU-lar/dəqiqə</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bayt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Termal kalorilər</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Santimetr</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Bir saniyədə santimetr</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Kub santimetr</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kub fut</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Kub düym</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Kub metr</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Kub yard</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Gün</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Selsi</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Farengeyt</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektron-volt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Fut</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Bir saniyədə fut</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Fut-funt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Fut-funt/dəqiqə</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Giqabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Giqabayt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>At gücü (ABŞ)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Saat</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Düym</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Coul</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilovat-saat</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobayt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Qida kalorisi</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilocoul</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometr</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometr/saat</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilovat</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Düyün</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Səs sürəti</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Meqabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Meqabayt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metr</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metr/saniyə</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikron</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosaniyələr</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Mil</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Mil/saat</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Millimetr</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Millisaniyə</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Dəqiqə</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometr</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Anqstrom</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Dəniz milləri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabayt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Saniyə</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Kvadrat santimetr</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Kvadrat fut</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Kvadrat düym</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kvadrat kilometr</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Kvadrat metr</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Kvadrat mil</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Kvadrat millimetr</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Kvadrat yard</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabayt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Vat</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Həftə</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yard</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>İl</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>qrad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>ATM</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kq</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (BK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (ABŞ)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karat</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Dərəcələr</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radian</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Qrad</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfer</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bar</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopaskal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Civə millimetr </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Paskallar</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Bir kvadrat düymə funt</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Sentiqram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekaqram</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Desiqram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Qram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektoqram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kiloqram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Böyük ton (BK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Milliqram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Unsiya</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Funt</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Qısa ton (ABŞ)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Daş</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Metr ton</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD-lər</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD-lər</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>futbol sahələri</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>futbol sahələri</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketlər</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketlər</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD-lər</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD-lər</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>batareyalar</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>batareyalar</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>kağız qısqacları</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>kağız qısqacları</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jet</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jet</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>elektrik lampaları</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>elektrik lampaları</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>at gücü</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>at gücü</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>pivə qədəhi</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>pivə qədəhi</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>Qar dənəcikləri</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>qar dənəcikləri</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>düym (kağız formatı)</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>düym (kağız formatı)</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>tısbağa</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>tısbağa</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>jet</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>jet</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>balinalar</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>balinalar</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>kofe fincanları</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>kofe fincanları</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>çimərlik hovuzları</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>çimərlik hovuzları</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>əllər</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>əllər</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>kağız vərəqləri</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>kağız vərəqləri</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>qalalar</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>qalalar</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banan</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banan</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>tortun dilimləri</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>tortun dilimləri</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>qatar mühərrikləri</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>qatar mühərrikləri</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>futbol topları</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>futbol topları</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Yaddaş elementi</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geri</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geri</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft Proqramının Lisenziya Şərtləri</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Önbaxış</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft Məxfilik Bildirişi</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Bütün hüquqlar qorunur.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Windows Kalkulyatora necə töhfə verməyi öyrənmək üçün layihəni %HL%GitHub%HL%-da yoxlayın.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Haqqında</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Əks-əlaqə göndər</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Hələlik tarixçə yoxdur.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Yaddaşda heç nə saxlanmayıb.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaş</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Bu ifadəni yerləşdirmək olmur</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibitlər</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibaytlar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibitlər</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibaytlar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibitlər</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibaytlar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibitlər</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibaytlar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibitlər</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibaytlar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Eksabitlər</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Eksabaytlar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Eksbibitlər</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Eksbibaytlar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabitlər</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabaytlar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibitlər</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibaytlar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabitlər</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabaytlar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibitlər</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibaytlar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Tarix hesablanması</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hesablama rejimi</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Əlavə et</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Günlər əlavə et və ya çıxart</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Tarix</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Tarixlər arasında fərq</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Gün</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Fərq</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Bu vaxtdan</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Aylar</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Çıxar</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Bu vaxta kimi</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>İl</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Tarix Hüdudlarından Kənarda</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>gün</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>günlər</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>ay</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>aylar</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Eyni tarixlər</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>həftə</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>həftələr</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>il</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>illər</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Fərq %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Nəticə tarixi %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 Kalkulyator rejimi</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 Çevirici rejimi</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Tarixin hesablanması rejimi</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tarixçə və Yaddaş siyahıları</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yaddaşın idarə elementləri</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standart funksiyalar</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Displeyi idarə elementləri</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standart operatorlar</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nömrə paneli</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bucaq operatorları</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elmi funksiyalar</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kök seçimi</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Proqramçı operatorları</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Daxiletmə rejimi seçimi</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>İkili dəyişdirici klaviatura</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>İfadəni sola sürüşdür</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>İfadəni sağa sürüşdür</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Maksimum rəqəm sayına çatıb. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 yaddaşda saxlandı</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>%1 yaddaş slotu budur: %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Yaddaş slotu %1 təmizləndi</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>bölünür</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dəfə</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>çıx</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>üstəgəl</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dərəcə</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y kökü</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>səviyyə</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>sola keçir</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>sağa keçir</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>yaxud</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x, yaxud</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>və</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Yeniləndi: %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Tarifləri yeniləyin</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Məlumat xərcləri tətbiq oluna bilər.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Yeni tarifləri əldə etmək mümkün olmadı. Daha sonra yenidən cəhd edin.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Oflayn. %HL%Şəbəkə Parametrlərinizi%HL% yoxlayın</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Valyuta tarifləri yenilənir</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Valyuta tarifləri yeniləndi</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Tarifləri yeniləmək mümkün olmadı</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bütün yaddaşı təmizlə (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bütün yaddaşı təmizlə</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinus dərəcələri</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinus radianları</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinus qradları</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>geri sinus dərəcələri</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>geri sinus radianları</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>geri sinus qradları</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hiperbolik sinus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>geri hiperbolik sinus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>kosinus dərəcələri</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>kosinus radianları</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>kosinus qradları</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>geri kosinus dərəcələri</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>geri kosinus radianları</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>geri kosinus qradları</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hiperbolik kosinus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>geri hiperbolik kosinus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangens dərəcələri</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangens radianları</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangens qradları</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>geri tangens dərəcələri</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>geri tangens radianları</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>geri tangens qradları</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hiperbolik tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>geri hiperbolik tangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sekans dərəcələri</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sekans radianları</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sekans qradianları</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>arksekans dərəcələri</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>arksekans radianları</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>arksekans qradianları</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hiperbolik sekans</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>hiperbolik arksekans</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>kosekans dərəcələri</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>kosekans radianları</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>kosekans qradianlar</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>arkkosekans dərəcələri</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>arkkosekans radianları</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>arkkosekans qradianları</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hiperbolik kosekans</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hiperbolik arkkosekans</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>kotangens dərəcələri</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Kotangens radianları</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>kotangens qradianları</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>arkkotangens dərəcələri</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>arkkotangens radianları</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>arkkotangens qradianları</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hiperbolik kotangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hiperbolik arkkotangens</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Kub kök</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Loqarifm əsası</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Mütləq dəyər</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>sola keçir</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>sağa keçir</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>dərəcə dəqiqə saniyə</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>təbii loqarifm</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>kvadrat</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y kökü</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 kateqoriyası</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft Xidmət Müqaviləsi</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Bu vaxtdan</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hesablama nəticəsini sola sürüşdür</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hesablama nəticəsini sağa sürüşdür</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Hesablama uğursuz oldu</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Loqarifm əsası Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Triqonometriya</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funksiya</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Bərabərsizliklər</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bərabərsizliklər</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bit üzrə</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bit yerdəyişməsi</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tərs funksiya</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik funksiya</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik sekans</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arksekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik arksekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkkosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik arkkosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik kotangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkkotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolik arkkotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maksimal tam ədəd</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minimal tam ədəd</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Təsadüfi</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mütləq dəyər</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eyler ədədi</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>İki dərəcə əmsalı</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Köçürmə ilə sola döndər</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Köçürmə ilə sağa döndər</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sola doğru yerdəyişmə</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Sola yerdəyişmə</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sağa doğru yerdəyişmə</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Sağa yerdəyişmə</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Arifmetik yerdəyişmə</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Məntiqi yerdəyişmə</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Dairəvi yerdəyişməni döndər</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Dairəvi yerdəyişmə köçürməsi ilə döndər</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kub kök</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Triqonometriya</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksiyalar</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit üzrə</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit yerdəyişməsi</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elmi operator panelləri</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Proqramçı operator panelləri</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>ən əhəmiyyətli bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulyatorda qrafikin qurulması</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Qrafik</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Görünüşü avtomatik yenilə (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Qrafik görünüşü</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Avtomatik ən yaxşı uyğunlaşma</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Əl ilə tənzimləmə</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Qrafik görünüşü ilkin vəziyyətinə bərpa edildi</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Böyüt (Ctrl + plyus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Böyüt</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kiçilt (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kiçilt</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tənlik əlavə et</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Bu dəfə paylaşmaq mümkün deyil.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Windows Kalkulyator ilə yaratdığım qrafikə baxın</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Tənliklər</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Dəyişənlər</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Tənlikləri olan qrafik təsviri</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Dəyişənlər</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Addım</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maks</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Rəng</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Üslub</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Funksiya təhlili</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funksiyada hər hansı bir üfüqi asimptot yoxdur.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funksiyada hər hansı bir əyilmə nöqtəsi yoxdur.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funksiyada hər hansı bir maksimum nöqtəsi yoxdur.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funksiyada hər hansı bir minimum nöqtəsi yoxdur.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Sabit</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Azalan</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Funksiyanın monotonluğunu müəyyənləşdirmək mümkün deyil.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Artan</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Funksiyanın monotonluğu məlum deyil.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funksiyada hər hansı bir maili asimptotu yoxdur.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Funksiyanın bərabərliyini müəyyən etmək mümkün deyil.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funksiya cütdür.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funksiya nə cüt, nə də tək deyil.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funksiya təkdir.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Funksiyanın bərabərliyi naməlumdur.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Dövrilik bu funksiya üçün dəstəklənmir.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funksiya dövri deyil.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Funksiyanın dövriliyi naməlumdur.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Bu xüsusiyyətlər Kalkulyator ilə hesablanmaq üçün çox mürəkkəbdir:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funksiyada hər hansı bir şaquli asimptot yoxdur.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funksiyada hər hansı bir x kəsişməsi yoxdur.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funksiyada hər hansı bir y kəsişməsi yoxdur.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domen</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Üfüqi asimptotlar</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Əyilmə nöqtəsi</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Bu funksiya üçün təhlil dəstəklənmir.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Təhlillər yalnız f(x) formatında olan funksiyalar üçün dəstəklənir. Məsələn: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksimum</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minimum</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonluq</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Maili asimptotlar</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Bərabərlik</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Dövrilik</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Diapazon</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Şaquli asimptotlar</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X kəsişməsi</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y kəsişməsi</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Funksiya üçün təhlilini icra etmək mümkün olmadı.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Bu funksiya üçün domeni hesablamaq mümkün deyil.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Bu funksiya üçün diapazonu hesablamaq mümkün deyil.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Kənara çıxma (rəqəm çox böyükdür)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Bu tənliyin qrafikini çəkmək üçün radianlar rejimi tələb olunur.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Bu funksiya qrafikinin çəkilməsi üçün çox mürəkkəbdir</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Bu tənliyin qrafikini çəkmək üçün dərəcələr rejimi tələb olunur.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Faktorial funksiyada yanlış arqument var</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Faktorial funksiyada qrafikinin çəkilməsi üçün çox böyük olan arqument var</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modul yalnız bütün rəqəmlərlə istifadə edilə bilər</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Tənliyin həlli yoxdur</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Sıfra bölmək mümkün deyil</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Tənlikdə qarşılıqlı müstəsna olan məntiqi şərtlər var</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Tənlik domen xaricindədir</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Kalkulyatorda bu tənliyin qrafikinin qurulması dəstəklənmir</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Tənlikdə dairəvi açılış mötərizəsi yoxdur</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Tənlikdə dairəvi bağlanan mötərizə yoxdur</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Rəqəmdə həddindən çox onluq nöqtəsi var</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Onluq nöqtədə rəqəm çatışmır</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>İfadənin gözlənilməz sonluğu var</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>İfadədə gözlənilməz simvollar var</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>İfadədə yanlış simvollar var</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Həddindən çox bərabər işarəsi var</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funksiyada minimum bir x və ya y dəyişəni olmalıdır</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Invalid expression</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>İfadə boşdur</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Tənlik bərabər işarəsi olmadan istifadə edilib</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Funksiya adından sonra dairəvi mötərizə yoxdur</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Riyazi əməliyyatın yanlış sayda parametri var</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Dəyişən adı yanlışdır</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Tənlikdə açılış mötərizəsi yoxdur</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Tənlikdə bağlanan mötərizə yoxdur</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>“i” və “I” dəyişən adları kimi istifadə edilə bilməz</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Tənliyin qrafikini çəkmək alınmadı</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Rəqəm verilən əsasla həll edilə bilmədi</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Əsası 2-dən böyük, 36-dan kiçik olmalıdır</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Riyazi əməliyyat parametrlərindən birinin dəyişən olmasını tələb edir</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Tənlik məntiqi və skalyar operandları qarışdırır</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x və ya y yuxarı və ya aşağı limitlərdə istifadə edilə bilməz</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x və ya y limit punktunda istifadə edilə bilməz</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Kompleks sonsuzluq istifadə edilə bilməz</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Bərabərsizliklərdə kompleks ədədlər istifadə etmək olmaz</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Funksiya siyahısına qayıt</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksiya siyahısına qayıt</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Funksiyanı təhlil et</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksiyanı təhlil et</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Funksiyanı təhlil et</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tənliyi sil</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tənliyi sil</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Tənliyi sil</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Paylaş</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paylaş</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tənlik üslubunu dəyiş</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tənlik üslubunu dəyiş</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Tənlik üslubunu dəyiş</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Tənliyi göstər</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Tənliyi gizlət</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>%1 tənliyini göstər</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>%1 tənliyini gizlət</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>İzləməni dayandır</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>İzləməni başlat</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Qrafikə baxış pəncərəsi, x oxu %1 və %2 ilə məhdudlaşdırılıb, y oxu %3 və %4 ilə məhdudlaşdırılıb, %5 tənlik göstərilir</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sürüngəci konfiqurasiya et</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sürüngəci konfiqurasiya et</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Tənlik rejiminə keç</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Qrafik rejiminə keç</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tənlik rejiminə keç</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Cari rejim tənlik rejimidir</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Cari rejim qrafik rejimidir</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Pəncərə</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Dərəcə</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Qrad</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radian</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Vahidlər</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Görünüşü sıfırla</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Maks</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Maks</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Qrafik seçimləri</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Qrafik seçimləri</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Qrafik seçimləri</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dəyişən seçimləri</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Dəyişən seçimlərini dəyiş</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Xəttin qalınlığı</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Xətt seçimləri</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Kiçik xəttin eni</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Orta xəttin eni</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Böyük xəttin eni</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ekstra böyük xəttin eni</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>İfadə daxil edin</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Köçür</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kəs</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Köçür</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Əlavə et</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Qaytar</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Hamısını seç</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksiya daxiletməsi</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksiya daxiletməsi</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksiyanın daxiletmə paneli</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dəyişən panel</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dəyişən siyahı</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Dəyişən %1 siyahı elementi</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dəyişən qiymət üzrə mətn qutusu</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dəyişən qiymət sürüngəci</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dəyişən minimum qiymət üzrə mətn qutusu</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dəyişən addım qiyməti üzrə mətn qutusu</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dəyişən maksimum qiyməti üzrə mətn qutusu</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Bütöv xətt üslubu</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Nöqtəli xətt üslubu</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Ştrix-punktirli xətt üslubu</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Dəniz mavisi</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Dəniz köpüyü</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Bənövşəyi</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Yaşıl</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Nanə yaşılı</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Tünd yaşıl</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Kömür</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Qırmızı</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Açıq bənövşəyi</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Al-qırmızı</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Sarı qızılı</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Parlaq narıncı</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Qəhvəyi</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Qara</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Ağ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Rəng 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Rəng 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Rəng 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Rəng 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Qrafik mövzusu</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Həmişə açıq</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Proqram mövzusuna uyğun</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mövzu</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Həmişə açıq</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Proqram mövzusuna uyğun</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funksiya silindi</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksiyanın təhlili üçün tənlik qutusu</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bərabərdir</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kiçik</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kiçik və ya bərabər</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bərabər</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Böyük və ya bərabər</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Böyük</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Göndər</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksiya təhlili</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Qrafik seçimləri</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Tarixçə və Yaddaş siyahıları</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Yaddaş siyahısı</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Tarixçə slotu %1 silindi</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkulyator həmişə yuxarıdadır</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkulyator tam görünüşə qayıdıb</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Arifmetik yerdəyişmə seçildi</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Məntiqi yerdəyişmə seçildi</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Dairəvi yerdəyişməni döndər seçimi edildi</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Dairəvi yerdəyişmə köçürməsi ilə döndər seçimi edildi</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Parametrlər</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Görünüş</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Proqramın mövzusu</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Göstəriləcək proqramın mövzusunu seçin</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Açıq</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Tünd</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Sistem parametrindən istifadə et</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geri</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Parametrlər səhifəsi</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mövcud fəaliyyətlər üçün kontekst menyunu açın</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Bu ani görüntünü bərpa etmək mümkün olmadı.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/bg-BG/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Невалидно въвеждане</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Недефиниран резултат</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Недостатъчна памет</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Препълване</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Резултатът не е дефиниран</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Резултатът не е дефиниран</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Препълване</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Препълване</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Няма деление на нула</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/bg-BG/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Калкулатор</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Калкулатор [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Калкулатор на Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Калкулатор на Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Калкулатор</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Калкулатор [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Копиране</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Поставяне</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Приблизително равно на</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, стойност %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 бит</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63-ти</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62-ри</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61-ви</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60-и</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59-и</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58-и</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57-и</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56-и</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55-и</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54-ти</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53-ти</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52-ри</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51-ви</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50-и</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49-и</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48-и </value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47-и </value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46-и </value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45-и</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44-ти</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43-ти</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42-ри</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41-ви</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40-ти</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39-и</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38-и </value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37-и</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36-и</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35-и </value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34-ти</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33-ти</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32-ри </value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31-ви </value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30-и </value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29-и </value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28-и </value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27-и </value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26-и </value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25-и </value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24-ти </value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23-ти </value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22-ри </value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21-ви </value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20-и </value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19-и </value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18-и </value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17-и </value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16-и </value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15-и </value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14-и </value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13-и </value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12-и </value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11-и </value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10-и </value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9-и</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8-и</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7-и</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6-и</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5-и</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4-ти</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3-ти</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2-ри</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1-ви </value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>бит с най-малко значение</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Отваряне на допълнителното меню за памет</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Затваряне на допълнителното меню за памет</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Задържане отгоре</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Обратно към пълния изглед</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Памет</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Хронология (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Клавиатура за превключване на битове</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Пълна клавиатура</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Изчистване на цялата памет (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Памет</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Памет</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Хронология</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хронология</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Конвертор</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Научен</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Стандартен</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Режим на конвертор</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Научен режим</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Стандартен режим</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Изчистване на цялата хронология</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Изчистване на цялата хронология</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Скриване</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Стандартен</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Научен</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Програмист</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Конвертор</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Калкулатор</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Конвертор</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Калкулатор</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Конвертори</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Калкулатори</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Изгледът е %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Изразът е %1, текущите входни данни са %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Показва се в запетая до %1</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Изразът е %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Показаната стойност е копирана в клипборда</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Хронология</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Памет</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Шестнадесетична %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Десетично %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Осмична %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Двоична %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изчистване на цялата хронология</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Хронологията е изчистена</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Скриване на хронологията</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Отваряне на допълнителното меню за хронология</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Затваряне на допълнителното меню за хронология</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Съхраняване в паметта</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Съхраняване в паметта (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изчистване на цялата памет</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Паметта е изчистена</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Извличане от паметта</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Извличане от паметта (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Добавяне в паметта</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Добавяне в паметта (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изваждане от паметта</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Изваждане от паметта (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изчистване на елемент от паметта</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Изчистване на елемент от паметта</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Добавяне към елемент от паметта</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Добавяне към елемент от паметта</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изваждане от елемент от паметта</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Изваждане от елемент от паметта</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изчистване на елемент от паметта</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Изчистване на елемент от паметта</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Добавяне към елемент от паметта</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Добавяне към елемент от паметта</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изваждане от елемент от паметта</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Изваждане от елемент от паметта</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Изтриване</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Копиране</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Изтриване</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изтриване на елемент от хронологията</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изтриване на елемент от хронологията</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Нула</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Едно</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Две</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Три</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Четири</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Пет</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Шест</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Седем</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Осем</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Девет</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>И</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Или</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Не</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Завъртане наляво</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Завъртане надясно</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изместване наляво</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изместване надясно</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изключващо или</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Превключвател за четворни думи</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Превключвател за двойни думи</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Превключвател за думи</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Превключвател за байтове</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Клавиатура за превключване на битове</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Пълна клавиатура</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Десетичен разделител</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изчистване на записа</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изчисти</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Деление на</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Умножено по</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Равно на</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Обратна функция</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Минус</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Минус</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Плюс</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Корен квадратен</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Процент</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Положително, отрицателно</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Положително, отрицателно</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Реципрочно</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Лява скоба</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Лява скоба, брой на отваряща скоба %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Дясна скоба</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Брой отворени скоби: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Няма отворени скоби за затваряне.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Експоненциален запис</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболична функция</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Пи</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Синус</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Косинус</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тангенс</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен синус</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен косинус</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен тангенс</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Квадрат</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Куб</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Аркуссинус</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Аркускосинус</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Аркустангенс</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен аркуссинус</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен аркускосинус</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен аркустангенс</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' на степен</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Десет на степен</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' на степен</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'y' от 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Логаритъм</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Естествен логаритъм</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>По модул</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Експоненциална функция</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Градуси, минути, секунди</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Градуси</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Цяла част</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Дробна част</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Факториел</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Превключвател за степени</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Превключвател за градуси</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Превключвател за радиани</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Падащо меню за режим</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Падащо меню за категории</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Задържане отгоре</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Обратно към пълния изглед</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Задържане отгоре (Alt + стрелка нагоре)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Обратно към пълния изглед (Alt + стрелка надолу)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Конвертиране от %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Конвертиране от %1 цяло и %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Конвертиране в %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 е %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Единица за въвеждане</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Изходна единица</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Площ</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Данни</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Енергия</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Дължина</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Мощност</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Скорост</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Време</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Обем</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Температура</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Тегло и маса</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Налягане</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Ъгъл</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Валута</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Течни унции (Обединеното кралство)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>течни унции (Обединеното кралство)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Течни унции (САЩ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>течни унции (САЩ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Галона (Обединеното кралство)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>галона (Обединеното кралство)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Галона (САЩ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>галона (САЩ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Литра</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>милилитра</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>мл</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>пинти (Обединеното кралство)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>пинта (Обединеното кралство)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>пинти (САЩ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>пинта (САЩ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>с. л. (САЩ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>с. л. (САЩ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ч. л. (САЩ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ч. л. (САЩ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>с. л. (Обединеното кралство)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>с. л. (Обединеното кралство)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>ч. л. (Обединеното кралство)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>ч. л. (Обединеното кралство)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Кварти (Обединеното кралство)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>кварти (Обединеното кралство)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Кварти (САЩ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>кварта (САЩ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Чаши (САЩ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>чаши (САЩ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>акра</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>бит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU (британска топлинна единица)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/мин</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>Байт</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>калории</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>сантиметра</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>см/сек</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>см³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>фута³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>инч³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>м³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>ярд³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>дни</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>електронволта</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>фута</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>фута/сек</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>фут-фунта</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Гбит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>ГБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>хектара</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>к.с. (САЩ)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>часа</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>инча</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>джаула</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>КВт/ч</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>келвина</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Кбит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>КБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>килокалории</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>килоджаула</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>км</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>км/ч</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>киловата</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>възела</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Мбит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>МБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>метра</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>м/сек</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>микрометра</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>микросекунди</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>мили</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>мили/час</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>мм</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>милисекунди</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>минути</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>нанометра</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>морски мили</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Пбит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>ПБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>фут-фунта/мин</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>сек</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>см²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>фута²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>инч²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>км²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>м²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>мили²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>мм²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>ярда²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tбита</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>седмици</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>ярда</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>години</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Ги</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>ГиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ки</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>КиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Ми</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>МиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Пи</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>ПиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ти</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>ТиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>Е</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>ЕБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Еи</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>ЕиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Зи</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ЗиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>ЙБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Йи</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>ЙиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Акра</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Бита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Британски термични единици</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/минута</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Байта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Топлинни калории</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Сантиметра</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Сантиметра в секунда</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Кубични сантиметра</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Кубични фута</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>кубични инча</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Кубични метра</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Кубични ярда</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Дни</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Целзий</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Фаренхайт</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Електронволта</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Фута</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Фута в секунда</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Фут-фунта</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Фут-фунта/минута</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>гигабита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Гигабайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Хектара</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>конски сили (САЩ)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>часа</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Инча</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>джаула</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Киловат-часа</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Келвина</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Килобита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>килобайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Хранителни калории</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Килоджаула</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>километра</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>километра в час</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Киловата</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Възела</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>мах</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>мегабита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Мегабайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Метра</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>метра в секунда</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Микрона</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>микросекунди</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Мили</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>мили в час</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>милиметра</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>милисекунди</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>минути</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>гризане</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Нанометра</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ангстрьоми</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Морски мили</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Петабита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>петабайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>секунди</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Квадратни сантиметра</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Квадратни фута</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Квадратни инча</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>квадратни километра</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>квадратни метра</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>квадратни мили</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Квадратни милиметра</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Квадратни ярда</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Терабита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Терабайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>вата</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Седмици</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>ярда</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>години</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>карата</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>гр.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>рад.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>градиана</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>атм.</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>бара</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>кПа</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>мм ж. ст.</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Па</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>фунтa/квадратен инч</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>сантиграма</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>декаграма</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>дециграма</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>грама</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>хектограма</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>кг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>тона (Обединеното кралство)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>мг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>унции</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>фунта</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>тона (САЩ)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>стоуна</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>тона</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Карата</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Градуса</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>радиана</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Градиана</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Атмосфери</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Бара</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>килопаскала</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>милиметра живаченстълб</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>паскала</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>паунда на квадратен инч</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Сантиграма</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Декаграма</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Дециграма</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>грама</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Хектограма</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Килограма</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>англ. тона (Обединеното кралство)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>милиграма</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Унции</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Фунта</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>американски тона (САЩ)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>стоуна</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>метрични тона</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD диска</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD диска</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>футболни терена</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>футболни терена</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>дискети</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>дискети</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD диска</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD диска</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>батерии</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>батерии</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>кламера</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>кламери</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>широкофюзелажни самолета</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>широкофюзелажни самолета</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>електрически крушки</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>електрически крушки</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>коня</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>коня</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>вани</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>вани</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>снежинки</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>снежинки</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>слона</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>слона</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>костенурки</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>костенурки</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>реактивни самолета</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>реактивни самолета</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>кита</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>кита</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>кафени чаши</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>кафени чаши</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>плувни басейна</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>плувни басейна</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>ръце</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>ръце</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>листа хартия</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>листа хартия</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>замъка</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>замъка</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>банана</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>банана</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>парчета торта</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>парчета торта</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>локомотивни двигателя</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>локомотивни двигателя</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>футболни топки</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>футболни топки</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Елемент от паметта</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Назад</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Назад</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Лицензионни условия за софтуер от Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Предварителен преглед</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Декларация за поверителност на Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Всички права запазени.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>За да научите как можете да участвате в калкулатора на Windows, прегледайте проекта на %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Относно</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Изпращане на обратна връзка</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Все още няма хронология.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>В паметта не е записано нищо.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Памет</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Този израз не може да бъде поставен</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>гибибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>гибибайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Кибибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Кибибайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>мебибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Мебибайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>пебибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Пебибайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>тебибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Тебибайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Екзабита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Екзабайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Ексбибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Ексбибайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>зетабита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>зетабайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>зебибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>зебибайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Йотабити</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Йотабайти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>йобибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Йобибайта</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Изчисляване на дата</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Режим на изчисляване</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Добавяне</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Добавяне или изваждане на дни</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Дата</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Разлика между датите</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Дни</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Разлика</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>От</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Месеци</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Изваждане</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>До</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>години</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Датата е извън лимит</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>ден</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>дни</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>месец</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>месеци</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Еднакви дати</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>седмица</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>седмици</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>година</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>години</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Разлика %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Получена дата %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Режим на калкулатор %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Режим на конвертор %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Режим на изчисляване на дата</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хронология и списъци с памет</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Контроли за памет</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Стандартни функции</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Контроли за изглед</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Стандартни оператори</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Цифрова клавиатура</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Оператори за ъгъл</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Научни функции</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Избор на основа</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Оператори за програмисти</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Избор на режим на въвеждане</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Побитова клавиатура</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Превъртане на израза наляво</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Превъртане на израза надясно</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Достигнат брой максимални цифри. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 е записано в паметта</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Слотът за памет %1 е %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Слотът за памет %1 е изчистен</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>разделено на</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>пъти</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>минус</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>плюс</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>на степен</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y корен</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>изместване наляво</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>изместване надясно</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>или</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x или</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>и</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Актуализирано на %1 в %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Актуализиране на обменни курсове</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Може да се прилагат такси за данни.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Неуспешно получаване на нови обменни курсове. Опитайте отново по-късно.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Офлайн. Проверете вашите%HL%Мрежови настройки%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Актуализиране на валутни курсове</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Валутните курсове са актуализирани</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Неуспешна актуализация на обменни курсове</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>Е</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Изчистване на цялата памет (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изчистване на цялата памет</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>синус в градуси</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>синус в радиани</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>синус в гради</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>обратен синус в градуси</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>обратен синус в радиани</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>обратен синус в гради</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>хиперболичен синус</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>обратен хиперболичен синус</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>косинус в градуси</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>косинус в радиани</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>косинус в гради</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>обратен косинус в градуси</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>обратен косинус в радиани</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>обратен косинус в гради</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>хиперболичен косинус</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>обратен хиперболичен косинус</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>тангенс в градуси</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>тангенс в радиани</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>тангенс в гради</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>обратен тангенс в градуси</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>обратен тангенс в радиани</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>обратен тангенс в гради</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>хиперболичен тангенс</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>обратен хиперболичен тангенс</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>секанс в градуси</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>секанс в радиани</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>секанс в градове</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>обратен секанс в градуси</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>обратен секанс в радиани</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>обратен секанс в градове</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>хиперболичен секанс</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>обратен хиперболичен секанс</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>косеканс в градуси</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>косеканс в радиани</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>косеканс в градове</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>обратен косеканс в градуси</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>обратен косеканс в радиани</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>обратен косеканс в градове</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>хиперболичен косеканс</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>обратен хиперболичен косеканс</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>котагенс в градуси</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Котангенс в радиани</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>котангенс в градове</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>обратен котангенс в градуси</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>обратен котангенс в радиани</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>обратен котангенс в градове</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>хиперболичен котангенс</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>обратен хиперболичен котангенс</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Корен трети</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Основа на логаритъм</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Абсолютна стойност</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>изместване наляво</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>изместване надясно</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>факториел</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>градус минута секунда</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>естествен логаритъм</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>квадрат</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y корен</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Категория %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Споразумение за услуги на Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>От</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Превъртане наляво на резултата от изчислението</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Превъртане надясно на резултата от изчислението</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Изчислението е неуспешно</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Основа на логаритъм Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Тригонометрия</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Функция</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Неравенства</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Неравенства</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Побитови</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Битова смяна</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Обратна функция</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболична функция</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Секанс</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен секанс</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Аркуссеканс</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен аркуссеканс</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Косеканс</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен косеканс</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Аркускосеканс</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен аркускосеканс</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Котангенс</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен котангенс</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Аркускотангенс</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен аркускотангенс</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Закръгляване надолу</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Закръгляване нагоре</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Случайни</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Абсолютна стойност</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Число на Ойлер</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Две на степен</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Нито</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Нито</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Завъртане отляво с пренасяне</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Завъртане отдясно с пренасяне</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изместване наляво</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Изместване наляво</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изместване надясно</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Изместване надясно</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Аритметична смяна</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Логическа смяна</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Завъртане за кръгова смяна</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Завъртане чрез кръгова смяна за пренасяне</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Корен трети</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тригонометрия</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Функции</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Побитови</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Битова смяна</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Панели за научни оператори</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Панели на оператори за програмист</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>най-значим бит</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Графично изразяване</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Чертане</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Автоматично обновяване на изгледа (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Графичен изглед</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Автоматично най-добро побиране</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ръчна корекция</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Изгледът на графика е нулиран</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Увеличаване (Ctrl + плюс)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Увеличаване</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Намаляване (Ctrl + минус)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Намаляване</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Добавяне на уравнение</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>В момента не може да се сподели.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Вижте какво начертах с калкулатора на Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Уравнения</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Променливи</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Изображение на графика с уравнения</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Променливи</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Стъпка</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Мин.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Макс.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Цвят</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Стил</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Анализ на функция</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Функцията няма хоризонтални асимптоти. </value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Функцията няма инфлексни точки.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Функцията няма максимуми.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Функцията няма минимуми.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Константна</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Намаляваща</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Монотонността на функцията не може да бъде определена.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Нарастваща</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Монотонността на функцията е неизвестна.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Функцията няма наклонени асимптоти.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Четността на функцията не може да бъде определена.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Функцията е четна.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Функцията не е нито четна, нито нечетна.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Функцията е нечетна.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Четността на функцията е неизвестна.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Периодичността не се поддържа за тази функция.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Функцията не е периодична.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Периодичността на функцията е неизвестна.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Тези функции са твърде сложни за изчисляване от калкулатора:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Функцията няма вертикални асимптоти.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Функцията няма пресечни точки на x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Функцията няма пресечни точки на y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Дефиниционно множество</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Хоризонтални асимптоти</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Инфлексни точки</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Анализът не се поддържа за тази функция.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Анализът се поддържа само за функции във формат f(x). Пример: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Максимум</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Минимум</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Монотонност</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Наклонени асимптоти</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Четност</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Цикъл</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Множеството от стойности</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Вертикални асимптоти</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Пресечна точка на X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Пресечна точка на Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Неуспешно анализиране на функцията.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Не може да се изчисли дефиниционното множество на тази функция.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Не може да се изчисли множеството от стойности за тази функция.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Препълване (числото е твърде голямо)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Режимът „Радиани“ е задължителен, за да се представи графично това уравнение.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Тази функция е твърде сложна за графично представяне</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>За графичното представяне на тази функция е необходим режим „Градуси“</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Функцията „Факториел“ има невалиден аргумент</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Функцията „Факториел“ има аргумент, който е твърде голям за графично представяне</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Модул може да се използва само с цели числа</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Формулата няма решение</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Няма деление на нула</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Формулата съдържа логически състояния, които са взаимно изключващи се</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Уравнението е извън областта</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Графичното изразяване за това уравнение не се поддържа</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>В уравнението липсва отваряща скоба</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>В уравнението липсва затваряща скоба</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Има твърде много десетични знаци в число</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>След десетичната запетая липсват цифри</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Неочакван край на израз</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Неочаквани знаци в израза</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Невалидни знаци в израза</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Има твърде много знаци за равенство</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Функцията трябва да съдържа поне една променлива x или y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Невалиден израз</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Изразът е празен</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Знака за равно е използван без уравнение</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Липсваща скоба след име на функция</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Математическата операция има неправилен брой параметри</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Името на променлива е невалидно</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>В уравнението липсва отваряща скоба</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>В уравнението липсва затваряща скоба</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" и \"I\" не могат да се използват като имена на променливи</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Формулата не може да бъде представена графично</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Цифрите не могат да бъдат решени за дадената база</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Базата трябва да е по-голяма от 2 и по-малка от 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Математическата операция изисква един от параметрите да бъде променлива</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Уравнението смесва логически и скаларни операнди</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x или y не могат да се използват в горните или долните граници</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x или y не може да се използва в граничната точка</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Не може да се използва комплексна безкрайност</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Не могат да се използват сложни числа за неравенства</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Обратно към списъка с функции</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Обратно към списъка с функции</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Анализиране на функция</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Анализиране на функция</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Анализиране на функция</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Премахване на уравнение</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Премахване на уравнение</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Премахване на уравнение</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Споделяне</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Споделяне</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Промяна на стила на уравнение</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Промяна на стила на уравнение</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Промяна на стила на уравнение</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Показване на уравнение</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Скриване на уравнение</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Показване на уравнение %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Скриване на уравнение %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Спиране на проследяването</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Стартиране на проследяването</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Прозорец за преглед на графика, ос x, ограничена от %1 и %2, оста y, ограничена от %3 и %4, показваща %5 уравнения</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Конфигуриране на плъзгача</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Конфигуриране на плъзгача</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Превключване към режим на уравнение</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Превключване към режим на графика</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Превключване към режим на уравнение</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Текущият режим е режим на уравнение</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Текущият режим е режим на графика</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Прозорец</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Градуси</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Гради</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Радиани</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Единици</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Нулиране на изгледа</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>Максимална стойност на X</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>Минимална стойност на X</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Максимална стойност на Y</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Минимална стойност на Y</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Графични опции</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Графични опции</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Графични опции</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Опции за променлива</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Превключване на опции за променлива</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Дебелина на линия</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Опции на линия</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Малка ширина на линия</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Средна ширина на линия</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Голяма ширина на линия</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Много голяма ширина на линия</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Въведете израз</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Копиране</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Изрязване</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Копиране</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Поставяне</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Отменяне</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Избери всички</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Въвеждане на функция</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Въвеждане на функция</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Панел за въвеждане на функция</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Променлив панел</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Списък на променливите</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Променлив %1 елемент от списък</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Текстово поле с променлива стойност</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Плъзгач за променлива стойност</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Текстово поле за променлива минимална стойност</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Текстово поле за променлива стойност на стъпка</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Текстово поле за променлива максимална стойност</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Стил \"плътна линия\"</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Стил „пунктирана линия с точки“</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Стил „пунктирана линия с тирета“</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Морско синьо</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Тюркоазен</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Виолетов</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Зелен</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Ментовозелено</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Тъмнозелено</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Тъмносив</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Червен</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Бледовиолетово</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Магента</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Жълто злато</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Яркооранжево</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Кафяв</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Черен</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Бяло</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Цвят 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Цвят 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Цвят 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Цвят 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Графична тема</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Винаги светъл</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Съвпадение на темата на приложението</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тема</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Винаги светъл</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Съвпадение на темата на приложението</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Функцията е премахната</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Поле за уравнение на анализ на функция</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Равно</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>По-малко от</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>По-малко или равно на</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Равно</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>По-голямо или равно на</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>По-голямо от</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Подай</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Анализ на функция</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Графични опции</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Хронология и списъци с памет</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Списък с памет</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Слот за хронология %1 е изчистен</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Калкулаторът винаги е отгоре</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Калкулатор обратно към пълния изглед</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Избрана е аритметична смяна</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Избрана е логическа смяна</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Избрано завъртане за кръгова смяна</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Избрано превключване чрез кръгова смяна</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Настройки</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Облик</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Тема на приложението</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Изберете коя тема на приложение да се показва</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Светла</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Тъмна</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Използване на системната настройка</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Назад</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Страница с настройки</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Отваряне на контекстното меню за наличните действия</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Неуспешно възстановяване на тази моментна снимка.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ca-ES/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>L'entrada no és vàlida.</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>El resultat no està definit.</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>No hi ha prou memòria.</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Desbordament</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>El resultat no està definit.</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>El resultat no està definit.</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Desbordament</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Desbordament</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>No es pot dividir entre zero</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ca-ES/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calculadora [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Calculadora del Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Calculadora del Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calculadora [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Copia</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Enganxa</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Aproximadament igual que</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, valor %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63è</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62è</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61è</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60è</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59è </value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58è</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57è</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56è</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55è</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54è</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53è</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52è</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51è</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50è</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49è</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48è</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47è</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46è</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45è</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44è</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43è</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42è</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41è</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40è</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39è</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38è</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37è</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36è</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35è</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34è</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33è</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32è</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31è</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30è</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29è</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28è</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27è</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26è</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25è</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24è</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23è</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22è</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21è</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20è</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19è</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18è</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17è</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16è</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15è</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14è</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13è</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12è</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11è</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10è</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9è</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8è</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7è</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6è</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5è</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4t</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3r</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2n</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1r</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>bit menys significatiu</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Obre el desplegable de memòria</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Tanca el desplegable de memòria</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Mantén visible</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Torna a la visualització completa</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memòria</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historial (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teclat numèric de commutació de bits</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teclat numèric complet</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Esborra tota la memòria (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memòria</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memòria</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Historial</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historial</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Convertidor</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Científica</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Estàndard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode de convertidor</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode científic</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode estàndard</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Esborra tot l'historial</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Esborra tot l'historial</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Amaga-ho</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Estàndard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Científica</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programador</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Convertidor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Convertidor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Convertidors</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Calculadores</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>La visualització és %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>L'expressió és %1, l'entrada actual és %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>La pantalla mostra %1 coma.</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>L'expressió és %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Mostra el valor copiat al porta-retalls</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historial</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memòria</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binari %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Esborra tot l'historial</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>S'ha esborrat l'historial</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Amaga l'historial</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Obre el desplegable d'historial</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Tanca el desplegable d'historial</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Magatzem de memòria</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Magatzem de memòria (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Esborra tota la memòria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>S'ha esborrat la memòria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recuperació de memòria</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Recuperació de memòria (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Addició de memòria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Addició de memòria (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eliminació de memòria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Eliminació de memòria (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Esborra l'element de memòria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Esborra l'element de memòria</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Afegeix a l'element de memòria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Afegeix a l'element de memòria</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Resta-ho de l'element de memòria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Resta-ho de l'element de memòria</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Esborra l'element de memòria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Esborra l'element de memòria</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Afegeix a l'element de memòria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Afegeix a l'element de memòria</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Resta-ho de l'element de memòria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Resta-ho de l'element de memòria</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Suprimeix</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copia</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Suprimeix</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Suprimeix l'element de l'historial</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Suprimeix l'element de l'historial</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Retrocés</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Un</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dos</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tres</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quatre</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cinc</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sis</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Set</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vuit</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nou</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>O</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>No</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gira a l'esquerra</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gira a la dreta</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maj esquerra</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maj dreta</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exclusiu o</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Commutador de paraules quàdruples</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Commutador de paraules dobles</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Commutador de paraules</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Commutador de bytes</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclat numèric de commutació de bits</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclat numèric complet</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Separador decimal:</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Esborra l'entrada</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Esborra</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Divideix entre</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiplica per</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>És igual a</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funció inversa</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menys</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Menys</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Més</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arrel quadrada</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Per cent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiu negatiu</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiu negatiu</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recíproc</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parèntesi d'obertura</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Parèntesi d'obertura, recompte de parèntesis d'obertura %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parèntesi de tancament</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Recompte de parèntesis oberts: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>No hi ha cap parèntesi obert per tancar.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notació científica</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funció hiperbòlica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangent</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus hiperbòlic</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus hiperbòlic</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangent hiperbòlica</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadrat</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cub</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc sinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc tangent</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc sinus hiperbòlic</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosinus hiperbòlic</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc tangent hiperbòlic</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"X\" a l'exponent</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deu a l'exponent</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"e\" a l'exponent</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>arrel \"y\" de \"x\"</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritme</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritme natural</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mòdul</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponencial</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grau minut segon</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graus</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Part d'enter</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Part fraccionària</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Factorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Commutador de graus</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Commutador de graus centesimals</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Commutador de radians</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplegable de mode</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplegable de categories</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mantén visible</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Torna a la visualització completa</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mantén visible (Alt+Amunt)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Torna a la visualització completa (Alt+Avall)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Converteix de %1 %2.</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Converteix de %1 coma %2.</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Es converteix a %1 %2.</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 és %3 %4.</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Unitat d'entrada</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unitat de sortida</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Àrea</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Dades</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energia</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Longitud</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Potència</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Velocitat</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Temps</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volum</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Pes i massa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Pressió</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Angle</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Moneda</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Unces líquides (Regne Unit)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (Regne Unit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Unces líquides (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galons (Regne Unit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (Regne Unit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galons (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litres</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mil·lilitres</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pintes (Regne Unit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (Regne Unit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pintes (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Cullerades (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (cullerada) (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Culleradetes (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (cullereta) (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Cullerades (Regne Unit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (cullerada) (Regne Unit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Culleradetes (Regne Unit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (cullereta) (Regne Unit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Quarts (Regne Unit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (Regne Unit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Quarts (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Tasses (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>tassa (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minut</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (EUA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>setm.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>any</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Unitats tèrmiques britàniques</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minut</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Calories</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centímetres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centímetres per segon</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Centímetres cúbics</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Peus cúbics</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Polzades cúbiques</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Metres cúbics</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Iardes cúbiques</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dies</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Electró-volts</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Peus</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Peus per segon</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Lliures peu</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Lliures peu/minut</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hectàrees</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Cavalls de vapor (EUA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Hores</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Polzades</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Quilowatts-hora</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Calories alimentàries</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Quilojoules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Quilòmetres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Quilòmetres per hora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Quilowatts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Nusos</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metres per segon</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Microns</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microsegons</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Milles</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Milles per hora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Mil·límetres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Mil·lisegons</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minuts</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanòmetres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Àngstroms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Milles nàutiques</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Segons</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Centímetres quadrats</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Peus quadrats</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Polzades quadrades</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Quilòmetres quadrats</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Metres quadrats</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Milles quadrades</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Mil·límetres quadrats</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Iardes quadrades</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Setmanes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Iardes</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Anys</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CT</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>°</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>∇</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tona (Regne Unit)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tona (EUA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Quirats</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Graus</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radians</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradians</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosferes</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>mBars</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Mil·límetres de mercuri </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Lliures per polzada quadrada (PSI)</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigrams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Decagrams</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigrams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Grams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectograms</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Quilograms</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Tones llargues (Regne Unit)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Mil·ligrams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Unces</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Lliures</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Tones curtes (EUA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Pedres</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Tones mètriques</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>camps de futbol</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>camps de futbol</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disquets</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disquets</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>bateries</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>bateries</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>clips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>clips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>avions de fuselatge ample</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>avions de fuselatge ample</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>bombetes</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>bombetes</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>cavalls</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>cavalls</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>banyeres</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>banyeres</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>flocs de neu</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>flocs de neu</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefants</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefants</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>tortugues</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>tortugues</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>avions de reacció</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>avions de reacció</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>balenes</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>balenes</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>tasses de cafè</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>tasses de cafè</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscines</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscines</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>mans</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>mans</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>fulls de paper</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>fulls de paper</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>castells</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>castells</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>plàtans</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>plàtans</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>trossos de pastís</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>trossos de pastís</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotores</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotores</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>pilotes de futbol</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>pilotes de futbol</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Element de memòria</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Enrere</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Enrere</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Termes de llicència per al programari de Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Visualització prèvia</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Declaració de privadesa de Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Tots els drets reservats.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Per obtenir informació sobre com podeu contribuir a la Calculadora del Windows, doneu una ullada al projecte al %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Quant a</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Envia comentaris</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Encara no hi ha historial.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>No hi ha res desat a la memòria.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memòria</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Aquesta expressió no es pot enganxar</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Càlcul de dates</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode de càlcul</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Afegeix</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Afegeix o resta dies</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Diferència entre les dates</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dies</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Diferència</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>De</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Mesos</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Resta</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Per a</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Anys</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Data fora del marc</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dia</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dies</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mes</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>mesos</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Les mateixes dates</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>setmana</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>setmanes</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>any</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>anys</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Diferència %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Data resultant %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Mode de calculadora %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Mode de convertidor %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Mode de càlcul de dates</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Llistes de memòria i historial</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controls de memòria</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcions estàndard</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controls de visualització</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadors estàndard</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclat numèric</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadors d'angles</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcions científiques</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selecció de base</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadors de programador</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selecció del mode d'entrada</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclat numèric de commutació de bits</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplaça l'expressió cap a l'esquerra</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplaça l'expressió cap a la dreta</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>S'ha arribat a la quantitat màxima de dígits. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 s'ha desat a la memòria</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>La ranura de memòria %1 és %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>S'ha esborrat la ranura de memòria %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dividit per</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>multiplicat</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>menys</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>més</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>elevat a</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>arrel y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>residu</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>desplaça a l'esquerra</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>desplaça a la dreta</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>o</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x o</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>i</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Data d'actualització: %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Actualitza les tarifes</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Pot ser que es produeixin càrrecs per l'ús de dades.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>No s'han pogut obtenir les tarifes noves. Torna-ho a provar més tard.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Fora de línia. Comprova la%HL%Configuració de la xarxa%HL%.</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>S'estan actualitzant els tipus de canvi</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>S'han actualitzat els tipus de canvi</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>No s'han pogut actualitzar els tipus</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Esborra tota la memòria (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Esborra tota la memòria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>Sinus (graus)</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>Sinus (radians)</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>Sinus (graus centesimals)</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>Sinus invers (graus)</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>Sinus invers (radians)</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>Sinus invers (graus centesimals)</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>Sinus hiperbòlic</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>Sinus hiperbòlic invers</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>Cosinus (graus)</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>Cosinus (radians)</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>Cosinus (graus centesimals)</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>Cosinus invers (graus)</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>Cosinus invers (radians)</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>Cosinus invers (graus centesimals)</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>Cosinus hiperbòlic</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>Cosinus hiperbòlic invers</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>Tangent (graus)</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>Tangent (radians)</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>Tangent (graus centesimals)</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>Tangent inversa (graus)</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>Tangent inversa (radians)</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>Tangent inversa (graus centesimals)</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>Tangent hiperbòlica</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>Tangent hiperbòlica inversa</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>graus de secant</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radians de secant</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>graus centesimals de secant</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>graus de secant inversa</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>radians de secant inversa</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>graus centesimals de secant inversa</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>secant hiperbòlica</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>secant hiperbòlica inversa</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>graus de cosecant</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radians de cosecant</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>graus centesimals de cosecant</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>graus de cosecant inversa</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>radians de cosecant inversa</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>graus centesimals de cosecant inversa</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecant hiperbòlica</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecant hiperbòlica inversa</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>graus de cotangent</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radians de cotangent</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>graus centesimals de cotangent</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>graus de cotangent inversa</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>radians de cotangent inversa</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>graus centesimals de cotangent inversa</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangent hiperbòlica</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangent hiperbòlica inversa</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Arrel cúbica</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Logaritme en base</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Valor absolut</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>desplaça a l'esquerra</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>desplaça a la dreta</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>factorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grau minut segon</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>logaritme natural</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>quadrat</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>arrel y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Categoria %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Contracte de serveis de Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>De</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplaça el resultat del càlcul a l'esquerra</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplaça el resultat del càlcul a la dreta</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>No s'ha pogut calcular</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritme en base Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funció</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Desigualtats</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desigualtats</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bit a bit</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Desplaçament de bits</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funció inversa</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funció hiperbòlica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secant</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secant hiperbòlica</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc secant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc secant hiperbòlic</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecant</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecant hiperbòlica</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosecant</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosecant hiperbòlic</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangent</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangent hiperbòlica</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cotangent</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cotangent hiperbòlic</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Terra</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sostre</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aleatori</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valor absolut</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Número d'Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dos a l'exponent</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gira a l'esquerra amb ròssec</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gira a la dreta amb ròssec</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplaçament a l'esquerra</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Desplaçament a l'esquerra</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplaçament a la dreta</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Desplaçament a la dreta</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Desplaçament aritmètic</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Desplaçament lògic</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Gir amb desplaçament circular</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Gir amb desplaçament circular de ròssec</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arrel cúbica</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcions</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit a bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplaçament de bits</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Taulers d'operadors científics</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Taulers d'operadors de programador</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>bit més significatiu</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculadora gràfica</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Traçat</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Actualitza la visualització automàticament (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Visualització del gràfic</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Ajustament perfecte automàtic</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ajustament manual</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>S'ha reinicialitzat la visualització del gràfic</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Amplia (Control+més)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Amplia</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Redueix (Control+menys)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Redueix</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Afegeix una equació</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>No es pot compartir en aquest moment.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>D'acord</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Mira el gràfic que he fet amb la Calculadora del Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Equacions</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Imatge d'un gràfic amb equacions</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Pas</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Mín.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Màx.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Color</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Estil</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Anàlisi de funcions</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>La funció no té cap asímptota horitzontal.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>La funció no té cap punt d'inflexió.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>La funció no té cap punt màxim.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>La funció no té cap punt mínim.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constant</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Decreixent</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>No es pot determinar la monotonia de la funció.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Creixent</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>La monotonia de la funció és desconeguda.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>La funció no té cap asímptota obliqua.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>No es pot determinar la paritat de la funció.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>La funció és parella.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>La funció no és parella ni imparella.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>La funció és imparella.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>La paritat de la funció és desconeguda.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>La periodicitat no és compatible amb aquesta funció.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>La funció no és periòdica.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>La periodicitat de la funció és desconeguda.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Aquestes característiques són massa complexes per a la Calculadora:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>La funció no té cap asímptota vertical.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>La funció no té cap intersecció x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>La funció no té cap intersecció y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domini</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asímptotes horitzontals</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Punts d'inflexió</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>L'anàlisi no és compatible amb aquesta funció.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>L'anàlisi només és compatible amb les funcions del format f(x). Exemple: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Màxims</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Mínims</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonia</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asímptotes obliqües</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paritat</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Període</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Interval</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asímptotes verticals</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Intersecció X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Intersecció Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>No s'ha pogut realitzar l'anàlisi per a la funció.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>No es pot calcular el domini per a aquesta funció.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>No es pot calcular l'interval d'aquesta funció.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Sobreeiximent (el nombre és massa gran)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Es requereix el mode radians per crear el gràfic d'aquesta equació.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Aquesta funció és massa complexa per poder crear-ne un gràfic</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>El mode de graus és necessari per crear el gràfic d'aquesta funció</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>La funció factorial té un argument no vàlid</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>La funció factorial té un argument massa gran per poder-ne crear un gràfic</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>El mòdul només es pot utilitzar amb nombres enters</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>L'equació no té solució</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>No es pot dividir per zero</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>L'equació conté condicions lògiques que són mútuament excloents</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>L'equació està fora de domini</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>No es pot representar aquesta equació a la calculadora gràfica</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Falta un parèntesi d'obertura a l'equació</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Falta un parèntesi de tancament a l'equació</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Hi ha un número amb massa punts decimals</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Falten xifres al punt decimal</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Final d'expressió inesperat</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Hi ha caràcters inesperats en l'expressió</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Caràcters no vàlids en l'expressió</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Hi ha massa signes d'igual</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>La funció ha de contenir com a mínim una variable x o y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Expressió no vàlida</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>L'expressió és buida</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>S'ha fet servir un signe d'igual sense una equació</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Falta un parèntesi després del nom de la funció</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Una operació matemàtica té el nombre de paràmetres incorrecte</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Un nom de variable no és vàlid</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Falta una clau d'obertura a l'equació</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Falta una clau de tancament a l'equació</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>no es poden utilitzar \"i\" i \"I\" com a noms de variables</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>No s'ha pogut crear un gràfic de l'equació</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>No s'ha pogut resoldre el dígit per a la base donada</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>La base ha de ser superior a 2 i menor que 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Una operació matemàtica requereix que un dels seus paràmetres sigui una variable</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>L'equació està barrejant operands lògics i escalars</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x o y no es poden utilitzar en els límits superior o inferior</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>no es pot utilitzar \"x\" o \"y\" en el punt límit</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>No es pot utilitzar l'infinit complex</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>No es poden utilitzar nombres complexos en desigualtats</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Torna a la llista de funcions</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Torna a la llista de funcions</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analitza la funció</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analitza la funció</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analitza la funció</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Suprimeix l'equació</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Suprimeix l'equació</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Suprimeix l'equació</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Comparteix</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Comparteix</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Canvia l'estil d'equació</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Canvia l'estil d'equació</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Canvia l'estil d'equació</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Mostra l'equació</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Amaga l'equació</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Mostra l'equació %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Amaga l'equació %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Atura el seguiment</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Inicia el seguiment</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Finestra de visualització de grafs, eix x limitada per %1 i %2, eix y limitat per %3 i %4, que Mostra equacions %5</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Configura el control lliscant</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Configura el control lliscant</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Canvia al mode d'equació</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Canvia al mode de gràfic</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Canvia al mode d'equació</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>El mode actual és el mode d'equació</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>El mode actual és el mode de gràfic</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Finestra</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Graus</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Graus centesimals</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radians</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unitats</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Restableix la visualització</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>Valor X màx.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>Valor X mín.</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Valor Y màx.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Valor Y mín.</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opcions del gràfic</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opcions del gràfic</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opcions del gràfic</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opcions variables</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Commuta les opcions variables</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Gruix de la línia</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opcions de línia</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Amplada de línia petita</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Amplada de línia mitjana</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Amplada de línia gran</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Amplada de línia extragran</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Introdueix una expressió</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copia</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Retalla</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copia</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Enganxa</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Desfés</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Selecciona-ho tot</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrada de funció</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrada de funció</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tauler d'entrada de funcions</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tauler de variables</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Llista de variables</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Element de la llista %1 de la variable</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadre de text del valor de la variable</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Control lliscant del valor de la variable</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadre de text del valor mínim de la variable</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadre de text del valor de pas de la variable</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadre de text del valor màxim de la variable</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estil de la línia contínua</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estil de la línia de punts</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estil de la línia amb guions</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Blau marí</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Verd d'espuma de mar</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violeta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Verd</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Verd menta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Verd fosc</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Carbó</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Vermell</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Pruna clar</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Or groc</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Taronja brillant</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Marró</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Negre</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Blanc</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Color 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Color 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Color 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Color 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema del gràfic</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Sempre clar</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Coincideix amb el tema de l'aplicació</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sempre clar</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Coincideix amb el tema de l'aplicació</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funció eliminada</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadre d'equació d'anàlisi de funcions</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>És igual a</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menys de</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Més petit o igual que</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Igual</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Més gran o igual que</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>És més gran que</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Envia</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Anàlisi de funcions</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opcions del gràfic</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Llistes de memòria i historial</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Llista de memòria</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>S'ha esborrat la ranura històrica %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>La calculadora està sempre visible</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>La calculadora torna al mode de visualització completa</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>L'opció \"Desplaçament aritmètic\" està seleccionada</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>L'opció \"Desplaçament lògic\" està seleccionada</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>L'opció \"Gir amb desplaçament circular\" està seleccionada</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>L'opció \"Gir amb desplaçament circular de ròssec\" està seleccionada</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Configuració</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Aparença</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema de l'aplicació</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Selecciona el tema de l'aplicació vols que es mostri.</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Clar</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Fosc</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Utilitza la configuració del sistema</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Enrere</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Pàgina de configuració</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Obriu el menú contextual per a les accions disponibles</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>D'acord</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>No s'ha pogut restaurar aquesta instantània.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/cs-CZ/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Neplatné zadání</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Nedefinovaný výsledek</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Nedostatek paměti</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Přetečení</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Nedefinovaný výsledek</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Nedefinovaný výsledek</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Přetečení</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Přetečení</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Nulou se nedá dělit.</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/cs-CZ/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulačka</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulačka [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows Kalkulačka</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows Kalkulačka [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulačka</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulačka [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopírovat</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Vložit</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Rovná se přibližně</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, hodnota %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>nejméně významný bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Otevřít informační rámeček paměti</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Zavřít informační rámeček paměti</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Vždy navrchu</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Zpět do úplného zobrazení</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Paměť</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historie (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Klávesnice algoritmické manipulace s bity</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Celá číselná klávesnice</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vymazat celou paměť (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Paměť</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paměť</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Historie</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historie</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Převodník</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Vědecký</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standardní</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Režim převodníku</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vědecký režim</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardní režim</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Vymazat celou historii</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vymazat celou historii</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Skrýt</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standardní</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Vědecká</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programátorská</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Převodník</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulačka</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Převodník</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulačka</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Převodníky</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulačky</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Zobrazuje se %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Výraz: %1. Aktuální vstup: %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Zobrazuje se %1 bod</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Výraz je %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Zobrazená hodnota byla zkopírována do schránky.</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historie</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Paměť</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Šestnáctkový %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Desetinné číslo %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Osmičkový %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binární %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazat celou historii</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Historie vymazána</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skrýt historii</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Otevřít informační rámeček historie</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Zavřít informační rámeček historie</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uložit do paměti</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Uložit do paměti (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazat celou paměť</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Paměť vymazána</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vyvolat paměť</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vyvolat paměť (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přičíst k paměti</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Přičíst k paměti (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odečíst od paměti</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Odečíst od paměti (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazat položku z paměti</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vymazat položku z paměti</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přičíst k položce v paměti</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Přičíst k položce v paměti</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odečíst od položky v paměti</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Odečíst od položky v paměti</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazat položku z paměti</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Vymazat položku z paměti</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přičíst k položce v paměti</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Přičíst k položce v paměti</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odečíst od položky v paměti</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Odečíst od položky v paměti</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Odstranit</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopírovat</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Odstranit</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odstranit položku historie</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odstranit položku historie</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nula</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jedna</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dva</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tři</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Čtyři</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pět</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Šest</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sedm</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Osm</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Devět</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nebo</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Není</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitová rotace doleva</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitová rotace doprava</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitový posun doleva</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitový posun doprava</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exkluzivní disjunkce</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přepnout na čtyřnásobné slovo</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přepnout na dvojité slovo</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přepnout na slovo</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přepnout na bajt</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Klávesnice algoritmické manipulace s bity</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Celá číselná klávesnice</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oddělovač desetinných míst</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazat položku</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazat</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dělit hodnotou</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Násobit hodnotou</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rovná se</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverzní funkce</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mínus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Mínus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Druhá odmocnina</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Procenta</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kladné, záporné</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kladné, záporné</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Převrácená hodnota</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Levá závorka</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Levá závorka, počet otevřených závorek %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pravá závorka</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Počet levých okrouhlých závorek %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Nenašly se žádné levé okrouhlé závorky, ke kterým by bylo třeba přidat pravou závorku.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vědecký zápis</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolická funkce</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pí</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický sinus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický kosinus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický tangens</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Čtverec</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Datová krychle</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus sinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus kosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus tangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický arkus sinus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický arkus kosinus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický arkus tangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X na exponent</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deset na exponent</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>e na exponent</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>y-tá odmocnina x</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmus</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přirozený logaritmus</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zbytek po dělení</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponenciální</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Úhel minuta sekunda</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stupně</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Celočíselná část</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desetinná část</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktoriál</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přepnout na stupně</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přepnout na grady</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přepnout na radiány</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rozevírací seznam Režim</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rozevírací seznam Kategorie</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vždy navrchu</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zpět do úplného zobrazení</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vždy navrchu (Alt+Šipka nahoru)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zpět do úplného zobrazení (Alt+Šipka dolů)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Převést z %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Převést z %1 čárka %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Převést na %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 je %3 %4.</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Vstupní jednotka</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Výstupní jednotka</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Plocha</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energie</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Délka</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Výkon</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Rychlost</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Čas</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Objem</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Teplota</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Hmotnost</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Tlak</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Úhel</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Měna</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>dutých uncí (britských)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>dutých uncí (britských)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>dutých uncí (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>dutých uncí (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>galonů (britských)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (britské)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>galonů (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (americké)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>litrů</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>mililitrů</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>pint (britských)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pint (britských)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>pint (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pint (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>polévkových lžic (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>lžic (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>čajových lžiček (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>lžiček (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>polévkových lžic (britských)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>lžic (britských)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>čajových lžiček (britských)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>lžiček (britských)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>kvartů (britských)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>kvartů (britských)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>kvartů (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (americké)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>šálků (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>šálků (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>k (USA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mil/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>týdnů</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>r.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pí</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>akrů</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>bitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>britských tepelných jednotek</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>bajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>tepelných kalorií</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>centimetrů</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>centimetrů za sekundu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>centimetrů krychlových</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>stop krychlových</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>palců krychlových</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>metrů krychlových</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>yardů krychlových</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>dnů</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>stupňů Celsia</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>stupňů Fahrenheita</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>elektronvoltů</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>stop</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>stop za sekundu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>librostop</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>librostop/min</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>gigabitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>hektarů</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>koňských sil (USA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>hodin</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>palců</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>joulů</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatthodiny</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>kelvinů</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>kilobitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>kB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>potravinových kalorií</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>kilojoulů</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>kilometrů</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>kilometrů za hodinu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>kilowattů</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>uzlů</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>machů</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>megabitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>megabajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>metrů</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>metrů za sekundu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikrometry</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>mikrosekund</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>mil</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>mil za hodinu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>milimetrů</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>milisekund</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>minut</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>nanometrů</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstromy</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Námořní míle</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>petabitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>petabajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>sekund</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>centimetrů čtverečních</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>stop čtverečních</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>palců čtverečních</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>kilometrů čtverečních</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>metrů čtverečních</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>mil čtverečních</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>milimetrů čtverečních</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>yardů čtverečních</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>terabitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>wattů</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>týdnů</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>yardů</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>let</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>bar</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dkg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tun (britských)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tun (USA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>karátů</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Stupně</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radiánů</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Grady</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosféry</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bary</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascaly</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milimetry rtuti </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascalů</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Libry na čtvereční palec (PSI)</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>centigramů</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>dekagramů</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>decigramů</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>gramů</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>hektogramů</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>kilogramů</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>velkých tun (britských)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>miligramů</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>uncí</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>liber</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>malých tun (USA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>stonů</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>metrických tun</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>disků CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>disků CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>fotbalových hřišť</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>fotbalových hřišť</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disket</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disket</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>disků DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>disků DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>baterií</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>baterií</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>papírových sponek</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>papírových sponek</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jetů</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jetů</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>žárovek</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>žárovek</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>koní</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>koní</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>van</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>van</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>sněhových vloček</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>sněhových vloček</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>slonů</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>slonů</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>želv</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>želv</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>tryskáčů</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>tryskáčů</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>velryb</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>velryb</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>kávových šálků</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>kávových šálků</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>bazénů</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>bazénů</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>ruk</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>ruk</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>listů papíru</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>listů papíru</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>hradů</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>hradů</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banánů</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banánů</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>dortových řezů</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>dortových řezů</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotiv</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotiv</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>fotbalových míčů</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>fotbalových míčů</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Položka v paměti</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zpět</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zpět</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Licenční podmínky pro software společnosti Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Preview</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Prohlášení společnosti Microsoft o zásadách ochrany osobních údajů</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Všechna práva vyhrazena.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Pokud se chcete dozvědět, jak můžete přispívat do Windows Kalkulačky, podívejte se na projekt na %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>O aplikaci</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Poslat zpětnou vazbu</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Zatím tu není žádná historie.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>V paměti není nic uložené.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paměť</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Tento výraz nejde vložit.</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>gibibitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>gibibajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>kibibitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>kibibajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>mebibitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>mebibajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>pebibitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>pebibajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>tebibitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>tebibajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>exabitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>exabajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>exbibitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>exbibajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>zetabitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>zetabajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>zebibitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>zebibajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>yobibitů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>yobibajtů</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Výpočet data</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Režim výpočtu</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Přičíst</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Přičíst nebo odečíst dny</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Datum</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Rozdíl mezi daty</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dny</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Rozdíl</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Od</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Měsíce</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Odečíst</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Do</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Roky</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Datum mimo rozsah</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>den</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dny</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>měsíc</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>měsíce</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Stejná data</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>týden</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>týdny</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>rok</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>roky</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Rozdíl %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Výsledné datum %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Režim kalkulačky %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Režim převodníku %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Režim výpočtu data</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seznamy historie a paměti</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ovládací prvky paměti</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardní funkce</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ovládací prvky zobrazení</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardní operátory</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Číselná klávesnice</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operátory úhlu</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vědecké funkce</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vybrat radix</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programátorské operátory</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Výběr režimu zadávání</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Klávesnice s přepínáním bitů</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Posunout výraz doleva</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Posunout výraz doprava</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Byl dosažen maximální počet číslic. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 uloženo do paměti</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Paměťový slot %1 je nyní %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Paměťový slot %1 byl vymazán.</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>děleno</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>krát</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mínus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mocnina</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y-tá odmocnina</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>modulo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>posun doleva</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>posun doprava</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>nebo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x nebo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>a</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Aktualizováno %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Aktualizovat sazby</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Můžou se účtovat poplatky za přenos dat.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Nejde načíst nové sazby. Zkuste to později.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Zkontrolujte si prosím %HL%Nastavení sítě%HL%.</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Kurzy měn se aktualizují.</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Kurzy měn byly aktualizovány.</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Nešlo aktualizovat kurzy.</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vymazat celou paměť (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazat celou paměť</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinus, stupně</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinus, radiány</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinus, grady</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>inverzní sinus, stupně</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>inverzní sinus, radiány</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>inverzní sinus, grady</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hyperbolický sinus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>inverzní hyperbolický sinus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>kosinus, stupně</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>kosinus, radiány</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>kosinus, grady</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>inverzní kosinus, stupně</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inverzní kosinus, radiány</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inverzní kosinus, grady</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hyperbolický kosinus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>inverzní hyperbolický kosinus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangens, stupně</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangens, radiány</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangens, grady</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>inverzní tangens, stupně</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inverzní tangens, radiány</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>inverzní tangens, grady</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hyperbolický tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>inverzní hyperbolický tangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sekans, stupně</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sekans, radiány</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sekans, grady</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>inverzní sekans, stupně</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>inverzní sekans, radiány</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>inverzní sekans, grady</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hyperbolický sekans</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>inverzní hyperbolický sekans</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>kosekans, stupně</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>kosekans, radiány</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>kosekans, grady</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>inverzní kosekans, stupně</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>inverzní kosekans, radiány</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>inverzní kosekans, grady</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hyperbolický kosekans</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>inverzní hyperbolický kosekans</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>kotangens, stupně</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>kotangens, radiány</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>kotangens, grady</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>inverzní kotangens, stupně</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>inverzní kotangens, radiány</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>inverzní kotangens, grady</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hyperbolický kotangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>inverzní hyperbolický kotangens</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Třetí odmocnina</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Základní logaritmus</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absolutní hodnota</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>posun doleva</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>posun doprava</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktoriál</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>stupeň minuta vteřina</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>přirozený logaritmus</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>čtverec</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y-tá odmocnina</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Kategorie %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Smlouva o poskytování služeb společnosti Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Od</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Posunout výsledek výpočtu doleva</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Posunout výsledek výpočtu doprava</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Neúspěšný výpočet</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Základní logaritmus Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometrie</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funkce</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Nerovnosti</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nerovnosti</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Na úrovni bitů</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bitový posuv</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverzní funkce</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolická funkce</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický sekans</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus sekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický arkus sekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus kosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický arkus kosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický kotangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus kotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický arkus kotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dolní mez</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Horní mez</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Náhodné</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absolutní hodnota</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eulerovo číslo</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dvě na určitý exponent</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otočení doleva s přenosem</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otočení doprava s přenosem</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Posun vlevo</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Posuv doleva</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Posun vpravo</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Posuv doprava</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmetický posuv</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logický posuv</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Otočení s kruhovým posuvem</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Otočení s kruhovým posuvem s přenosem</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Třetí odmocnina</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometrie</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkce</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Na úrovni bitů</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitový posuv</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panely s vědeckými operátory</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panely s programátorskými operátory</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>nejvýznamnější bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Vytváření grafů</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vykreslit</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Aktualizovat zobrazení automaticky (Ctrl+0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zobrazení grafu</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatické nejlepší přizpůsobení</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ruční úprava</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Zobrazení grafu bylo resetováno.</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Přiblížit (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přiblížit</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Oddálit (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oddálit</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Přidat rovnici</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>V tuto chvíli nejde sdílet.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Podívejte se, jaký graf se mi povedlo udělat s Windows Kalkulačkou</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Rovnice</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Proměnné</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Obrázek grafu s rovnicemi</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Proměnné</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Krok</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Minimum</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maximum</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Barva</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Styl</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analýza funkcí</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkce nemá žádné vodorovné asymptoty.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funkce nemá žádné inflexní body.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funkce nemá žádné maximální body.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funkce nemá žádné minimální body.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstantní</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Klesající</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Není možné určit monotónnost funkce.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Rostoucí</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Monotónnost funkce není známa.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkce nemá žádné šikmé asymptoty.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Není možné určit paritu funkce.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funkce je sudá.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funkce není sudá ani lichá.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funkce je lichá.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Parita funkce není známa.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Pro tuto funkci není periodicita podporována.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funkce není periodická.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Periodicita funkce není známa.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Tyto funkce jsou pro Kalkulačku příliš složité:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkce nemá žádné svislé asymptoty.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funkce nemá žádné průsečíky s osou X.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funkce nemá žádné průsečíky s osou Y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Definiční obor</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Vodorovné asymptoty</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Inflexní body</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Pro tuto funkci není analýza podporována.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analýza je podporována jen u funkcí ve formátu f(x). Příklad: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maxima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotónnost</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Šikmé asymptoty</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Parita</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Cyklus</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Rozsah</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Svislé asymptoty</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Průsečík s osou X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Průsečík s osou Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Pro tuto funkci není možné provést analýzu.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Pro tuto funkci není možné vypočítat definiční obor.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Pro tuto funkci není možné vypočítat rozsah.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Přetečení (číslo je příliš velké).</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Režim radiánů je vyžadován pro vytvoření grafu z této rovnice.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Tato funkce je pro grafy příliš komplexní.</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Režim stupňů je vyžadován pro vytvoření grafu z této rovnice.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Funkce faktoriál obsahuje neplatný argument.</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Funkce faktoriál obsahuje argument, který je příliš velký pro graf.</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo lze použít jenom s celými čísly.</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Rovnice nemá žádné řešení.</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Nulou nelze dělit.</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Rovnice obsahuje logické podmínky, které se vzájemně vylučují.</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Rovnice je mimo doménu.</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Vytvoření grafu z této rovnice není podporováno.</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>V rovnici chybí levá kulatá závorka.</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>V rovnici chybí pravá kulatá závorka.</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Číslo obsahuje příliš mnoho desetinných čárek.</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Desetinné čárce chybí číslice.</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Neočekávaný konec výrazu</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Neočekávané znaky ve výrazu</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Neplatné znaky ve výrazu</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Příliš mnoho znaků rovná se</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funkce musí obsahovat aspoň jednu proměnnou x nebo y.</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Neplatný výraz</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Výraz je prázdný.</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Rovná se použito bez rovnice</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Chybějící kulatá závorka za názvem funkce</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Matematická operace má nesprávný počet parametrů.</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Název proměnné je neplatný.</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>V rovnici chybí levá hranatá závorka.</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>V rovnici chybí pravá hranatá závorka.</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>Znaky „i“ a „I“ nelze použít jako názvy proměnných.</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Vytvoření grafu z rovnice nebylo možné.</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Pro zadaný základ nemohla být vyřešena číslice.</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Základ musí být větší než 2 a menší než 36.</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Matematická operace vyžaduje, aby jeden z jejích parametrů byl proměnná</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Rovnice kombinuje logické a skalární operandy.</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>Hodnotu x nebo y nejde použít pro horní nebo dolní mez.</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>Hodnoty x nebo y nelze použít jako mezní bod.</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Komplexní nekonečno nelze použít.</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>V nerovnicích nelze použít komplexní čísla.</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zpět do seznamu funkcí</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zpět do seznamu funkcí</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analyzovat funkci</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analyzovat funkci</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analyzovat funkci</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Odebrat rovnici</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odebrat rovnici</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Odebrat rovnici</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sdílet</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sdílet</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Změnit styl rovnice</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Změnit styl rovnice</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Změnit styl rovnice</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Zobrazit rovnici</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Skrýt rovnici</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Zobrazit rovnici %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Skrýt rovnici %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Zastavit trasování</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Spustit trasování</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Okno zobrazení grafu, osa x ohraničená %1 a %2, osa y ohraničená %3 a %4, zobrazení %5 rovnic</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfigurovat posuvník</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfigurovat posuvník</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Přepnout do režimu rovnice</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Přepnout do režimu grafu</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přepnout do režimu rovnice</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Aktuálně se používá režim rovnice.</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Aktuálně se používá režim grafu.</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Okno</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Stupně</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Grady</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radiány</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Jednotky</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Resetovat zobrazení</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X – max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X – min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y – max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y – min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Možnosti grafu</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Možnosti grafu</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Možnosti grafu</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Možnosti proměnné</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Přepnout možnosti proměnné</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Tloušťka čáry</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Možnosti čáry</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Malá tloušťka čáry</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Střední tloušťka čáry</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Velká tloušťka čáry</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Velmi velká tloušťka čáry</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Zadejte výraz.</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopírovat</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Vyjmout</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopírovat</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Vložit</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Zpět</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Vybrat vše</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vstup funkce</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vstup funkce</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel zadávaných hodnot funkcí</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel proměnných</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seznam proměnných</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Položka seznamu %1 proměnné</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textové pole proměnné hodnoty</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Posuvník proměnné hodnoty</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textové pole minimální hodnoty proměnné</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textové pole hodnoty kroku proměnné</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textové pole maximální hodnoty proměnné</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Styl plné čáry</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Styl tečkované čáry</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Styl přerušované čáry</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Námořnická modrá</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Mořská pěna</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Fialová</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Zelená</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mátová zelená</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Tmavě zelená</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Uhlově černá</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Červená</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Světlá švestková</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Purpurová</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Žlutozlatá</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Jasná oranžová</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Hnědá</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Černá</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Bílá</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Barva 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Barva 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Barva 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Barva 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Motiv pro grafy</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Vždycky světlé</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Přizpůsobit motiv aplikace</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Motiv</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vždycky světlé</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Přizpůsobit motiv aplikace</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funkce odebrána</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pole rovnice analýzy funkce</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rovná se</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Je menší než</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Je menší než nebo rovno</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Je rovno</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Je větší než nebo rovno</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Je větší než</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odeslat</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analýza funkcí</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Možnosti grafu</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Seznamy historie a paměti</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Seznam paměti</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Slot historie %1 byl vymazán.</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkulačka vždy navrchu</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkulačka zpět do úplného zobrazení</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Vybraný Aritmetický posuv</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Vybraný Logický posuv</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Vybráno Otočení s kruhovým posuvem</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Vybráno Otočení s kruhovým posuvem s přenosem</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Nastavení</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Vzhled</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Motiv aplikace</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Vyberte motiv aplikace, který se má zobrazit.</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Světlý</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Tmavý</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Použít systémové nastavení</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zpět</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Stránka Nastavení</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otevřete místní nabídku a podívejte se na dostupné akce</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Tento snímek se nepovedlo obnovit.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/da-DK/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Ugyldigt input</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Resultat er ikke defineret</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Ikke nok hukommelse</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Overløb</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Resultat er ikke defineret</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Resultat er ikke defineret</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Overløb</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Overløb</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Der kan ikke divideres med 0</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/da-DK/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Lommeregner</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Lommeregner [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows Lommeregner</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows Lommeregner [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Lommeregner</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Lommeregner [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopiér</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Sæt ind</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Svarer tilnærmelsesvis til</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, værdi %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>mindst signifikante bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Åbn pop op-vindue med hukommelse</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Luk pop op-vindue med hukommelse</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Bevar øverst</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Tilbage til fuld visning</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hukommelse</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historik (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tastatur til bitskift</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Fuldt tastatur</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ryd hele hukommelsen (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Hukommelse</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hukommelse</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Oversigt</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oversigt</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Konverteringprogram</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Videnskabelig</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konverteringstilstand</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Videnskabelig tilstand</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardtilstand</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Ryd hele oversigten</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ryd hele oversigten</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Skjul</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Videnskabelig</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmør</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Konverteringprogram</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Lommeregner</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Konverteringprogram</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Lommeregner</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Konverteringsprogrammer</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Lommeregnere</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Skærm er %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Udtrykket er %1. Det aktuelle input er %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Resultatet er %1 komma</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Udtryk er %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Den viste værdi er kopieret til udklipsholder</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historik</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Hukommelse</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Oktal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binær %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ryd hele oversigten</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Oversigt er ryddet</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skjul oversigt</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Åbn pop op-vindue med oversigt</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Luk pop op-vindue med oversigt</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hukommelseslager</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hukommelseslager (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ryd hele hukommelsen</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Hukommelse er ryddet</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tilbagekald hukommelse</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tilbagekald hukommelse (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tilføj hukommelse</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tilføj hukommelse (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fratræk hukommelse</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Substraher hukommelse (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ryd hukommelsesenhed</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ryd hukommelsesenhed</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Føj til hukommelsesenhed</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Føj til hukommelsesenhed</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Træk fra hukommelsesenhed</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Træk fra hukommelsesenhed</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ryd hukommelsesenhed</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ryd hukommelsesenhed</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Føj til hukommelsesenhed</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Føj til hukommelsesenhed</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Træk fra hukommelsesenhed</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Træk fra hukommelsesenhed</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Slet</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiér</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Slet</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slet historikelement</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slet historikelement</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tilbage</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nul</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>En</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>To</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tre</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fire</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fem</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seks</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Syv</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otte</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ni</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Og</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eller</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Not</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Roter mod venstre</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Roter mod højre</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Venstre Skift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Højre Skift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksklusiv eller</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vis/skjul firdobbelte ord</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vis/skjul dobbelte ord</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vis/skjul ord</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vis/skjul byte</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastatur til bitskift</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fuldt tastatur</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Decimaltegn</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ryd post</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ryd</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Divider med</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiplicer med</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Er lig med</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Omvendt funktion</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadratrod</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Procent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiv negativ</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiv negativ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reciprok</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Venstreparentes</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Venstre parentes, åben parentes antal %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Højreparentes</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Åbn parentesantal %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Der er ingen åbne parenteser at lukke.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Videnskabelig notation</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk funktion</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk sinus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk cosinus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk tangent</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadrat</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kube</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus sinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus cosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus tangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk arcus sinus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk arcus cosinus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk arcus tangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' til eksponenten</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ti til eksponenten</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' til eksponenten</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'y'-roden af 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logfør</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naturlig log</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulus</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponentiel</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grad minut sekund</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grader</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Heltalsdel</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Procentdel</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fakultet</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vis/skjul grader</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vis/skjul nygrader</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vis/skjul radianer</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rullelisten Tilstand</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rullelisten Kategorier</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bevar øverst</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tilbage til fuld visning</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bevar øverst (Alt+op)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tilbage til fuld visning (Alt+ned)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Konverteres fra %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Konverteres fra %1 punkt %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Konverteres til %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 er %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Inputenhed</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Outputenhed</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Areal</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energi</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Længde</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Strøm</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Hastighed</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Tid</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Rumfang</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatur</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Vægt og masse</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Tryk</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Vinkel</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valuta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Fluid ounces (Storbritannien)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (Storbritannien)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Milliliter (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Gallon (Storbritannien)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (Storbritannien)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Gallon (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Liter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Millimeter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pint (Storbritannien)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (Storbritannien)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pint (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Spiseskefulde (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>spsk. (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Teskefulde (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsk. (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Spiseskefulde (Storbritannien)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>spsk. (Storbritannien)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Teskefulde (Storbritannien)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsk. (Storbritannien)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Quart (Storbritannien)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (Storbritannien)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Quart (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Cups (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cup (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>Å</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>kal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>fod³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>tommer³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>fod</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hk (USA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>time</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>tomme</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/t</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mil</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>fod²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>tomme²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mil²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>ug</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>år</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acre (0,4 h)</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Britisk termisk enhed</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minut</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Byte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Termiske kalorier</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimeter pr. sekund</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Kubikcentimeter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kubikfod</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Kubiktommer</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Kubikmeter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Kubikyard</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dage</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektronvolt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Fødder</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Fod pr. sekund</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Fod-pund</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Fod-pund/minut</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Hestekraft (USA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Timer</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Tommer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatttimer</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Fødevarekalorier</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometer pr. time</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Knob</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Meter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Meter pr. sekund</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikrometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekunder</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Miles</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Miles pr. time</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Millimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Millisekunder</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minutter</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ångstrøm</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Sømil</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekunder</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Kvadratcentimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Kvadratfod</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Kvadrattommer</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kvadratkilometer</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Kvadratmeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Kvadratmil</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Kvadratmillimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Kvadratyard</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Uger</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yards</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>År</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>Cd</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>grd</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (Storbritannien)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (USA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karat</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Grader</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radianer</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradianer</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfære</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Barer</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimeter kviksølv </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Pounds per square inch</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagram</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Long ton (Storbritannien)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Milligram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Ounces</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Pund</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Short ton (USA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Meterton</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>Cd'er</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>Cd'er</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>fodboldbaner</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>fodboldbaner</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketter</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketter</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>Dvd'er</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>Dvd'er</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>batterier</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>batterier</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>papirclips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>papirclips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbojet</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbojet</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>elektriske pærer</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>elektriske pærer</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>heste</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>heste</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>badekar</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>badekar</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>snefnug</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>snefnug</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefanter</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefanter</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>skildpadder</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>skildpadder</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>jet</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>jet</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>hvaler</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>hvaler</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>kaffekopper</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>kaffekopper</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>svømmebassiner</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>svømmebassiner</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>hænder</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>hænder</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>ark papir</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>ark papir</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>slotte</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>slotte</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>bananer</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>bananer</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>kagestykker</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>kagestykker</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>togmotorer</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>togmotorer</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>fodbolde</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>fodbolde</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Hukommelsesenhed</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tilbage</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tilbage</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Licensvilkår for Microsoft-software</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Preview</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsofts erklæring om beskyttelse af personlige oplysninger</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Alle rettigheder forbeholdes.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Du kan få mere at vide om, hvordan du kan bidrage til Windows lommeregner, ved at tjekke projektet ud %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Om</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Send feedback</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Der er ingen historik endnu.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Der er ikke gemt noget i hukommelsen.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hukommelse</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Dette udtryk kan ikke sættes ind</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Datoberegning</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Beregningstilstand</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Læg til</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Læg dage til eller træk dage fra</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Dato</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Forskel mellem datoer</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dage</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Forskel</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Fra</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Måneder</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Fjern overlappende område</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Til</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>År</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Dato ligger uden for området</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dag</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dage</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>måned</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>måneder</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Samme datoer</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>uge</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>uger</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>år</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>år</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Forskel %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Resulterende dato %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 Lommeregnertilstand</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 Konverteringstilstand</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Datoberegningstilstand</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oversigt og hukommelseslister</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hukommelsescontroller</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardfunktioner</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skærmkontroller</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardoperatorer</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numerisk tastatur</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vinkeloperatorer</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Videnskabelig funktion</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valg af radikand</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmeringsoperatorer</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valg af inputtilstand</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastatur til bit til/fra</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rul til venstre i udtryk</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rul til højre i udtryk</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Maks. antal cifre nået. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 er gemt i hukommelse</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Hukommelsesstik %1 er %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Hukommelsesstik %1 er ryddet</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>divideret med</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>gange</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>i potensen</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y rod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>venstre skift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>højre skift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>eller</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x eller</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>og</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Opdateret %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Opdater satser</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Der kan blive pålagt datagebyrer.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>De nye priser kunne ikke hentes. Prøv igen senere.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Kontrollér dine%HL%netværksindstillinger%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Opdaterer valutakurser</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Valutakurserne er opdateret</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Kurserne kunne ikke opdateres</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>ET</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>KO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ryd hele hukommelsen (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ryd hele hukommelsen</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinusgrader</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinusradianer</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinusnygrader</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>inverse sinusgrader</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>inverse sinusradianer</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>inverse sinusnygrader</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hyperbolsk sinus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>invers hyperbolsk sinus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>cosinus-grader</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>cosinus-radianer</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>cosinus-nygrader</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>inverse cosinus-grader</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inverse cosinus-radianer</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inverse cosinus-nygrader</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hyperbolsk cosinus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>invers hyperbolsk cosinus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangensgrader</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangensradianer</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangensnygrader</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>inverse tangensgrader</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inverse tangensradianer</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>inverse tangensnygrader</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hyperbolsk tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>invers hyperbolsk tangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sekant-grader</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sekant-radianer</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sekant-gradianer</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>inverse sekant-grader</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>inverse sekant-radianer</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>inverse sekant-gradianer</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hyperbolsk sekant</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>invers hyperbolsk sekant</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>cosekant-grader</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>cosekant-radianer</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>cosekant-gradianer</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>inverse cosekant-grader</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>inverse cosekant-radianer</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>inverse cosekant-gradianer</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hyperbolsk cosekant</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>invers hyperbolsk cosekant</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangent-grader</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Cotangent-radianer</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>cotangent-gradianer</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>inverse cotangensgrader</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>inverse cotangensradianer</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>inverse cotangensgradianer</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hyperbolsk cotangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>invers hyperbolsk cotangens</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Kubikrod</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Grundlæggende log</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absolut værdi</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>venstre skift</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>højre skift</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>fakultet</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grad minut sekund</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>naturlig log</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>kvadrat</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y rod</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 kategori</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft-serviceaftale</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Fra</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rul til venstre for beregningsresultat</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rul til højre for beregningsresultat</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Beregning mislykkedes</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grundlæggende log Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometri</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funktion</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Uligheder</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uligheder</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitvis</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bit-skift</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Omvendt funktion</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk funktion</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekant</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk sekant</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bue-sekant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk bue-sekant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosekant</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk cosekant</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bue-cosekant</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk bue-cosekant</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangent</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk cotangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bue-cotangent</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk bue-cotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nedrunding</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oprunding</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vilkårlig</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absolut værdi</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eulers nummer</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>To til eksponenten</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Roter mod venstre med mente</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Roter mod højre med mente</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Venstre Skift</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Venstre skift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Højre Skift</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Højre skift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmetisk skift</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logisk skift</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Roter cirkulært skift</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Roter gennem cirkulært menteskift</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubikrod</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometri</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktioner</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitvis</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitskift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Videnskabelige operatørpaneler</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatørpaneler for programmer</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>mest signifikante bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Grafisk afbildning</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plot</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opdater visning automatisk (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graf</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatisk bedste match</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Manuel justering</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Grafvisning er blevet nulstillet</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom ind (Ctrl+plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom ind</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom ud (Ctrl+minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom ud</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tilføj ligning</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Det er ikke muligt at dele på nuværende tidspunkt.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Se, hvad jeg har afbildet med Windows Lommeregner</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Ligninger</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variabler</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Billede af en graf med ligninger</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variabler</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Trin</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maks.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Farve</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Typografi</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Funktionsanalyse</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funktionen har ikke nogen vandrette asymptoter.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funktionen har ikke nogen bøjningspunkter.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funktionen har ikke nogen maksima-punkter.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funktionen har ikke nogen minima-punkter.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstant</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Faldende</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Funktionens monotonitet kunne ikke bestemmes.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Stigende</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Funktionens monotonitet er ukendt.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funktionen har ikke nogen skråtstillede aysmptoter.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Funktionens paritet kan ikke bestemmes.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funktionen er lige.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funktionen er hverken lige eller ulige.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funktionen er ulige.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Funktionens paritet er ukendt.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodicitet understøttes ikke for denne funktion.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funktionen er ikke periodisk.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Funktionens periodicitet er ukendt.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Disse funktioner er for komplekse til at kunne beregnes i Lommeregner:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funktionen har ikke nogen lodrette asymptoter.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funktionen har ikke nogen x-afbrydelser.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funktionen har ikke nogen y-afbrydelser.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domæne</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Vandrette asymptoter</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Bøjningspunkter</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analysen understøttes ikke for denne funktion.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analyse understøttes kun for funktioner i f(x)-format. Eksempel: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonitet</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Skråtstillede asymptoter</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paritet</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Cyklus</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Interval</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Lodrette asymptoter</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-skæring</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-skæring</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Analysen kunne ikke udføres for denne funktion.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Domænet for denne funktion kan ikke beregnes.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Det er ikke muligt at beregne området for denne funktion.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Overløb (tallet er for stort)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Radiantilstanden er nødvendig for at afbilde denne ligning.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Denne funktion er for kompleks til grafisk illustration</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Gradstilstanden er nødvendig for at afbilde denne funktion</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Funktionen Fakultet har et ugyldigt argument</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Funktionen Fakultet har et argument, der er for stort til grafisk illustration</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulus kan kun bruges sammen med heltal</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Ligningen har ingen løsning</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Der kan ikke divideres med 0</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Ligningen indeholder logiske betingelser, der udelukker hinanden</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Ligningen er ude af domænet</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Grafisk afbildning af denne ligning understøttes ikke</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Ligningen mangler en venstreparentes</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Ligningen mangler en højreparentes</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Der er for mange decimaler i et tal</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Et decimaltegn mangler cifre</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Uventet slutning på udtryk</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Uventede tegn i udtrykket</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Ugyldige tegn i udtrykket</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Der er for mange lighedstegn</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funktionen skal indeholde mindst én x- eller y-variabel</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Ugyldigt udtryk</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Udtrykket er tomt</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Lig med er brugt uden en ligning</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Parentes mangler efter funktionsnavn</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>En matematisk handling har det forkerte antal parametre</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Et variabelnavn er ugyldigt</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Ligningen mangler en venstreparentes</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Ligningen mangler en højreparentes</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" og \"I\" kan ikke bruges som variabelnavne</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Ligningen kunne ikke afbildes</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Cifferet kunne ikke beregnes for den bestemte base</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Basis skal være større end 2 og mindre end 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>En matematisk handling kræver, at en af parametrene er en variabel</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Ligningen blander logiske operander og skalaroperander</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x eller y kan ikke bruges i de øvre eller nedre grænser</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x eller y kan ikke bruges i grænsepunktet</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Du kan ikke bruge komplekse uendelige tal</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Der kan ikke bruges komplekse tal i uligheder</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tilbage til funktionslisten</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tilbage til funktionslisten</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analysefunktion</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analysefunktion</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analysefunktion</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Fjern ligning</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fjern ligning</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Fjern ligning</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Del</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Del</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Skift ligningens typografi</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skift ligningens typografi</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Skift ligningens typografi</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Vis ligning</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Skjul ligning</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Vis ligning %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Skjul ligning %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Stop sporing</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Start sporing</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Diagram visnings vindue, x-akse, der er afgrænset af %1 og %2, y-aksen er afgrænset af %3 og %4, der vises %5 ligninger</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfigurer skyder</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfigurer skyder</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Skift til ligningstilstand</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Skift til graftilstand</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skift til ligningstilstand</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Den aktuelle tilstand er ligningstilstand</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Den aktuelle tilstand er graftilstand</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Vindue</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Grader</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Nygrader</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radianer</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Enheder</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Nulstil visning</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-maks.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-min.</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-maks.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-min.</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Grafindstillinger</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafindstillinger</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Grafindstillinger</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable indstillinger</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Skift variable indstillinger</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stregtykkelse</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Linjeindstillinger</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lille stregtykkelse</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Mellem stregtykkelse</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Stor stregtykkelse</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ekstra stor stregtykkelse</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Angiv et udtryk</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiér</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Klip</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiér</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Sæt ind</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Fortryd</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Markér alle</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Liste til funktionsindtastning</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Liste til funktionsindtastning</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel til funktionsindtastning</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panelet Variabel</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Liste med variabler</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Listeelement til variabel %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstfelt til variabelværdi</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skyder til variabelværdi</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstfelt til minimumværdi for variabel</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstfelt til variabel trinværdi</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstfelt til maksimumværdi for variabel</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Ubrudt stregtype</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Prikket stregtype</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stiplet stregtype</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Marineblå</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Havskum</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violet</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Grøn</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Myntegrøn</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Mørkegrøn</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Koksgrå</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Rød</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Lys blomme</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Gul guld</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Lys orange</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Brun</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Sort</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Hvid</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Farve 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Farve 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Farve 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Farve 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Graftema</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Altid lys</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Match app-tema</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Altid lys</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Match app-tema</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funktionen er fjernet</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ligningsfelt til funktionsanalyse</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Er lig med</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mindre end</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mindre end eller lig med</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lig med</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Større end eller lig med</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Er større end</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Send</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktionsanalyse</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafindstillinger</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Oversigt og hukommelseslister</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Hukommelsesliste</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Hukommelsen %1 er ryddet</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Lommeregner altid øverst</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Lommeregner tilbage til fuld visning</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Aritmetisk skift valgt</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Logisk skift er valgt</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Roter cirkulært skift valgt</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Roter gennem cirkulært menteskift valgt</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Indstillinger</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Udseende</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>App tema</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Vælg, hvilket apptema der skal vises</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Lys</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Mørk</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Brug systemindstilling</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tilbage</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Siden Indstillinger</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Åbn genvejsmenuen for tilgængelige handlinger</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Kunne ikke gendanne dette snapshot.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/de-DE/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Ungültige Eingabe</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Undefiniertes Ergebnis</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Nicht genügend Speicher</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Überlauf</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Ergebnis nicht definiert</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Ergebnis nicht definiert</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Überlauf</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Überlauf</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Teilen durch 0 nicht möglich</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/de-DE/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Rechner</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Rechner [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows-Rechner</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows-Rechner [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Rechner</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Rechner [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopieren</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Einfügen</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Ungefähr gleich</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, Wert %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 Bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>Niederwertigstes Bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Speicher-Flyout öffnen</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Speicher-Flyout schließen</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Immer im Vordergrund</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Zurück zum Vollbildmodus</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Speicher</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Verlauf (STRG+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tastatur zum Umschalten in Bitmodus</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Volltastatur</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Gesamten Speicher löschen (STRG+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Speicher</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Speicher</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Verlauf</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Verlauf</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Konverter</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Wissenschaftlich</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konvertermodus</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wissenschaftlicher Modus</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardmodus</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Gesamtverlauf löschen</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Gesamtverlauf löschen</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Ausblenden</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Wissenschaftlich</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmierer</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Konverter</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Rechner</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Konverter</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Rechner</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Konverter</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Rechner</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Die Anzeige lautet %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Ausdruck: %1, aktuelle Eingabe: %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Die Anzeige lautet %1 Komma</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Der Ausdruck lautet %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>In Zwischenablage kopierten Wert anzeigen</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Verlauf</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Speicher</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadezimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Dezimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Oktal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binär %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gesamtverlauf löschen</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Verlauf gelöscht</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Verlauf ausblenden</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Verlaufserweiterung öffnen</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Verlaufserweiterung schließen</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Speicher</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Speicher (STRG+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gesamten Speicher löschen</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Speicher geleert</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Speicher abrufen</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Speicher abrufen (STRG+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gespeicherten Wert addieren</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Gespeicherten Wert addieren (STRG+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gespeicherten Wert subtrahieren</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Gespeicherten Wert subtrahieren (STRG+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Element im Speicher löschen</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Element im Speicher löschen</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zum Wert im Speicher addieren</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zum Wert im Speicher addieren</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vom Wert im Speicher subtrahieren</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vom Wert im Speicher subtrahieren</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Element im Speicher löschen</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Element im Speicher löschen</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zum Wert im Speicher addieren</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Zum Wert im Speicher addieren</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vom Wert im Speicher subtrahieren</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Vom Wert im Speicher subtrahieren</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Löschen</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopieren</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Löschen</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Verlaufselement löschen</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Verlaufselement löschen</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rücktaste</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Null</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eins</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zwei</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Drei</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vier</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fünf</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sechs</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sieben</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Acht</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Neun</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>UND</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ODER</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NICHT</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nach links verschieben</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nach rechts verschieben</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Linke Umschalttaste</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rechte Umschalttaste</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exklusives ODER</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Umschaltfläche für Qword</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Umschaltfläche für Doppelwort</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Umschaltfläche für Word</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Umschaltfläche für Byte</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastatur zum Umschalten in Bitmodus</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Volltastatur</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dezimaltrennzeichen</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eingabe löschen</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Löschen</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dividieren durch</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiplizieren mit</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gleich</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Umkehrfunktion</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadratwurzel</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prozent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiv negativ</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiv negativ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reziprok</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Öffnende Klammer</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Linke runde Klammer, Anzahl der öffnenden Klammern %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Schließende Klammer</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Anzahl geöffneter Klammern %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Es sind keine zu schließenden Klammern vorhanden.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wissenschaftliche Schreibweise</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolische Funktion</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolischer Sinus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolischer Kosinus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolischer Tangens</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadrat</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubik</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkussinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuskosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkustangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolischer Arcussinus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolischer Arcuscosinus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolischer Arcustangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X-Potenz</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zehnerpotenz</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E-Potenz</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'y' Wurzel aus 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logarithmus</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natürlicher Logarithmus</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponentiell</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grad Minute Sekunde</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grad</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ganzzahliger Anteil</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bruchteil</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fakultät</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Umschaltfläche für Grad</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Umschaltfläche für Gon</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Umschaltfläche für Bogenmaß</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dropdownmenü „Modus“</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dropdownmenü „Kategorien“</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Immer im Vordergrund</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zurück zum Vollbildmodus</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Immer im Vordergrund (ALT+NACH-OBEN)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zurück zum Vollbildmodus (ALT+NACH-UNTEN)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Aus %1 %2 umwandeln</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Aus %1 Komma %2 umwandeln</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>In %1 %2 umwandeln</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 ist %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Eingabeeinheit</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Ausgabeeinheit</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Fläche</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Daten</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energie</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Länge</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Leistung</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Geschwindigkeit</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Zeit</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volumen</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatur</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Gewicht und Masse</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Druck</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Winkel</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Währung</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Flüssigunzen (GB)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (GB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Flüssigunzen (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Gallonen (GB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (GB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Gallonen (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Liter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>l</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Milliliter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pint (GB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (GB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pint (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Esslöffel (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>El (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Teelöffel (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Esslöffel (GB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>El (GB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Teelöffel (GB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>TL (GB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Quart (GB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (GB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Quart (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Messbecher (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cup (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>GBit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>PS (USA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>hr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>MBit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>PBit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>TBit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>w</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>Nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Morgen</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU (British Thermal Unit)</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTUs/Minute</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Kalorien (thermochemisch)</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Zentimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Zentimeter pro Sekunde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Kubikzentimeter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kubikfuß</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Kubikzoll</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Kubikmeter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Kubikyard</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Tage</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektronenvolt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Fuß</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Fuß pro Sekunde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Foot-Pounds</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Foot-Pounds/Minute</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Pferdestärken (USA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Stunden</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Zoll</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowattstunden</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Kalorien (Lebensmittel)</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometer pro Stunde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Knoten</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Meter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Meter pro Sekunde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikrometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekunden</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Meilen</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Meilen pro Stunde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Millimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Millisekunden</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minuten</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ångström</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Seemeilen</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekunden</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Quadratzentimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Quadratfuß</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Quadratzoll</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Quadratkilometer</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Quadratmeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Quadratmeilen</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Quadratmillimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Quadratyard</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Wochen</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yard</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Jahre</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>kt</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>Grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>gon</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>ATM</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>bar</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>Psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>t (GB)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>t (USA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karat</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Grad</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Bogenmaß</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gon</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosphäre</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bar</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimeter-Quecksilbersäule </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Pfund pro Quadratzoll</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Zentigramm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagramm</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Dezigramm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gramm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektogramm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogramm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Tonnen (GB)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Milligramm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Unzen</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Pfund</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Tonnen (USA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Tonnen (metrisch)</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>Fußballfelder</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>Fußballfelder</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>Disketten</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>Disketten</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>Batterien</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>Batterien</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>Büroklammern</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>Büroklammern</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>Jumbojets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>Jumbojets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>Glühbirnen</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>Glühbirnen</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>Pferde</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>Pferde</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>Badewannen</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>Badewannen</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>Schneeflocken</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>Schneeflocken</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>Elefanten</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>Elefanten</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>Schildkröten</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>Schildkröten</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>Düsenflugzeuge</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>Düsenflugzeuge</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>Wale</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>Wale</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>Kaffeetassen</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>Kaffeetassen</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>Schwimmbecken</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>Schwimmbecken</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>Hand</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>Hand</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>Papierbögen</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>Papierbögen</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>Burgen</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>Burgen</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>Bananen</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>Bananen</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>Kuchenstücke</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>Kuchenstücke</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>Lokomotiven</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>Lokomotiven</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>Fußbälle</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>Fußbälle</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Gespeicherter Wert</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zurück</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zurück</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft-Software-Lizenzbedingungen</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Vorschau</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft-Datenschutzbestimmungen</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Alle Rechte vorbehalten.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Um zu erfahren, wie Sie am Windows-Rechner mitwirken können, checken Sie das Projekt auf %HL%GitHub%HL% aus.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Info</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Feedback senden</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Es ist noch kein Verlauf vorhanden.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Es ist nichts im Speicher gespeichert.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Speicher</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Dieser Ausdruck kann nicht eingefügt werden.</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Datumsberechnung</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berechnungsmodus</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Addieren</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Tage addieren oder subtrahieren</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Datum</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Differenz zwischen Datumsangaben</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Tage</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Differenz</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Von</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Monate</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Subtrahieren</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Bis</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Jahre</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Datum außerhalb des gültigen Bereichs</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>Tag</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>Tage</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>Monat</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>Monate</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Gleiche Datumsangaben</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>Woche</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>Wochen</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>Jahr</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>Jahre</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Differenz %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Berechnetes Datum %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Rechnermodus: %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Konvertermodus: %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Modus für Datumsberechnung</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Verlaufs- und Speicherlisten</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Speichersteuerelemente</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardfunktionen</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Anzeigesteuerelemente</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardoperatoren</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zehnertastatur</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Winkeloperatoren</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wissenschaftliche Funktionen</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Basisauswahl</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmieroperatoren</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Auswahl des Eingabemodus</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastatur zum Umschalten in Bitmodus</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bildlauf links für Ausdruck</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bildlauf rechts für Ausdruck</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Maximale Anzahl von Ziffern erreicht. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 im Speicher gespeichert</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Speichersteckplatz %1 ist %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Speichersteckplatz %1 freigegeben</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>geteilt durch</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mal</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>hoch</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y-te Wurzel von</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Linksverschiebung</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>rechte Umschalttaste</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>oder</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x oder</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>und</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Aktualisiert: %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Preise aktualisieren</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Es können Datengebühren anfallen.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Neue Preise konnten nicht abgerufen werden. Versuchen Sie es später noch einmal.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Überprüfen Sie Ihre %HL%Netzwerkeinstellungen%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Währungswechselkurse werden aktualisiert</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Währungswechselkurse aktualisiert</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Kurse konnten nicht aktualisiert werden</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Gesamten Speicher löschen (STRG+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gesamten Speicher löschen</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>Sinus (Grad)</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>Sinus (Bogenmaß)</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>Sinus (Gon)</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>Inverser Sinus (Grad)</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>Inverser Sinus (Bogenmaß)</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>Inverser Sinus (Gon)</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>Hyperbolischer Sinus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>Inverser hyperbolischer Sinus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>Kosinus (Grad)</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>Kosinus (Bogenmaß)</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>Kosinus (Gon)</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>Inverser Kosinus (Grad)</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>Inverser Kosinus (Bogenmaß)</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>Inverser Kosinus (Gon)</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>Hyperbolischer Kosinus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>Inverser hyperbolischer Kosinus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>Tangens (Grad)</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>Tangens (Bogenmaß)</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>Tangens (Gon)</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>Inverser Tangens (Grad)</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>Inverser Tangens (Bogenmaß)</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>Inverser Tangens (Gon)</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>Hyperbolischer Tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>Inverser hyperbolischer Tangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>Sekans (Grad)</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>Sekans (Bogenmaß)</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>Sekans (Gon)</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>Inverser Sekans (Grad)</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>Inverser Sekans (Bogenmaß)</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>Inverser Sekans (Gon)</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>Hyperbolischer Sekans</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>Areasekans Hyperbolicus</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>Kosekans (Grad)</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>Kosekans (Bogenmaß)</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>Kosekans (Gon)</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>Inverser Kosekans (Grad)</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>Inverser Kosekans (Bogenmaß)</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>Inverser Kosekans (Gon)</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>Hyperbolischer Kosekans</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>Areakosekans Hyperbolicus</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>Kotangens (Grad)</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Kotangens (Bogenmaß)</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>Kotangens (Gon)</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>Inverser Kotangens (Grad)</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>Inverser Kotangens (Bogenmaß)</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>Inverser Kotangens (Gon)</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>Hyperbolischer Kotangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>Areakotangens Hyperbolicus</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Kubikwurzel</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Logarithmische Basis</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absoluter Wert</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>Linksverschiebung</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>Rechtsverschiebung</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>Fakultät</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>Grad Minute Sekunde</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>Natürlicher Logarithmus</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>Quadrat</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y-te Wurzel von</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Kategorie %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft-Servicevertrag</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Von</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Im Berechnungsergebnis nach links scrollen</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Im Berechnungsergebnis nach rechts scrollen</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Fehler bei der Berechnung</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logarithmus zur Basis Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometrie</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funktion</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Ungleichheiten</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ungleichheiten</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitweise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bitweise Verschiebung</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Umkehrfunktion</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolische Funktion</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolischer Sekans</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bogensekante</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolische Bogensekante</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolischer Kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bogenkosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolischer Bogenkosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolischer Kotangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuskotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolischer Arkuskotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Abrundungsfunktion</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aufrundungsfunktion</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zufällig</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absoluter Wert</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eulersche Zahl</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zweierpotenz</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NOR</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NOR</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zyklische Verschiebung (links)</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zyklische Verschiebung (rechts)</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Linke Umschalttaste</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Linksverschiebung</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rechte Umschalttaste</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Rechtsverschiebung</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Arithmetische Verschiebung</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logische Verschiebung</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Zyklische Verschiebung</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Zyklische Verschiebung mit Übertragsbit</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubikwurzel</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometrie</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktionen</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitweise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitverschiebung</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wissenschaftliche Operatorbereiche</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatorbereiche für Programmierer</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>Wichtigstes Bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Diagramm</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zeichnen</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ansicht automatisch aktualisieren (STRG + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diagrammansicht</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatische optimale Anpassung</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Manuelle Anpassung</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Die Diagrammansicht wurde zurückgesetzt</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vergrößern (STRG + Plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vergrößern</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Verkleinern (STRG + Minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Verkleinern</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Gleichung hinzufügen</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Teilen momentan nicht möglich.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Mein mit dem Windows-Rechner erstelltes Diagramm</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Gleichungen</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variablen</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Abbildung eines Diagramms mit Gleichungen</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variablen</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Schritt</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Farbe</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stil</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Funktionsanalyse</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Die Funktion hat keine horizontalen Asymptoten.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Die Funktion hat keine Wendepunkte.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Die Funktion hat keine Maxima.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Die Funktion hat keine Minima.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstante</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Abnehmend</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Die Monotonie der Funktion kann nicht ermittelt werden.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Zunehmend</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Die Monotonie der Funktion ist unbekannt.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Die Funktion hat keine schiefen Asymptoten.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Die Parität der Funktion kann nicht ermittelt werden.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Die Funktion ist gerade.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Die Funktion ist weder gerade noch ungerade.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Die Funktion ist ungerade.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Die Funktionsparität ist unbekannt.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Für diese Funktion wird keine Periodizität unterstützt.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Die Funktion ist nicht periodisch.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Die Funktionsperiodizität ist unbekannt.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Die folgenden Merkmale können aufgrund ihrer Komplexität nicht mit dem Rechner berechnet werden:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Die Funktion hat keine vertikalen Asymptoten.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Die Funktion hat keine x-Achsenabschnitte.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Die Funktion hat keine y-Achsenabschnitte.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domäne</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Horizontale Asymptoten</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Wendepunkte</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Für diese Funktion wird keine Analyse unterstützt.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Die Analyse wird nur für Funktionen im Format f(x) unterstützt. Beispiel: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maxima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonie</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Schräge Asymptoten</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Parität</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Periode</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Bereich</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Vertikale Asymptoten</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-Achsenabschnitt</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-Achsenabschnitt</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Für die Funktion konnte keine Analyse durchgeführt werden.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Die Domäne für diese Funktion kann nicht berechnet werden.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Der Bereich für diese Funktion kann nicht berechnet werden.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Überlauf (die Zahl ist zu groß)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Der „Bogenmaß“-Modus ist erforderlich, um den Graphen dieser Gleichung darzustellen.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Diese Funktion ist zu komplex für eine Darstellung ihres Graphen.</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Der „Grad“-Modus ist erforderlich, um den Graphen dieser Gleichung darzustellen.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Die Fakultät-Funktion enthält ein ungültiges Argument.</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Die Fakultät-Funktion enthält ein Argument, das für eine grafische Darstellung zu groß ist.</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>„Modulo“ kann nur mit ganzen Zahlen verwendet werden.</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Die Gleichung hat keine Lösung.</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Division durch 0 nicht möglich.</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Die Gleichung enthält logische Bedingungen, die sich gegenseitig ausschließen.</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Die Gleichung lieg außerhalb des Bereichs.</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Die Diagrammerstellung wird für diese Gleichung nicht unterstützt.</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>In der Gleichung fehlt eine öffnende Klammer.</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>In der Gleichung fehlt eine schließende Klammer.</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Eine Zahl enthält zu viele Dezimalstellen</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Einem Dezimaltrennzeichen fehlen Ziffern.</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Unerwartetes Ende des Ausdrucks</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Unerwartete Zeichen im Ausdruck.</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Ungültige Zeichen im Ausdruck.</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Zu viele Gleichheitszeichen.</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Die Funktion muss mindestens eine x- oder y-Variable enthalten.</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Ungültiger Ausdruck.</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Der Ausdruck ist leer</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>„Gleich“ wurde ohne Gleichung verwendet.</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Klammer fehlt hinter Funktionsname.</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Eine mathematischer Operation weist die falsche Anzahl von Parametern auf.</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Ein Variablenname ist ungültig.</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>In der Gleichung fehlt eine öffnende eckige Klammer.</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>In der Gleichung fehlt eine schließende eckige Klammer.</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>„i“ und „I“ können nicht als Variablennamen verwendet werden.</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Der Graph der Gleichung konnte nicht dargestellt werden.</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Die Ziffer konnte für die angegebene Basis nicht aufgelöst werden.</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Die Basis muss größer als 2 und kleiner als 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Eine mathematische Operation setzt voraus, dass einer ihrer Paramater eine Variable ist</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>In der Gleichung werden logische und skalare Operanden gemischt verwendet.</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x oder y können nicht in den Ober- oder Untergrenzen verwendet werden.</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x oder y können nicht im Grenzwertpunkt verwendet werden.</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Komplexe Unendlichkeit kann nicht verwendet werden.</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>In Ungleichungen können keine komplexen Zahlen verwendet werden.</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zurück zur Funktionsliste</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zurück zur Funktionsliste</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Funktion analysieren</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktion analysieren</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Funktion analysieren</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Gleichung entfernen</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gleichung entfernen</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Gleichung entfernen</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teilen</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teilen</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Gleichungsstil ändern</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gleichungsstil ändern</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Gleichungsstil ändern</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Gleichung anzeigen</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Gleichung ausblenden</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Gleichung %1 anzeigen</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Gleichung %1 ausblenden</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Erfassung beenden</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Erfassung starten</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Diagrammanzeigefenster, x-Achse begrenzt durch %1 und %2, y-Achse begrenzt durch %3 und %4, Anzeige von %5 Gleichungen</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Schieberegler konfigurieren</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Schieberegler konfigurieren</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>In den Gleichungsmodus wechseln</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>In den Diagrammmodus wechseln</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>In den Gleichungsmodus wechseln</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Aktueller Modus: Gleichungsmodus</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Aktueller Modus: Diagrammmodus</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Fenster</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Grad</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gon</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Bogenmaß</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Einheiten</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Ansicht zurücksetzen</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Diagrammoptionen</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diagrammoptionen</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Diagrammoptionen</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable Optionen</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Variable Optionen umschalten</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Linienstärke</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Linienoptionen</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Dünne Linienstärke</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Mittlere Linienstärke</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Dicke Linienstärke</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Sehr dicke Linienstärke</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Ausdruck eingeben</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopieren</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ausschneiden</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopieren</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Einfügen</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Rückgängig machen</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Alles auswählen</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktionseingabe</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktionseingabe</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktionseingabebereich</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variablenbereich</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variablenliste</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>%1-Listenelement der Variablen</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textfeld für Variablenwert</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variablenwert-Schieberegler</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textfeld für den Variablenminimalwert</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textfeld für den Variableninkrementalwert</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textfeld für den Variablenmaximalwert</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Linienart ohne Durchschuss</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Punktlinienart</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Gedankenstrichlinienart</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Marineblau</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Gischt</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Lila</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Grün</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Minzgrün</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Dunkelgrün</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Kohle</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Rot</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Pflaume hell</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Gelbgold</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Hellorange</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Braun</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Schwarz</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Weiß</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Farbe 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Farbe 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Farbe 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Farbe 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Diagrammdesign</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Immer hell</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Mit App-Thema abgleichen</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Thema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Immer hell</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mit App-Thema abgleichen</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funktion entfernt</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktionsanalyse-Gleichungsfeld</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gleich</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kleiner als</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kleiner als oder gleich</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gleich</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Größer als oder gleich</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Größer als</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Übermitteln</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktionsanalyse</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diagrammoptionen</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Verlaufs- und Speicherlisten</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Speicherliste</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Verlauf des Slots %1 freigegeben</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Rechner immer im Vordergrund</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Rechner zurück zur Vollbildanzeige</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Arithmetische Verschiebung ausgewählt</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Logische Verschiebung ausgewählt</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Drehen mit kreisförmiger Verschiebung ausgewählt</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Drehen durch Zirkelverschiebung ausgewählt</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Einstellungen</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Darstellung</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>App-Design</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Auswählen des anzuzeigenden App-Designs</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Hell</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Dunkel</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Systemeinstellung verwenden</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zurück</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Seite „Einstellungen“</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Öffnen des Kontextmenüs für verfügbare Aktionen</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Diese Momentaufnahme konnte nicht wiederhergestellt werden.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/el-GR/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Μη έγκυρη τιμή εισόδου</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Ακαθόριστο αποτέλεσμα</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Η μνήμη δεν επαρκεί</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Υπερχείλιση</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Ακαθόριστο αποτέλεσμα</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Ακαθόριστο αποτέλεσμα</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Υπερχείλιση</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Υπερχείλιση</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Δεν είναι δυνατή η διαίρεση με μηδέν</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/el-GR/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Αριθμομηχανή</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Αριθμομηχανή [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Αριθμομηχανή των Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Αριθμομηχανή των Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Αριθμομηχανή</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Αριθμομηχανή [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Αντιγραφή</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Επικόλληση</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Ισούται περίπου με</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, τιμή %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63ο</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62ο</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61ο</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60ο</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59ο</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58ο</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57ο</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56ο</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55ο</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54ο</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53ο</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52ο</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51ο</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50ο</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49ο</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48ο</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47ο</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46ο</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45ο</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44ο</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43ο</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42ο</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41ο</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40ο</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39ο</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38ο</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37ο</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36ο</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35ο</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34ο</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33ο</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32ο</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31ο</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30ο</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29ο</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28ο</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27ο</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26ο</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25ο</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24ο</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23ο</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22ο</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21ο</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20ο</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19ο</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18ο</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17ο</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16ο</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15ο</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14ο</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13ο</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12ο</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11ο</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10ο</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9ο</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8ο</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7ο</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6ο</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5ο</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4ο</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3ο</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2ο</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1ο</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>λιγότερο σημαντικό bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Άνοιγμα αναδυόμενου στοιχείου μνήμης</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Κλείσιμο αναδυόμενου στοιχείου μνήμης</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Διατήρηση στην κορυφή</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Επιστροφή στην πλήρη προβολή</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Μνήμη</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ιστορικό (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Πληκτρολόγιο εναλλαγής bit</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Πλήρες πληκτρολόγιο</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Εκκαθάριση όλης της μνήμης (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Μνήμη</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Μνήμη</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Ιστορικό</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ιστορικό</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Μετατροπέας</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Επιστημονική</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Τυπική</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Λειτουργία μετατροπέα</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Επιστημονική λειτουργία</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τυπική λειτουργία</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Εκκαθάριση όλου του ιστορικού</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Εκκαθάριση όλου του ιστορικού</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Απόκρυψη</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Τυπική</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Επιστημονική</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Προγραμματιστής</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Μετατροπέας</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Αριθμομηχανή</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Μετατροπέας</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Αριθμομηχανή</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Μετατροπείς</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Αριθμομηχανές</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Η οθόνη δείχνει %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Η παράσταση είναι %1, η τρέχουσα είσοδος είναι %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Η προβολή δείχνει %1 κόμμα</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Η παράσταση είναι %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Η εμφανιζόμενη τιμή αντιγράφηκε στο πρόχειρο</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Ιστορικό</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Μνήμη</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Δεκαεξαδικό %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Δεκαδικό %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Οκταδικό %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Δυαδικό %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εκκαθάριση όλου του ιστορικού</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Έγινε εκκαθάριση του ιστορικού</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Απόκρυψη ιστορικού</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Άνοιγμα αναδυόμενου στοιχείου ιστορικού</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Κλείσιμο αναδυόμενου στοιχείου ιστορικού</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Χώρος αποθήκευσης μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Αποθήκευση στη μνήμη (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εκκαθάριση όλης της μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Έγινε εκκαθάριση της μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ανάκληση μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ανάκληση από τη μνήμη (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Προσθήκη μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Πρόσθεση στη μνήμη (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αφαίρεση μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Αφαίρεση στη μνήμη (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εκκαθάριση στοιχείου μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Εκκαθάριση στοιχείου μνήμης</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Προσθήκη σε στοιχείο μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Προσθήκη σε στοιχείο μνήμης</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αφαίρεση από στοιχείο μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Αφαίρεση από στοιχείο μνήμης</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εκκαθάριση στοιχείου μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Εκκαθάριση στοιχείου μνήμης</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Προσθήκη σε στοιχείο μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Προσθήκη σε στοιχείο μνήμης</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αφαίρεση από στοιχείο μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Αφαίρεση από στοιχείο μνήμης</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Διαγραφή</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Αντιγραφή</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Διαγραφή</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Διαγραφή στοιχείου ιστορικού</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Διαγραφή στοιχείου ιστορικού</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Μηδέν</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ένα</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Δύο</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τρία</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τέσσερα</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πέντε</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Έξι</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εφτά</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Οχτώ</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εννέα</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Και</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Or</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Not</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Περιστροφή στα αριστερά</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Περιστροφή στα δεξιά</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αριστερό πλήκτρο shift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Δεξί πλήκτρο shift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αποκλειστικό Ή</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εναλλαγή τετραπλής λέξης</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εναλλαγή διπλής λέξης</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εναλλαγή λέξης</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εναλλαγή byte</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πληκτρολόγιο εναλλαγής bit</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πλήρες πληκτρολόγιο</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Διαχωριστικό δεκαδικών</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Απαλοιφή καταχώρησης</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Απαλοιφή</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Διαίρεση διά του</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πολλαπλασιασμός επί</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ισούται με</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αντίστροφη συνάρτηση</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πλην</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Πλην</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Συν</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τετραγωνική ρίζα</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ποσοστό</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Θετικός, αρνητικός</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Θετικός, αρνητικός</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αντίστροφο</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αριστερή παρένθεση</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Αριστερή παρένθεση, πλήθος ανοιχτών παρενθέσεων %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Δεξιά παρένθεση</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Πλήθος ανοιχτών παρενθέσεων %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Δεν υπάρχουν ανοιχτές παρενθέσεις για κλείσιμο.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Επιστημονική σημειογραφία</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υπερβολική συνάρτηση</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>π</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ημίτονο</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Συνημίτονο</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εφαπτομένη</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υπερβολικό ημίτονο</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υπερβολικό συνημίτονο</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υπερβολική εφαπτομένη</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τετράγωνο</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Κύβος</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τόξο ημιτόνου</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τόξο συνηµιτόνου</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τόξο εφαπτομένης</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τόξο υπερβολικού ημιτόνου</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τόξο υπερβολικού συνημιτόνου</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τόξο υπερβολικής εφαπτομένης</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'Χ' εις τον εκθέτη</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Δέκα εις τον εκθέτη</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' εις τον εκθέτη</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'y' ρίζα του 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Λογάριθμος</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Φυσικός λογάριθμος</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υπόλοιπο</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εκθετικός</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Μοίρες, λεπτά, δευτερόλεπτα</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Μοίρες</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ακέραιο μέρος</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Κλασματικό μέρος</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Παραγοντικό</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εναλλαγή μοιρών</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εναλλαγή βαθμών</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εναλλαγή ακτινίων</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αναπτυσσόμενη λίστα λειτουργίας</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αναπτυσσόμενη λίστα κατηγοριών</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Διατήρηση στην κορυφή</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Επιστροφή στην πλήρη προβολή</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Διατήρηση στην κορυφή (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Επιστροφή στην πλήρη προβολή (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Μετατροπή από %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Μετατροπή από %1 κόμμα %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Μετατροπή σε %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 είναι %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Μονάδα εισόδου</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Μονάδα εξόδου</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Εμβαδόν</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Δεδομένα</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Ενέργεια</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Μήκος</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Ισχύς</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Ταχύτητα</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Χρόνος</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Όγκος</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Θερμοκρασία</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Βάρος και μάζα</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Πίεση</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Γωνία</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Νόμισμα</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Ουγγιές υγρού (Η.Β.)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (Η.Β.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Ουγγιές υγρού (Η.Π.Α.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (Η.Π.Α.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Γαλόνια (Η.Β.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>γαλ (Η.Β.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Γαλόνια (Η.Π.Α.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>γαλ. (Η.Π.Α.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Λίτρα</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Χιλιοστόλιτρα</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Πίντες (Η.Β.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (Η.Β.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Πίντες (Η.Π.Α.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (Η.Π.Α.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Κουτάλια της σούπας (Η.Π.Α.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>κ.γλ. (Η.Π.Α.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Κουτάλια του γλυκού (Η.Π.Α.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>κ.σ. (Η.Π.Α.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Κουτάλια της σούπας (Η.Β.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>κ.σ. (Η.Β.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Κουταλάκια του γλυκού (Η.Β.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>κ.σ. (Η.Β.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Τέταρτα γαλονιού (Η.Β.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (Η.Β.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Τέταρτα γαλονιού (Η.Π.Α.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (Η.Π.Α.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Φλιτζάνια (Η.Π.Α.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>φλιτζ. (Η.Π.Α.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/λεπ.</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>θερμ.</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>εκ.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>εκ/δ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>ημ.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>π/δ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>εκτ.</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>ιπ (Η.Π.Α.)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>ώρ.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>ίν</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>χλμ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>χλμ/ώ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>κομ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>μ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>μ/δ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>μίλ.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>χλμ ανά ώ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>χιλ.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>λεπ.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>νμ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>ν.μίλι</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/λεπ</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>δ.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>εκ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>ίντσ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>χλμ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>μ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>εβδ.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>έτ.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Ακρ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Βρετανικές μονάδες θερμότητας</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/λεπτό</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Byte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Θερμίδες</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Εκατοστά</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Εκατοστά ανά δευτερόλεπτο</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Κυβικά εκατοστά</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Κυβικά πόδια</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Κυβικές ίντσες</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Κυβικά μέτρα</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Κυβικές γιάρδες</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Ημέρες</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Κελσίου</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Φαρενάιτ</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Ηλεκτρονιοβόλτ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Πόδια</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Πόδια ανά δευτερόλεπτο</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Ποδολίβρες</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Ποδολίβρες/λεπτό</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Εκτάρια</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Ίπποι (Η.Π.Α.)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Ώρες</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Ίντσες</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Τζάουλ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Κιλοβατώρες</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Κέλβιν</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Διατροφικές θερμίδες</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Κιλοτζάουλ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Χιλιόμετρα</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Χιλιόμετρα ανά ώρα</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Κιλοβάτ</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Κόμβοι</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Μαχ</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Μέτρα</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Μέτρα ανά δευτερόλεπτο</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Μικρόν</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Μικροδευτερόλεπτα</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Μίλια</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Μίλια ανά ώρα</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Χιλιοστά</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Χιλιοστά δευτερολέπτου</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Λεπτά</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Νανόμετρα</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Άνγκστρομ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Ναυτικά μίλια</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Δευτερόλεπτα</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Τετραγωνικά εκατοστά</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Τετραγωνικά πόδια</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Τετραγωνικές ίντσες</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Τετραγωνικά χιλιόμετρα</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Τετραγωνικά μέτρα</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Τετραγωνικά μίλια</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Τετραγωνικά χιλιοστά</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Τετραγωνικές γιάρδες</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Βατ</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Εβδομάδες</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Γιάρδες</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Έτη</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CT</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>μοίρ.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>ακτ</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>ατμ</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>εκγρ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>δγρ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>γρ.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>εκτγρ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (Η.Β.)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>χγλ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>τόνος (Η.Π.Α.)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>τ.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Καράτια</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Μοίρες</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Ακτίνια</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Βαθμοί</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Ατμόσφαιρες</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Μπαρ</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Κιλοπασκάλ</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Χιλιοστόμετρα στήλης υδραργύρου </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Πασκάλ</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Λίβρες ανά τετραγωνική ίντσα</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Εκατοστόγραμμα</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Δεκάγραμμα</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Δεκατόγραμμα</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Γραμμάρια</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Εκατόγραμμα</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Κιλά</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Μεγάλοι τόνοι (Η.Β.)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Χιλιοστόγραμμα</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Ουγγιές</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Λίβρες</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Μικροί τόνοι (Η.Π.Α.)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Μετρικοί τόνοι</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>γήπεδα ποδοσφαίρου</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>γήπεδα ποδοσφαίρου</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>δισκέτες</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>δισκέτες</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>μπαταρίες</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>μπαταρίες</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>συνδετήρες</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>συνδετήρες</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>τζάμπο τζετ</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>τζάμπο τζετ</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>λαμπτήρες</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>λαμπτήρες</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>ίπποι</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>ίπποι</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>μπανιέρες</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>μπανιέρες</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>νιφάδες χιονιού</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>νιφάδες χιονιού</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>ελέφαντες</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>ελέφαντες</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>χελώνες</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>χελώνες</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>τζετ</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>τζετ</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>φάλαινες</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>φάλαινες</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>φλιτζάνια καφέ</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>φλιτζάνια καφέ</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>πισίνες</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>πισίνες</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>10 εκ</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>10 εκ</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>φύλλα χαρτιού</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>φύλλα χαρτιού</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>κάστρα</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>κάστρα</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>μπανάνες</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>μπανάνες</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>φέτες κέικ</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>φέτες κέικ</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>μηχανές τρένου</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>μηχανές τρένου</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>μπάλες ποδοσφαίρου</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>μπάλες ποδοσφαίρου</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Στοιχείο μνήμης</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πίσω</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Πίσω</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Όροι άδειας χρήσης για λογισμικό της Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Προεπισκόπηση</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Δήλωση προστασίας προσωπικών δεδομένων της Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Με επιφύλαξη κάθε νόμιμου δικαιώματος.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Για να μάθετε πώς μπορείτε να συμβάλλουν στην αριθμομηχανή των Windows, αναλάβετε τον έλεγχο του έργου σε %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Πληροφορίες</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Αποστολή σχολίων</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Δεν υπάρχει ιστορικό ακόμα.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Δεν υπάρχει τίποτα αποθηκευμένο στη μνήμη.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Μνήμη</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Δεν είναι δυνατή η επικόλληση αυτής της παράστασης</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Υπολογισμός ημερομηνίας</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Λειτουργία υπολογισμού</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Πρόσθεση</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Πρόσθεση ή αφαίρεση ημερών</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Ημερομηνία</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Διαφορά μεταξύ ημερομηνιών</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Ημέρες</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Διαφορά</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Από</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Μήνες</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Αφαίρεση</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Προς</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Έτη</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Ημερομηνία εκτός ορίου</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>ημέρα</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>ημέρες</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>μήνας</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>μήνες</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Ίδιες ημερομηνίες</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>εβδομάδα</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>εβδομάδες</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>έτος</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>έτη</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Διαφορά %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Προκύπτουσα ημερομηνία %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 Λειτουργία αριθμομηχανής</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Λειτουργία μετατροπέα %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Λειτουργία υπολογισμού ημερομηνίας</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Λίστες ιστορικού και μνήμης</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Στοιχεία ελέγχου μνήμης</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τυπικές συναρτήσεις</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Στοιχεία ελέγχου εμφάνισης</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Βασικοί τελεστές</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αριθμητικό πληκτρολόγιο</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τελεστές γωνίας</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Επιστημονικές συναρτήσεις</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Επιλογή βάσης</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τελεστές προγραμματιστή</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Επιλογή λειτουργίας εισόδου</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πληκτρολόγιο εναλλαγής bit</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Κύλιση παράστασης προς τα αριστερά</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Κύλιση παράστασης προς τα δεξιά</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Συμπληρώθηκε ο μέγιστος αριθμός ψηφίων. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>Το %1 αποθηκεύτηκε στη μνήμη</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Η θέση μνήμης %1 είναι %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Έγινε εκκαθάριση της υποδοχής μνήμης %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>διά</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>φορές</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>πλην</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>συν</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>στη δύναμη του</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ρίζα y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>μετακίνηση αριστερά</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>μετακίνηση δεξιά</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ή</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x or</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>και</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Ενημέρωση %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Ενημέρωση χρεώσεων</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Ενδέχεται να ισχύουν χρεώσεις δεδομένων.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Δεν ήταν δυνατή η λήψη νέων ισοτιμιών. Δοκιμάστε ξανά αργότερα.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Εκτός σύνδεσης. Ελέγξτε τις%HL%Ρυθμίσεις δικτύου%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Ενημέρωση νομισματικών ισοτιμιών</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Οι νομισματικές ισοτιμίες ενημερώθηκαν</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Δεν ήταν δυνατή η ενημέρωση των ισοτιμιών</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Εκκαθάριση όλης της μνήμης (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εκκαθάριση όλης της μνήμης</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>ημίτονο σε μοίρες</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>ημίτονο σε ακτίνια</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>ημίτονο σε βαθμούς</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>τόξο ημιτόνου σε μοίρες</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>τόξο ημιτόνου σε ακτίνια</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>τόξο ημιτόνου σε βαθμούς</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>υπερβολικό ημίτονο</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>τόξο υπερβολικού ημιτόνου</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>συνημίτονο σε μοίρες</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>συνημίτονο σε ακτίνια</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>συνημίτονο σε βαθμούς</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>τόξο συνημιτόνου σε μοίρες</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>τόξο συνημιτόνου σε ακτίνια</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>τόξο συνημιτόνου σε βαθμούς</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>υπερβολικό συνημίτονο</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>τόξο υπερβολικού συνημιτόνου</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>εφαπτομένη σε μοίρες</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>εφαπτομένη σε ακτίνια</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>εφαπτομένη σε βαθμούς</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>τόξο εφαπτομένης σε μοίρες</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>τόξο εφαπτομένης σε ακτίνια</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>τόξο εφαπτομένης σε βαθμούς</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>υπερβολική εφαπτομένη</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>τόξο υπερβολικής εφαπτομένης</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>μοίρες τέμνουσας</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>ακτίνια τέμνουσας</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>βαθμοί τέμνουσας</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>μοίρες αντίστροφης τέμνουσας</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>ακτίνια αντίστροφης τέμνουσας</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>βαθμοί αντίστροφης τέμνουσας</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>υπερβολική τέμνουσα</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>αντίστροφη υπερβολική τέμνουσα</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>μοίρες συντέμνουσας</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>ακτίνια συντέμνουσας</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>βαθμοί συντέμνουσας</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>μοίρες αντίστροφης συντέμνουσας</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>ακτίνια αντίστροφης συντέμνουσας</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>βαθμοί αντίστροφης συντέμνουσας</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>υπερβολική συντέμνουσα</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>αντίστροφη υπερβολική συντέμνουσα</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>μοίρες συνεφαπτομένης</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Ακτίνια συνεφαπτομένης</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>βαθμοί συνεφαπτομένης</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>μοίρες αντίστροφης συνεφαπτομένης</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>ακτίνια αντίστροφης συνεφαπτομένης</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>βαθμοί αντίστροφης συνεφαπτομένης</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>υπερβολική συνεφαπτομένη</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>αντίστροφη υπερβολική συνεφαπτομένη</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Κυβική ρίζα</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Βάση λογαρίθμου</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Απόλυτη τιμή</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>μετακίνηση αριστερά</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>μετακίνηση δεξιά</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>παραγοντικό</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>μοίρα, λεπτό, δευτερόλεπτο</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>φυσικός λογάριθμος</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>τετράγωνο</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>ρίζα y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Κατηγορία %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Σύμβαση παροχής υπηρεσιών της Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Από</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Κύλιση αποτελέσματος υπολογισμού προς τα αριστερά</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Κύλιση αποτελέσματος υπολογισμού προς τα δεξιά</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Ο υπολογισμός απέτυχε</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Βάση λογαρίθμου Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Τριγωνομετρία</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Συνάρτηση</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Ανισότητες</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ανισότητες</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Λειτουργία bit</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Μετατόπιση bit</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αντίστροφη συνάρτηση</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υπερβολική συνάρτηση</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τέμνουσα</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υπερβολική τέμνουσα</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τέμνουσα τόξου</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υπερβολική τέμνουσα τόξου</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Συντέμνουσα</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υπερβολική συντέμνουσα</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Συντέμνουσα τόξου</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υπερβολική συντέμνουσα τόξου</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Συνεφαπτομένη</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υπερβολική συνεφαπτομένη</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Συνεφαπτομένη τόξου</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υπερβολική συνεφαπτομένη τόξου</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Δάπεδο</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Οροφή</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τυχαία</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Απόλυτη τιμή</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αριθμός Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Δύο εις τον εκθέτη</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Όχι και</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Όχι και</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Όχι ή</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Όχι ή</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Περιστροφή αριστερά με μεταφορά</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Περιστροφή δεξιά με μεταφορά</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αριστερή μετατόπιση</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Αριστερή μετατόπιση</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Δεξιά μετατόπιση</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Δεξιά μετατόπιση</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Αριθμητική μετατόπιση</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Λογική μετατόπιση</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Περιστροφή κυκλικής μετατόπισης</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Περιστροφή μέσω κυκλικής μετατόπισης με μεταφορά</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ρίζα κύβου</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Τριγωνομετρία</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Συναρτήσεις</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Λειτουργία bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Μετατόπιση bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πίνακες επιστημονικών τελεστών</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πίνακες τελεστών προγραμματιστή</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>περισσότερο σημαντικό bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Γραφική απεικόνιση</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Σχεδίαση</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Αυτόματη Ανανέωση προβολής (CTRL + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Προβολή γραφικών</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Αυτόματη βέλτιστη προσαρμογή</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Μη αυτόματη προσαρμογή</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Έχει πραγματοποιηθεί επαναφορά προβολής γραφήματος.</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Μεγέθυνση (CTRL + συν)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Μεγέθυνση</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Σμίκρυνση (CTRL + μείον)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Σμίκρυνση</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Προσθήκη εξίσωσης</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Δεν είναι δυνατή η κοινή χρήση αυτήν τη στιγμή.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Κοίτα το γράφημα που δημιούργησα με την Αριθμομηχανή των Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Εξισώσεις</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Μεταβλητές</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Εικόνα γραφήματος με εξισώσεις</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Μεταβλητές</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Βήμα</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Ελάχιστο</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Μέγιστο</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Χρώμα</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Υπολογισμός στυλ</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Ανάλυση συνάρτησης</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Η συνάρτηση δεν διαθέτει οριζόντιες ασύμπτωτες.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Η συνάρτηση δεν διαθέτει σημεία καμπής.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Η συνάρτηση δεν διαθέτει σημεία μέγιστων τιμών.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Η συνάρτηση δεν διαθέτει σημεία ελάχιστων τιμών.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Σταθερή</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Μείωση</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Δεν είναι δυνατός ο προσδιορισμός της μονοτονίας της συνάρτησης.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Αύξηση</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Η μονοτονία της συνάρτησης είναι άγνωστη.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Η συνάρτηση δεν έχει πλάγιες ασύμπτωτες.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Δεν είναι δυνατός ο προσδιορισμός της ισοτιμίας της συνάρτησης.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Η συνάρτηση είναι άρτια.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Η συνάρτηση δεν είναι ούτε άρτια ούτε περιττή.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Η συνάρτηση είναι περιττή.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Η ισοτιμία της συνάρτησης είναι άγνωστη.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Η περιοδικότητα δεν υποστηρίζεται για αυτήν τη συνάρτηση.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Η συνάρτηση δεν είναι περιοδική.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Η περιοδικότητα της συνάρτησης είναι άγνωστη.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Αυτά τα χαρακτηριστικά είναι πολύ περίπλοκα για να υπολογιστούν από την Αριθμομηχανή:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Η συνάρτηση δεν έχει κατακόρυφες ασύμπτωτες.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Η συνάρτηση δεν έχει τομές x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Η συνάρτηση δεν έχει τομές y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Τομέας</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Οριζόντιες ασύμπτωτες</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Σημεία καμπής</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Η ανάλυση δεν υποστηρίζεται για αυτήν τη συνάρτηση.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Η ανάλυση υποστηρίζεται μόνο για συναρτήσεις σε μορφή f(x). Παράδειγμα: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Μέγιστες τιμές</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Ελάχιστες τιμές</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Μονοτονία</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Πλάγιες ασύμπτωτες</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Ισοτιμία</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Περίοδος</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Περιοχή</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Κατακόρυφες ασύμπτωτες</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Τομή X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Τομή Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Δεν ήταν δυνατή η εκτέλεση της ανάλυσης για τη συνάρτηση.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Δεν είναι δυνατός ο υπολογισμός του τομέα για αυτήν τη συνάρτηση.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Δεν είναι δυνατός ο υπολογισμός της περιοχής για αυτήν τη συνάρτηση.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Πλεονασμός (ο αριθμός είναι πολύ μεγάλος)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Απαιτείται η λειτουργία σε ακτίνια για τη δημιουργία γραφικής παράστασης αυτής της εξίσωσης.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Αυτή η συνάρτηση είναι πολύ σύνθετη για να απεικονιστεί σε γράφημα</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Απαιτείται η λειτουργία σε μοίρες για τη δημιουργία γραφικής παράστασης αυτής της εξίσωσης.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Η παραγοντική συνάρτηση έχει ένα μη έγκυρο όρισμα</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Η παραγοντική συνάρτηση έχει ένα όρισμα που είναι πολύ μεγάλο για να παρουσιαστεί σε γράφημα</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Το υπόλοιπο διαίρεσης μπορεί να χρησιμοποιηθεί μόνο με ακέραιους αριθμούς</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Η εξίσωση δεν έχει λύση</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Δεν είναι δυνατή η διαίρεση με το μηδέν</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Η εξίσωση περιέχει αλληλοαποκλειόµενες λογικές συνθήκες</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Η εξίσωση είναι εκτός τομέα</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Η γραφική απεικόνιση αυτής της εξίσωσης δεν υποστηρίζεται</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Λείπει μια παρένθεση αρχής από την εξίσωση</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Λείπει μια παρένθεση τέλους από την εξίσωση</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Υπάρχουν πάρα πολλά δεκαδικά ψηφία σε αριθμό</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Λείπουν δεκαδικά από μια υποδιαστολή</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Μη αναμενόμενο τέλος παράστασης</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Μη αναμενόμενοι χαρακτήρες στην παράσταση</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Μη έγκυροι χαρακτήρες στην παράσταση</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Υπάρχουν πάρα πολλά σύμβολα ίσον</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Η συνάρτηση πρέπει να περιέχει τουλάχιστον μία μεταβλητή x ή y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Μη έγκυρη παράσταση</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Η παράσταση είναι κενή</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Το ίσον χρησιμοποιήθηκε χωρίς εξίσωση</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Λείπει παρένθεση μετά το όνομα της συνάρτησης</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Μια μαθηματική πράξη έχει εσφαλμένο αριθμό παραμέτρων</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Το όνομα μιας μεταβλητής δεν είναι έγκυρο.</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Λείπει μια αγκύλη αρχής από την εξίσωση</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Λείπει μια αγκύλη τέλους από την εξίσωση</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>τα \"i\" και \"I\" δεν είναι δυνατό να χρησιμοποιηθούν ως ονόματα μεταβλητών</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Δεν ήταν δυνατή η γραφική απεικόνιση της εξίσωσης</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Δεν ήταν δυνατή η επίλυση του ψηφίου για τη συγκεκριμένη βάση</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Η βάση πρέπει να είναι μεγαλύτερη από 2 και μικρότερη από 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Μια μαθηματική πράξη απαιτεί μία από τις παραμέτρους της να είναι μια μεταβλητή</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Η εξίσωση αναμιγνύει λογικούς και βαθμωτούς τελεστέους</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>Δεν είναι δυνατή η χρήση των x ή y στα άνω ή κάτω όρια</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>Δεν είναι δυνατή η χρήση των x ή y στο οριακό σημείο</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Δεν είναι δυνατή η χρήση του μιγαδικού απείρου</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Δεν είναι δυνατή η χρήση μιγαδικών αριθμών σε ανισότητες</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Επιστροφή στη λίστα συναρτήσεων</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Επιστροφή στη λίστα συναρτήσεων</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ανάλυση συνάρτησης</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ανάλυση συνάρτησης</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Ανάλυση συνάρτησης</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Κατάργηση εξίσωσης</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Κατάργηση εξίσωσης</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Κατάργηση εξίσωσης</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Κοινή χρήση</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Κοινή χρήση</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Αλλαγή στυλ εξίσωσης</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Αλλαγή στυλ εξίσωσης</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Αλλαγή στυλ εξίσωσης</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Εμφάνιση εξίσωσης</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Απόκρυψη εξίσωσης</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Εμφάνιση εξίσωσης %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Απόκρυψη εξίσωσης %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Διακοπή ανίχνευσης</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Έναρξη ανίχνευσης</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Παράθυρο προβολής γραφήματος, άξονας x δεσμεύεται από %1 και %2, άξονα y δεσμεύεται από %3 και %4, Εμφάνιση %5 εξισώσεων</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ρύθμιση παραμέτρων ρυθμιστικού</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ρύθμιση παραμέτρων ρυθμιστικού</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Μετάβαση σε λειτουργία εξισώσεων</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Μετάβαση σε λειτουργία γραφημάτων</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Μετάβαση σε λειτουργία εξισώσεων</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Η τρέχουσα κατάσταση λειτουργίας είναι η λειτουργία εξισώσεων</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Η τρέχουσα κατάσταση λειτουργίας είναι η λειτουργία γραφημάτων</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Παράθυρο</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Μοίρες</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Βαθμοί</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Ακτίνια</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Μονάδες</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Επαναφορά προβολής</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-μέγιστο</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-ελάχιστο</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-μέγιστο</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-ελάχιστο</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Επιλογές γραφήματος</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Επιλογές γραφήματος</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Επιλογές γραφήματος</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Επιλογές μεταβλητών</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Εναλλαγή μεταβλητών επιλογών</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Πάχος γραμμής</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Επιλογές γραμμής</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Πλάτος μικρής γραμμής</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Πλάτος μεσαίας γραμμής</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Πλάτος μεγάλης γραμμής</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Πλάτος πολύ μεγάλης γραμμής</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Εισαγάγετε μια παράσταση</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Αντιγραφή</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Αποκοπή</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Αντιγραφή</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Επικόλληση</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Αναίρεση</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Επιλογή όλων</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εισαγωγή συνάρτησης</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Εισαγωγή συνάρτησης</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πίνακας εισόδου συναρτήσεων</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πίνακας μεταβλητών</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Λίστα μεταβλητών</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Στοιχείο λίστας %1 μεταβλητής</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πλαίσιο κειμένου τιμής μεταβλητής</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ρυθμιστικό τιμής μεταβλητής</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πλαίσιο κειμένου ελάχιστης τιμής μεταβλητής</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πλαίσιο κειμένου τιμής βήματος μεταβλητής</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πλαίσιο κειμένου μέγιστης τιμής μεταβλητής</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Στυλ συμπαγούς γραμμής</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Στυλ γραμμής γραφήματος</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Στυλ γραμμής με παύλα</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Σκούρο μπλε</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Ανοικτό πράσινο</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Βιολετί</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Πράσινο</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Πράσινο της μέντας</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Σκούρο πράσινο</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Ανθρακί</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Κόκκινο</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Δαμασκηνί ανοιχτό</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Ματζέντα</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Κίτρινο χρυσαφί</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Ανοικτό πορτοκαλί</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Καφέ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Μαύρο</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Λευκό</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Χρώμα 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Χρώμα 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Χρώμα 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Χρώμα 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Θέμα γραφήματος</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Πάντα ανοικτόχρωμο</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Ταίριασμα θέματος εφαρμογής</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Θέμα</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πάντα ανοικτόχρωμο</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ταίριασμα θέματος εφαρμογής</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Η συνάρτηση καταργήθηκε</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πλαίσιο εξισώσεων \"Ανάλυση συνάρτησης\"</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ισούται με</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Λιγότερο από</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Μικρότερο ή ίσο</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ίσον</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Μεγαλύτερο ή ίσο</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Μεγαλύτερος από</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Υποβολή</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ανάλυση συνάρτησης</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Επιλογές γραφήματος</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Λίστες ιστορικού και μνήμης</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Λίστα μνήμης</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Έγινε εκκαθάριση της υποδοχής ιστορικού%1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Η αριθμομηχανή πάντα σε πρώτο πλάνο</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Η αριθμομηχανή επανήλθε σε πλήρη προβολή</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Επιλέχθηκε \"Αριθμητική μετατόπιση\"</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Επιλέχθηκε \"Λογική μετατόπιση\"</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Επιλέχθηκε \"Περιστροφή κυκλικής μετατόπισης\"</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Επιλέχθηκε \"Περιστροφή κυκλικής μετατόπισης μέσω μεταφοράς\"</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Ρυθμίσεις</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Εμφάνιση</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Θέμα εφαρμογής</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Επιλέξτε το θέμα εφαρμογής που θα εμφανίζεται</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Ανοιχτό</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Σκούρο</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Χρήση ρύθμισης συστήματος</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Πίσω</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Σελίδα ρυθμίσεων</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Άνοιγμα του μενού περιβάλλοντος για διαθέσιμες ενέργειες</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Δεν ήταν δυνατή η επαναφορά του παρόντος στιγμιότυπου.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/en-GB/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Invalid input</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Result is undefined</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Not enough memory</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Overflow</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Result not defined</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Result not defined</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Overflow</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Overflow</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Cannot divide by zero</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/en-GB/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calculator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows Calculator</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows Calculator [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calculator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Copy</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Paste</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>About equal to</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, value %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63rd </value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62nd </value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61st </value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60th </value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59th </value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58th </value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57th </value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56th </value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55th </value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54th </value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53rd </value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52nd </value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51st </value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50th </value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49th </value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48th </value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47th </value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46th </value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45th </value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44th </value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43rd </value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42nd </value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41st </value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40th </value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39th </value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38th </value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37th </value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36th </value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35th </value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34th </value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33rd </value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32nd </value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31st </value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30th </value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29th </value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28th </value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27th </value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26th </value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25th </value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24th </value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23rd </value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22nd </value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21st </value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20th </value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19th </value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18th </value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17th </value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16th </value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15th </value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14th </value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13th </value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12th </value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11th </value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10th </value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9th </value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8th </value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7th </value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6th </value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5th </value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4th </value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3rd </value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2nd </value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1st </value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>least significant bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Open memory flyout</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Close memory flyout</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Keep on top</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Back to full view</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>History (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bit toggling keypad</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Full keypad</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Clear all memory (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>History</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>History</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Converter</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Scientific</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Converter mode</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scientific mode</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standard mode</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Clear all history</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Clear all history</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Hide</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Scientific</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmer</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Converter</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Converter</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Converters</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Calculators</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Display is %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Expression is %1, Current input is %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Display is %1 point</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Expression is %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Display value copied to clipboard</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>History</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>HexaDecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binary %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear all history</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>History cleared</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hide history</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Open history flyout</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Close history flyout</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory store</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memory store (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear all memory</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memory cleared</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory recall</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memory recall (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory add</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memory add (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory subtract</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memory subtract (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear memory item</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Clear memory item</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Add to memory item</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Add to memory item</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtract from memory item</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Subtract from memory item</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear memory item</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Clear memory item</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Add to memory item</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Add to memory item</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtract from memory item</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Subtract from memory item</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Delete</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copy</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Delete</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Delete history item</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Delete history item</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>One</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Two</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Three</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Four</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Five</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Six</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seven</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eight</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nine</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>And</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Or</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Not</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotate on left</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotate on right</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Left shift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Right shift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exclusive or</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadruple Word toggle</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Double Word toggle</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Word toggle</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Byte toggle</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit toggling keypad</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Full keypad</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Decimal separator</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear entry</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Divide by</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiply by</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Equals</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverse function</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Square root</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Percent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positive negative</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positive negative</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reciprocal</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Left parenthesis</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Left parenthesis, open parenthesis count %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Right parenthesis</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Open parenthesis count %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>There are no open parentheses to close.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scientific notation</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic function</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sine</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosine</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangent</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic sine</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic cosine</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic tangent</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Square</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cube</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc sine</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosine</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc tangent</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc sine</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc cosine</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc tangent</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' to the exponent</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ten to the exponent</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' to the exponent</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'y' root of 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natural log</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponential</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Degree minute second</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Degrees</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Integer part</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fractional part</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Factorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Degrees toggle</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gradians toggle</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radians toggle</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode drop-down menu</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Categories drop-down menu</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Keep on top</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Back to full view</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Keep on top (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Back to full view (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Convert from %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Convert from %1 point %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Converts into %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 is %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Input unit</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Output unit</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Area</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energy</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Length</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Power</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Speed</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Time</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volume</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperature</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Weight and mass</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Pressure</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Angle</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Currency</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Fluid ounces (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Fluid ounces (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Gallons (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Gallons (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litres</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Millilitres</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pints (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pints (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Tablespoons (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Teaspoons (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Tablespoons (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Teaspoons (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Quarts (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Quarts (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Cups (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cup (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (US)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>hr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>wk</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>yr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>British thermal units</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTUs/minute</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Thermal calories</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimetres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimetres per second</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Cubic centimetres</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Cubic feet</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Cubic inches</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Cubic metres</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Cubic yards</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Days</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Electron volts</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Feet</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Feet per second</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Foot-pounds</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Foot-pounds/minute</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hectares</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Horsepower (US)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Hours</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Inches</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-hours</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Food calories</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometres per hour</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Knots</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metres per second</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Microns</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microseconds</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Miles</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Miles per hour</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Millimetres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milliseconds</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minutes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstroms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Nautical miles</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Seconds</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Square centimetres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Square feet</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Square inches</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Square kilometres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Square metres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Square miles</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Square millimetres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Square yards</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Weeks</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yards</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Years</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (US)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Carats</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Degrees</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radians</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradians</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmospheres</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bars</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimetres of mercury </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Pounds per square inch</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigrams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Decagrams</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigrams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Grams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectograms</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilograms</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Long tons (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Milligrams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Ounces</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Pounds</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Short tons (US)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Metric tonnes</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>football fields</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>football fields</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>floppy disks</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>floppy disks</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>batteries</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>batteries</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>paperclips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>paperclips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>light bulbs</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>light bulbs</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>horses</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>horses</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>bathtubs</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>bathtubs</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>snowflakes</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>snowflakes</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elephants</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elephants</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>turtles</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>turtles</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>jets</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>jets</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>whales</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>whales</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>coffee cups</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>coffee cups</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>swimming pools</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>swimming pools</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>hands</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>hands</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>sheets of paper</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>sheets of paper</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>castles</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>castles</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>bananas</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>bananas</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>slices of cake</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>slices of cake</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>train engines</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>train engines</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>footballs</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>footballs</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Memory item</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Back</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Back</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft Software Licence Terms</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Preview</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft Privacy Statement</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. All rights reserved.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>To learn how you can contribute to Windows Calculator, check out the project on %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>About</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Send feedback</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>There’s no history yet.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>There’s nothing saved in memory.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>This expression cannot be pasted</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Date calculation</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Calculation mode</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Add</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Add or subtract days</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Date</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Difference between dates</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Days</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Difference</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>From</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Months</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Subtract</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>To</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Years</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Date out of bounds</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>day</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>days</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>month</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>months</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Same dates</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>week</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>weeks</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>year</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>years</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Difference %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Resulting date %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 Calculator mode</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 Converter mode</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Date calculation mode</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>History and Memory lists</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory controls</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standard functions</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Display controls</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standard operators</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Number pad</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Angle operators</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scientific functions</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radix selection</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmer operators</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Input mode selection</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit toggling keypad</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scroll expression left</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scroll expression right</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Max digits reached. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 saved to memory</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Memory slot %1 is %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Memory slot %1 cleared</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>divided by</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>times</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>to the power of</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y root</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>left shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>right shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>or</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x or</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>and</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Updated %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Update rates</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Data charges may apply.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Couldn’t get new rates. Try again later.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Please check your%HL%Network Settings%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Updating currency rates</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Currency rates updated</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Could not update rates</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Clear all memory (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear all memory</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sine degrees</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sine radians</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sine gradians</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>inverse sine degrees</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>inverse sine radians</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>inverse sine gradians</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hyperbolic sine</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>inverse hyperbolic sine</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>cosine degrees</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>cosine radians</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>cosine gradians</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>inverse cosine degrees</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inverse cosine radians</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inverse cosine gradians</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hyperbolic cosine</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>inverse hyperbolic cosine</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangent degrees</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangent radians</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangent gradians</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>inverse tangent degrees</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inverse tangent radians</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>inverse tangent gradians</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hyperbolic tangent</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>inverse hyperbolic tangent</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>secant degrees</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>secant radians</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>secant gradians</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>inverse secant degrees</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>inverse secant radians</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>inverse secant gradians</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hyperbolic secant</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>inverse hyperbolic secant</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>cosecant degrees</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>cosecant radians</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>cosecant gradians</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>inverse cosecant degrees</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>inverse cosecant radians</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>inverse cosecant gradians</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hyperbolic cosecant</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>inverse hyperbolic cosecant</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangent degrees</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Cotangent radians</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>cotangent gradians</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>inverse cotangent degrees</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>inverse cotangent radians</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>inverse cotangent gradians</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hyperbolic cotangent</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>inverse hyperbolic cotangent</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Cube root</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Log base</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absolute value</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>left shift</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>right shift</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>factorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>degree minute second</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>natural log</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>square</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y root</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 category</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft Services Agreement</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>From</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scroll calculation result left</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scroll calculation result right</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Calculation failed</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log base Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometry</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Function</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Inequalities</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inequalities</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bit shift</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverse function</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic function</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secant</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic secant</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc secant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc secant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecant</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic cosecant</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosecant</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc cosecant</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangent</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic cotangent</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cotangent</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc cotangent</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Floor</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ceiling</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Random</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absolute value</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Euler's number</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ten to the exponent</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotate on left with carry</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotate on right with carry</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Left shift</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Left shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Right shift</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Right shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Arithmetic shift</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logical shift</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Rotate circular shift</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rotate through carry circular shift</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cube root</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometry</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Functions</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scientific operator panels</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmer operator panels</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>most significant bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Graphing</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plot</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Refresh view automatically (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graph view</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatic best fit</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Manual adjustment</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Graph view has been reset</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom in (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom in</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom out (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom out</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Add equation</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Unable to share at this time.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Look what I graphed with Windows Calculator</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Equations</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Image of a graph with equations</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Step</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Colour</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Style</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Function analysis</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>The function does not have any horizontal asymptotes.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>The function does not have any inflection points.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>The function does not have any maxima points.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>The function does not have any minima points.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constant</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Decreasing</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Unable to determine the monotonicity of the function.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Increasing</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>The monotonicity of the function is unknown.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>The function does not have any oblique aysmptotes.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Unable to determine the parity of the function.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>The function is even.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>The function is neither even nor odd.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>The function is odd.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>The function parity is unknown.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodicity is not supported for this function.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>The function is not periodic.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>The function periodicity is unknown.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>These features are too complex for Calculator to calculate:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>The function does not have any vertical asymptotes.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>The function does not have any x-intercepts.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>The function does not have any y-intercepts.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domain</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Horizontal asymptotes</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Inflection points</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analysis is not supported for this function.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analysis is only supported for functions in the f(x) format. Example: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maxima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonicity</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Oblique asymptotes</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Parity</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Period</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Range</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Vertical asymptotes</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-Intercept</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-Intercept</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Analysis could not be performed for the function.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Unable to calculate the domain for this function.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Unable to calculate the range for this function.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Overflow (the number is too large)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Radians mode is required to graph this equation.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>This function is too complex to graph</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Degrees mode is required to graph this function</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>The factorial function has an invalid argument</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>The factorial function has an argument that is too large to graph</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo can only be used with whole numbers</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>The equation has no solution</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Cannot divide by zero</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>The equation contains logical conditions that are mutually exclusive</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Equation is out of domain</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Graphing this equation is not supported</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>The equation is missing an opening parenthesis</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>The equation is missing a closing parenthesis</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>There are too many decimal points in a number</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>A decimal point is missing digits</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Unexpected end of expression</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Unexpected characters in the expression</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Invalid characters in the expression</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>There are too many equal signs</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>The function must contain at least one x or y variable</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Invalid expression</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>The expression is empty</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Equal was used without an equation</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Parenthesis missing after function name</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>A mathematical operation has the incorrect number of parameters</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>A variable name is invalid</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>The equation is missing an opening bracket</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>The equation is missing a closing bracket</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>“i” and “I” cannot be used as variable names</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>The equation could not be graphed</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>The digit could not be resolved for the given base</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>The base must be greater than 2 and less than 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>A mathematical operation requires one of its parameters to be a variable</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Equation is mixing logical and scalar operands</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x or y cannot be used in the upper or lower limits</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x or y cannot be used in the limit point</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Cannot use complex infinity</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Cannot use complex numbers in inequalities</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Back to function list</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Back to function list</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analyse function</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analyse function</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analyse function</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Remove equation</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Remove equation</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Remove equation</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Share</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Share</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Change equation style</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Change equation style</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Change equation style</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Show equation</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Hide equation</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Show equation %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Hide equation %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Stop tracing</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Start tracing</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Graph viewing window, x-axis bounded by %1 and %2, y-axis bounded by %3 and %4, displaying %5 equations</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Configure slider</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Configure slider</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Switch to equation mode</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Switch to graph mode</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Switch to equation mode</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Current mode is equation mode</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Current mode is graph mode</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Window</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Degrees</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradians</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radians</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Units</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Reset view</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Graph options</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graph options</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Graph options</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable options</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Toggle variable options</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Line thickness</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Line options</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Small line width</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Medium line width</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Large line width</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Extra large line width</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Enter an expression</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copy</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Cut</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copy</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Paste</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Undo</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Select all</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Function input</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Function input</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Function input panel</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable panel</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable list</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Variable %1 list item</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable value textbox</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable value slider</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable minimum value textbox</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable step value textbox</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable maximum value textbox</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Solid line style</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Chart line style</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Dash line style</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Navy blue</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Seafoam</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violet</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Green</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mint green</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Dark green</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Charcoal</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Red</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Plum light</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Yellow gold</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Orange bright</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Brown</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Black</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>White</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Colour 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Colour 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Colour 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Colour 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Graph theme</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Always light</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Match app theme</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Theme</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Always light</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Match app theme</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Function removed</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Function analysis equation box</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Equals</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Less than</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Less than or equal</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Equal</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Greater than or equal</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Greater than</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Submit</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Function analysis</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graph options</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>History and Memory lists</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Memory list</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>History slot %1 cleared</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Calculator always on top</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Calculator back to full view</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Arithmetic shift selected</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Logical shift selected</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Rotate circular shift selected</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Rotate through carry circular shift selected</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Settings</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Appearance</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>App theme</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Select which app theme to display</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Light</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Dark</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Use system setting</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Back</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Settings page</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Open the context menu for available actions</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Couldn't restore this snapshot.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/en-US/CEngineStrings.resw",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>Rsh</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Invalid input</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Result is undefined</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Not enough memory</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Overflow</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Result not defined</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>÷</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Result not defined</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Overflow</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>×</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Overflow</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>+</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>-</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>Mod</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>yroot</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>^</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>Int</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>RoL</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>CE</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>RoR</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>NOT</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>sin</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>cis</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>tan</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>sinh</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>cosh</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>tanh</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>ln</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>log</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>√</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>dms</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>10^</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>%</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>.</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>=</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>Exp</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>(</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>)</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>AND</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"66\" xml:space=\"preserve\">\n    <value>frac</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"67\" xml:space=\"preserve\">\n    <value>sin₀</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"68\" xml:space=\"preserve\">\n    <value>cos₀</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"69\" xml:space=\"preserve\">\n    <value>tan₀</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>OR</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"70\" xml:space=\"preserve\">\n    <value>sin₀⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"71\" xml:space=\"preserve\">\n    <value>cos₀⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"72\" xml:space=\"preserve\">\n    <value>tan₀⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"73\" xml:space=\"preserve\">\n    <value>sinᵣ</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"74\" xml:space=\"preserve\">\n    <value>cosᵣ</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"75\" xml:space=\"preserve\">\n    <value>tanᵣ</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"76\" xml:space=\"preserve\">\n    <value>sinᵣ⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"77\" xml:space=\"preserve\">\n    <value>cosᵣ⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"78\" xml:space=\"preserve\">\n    <value>tanᵣ⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"79\" xml:space=\"preserve\">\n    <value>sin₉</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>XOR</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"80\" xml:space=\"preserve\">\n    <value>cos₉</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"81\" xml:space=\"preserve\">\n    <value>tan₉</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"82\" xml:space=\"preserve\">\n    <value>sin₉⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"83\" xml:space=\"preserve\">\n    <value>cos₉⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"84\" xml:space=\"preserve\">\n    <value>tan₉⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"85\" xml:space=\"preserve\">\n    <value>sinh⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"86\" xml:space=\"preserve\">\n    <value>cosh⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"87\" xml:space=\"preserve\">\n    <value>tanh⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"88\" xml:space=\"preserve\">\n    <value>e^</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"89\" xml:space=\"preserve\">\n    <value>10^</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>Lsh</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"90\" xml:space=\"preserve\">\n    <value>√</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"91\" xml:space=\"preserve\">\n    <value>sqr</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"92\" xml:space=\"preserve\">\n    <value>cube</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"94\" xml:space=\"preserve\">\n    <value>fact</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"95\" xml:space=\"preserve\">\n    <value>1/</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"96\" xml:space=\"preserve\">\n    <value>degrees</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"97\" xml:space=\"preserve\">\n    <value>negate</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Cannot divide by zero</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n  <data name=\"SecDeg\" xml:space=\"preserve\">\n    <value>sec₀</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"SecRad\" xml:space=\"preserve\">\n    <value>secᵣ</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"SecGrad\" xml:space=\"preserve\">\n    <value>sec₉</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"InverseSecDeg\" xml:space=\"preserve\">\n    <value>sec₀⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"InverseSecRad\" xml:space=\"preserve\">\n    <value>secᵣ⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"InverseSecGrad\" xml:space=\"preserve\">\n    <value>sec₉⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"CscDeg\" xml:space=\"preserve\">\n    <value>csc₀</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"CscRad\" xml:space=\"preserve\">\n    <value>cscᵣ</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"CscGrad\" xml:space=\"preserve\">\n    <value>csc₉</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"InverseCscDeg\" xml:space=\"preserve\">\n    <value>csc₀⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"InverseCscRad\" xml:space=\"preserve\">\n    <value>cscᵣ⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"InverseCscGrad\" xml:space=\"preserve\">\n    <value>csc₉⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"CotDeg\" xml:space=\"preserve\">\n    <value>cot₀</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"CotRad\" xml:space=\"preserve\">\n    <value>cotᵣ</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"CotGrad\" xml:space=\"preserve\">\n    <value>cot₉</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"InverseCotDeg\" xml:space=\"preserve\">\n    <value>cot₀⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"InverseCotRad\" xml:space=\"preserve\">\n    <value>cotᵣ⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"InverseCotGrad\" xml:space=\"preserve\">\n    <value>cot₉⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"Sech\" xml:space=\"preserve\">\n    <value>sech</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"InverseSech\" xml:space=\"preserve\">\n    <value>sech⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"Csch\" xml:space=\"preserve\">\n    <value>csch</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"InverseCsch\" xml:space=\"preserve\">\n    <value>csch⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"Coth\" xml:space=\"preserve\">\n    <value>coth</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"InverseCoth\" xml:space=\"preserve\">\n    <value>coth⁻¹</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"TwoPowX\" xml:space=\"preserve\">\n    <value>2^</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"LogBaseY\" xml:space=\"preserve\">\n    <value>log base</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"Abs\" xml:space=\"preserve\">\n    <value>abs</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"Ceil\" xml:space=\"preserve\">\n    <value>ceil</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"Floor\" xml:space=\"preserve\">\n    <value>floor</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"Nand\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"Nor\" xml:space=\"preserve\">\n    <value>NOR</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>cuberoot</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n  <data name=\"ProgrammerMod\" xml:space=\"preserve\">\n    <value>%</value>\n    <comment>{Locked}The string that represents the function</comment>\n  </data>\n</root>\n"
  },
  {
    "path": "src/Calculator/Resources/en-US/Resources.resw",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calculator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows Calculator</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows Calculator [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calculator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppUpdateResource\" xml:space=\"preserve\">\n    <value>AppUpdate2</value>\n    <comment>{Locked}This will Update Resources.pri File, Resource is not used in the app</comment>\n  </data>\n  <data name=\"decimalButton.Tag\" xml:space=\"preserve\">\n    <value>DEC</value>\n    <comment>{Locked}The Decimal button</comment>\n  </data>\n  <data name=\"binaryButton.Tag\" xml:space=\"preserve\">\n    <value>BIN</value>\n    <comment>{Locked}The Binary button</comment>\n  </data>\n  <data name=\"hexButton.Tag\" xml:space=\"preserve\">\n    <value>HEX</value>\n    <comment>{Locked}The Hex button</comment>\n  </data>\n  <data name=\"octButton.Tag\" xml:space=\"preserve\">\n    <value>OCT</value>\n    <comment>{Locked}The Oct button</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Copy</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Paste</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>About equal to</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlShiftChord\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>{Locked}The shortcut for the clearing history contents Ctrl+Shift+D.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>{Locked}This is the shortcut for hiding history Ctrl+H.</comment>\n  </data>\n  <data name=\"memButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"clearButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>Escape</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>Delete</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>)</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"cosButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>O</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"coshButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>O</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"expButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"dmsButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>Decimal</value>\n    <comment>{Locked}This is the Virtual Kez that should trigger this button. It comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>/</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"equalButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>=</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"equalButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>Enter</value>\n    <comment>{Locked}This is the value from the VirtualKey enum that maps to this button</comment>\n  </data>\n  <data name=\"factorialButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>!</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"ftoeButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"invertButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>R</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>N</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>-</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>%</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"negateButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F9</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F9</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>-</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"num0Button.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"num1Button.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"num2Button.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>2</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"num3Button.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>3</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"num4Button.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>4</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"num5Button.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>5</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"num6Button.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>6</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"num7Button.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>7</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"num8Button.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>8</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"num9Button.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>9</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"aButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"bButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"cButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"dButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"eButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"fButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"aButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"bButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"cButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"dButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"eButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"fButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>{Locked}This is the character for the corresponding button.</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>(</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"percentButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>%</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"piButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>P</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>+</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>^</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"powerOf10Button.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>G</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum. This one is in combination with the Control key.</comment>\n  </data>\n  <data name=\"sinButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"sinhButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"squareRootButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>@</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"tanButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>T</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"tanhButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>T</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"xpower2Button.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>Q</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"xpower3Button.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>#</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum. This one is in combination with the Control key.</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>Back</value>\n    <comment>{Locked}When this character is received by KeyboardShortcutManager, it will cause this button to execute. This value is not localized.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>*</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>|</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"notButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>~</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>&amp;</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>&lt;</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>&gt;</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>^</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"rolButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>&lt;</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"rorButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>&gt;</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"decimalButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F6</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"hexButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F5</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"octButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F7</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"binaryButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F8</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"degreeButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>{Locked}The shortcut for the Deg button</comment>\n  </data>\n  <data name=\"invcosButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>O</value>\n    <comment>{Locked}The shortcut for the inverted cos button</comment>\n  </data>\n  <data name=\"invcoshButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlShiftChord\" xml:space=\"preserve\">\n    <value>O</value>\n    <comment>{Locked}The shortcut for the inverted cosh button</comment>\n  </data>\n  <data name=\"invsinButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>{Locked}This is the shortcut for the inverted sin button</comment>\n  </data>\n  <data name=\"invsinhButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlShiftChord\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>{Locked}This is the shortcut for the inverted sinh button</comment>\n  </data>\n  <data name=\"invtanButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>T</value>\n    <comment>{Locked}This is the shortcut for the inverted tan button. </comment>\n  </data>\n  <data name=\"invtanhButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlShiftChord\" xml:space=\"preserve\">\n    <value>T</value>\n    <comment>{Locked}This is the shortcut for the inverted tanh button</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>N</value>\n    <comment>{Locked}This is the shortcut for the power x  button.</comment>\n  </data>\n  <data name=\"copyButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>{Locked}This is the shortcut for copy, usuall CTRL+C</comment>\n  </data>\n  <data name=\"copyButtonAlternate.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>Insert</value>\n    <comment>{Locked}This is the alternate shortcut for copy, CTRL+Insert</comment>\n  </data>\n  <data name=\"pasteButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>{Locked}This is the shortcut for paste, usually CTRL+V</comment>\n  </data>\n  <data name=\"pasteButtonAlternate.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>Insert</value>\n    <comment>{Locked}This is the alternate shortcut for paste, SHIFT+Insert</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, value %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63rd</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62nd</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61st</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60th</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59th</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58th</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57th</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56th</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55th</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54th</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53rd</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52nd</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51st</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50th</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49th</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48th</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47th</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46th</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45th</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44th</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43rd</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42nd</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41st</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40th</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39th</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38th</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37th</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36th</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35th</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34th</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33rd</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32nd</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31st</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30th</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29th</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28th</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27th</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26th</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25th</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24th</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23rd</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22nd</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21st</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20th</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19th</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18th</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17th</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16th</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15th</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14th</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13th</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12th</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11th</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10th</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9th</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8th</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7th</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6th</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5th</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4th</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3rd</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2nd</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1st</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>least significant bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Open memory flyout</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Close memory flyout</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Keep on top</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Back to full view</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>History (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bit toggling keypad</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Full keypad</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the keyboard shortcut combo (ctrl + L) for the clear memory button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Clear all memory (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemRecall.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>R</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the keyboard shortcut combo (ctrl + R) for the memory recall function. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"MemPlus.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>P</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the keyboard shortcut combo (ctrl + P) for the memory plus function. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"MemMinus.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>Q</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the keyboard shortcut combo (ctrl + Q) for the memory minus function. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>History</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>History</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"LeftChevron.Text\" xml:space=\"preserve\">\n    <value>&lt;&lt;</value>\n    <comment>{Locked}The chevron that shows to indicate that the expression history has overflowed the available space and is therefore trimmed.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Converter</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Scientific</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Converter mode</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scientific mode</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standard mode</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Clear all history</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Clear all history</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Hide</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Scientific</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmer</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Converter</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Converter</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Converters</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Calculators</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Display is %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Expression is %1, Current input is %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Display is %1 point</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Expression is %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Display value copied to clipboard</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>History</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>HexaDecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binary %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear all history</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>History cleared</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hide history</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Open history flyout</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Close history flyout</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory store</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memory store (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear all memory</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memory cleared</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory recall</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memory recall (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory add</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memory add (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory subtract</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memory subtract (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear memory item</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Clear memory item</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Add to memory item</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Add to memory item</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtract from memory item</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Subtract from memory item</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear memory item</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Clear memory item</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Add to memory item</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Add to memory item</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtract from memory item</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Subtract from memory item</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Delete</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copy</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Delete</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Delete history item</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Delete history item</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>One</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Two</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Three</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Four</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Five</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Six</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seven</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eight</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nine</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>And</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Or</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Not</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotate on left</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotate on right</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Left shift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Right shift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exclusive or</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadruple Word toggle</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Double Word toggle</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Word toggle</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Byte toggle</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit toggling keypad</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Full keypad</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Decimal separator</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear entry</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Divide by</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiply by</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Equals</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverse function</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Square root</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Percent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positive negative</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positive negative</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reciprocal</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Left parenthesis</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Left parenthesis, open parenthesis count %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Right parenthesis</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Open parenthesis count %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>There are no open parentheses to close.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scientific notation</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic function</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sine</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosine</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangent</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic sine</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic cosine</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic tangent</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Square</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cube</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc sine</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosine</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc tangent</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc sine</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc cosine</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc tangent</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' to the exponent</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ten to the exponent</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' to the exponent</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'y' root of 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natural log</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponential</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Degree minute second</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Degrees</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Integer part</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fractional part</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Factorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Degrees toggle</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gradians toggle</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radians toggle</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode dropdown</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Categories dropdown</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Keep on top</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Back to full view</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Keep on top (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Back to full view (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Convert from %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Convert from %1 point %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Converts into %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 is %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Input unit</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Output unit</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Area</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energy</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Length</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Power</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Speed</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Time</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volume</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperature</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Weight and mass</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Pressure</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Angle</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Currency</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Fluid ounces (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Fluid ounces (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Gallons (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Gallons (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Liters</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Milliliters</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pints (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pints (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Tablespoons (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Teaspoons (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Tablespoons (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Teaspoons (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Quarts (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Quarts (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Cups (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cup (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (US)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>hr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>wk</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>yr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>British thermal units</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTUs/minute</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Thermal calories</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimeters</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimeters per second</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Cubic centimeters</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Cubic feet</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Cubic inches</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Cubic meters</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Cubic yards</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Days</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Electron volts</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Feet</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Feet per second</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Foot-pounds</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Foot-pounds/minute</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hectares</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Horsepower (US)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Hours</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Inches</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-hours</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Food calories</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometers</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometers per hour</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Knots</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Meters</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Meters per second</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Microns</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microseconds</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Miles</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Miles per hour</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Millimeters</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milliseconds</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minutes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometers</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstroms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Nautical miles</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Seconds</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Square centimeters</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Square feet</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Square inches</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Square kilometers</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Square meters</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Square miles</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Square millimeters</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Square yards</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Weeks</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yards</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Years</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (US)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Carats</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Degrees</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radians</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradians</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmospheres</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bars</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimeters of mercury </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Pounds per square inch</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigrams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagrams</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigrams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Grams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectograms</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilograms</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Long tons (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Milligrams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Ounces</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Pounds</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Short tons (US)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Metric tonnes</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>soccer fields</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>soccer fields</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>floppy disks</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>floppy disks</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>batteries</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>batteries</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>paperclips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>paperclips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>light bulbs</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>light bulbs</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>horses</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>horses</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>bathtubs</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>bathtubs</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>snowflakes</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>snowflakes</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elephants</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elephants</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>turtles</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>turtles</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>jets</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>jets</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>whales</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>whales</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>coffee cups</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>coffee cups</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>swimming pools</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>swimming pools</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>hands</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>hands</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>sheets of paper</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>sheets of paper</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>castles</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>castles</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>bananas</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>bananas</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>slices of cake</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>slices of cake</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>train engines</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>train engines</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>soccer balls</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>soccer balls</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"degButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F4</value>\n    <comment>{Locked}This is the shortcut for the DEG command, that sets the scientific calculator in degree mode. This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"radButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F5</value>\n    <comment>{Locked}This is the shortcut for the RAD command, that sets the scientific calculator in radian mode. This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"gradButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F3</value>\n    <comment>{Locked}This is the shortcut for the GRAD command, that sets the scientific calculator in grad mode. This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Memory item</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Back</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Back</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft Software License Terms</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Preview</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft Privacy Statement</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. All rights reserved.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>To learn how you can contribute to Windows Calculator, check out the project on %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>About</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Send feedback</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"LocalizedFontFamilyOverride\" xml:space=\"preserve\">\n    <value>RESERVED_FOR_FONTLOC</value>\n    <comment>{Locked}Leave as RESERVED_FOR_FONTLOC unless the font localization value provided by the WinRT LanguageFontGroup API should be overridden. In that case, enter the font family (e.g. \"Segoe UI\"). If any of the font overrides are modified then all of them need to be modified.</comment>\n  </data>\n  <data name=\"LocalizedFontWeightOverride\" xml:space=\"preserve\">\n    <value>RESERVED_FOR_FONTLOC</value>\n    <comment>{Locked}Leave as RESERVED_FOR_FONTLOC unless the font localization value provided by the WinRT LanguageFontGroup API should be overridden. In that case, enter the font Weight (e.g. \"light\"). If any of the font overrides are modified then all of them need to be modified.</comment>\n  </data>\n  <data name=\"LocalizedUICaptionFontSizeFactorOverride\" xml:space=\"preserve\">\n    <value>RESERVED_FOR_FONTLOC</value>\n    <comment>{Locked}Leave as RESERVED_FOR_FONTLOC unless the font localization value provided by the WinRT LanguageFontGroup API should be overridden. In that case, enter the font scale factor to be used as a replacement for UICaptionFont.ScaleFactor (scale factor is a specified in percentage scaling; i.e. 100 = no scaling). If any of the font overrides are modified then all of them need to be modified.</comment>\n  </data>\n  <data name=\"LocalizedUITextFontSizeFactorOverride\" xml:space=\"preserve\">\n    <value>RESERVED_FOR_FONTLOC</value>\n    <comment>{Locked}Leave as RESERVED_FOR_FONTLOC unless the font localization value provided by the WinRT LanguageFontGroup API should be overridden. In that case, enter the font scale factor to be used as a replacement for UITextFont.ScaleFactor (scale factor is a specified in percentage scaling; i.e. 100 = no scaling). If any of the font overrides are modified then all of them need to be modified.</comment>\n  </data>\n  <data name=\"Bin\" xml:space=\"preserve\">\n    <value>BIN</value>\n    <comment>{Locked}The Binary button</comment>\n  </data>\n  <data name=\"Dec\" xml:space=\"preserve\">\n    <value>DEC</value>\n    <comment>{Locked}The Decimal button</comment>\n  </data>\n  <data name=\"Hex\" xml:space=\"preserve\">\n    <value>HEX</value>\n    <comment>{Locked}The Hex button</comment>\n  </data>\n  <data name=\"Oct\" xml:space=\"preserve\">\n    <value>OCT</value>\n    <comment>{Locked}The Octal button</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>There’s no history yet.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>There’s nothing saved in memory.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>This expression cannot be pasted</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"wordButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F4</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"qwordButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F2</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"byteButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F12</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"dwordButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>F3</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Date calculation</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Calculation mode</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Add</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Add or subtract days</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Date</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Difference between dates</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Days</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Difference</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>From</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Months</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Subtract</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>To</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Years</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Date out of Bound</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>day</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>days</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>month</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>months</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Same dates</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>week</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>weeks</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>year</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>years</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Difference %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Resulting date %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 Calculator mode</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 Converter mode</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Date calculation mode</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>History and Memory lists</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory controls</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standard functions</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Display controls</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standard operators</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Number pad</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Angle operators</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scientific functions</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radix selection</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmer operators</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Input mode selection</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit toggling keypad</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scroll expression left</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scroll expression right</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Max digits reached. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 saved to memory</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Memory slot %1 is %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Memory slot %1 cleared</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>divided by</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>times</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>to the power of</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y root</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>left shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>right shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>or</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x or</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>and</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Updated %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Update rates</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Data charges may apply.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Couldn’t get new rates. Try again later.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Please check your%HL%Network Settings%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Updating currency rates</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Currency rates updated</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Could not update rates</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Clear all memory (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clear all memory</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sine degrees</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sine radians</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sine gradians</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>inverse sine degrees</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>inverse sine radians</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>inverse sine gradians</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hyperbolic sine</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>inverse hyperbolic sine</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>cosine degrees</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>cosine radians</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>cosine gradians</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>inverse cosine degrees</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inverse cosine radians</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inverse cosine gradians</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hyperbolic cosine</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>inverse hyperbolic cosine</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangent degrees</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangent radians</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangent gradians</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>inverse tangent degrees</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inverse tangent radians</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>inverse tangent gradians</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hyperbolic tangent</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>inverse hyperbolic tangent</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>secant degrees</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>secant radians</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>secant gradians</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>inverse secant degrees</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>inverse secant radians</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>inverse secant gradians</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hyperbolic secant</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>inverse hyperbolic secant</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>cosecant degrees</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>cosecant radians</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>cosecant gradians</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>inverse cosecant degrees</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>inverse cosecant radians</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>inverse cosecant gradians</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hyperbolic cosecant</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>inverse hyperbolic cosecant</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangent degrees</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Cotangent radians</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>cotangent gradians</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>inverse cotangent degrees</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>inverse cotangent radians</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>inverse cotangent gradians</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hyperbolic cotangent</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>inverse hyperbolic cotangent</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Cube root</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Log base</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absolute value</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>left shift</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>right shift</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>factorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>degree minute second</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>natural log</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>square</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y root</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 category</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft Services Agreement</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>From</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scroll calculation result left</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scroll calculation result right</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Calculation failed</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log base Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"logBaseY.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometry</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Function</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Inequalities</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inequalities</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bit shift</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverse function</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic function</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secant</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>U</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic secant</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>U</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc secant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>U</value>\n    <comment>{Locked}The shortcut for the inverted sec button</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc secant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlShiftChord\" xml:space=\"preserve\">\n    <value>U</value>\n    <comment>{Locked}The shortcut for the inverted sech button</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecant</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic cosecant</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosecant</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>{Locked}The shortcut for the inverted sec button</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc cosecant</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlShiftChord\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>{Locked}The shortcut for the inverted sech button</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangent</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic cotangent</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cotangent</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>{Locked}The shortcut for the inverted sec button</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc cotangent</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlShiftChord\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>{Locked}The shortcut for the inverted sech button</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Floor</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>[</value>\n    <comment>{Locked}The shortcut for the inverted sech button</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ceiling</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>]</value>\n    <comment>{Locked}The shortcut for the inverted sech button</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Random</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>R</value>\n    <comment>{Locked}The shortcut for the inverted sech button</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absolute value</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>|</value>\n    <comment>{Locked}The shortcut for the inverted sech button</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Euler's number</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyShiftChord\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>{Locked}The shortcut for the inverted sech button</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Two to the exponent</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>G</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>.</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>\\</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotate on left with carry</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>&lt;</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotate on right with carry</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>&gt;</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Left shift</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>&lt;</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Left shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Right shift</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>&gt;</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Right shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Arithmetic shift</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logical shift</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Rotate circular shift</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rotate through carry circular shift</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cube root</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometry</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Functions</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scientific operator panels</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmer operator panels</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>most significant bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Graphing</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>Enter</value>\n    <comment>{Locked}This is the value from the VirtualKey enum that maps to this button</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plot</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"xButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"yButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKey\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>{Locked}This is the value that comes from the VirtualKey enum that represents the button. This value is not localized and must be one value that comes from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"graphingPowerButton.[using:CalculatorApp.Common]KeyboardShortcutManager.Character\" xml:space=\"preserve\">\n    <value>^</value>\n    <comment>{Locked}This is the character that should trigger this button. Note that it is a character and not a key, so it does not come from the Windows::System::VirtualKey enum.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:CalculatorApp.Common]KeyboardShortcutManager.VirtualKeyControlChord\" xml:space=\"preserve\">\n    <value>Home</value>\n    <comment>{Locked}This is the shortcut for the graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Refresh view automatically (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graph view</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatic best fit</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Manual adjustment</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Graph view has been reset</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom in (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom in</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom out (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom out</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Add equation</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Unable to share at this time.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Look what I graphed with Windows Calculator</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Equations</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Image of a graph with equations</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Step</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Color</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Style</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Function analysis</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>The function does not have any horizontal asymptotes.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>The function does not have any inflection points.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>The function does not have any maxima points.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>The function does not have any minima points.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constant</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Decreasing</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Unable to determine the monotonicity of the function.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Increasing</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>The monotonicity of the function is unknown.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>The function does not have any oblique aysmptotes.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Unable to determine the parity of the function.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>The function is even.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>The function is neither even nor odd.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>The function is odd.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>The function parity is unknown.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodicity is not supported for this function.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>The function is not periodic.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>The function periodicity is unknown.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>These features are too complex for Calculator to calculate:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>The function does not have any vertical asymptotes.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>The function does not have any x-intercepts.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>The function does not have any y-intercepts.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domain</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Horizontal asymptotes</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Inflection points</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analysis is not supported for this function.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analysis is only supported for functions in the f(x) format. Example: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maxima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonicity</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Oblique asymptotes</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Parity</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Period</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Range</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Vertical asymptotes</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-Intercept</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-Intercept</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Analysis could not be performed for the function.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Unable to calculate the domain for this function.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Unable to calculate the range for this function.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Overflow (the number is too large)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Radians mode is required to graph this equation.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>This function is too complex to graph</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Degrees mode is required to graph this function</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>The factorial function has an invalid argument</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>The factorial function has an argument that is too large to graph</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo can only be used with whole numbers</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>The equation has no solution</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Cannot divide by zero</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>The equation contains logical conditions that are mutually exclusive</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Equation is out of domain</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Graphing this equation is not supported</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>The equation is missing an opening parenthesis</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>The equation is missing a closing parenthesis</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>There are too many decimal points in a number</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>A decimal point is missing digits</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Unexpected end of expression</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Unexpected characters in the expression</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Invalid characters in the expression</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>There are too many equal signs</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>The function must contain at least one x or y variable</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Invalid expression</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>The expression is empty</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Equal was used without an equation</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Parenthesis missing after function name</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>A mathematical operation has the incorrect number of parameters</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>A variable name is invalid</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>The equation is missing an opening bracket</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>The equation is missing a closing bracket</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" and \"I\" cannot be used as variable names</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>The equation could not be graphed</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>The digit could not be resolved for the given base</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>The base must be greater than 2 and less than 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>A mathematical operation requires one of its parameters to be a variable</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Equation is mixing logical and scalar operands</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x or y cannot be used in the upper or lower limits</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x or y cannot be used in the limit point</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Cannot use complex infinity</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Cannot use complex numbers in inequalities</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Back to function list</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Back to function list</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analyze function</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analyze function</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analyze function</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Remove equation</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Remove equation</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Remove equation</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Share</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Share</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Change equation style</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Change equation style</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Change equation style</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Show equation</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Hide equation</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Show equation %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Hide equation %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Stop tracing</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Start tracing</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Graph viewing window, x-axis bounded by %1 and %2, y-axis bounded by %3 and %4, displaying %5 equations</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Configure slider</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Configure slider</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Switch to equation mode</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Switch to graph mode</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Switch to equation mode</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Current mode is equation mode</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Current mode is graph mode</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Window</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Degrees</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradians</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radians</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Units</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Reset view</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Graph options</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graph options</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Graph options</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable options</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Toggle variable options</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Line thickness</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Line options</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Small line width</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Medium line width</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Large line width</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Extra large line width</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Enter an expression</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copy</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Cut</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copy</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Paste</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Undo</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Select all</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Function input</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Function input</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Function input panel</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable panel</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable list</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Variable %1 list item</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable value textbox</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable value slider</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable minimum value textbox</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable step value textbox</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable maximum value textbox</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Solid line style</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Dot line style</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Dash line style</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Navy blue</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Seafoam</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violet</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Green</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mint green</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Dark green</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Charcoal</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Red</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Plum light</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Yellow gold</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Orange bright</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Brown</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Black</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>White</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Color 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Color 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Color 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Color 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Graph theme</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Always light</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Match app theme</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Theme</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Always light</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Match app theme</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Function removed</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Function analysis equation box</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Equals</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Less than</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Less than or equal</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Equal</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Greater than or equal</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Greater than</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Submit</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Function analysis</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graph options</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>History and Memory lists</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Memory list</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>History slot %1 cleared</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Calculator always on top</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Calculator back to full view</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Arithmetic shift selected</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Logical shift selected</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Rotate circular shift selected</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Rotate through carry circular shift selected</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Settings</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Appearance</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>App theme</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Select which app theme to display</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Light</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Dark</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Use system setting</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Back</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Settings page</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Open the context menu for available actions</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Couldn't restore this snapshot.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/es-ES/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Entrada no válida</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Resultado indefinido</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Memoria insuficiente</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Desbordamiento</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Resultado no definido</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Resultado no definido</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Desbordamiento</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Desbordamiento</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>No se puede dividir entre cero</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/es-ES/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calculadora [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Calculadora de Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Calculadora de Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calculadora [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Pegar</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Prácticamente igual que</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, valor %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63º</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62º</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61º</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60º</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59º</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58º</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57º</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56º</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55º</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54º</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53º</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52º</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51º</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50º</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49º</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48º</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47º</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46º</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45º</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44º</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43º</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42º</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41º</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40º</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39º</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38º</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37º</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36º</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35º</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34º</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33º</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32º</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31º</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30º</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29º</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28º</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27º</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26º</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25º</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24º</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23º</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22º</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21º</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20º</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19º</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18º</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17º</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16º</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15º</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14º</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13º</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12º</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11º</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10º</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9º</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8º</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7º</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6º</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5º</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4º</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3º</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2º</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1º</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>bit menos significativo</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Abrir control flotante de memoria</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Cerrar control flotante de memoria</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Mantener en la parte superior</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Volver a la vista completa</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historial (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teclado numérico de alternancia de bits</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teclado numérico completo</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Borrar toda la memoria (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Historial</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historial</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Convertidor</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Científica</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Estándar</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo Convertidor</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo científico</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo estándar</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Borrar todo el historial</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Borrar todo el historial</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Ocultar</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Estándar</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Científica</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programador</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Convertidor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Convertidor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Convertidores</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Calculadoras</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>La pantalla muestra %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>La expresión es %1, la entrada actual es %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>La pantalla muestra %1 coma</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>La expresión es %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Mostrar el valor que se copió en el portapapeles</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historial</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binario %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar todo el historial</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Se ha borrado el historial</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ocultar historial</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Abrir control flotante de historial</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Cerrar control flotante del historial</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Almacén de memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Almacenar memoria (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar toda la memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Se ha borrado la memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recuperar memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Recuperar memoria (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sumar memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sumar memoria (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Restar memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Restar memoria (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar elemento de memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Borrar elemento de memoria</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sumar al elemento de memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sumar al elemento de memoria</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Restar al elemento de memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Restar al elemento de memoria</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar elemento de memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Borrar elemento de memoria</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sumar al elemento de memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Sumar al elemento de memoria</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Restar al elemento de memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Restar al elemento de memoria</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Eliminar</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Eliminar</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eliminar elemento de historial</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eliminar elemento de historial</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Retroceso</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uno</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dos</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tres</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuatro</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cinco</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seis</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Siete</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ocho</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nueve</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>O</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>No</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Girar a la izquierda</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Girar a la derecha</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mayús izquierda</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mayús derecha</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>O exclusivo</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar palabra cuádruple</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar doble palabra</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar palabra</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar bytes</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado numérico de alternancia de bits</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado numérico completo</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Separador decimal</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar entrada</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dividir por</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiplicar por</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Es igual a</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función inversa</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menos</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Menos</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Más</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Raíz cuadrada</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Porcentaje</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivo negativo</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivo negativo</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recíproco</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paréntesis de apertura</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Paréntesis de apertura, número de paréntesis abiertos %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paréntesis de cierre</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Número de paréntesis abiertos %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>No hay ningún paréntesis abierto para cerrar.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notación científica</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seno</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Coseno</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seno hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Coseno hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuadrado</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cubo</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcoseno</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcocoseno</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcotangente</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcoseno hiperbólico</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcocoseno hiperbólico</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcotangente hiperbólico</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' elevado al exponente</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diez elevado al exponente</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' elevado al exponente</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'y' raíz de 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo natural</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Módulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponencial</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grado minuto segundo</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grados</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte entera</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte fraccionaria</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Factorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar grados</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar gradianes</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar radianes</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista desplegable de modos</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista desplegable de categorías</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mantener en la parte superior</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Volver a la vista completa</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mantener en la parte superior (Alt+Flecha arriba)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Volver a la vista completa (Alt+Flecha abajo)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Convertir de %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Convertir de %1 coma %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Se convierte en %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 es %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Unidad de entrada</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unidad de salida</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Área</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Datos</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energía</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Longitud</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Potencia</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Velocidad</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Tiempo</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volumen</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Peso y masa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Presión</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Ángulo</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Moneda</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Onzas fluidas (R. U.)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (R. U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Onzas fluidas (EE. UU)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galones (R. U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (R. U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galones (EE. UU)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litros</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitros</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pintas (R. U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (R. U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pintas (EE. UU.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Cucharadas (EE. UU.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (cucharada) (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Cucharaditas (EE. UU.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (cucharadita) (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Cucharadas (R. U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (cucharada) (R. U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Cucharaditas (R. U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (cucharadita) (R. U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Cuartos de galón (R. U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (R. U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Cuartos de galón (EE. UU.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Tazas (EE. UU.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cup (taza) (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minuto</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>wk</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>yr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Unidades térmicas británicas</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTUs/minuto</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Calorías térmicas</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centímetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centímetros por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Centímetros cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Pies cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Pulgadas cúbicas</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Metros cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Yardas cúbicas</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Días</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Electronvoltios</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Pies</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Pies por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Libras pie</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Libras pie/minuto</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hectáreas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Caballos de fuerza (EE. UU.)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Horas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Pulgadas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Julios</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilobyte-horas</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Calorías alimentarias</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojulios</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilómetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilómetros por hora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilovatios</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Nudos</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metros por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Micrones</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microsegundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Millas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Millas por hora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milímetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisegundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minutos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Cuarteto</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanómetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstroms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Millas náuticas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Segundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Centímetros cuadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Pies cuadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Pulgadas cuadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kilómetros cuadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Metros cuadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Millas cuadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Milímetros cuadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Yardas cuadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Vatios</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Semanas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yardas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Años</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>grados</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>gradianes</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>at.</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>bar</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tonelada (R. U.)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tonelada (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Quilates</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Grados</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radianes</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradianes</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmósferas</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bares</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascales</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milímetros de mercurio </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascales</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Libras por pulgada cuadrada (PSI)</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Decagramos</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectogramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Toneladas largas (R. U.)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Onzas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Libras</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Toneladas cortas (EE. UU.)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Toneladas métricas</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>campos de fútbol</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>campos de fútbol</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>discos</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>discos</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>baterías</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>baterías</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>clips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>clips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>aviones a reacción Jumbo</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>aviones a reacción Jumbo</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>bombillas</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>bombillas</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>caballos</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>caballos</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>bañeras</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>bañeras</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>copos de nieve</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>copos de nieve</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefantes</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefantes</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>tortugas</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>tortugas</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>aviones a reacción</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>aviones a reacción</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>ballenas</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>ballenas</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>tazas de café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>tazas de café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscinas</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscinas</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>manos</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>manos</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>hojas de papel</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>hojas de papel</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>castillos</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>castillos</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>plátanos</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>plátanos</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>trozos de pastel</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>trozos de pastel</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>motores de tren</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>motores de tren</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>balones de fútbol</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>balones de fútbol</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Elemento de memoria</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atrás</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atrás</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Términos de licencia del software de Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Vista previa</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Declaración de privacidad de Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Todos los derechos reservados.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Para saber cómo puede contribuir a la calculadora de Windows, consulte el proyecto en %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Acerca de</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Enviar comentarios</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>No hay historial todavía.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>No hay nada guardado en la memoria.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>La expresión no se puede pegar.</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Cálculo de fecha</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo de cálculo</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Sumar</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Sumar o restar días</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Fecha</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Diferencia entre días</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Días</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Diferencia</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Desde</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Meses</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Restar</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Hasta</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Años</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Fecha fuera del límite</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>día</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>días</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mes</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>meses</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Mismas fechas</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>semana</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>semanas</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>año</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>años</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Diferencia %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Fecha resultante %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Modo calculadora %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Modo de convertidor %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Modo de cálculo de fecha</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historial y listas de memoria</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controles de memoria</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funciones estándar</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controles de pantalla</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores estándar</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado numérico</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores de ángulos</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funciones científicas</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selección de base</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores de programadores</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selección del modo de entrada</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado numérico para la alternancia de bits</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazar expresión a la izquierda</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazar expresión a la derecha</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Se ha alcanzado el número máximo de dígitos. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>Se guardó en la memoria: %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>La ranura de memoria %1 es %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Se ha borrado la ranura de memoria %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dividido por</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>veces</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>menos</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>más</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>a la potencia de</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y raíz</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mayús izquierda</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mayús derecha</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>o</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x o</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Actualizado el %1 a las %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Actualizar tipos</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Pueden aplicarse cargos de datos.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>No se pudieron obtener nuevos tipos. Inténtalo de nuevo más tarde.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Sin conexión. Compruebe su%HL%Configuración de red%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Actualizando las divisas</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Se actualizaron las divisas</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>No se pudieron actualizar las divisas</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Borrar toda la memoria (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar toda la memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>grados de seno</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radianes de seno</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>gradianes de seno</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>grados de seno inverso</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>radianes de seno inverso</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>gradianes de seno inverso</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>seno hiperbólico</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>seno hiperbólico inverso</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>grados de coseno</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radianes de coseno</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>gradianes de coseno</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>grados de coseno inverso</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>radianes de coseno inverso</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>gradianes de coseno inverso</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>coseno hiperbólico</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>coseno hiperbólico inverso</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>grados de tangente</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>radianes de tangente</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>gradianes de tangente</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>grados de tangente inversa</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>radianes de tangente inversa</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>gradianes de tangente inversa</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente hiperbólica</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>grados de secante</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radianes de secante</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>gradianes de secante</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>grados de secante inversa</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>radianes de secante inversa</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>gradianes de secante inversa</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>secante hiperbólica</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>secante hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>grados de cosecante</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radianes de cosecante</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>gradianes de cosecante</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>grados de cosecante inversa</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>radianes de cosecante inversa</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>gradianes de cosecante inversa</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecante hiperbólica</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecante hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>grados de cotangente</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radianes de cotangente</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>gradianes de cotangente</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>grados de cotangente inversa</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>radianes de cotangente inversa</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>gradianes de cotangente inversa</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente hiperbólica</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Raíz cúbica</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Logaritmo en base</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Valor absoluto</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>mayús izquierda</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>desplazamiento a la derecha</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>factorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grado minuto segundo</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>registro natural</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>cuadrado</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y raíz</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Categoría de %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Contrato de servicios de Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Desde</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazar el resultado del cálculo hacia la izquierda</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazar el resultado del cálculo hacia la derecha</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Error de cálculo</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Base log Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometría</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Función</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Desigualdades</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desigualdades</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bit a bit</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Desplazamiento de bits</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función inversa</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante de arco</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante de arco hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante de arco</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante de arco hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cotangente</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente de arco hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Suelo</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Techo</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aleatorio</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valor absoluto</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Número de Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dos elevado al exponente</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Girar a la izquierda con acarreo</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Girar a la derecha con acarreo</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazar a la izquierda</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Mayús izquierda</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazar a la derecha</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Mayús derecha</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Desplazamiento aritmético</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Desplazamiento lógico</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Girar desplazamiento circular</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Girar con desplazamiento circular de acarreo</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Raíz cúbica</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometría</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funciones</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit a bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneles de operadores científicos</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneles de operadores de programadores</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>bit más significativo</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Gráfica</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trazado</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Actualizar la vista automáticamente (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vista de gráficos</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Mejor ajuste automático</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ajuste manual</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>La vista gráfico se ha restablecido</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Acercar (Ctrl + signo más)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Acercar</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Alejar (Ctrl + signo menos)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alejar</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sumar ecuación</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>No se puede compartir en este momento.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>Aceptar</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Mira los gráficos que he hecho con la Calculadora de Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Ecuaciones</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Imagen de un gráfico con ecuaciones</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Paso</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Mín.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Máx.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Color</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Estilo</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Análisis de función</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>La función no tiene ninguna asíntota horizontal.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>La función no tiene ningún punto de inflexión.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>La función no tiene ningún máximo.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>La función no tiene ningún mínimo.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constante</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Decreciente</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>No se puede determinar la monotonía de la función.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Creciente</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Se desconoce la monotonía de la función.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>La función no tiene ninguna asíntota oblicua.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>No se puede determinar la paridad de la función.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>La función es par.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>La función no es ni par ni impar.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>La función es impar.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Se desconoce la paridad de la función.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>La periodicidad no es compatible en esta función.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>La función no es periódica.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Se desconoce la periodicidad de la función.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Estas características son demasiado complejas para que la Calculadora las calcule:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>La función no tiene ninguna asíntota vertical.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>La función no tiene ninguna intersección x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>La función no tiene ninguna intercepción y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Dominio</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asíntotas horizontales</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Puntos de inflexión</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Los análisis no son compatibles en esta función.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>El análisis solo se admite para las funciones con el formato f(x). Ejemplo: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Máxima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Mínima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Función monótona</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asíntotas oblicuas</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paridad</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Ciclo</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Intervalo</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asíntotas verticales</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Intersección X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Intersección Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>No se pudo realizar el análisis de la función.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>No se puede calcular el dominio de esta función.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>No se puede calcular el intervalo para esta función.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Desbordamiento (el número es demasiado grande)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Se necesita el modo radianes para representar gráficamente esta ecuación.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Esta función es demasiado complicada para representarla gráficamente</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Se necesita el modo de grados para representar gráficamente esta función</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>La función factorial tiene un argumento no válido</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>La función factorial tiene un argumento que es demasiado grande para el gráfico</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>El módulo solo se puede usar con números enteros</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>La ecuación no tiene solución</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>No se puede dividir entre cero</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>La ecuación contiene condiciones lógicas que se excluyen mutuamente</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>La ecuación está fuera del dominio</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>No se puede realizar la gráfica de esta ecuación</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Falta un paréntesis de apertura en la ecuación</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Falta un paréntesis de cierre en la ecuación</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Hay demasiados separadores decimales en un número</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Faltan dígitos en un separador decimal</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Final inesperado de la expresión</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Caracteres inesperados en la expresión</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Los caracteres en la expresión no son válidos</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Hay demasiados signos \"igual\"</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>La función debe contener al menos una variable x o y.</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Expresión no válida</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>La expresión está vacía</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Se utilizó Igual sin una ecuación</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Faltan un paréntesis después del nombre de función</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Una operación matemática tiene un número incorrecto de parámetros</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Un nombre de variable no es válido</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Falta un corchete de apertura en la ecuación</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Falta un corchete de cierre en la ecuación</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"yo\" y \"Yo\" no se pueden usar como nombres de variables</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>No se pudo representar gráficamente la ecuación</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>No se pudo resolver el dígito para la base especificada</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>La base debe ser mayor que 2 y menor que 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Una operación matemática requiere que uno de los parámetros sea una variable</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>La ecuación está mezclado operandos escalares y lógicos</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x o y no se pueden usar en los límites superior o inferior</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>no se puede usar x o y en el punto límite</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>No se puede usar infinito complejo</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>No se pueden usar números complejos en desigualdades</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Volver a la lista de funciones</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Volver a la lista de funciones</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analizar función</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analizar función</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analizar función</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Quitar ecuación</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quitar ecuación</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Quitar ecuación</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Compartir</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Compartir</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Cambiar estilo de ecuación</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cambiar estilo de ecuación</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Cambiar estilo de ecuación</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Mostrar ecuación</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Ocultar ecuación</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Mostrar ecuación %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Ocultar ecuación %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Detener seguimiento</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Iniciar seguimiento</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Ventana de visualización de gráficos, eje x delimitado por %1 y %2, eje y limitado por %3 y %4, mostrando %5 ecuaciones</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Configurar control deslizante</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Configurar control deslizante</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Cambiar al modo de ecuación</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Cambiar al modo de gráfico</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cambiar al modo de ecuación</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>El modo actual es el modo de ecuación</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>El modo actual es el modo de gráfico</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Ventana</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Grados</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradianes</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radianes</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unidades</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Restablecer vista</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-máx.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-mín.</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-máx.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-mín.</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opciones de gráfico</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opciones de gráfico</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opciones de gráfico</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opciones de variable</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Alternar opciones de variable</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Grosor de línea</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opciones de línea</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ancho de línea pequeño</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ancho de línea medio</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ancho de línea grande</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ancho de línea muy grande</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Escribir una expresión</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Cortar</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Pegar</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Deshacer</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Seleccionar todo</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrada de funciones</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrada de funciones</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel de entrada de funciones</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel variable</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista variable</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Elemento de lista de variable %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuadro de texto de valor de variable</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Control deslizante de valor de variable</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuadro de texto de valor mínimo de variable</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuadro de texto de valor de paso de variable</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuadro de texto de valor máximo de variable</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de línea sólida</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de línea de puntos</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de línea de guiones</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Azul marino</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Verde agua</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violeta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Verde</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Verde menta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Verde oscuro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Gris marengo</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Rojo</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Ciruela claro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Amarillo dorado</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Naranja intenso</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Marrón</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Negro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Blanco</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Color 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Color 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Color 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Color 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema de Graph</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Siempre claro</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Hacer coincidir el tema de la aplicación</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Siempre claro</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hacer coincidir el tema de la aplicación</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Función quitada</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuadro de ecuación de análisis de funciones</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Es igual a</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menor que</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menor o igual que</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Igual que</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mayor o igual que</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mayor que</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Enviar</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Análisis de función</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opciones de gráfico</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Historial y listas de memoria</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Lista de memoria</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Se ha borrado la ranura de memoria %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Calculadora siempre en la parte superior</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Calculadora vuelta a vista completa</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Giro aritmético seleccionado</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Giro lógico seleccionado</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Girar desplazamiento circular seleccionado</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Girar con desplazamiento circular de acarreo seleccionado</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Configuración</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Apariencia</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema de la aplicación</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Seleccionar el tema de la aplicación que se va a mostrar</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Claro</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Oscuro</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Usar la configuración del sistema</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atrás</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Página de configuración</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Abrir el menú contextual para ver las acciones disponibles</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>Aceptar</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>No se pudo restaurar esta instantánea.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/es-MX/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Entrada no válida</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Resultado indefinido</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Memoria insuficiente</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Desbordamiento</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Resultado no definido</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Resultado no definido</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Desbordamiento</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Desbordamiento</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>No se puede dividir entre cero</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/es-MX/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calculadora [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Calculadora de Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Calculadora de Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calculadora [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Pegar</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Casi igual a</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, valor %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.er</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.º</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.er</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.º</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.º</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.º</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.º</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.º</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.º</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.º</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.er</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.º</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.er</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.º</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.º</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.º</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.º</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.º</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.º</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.º</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.er</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.º</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.er</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.º</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.º</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.º</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.º</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.º</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.º</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.º</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.er</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.º</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.er</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.º</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.º</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.º</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.º</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.º</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.º</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.º</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.er</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.º</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.er</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.º</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.º</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.º</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.º</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.º</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.º</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.º</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.er</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.º</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.er</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.º</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.º</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.º</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.º</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.º</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.º</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.º</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.er</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.º</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.er</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>bit menos significativo</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Abrir control flotante de la memoria</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Cerrar control flotante de la memoria</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Mantener visible</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Volver a vista completa</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historial (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teclado numérico de alternancia de bits</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teclado numérico completo</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Borrar toda la memoria (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Historial</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historial</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Conversor</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Científica</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Estándar</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo Convertidor</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo científico</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo estándar</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Borrar todo el historial</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Borrar todo el historial</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Ocultar</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Estándar</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Científica</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programador</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Conversor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Conversor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Convertidores</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Calculadoras</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Se muestra %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>La expresión es %1, la entrada actual es %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>La pantalla muestra %1 coma.</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>La expresión es %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Mostrar el valor copiado al portapapeles</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historial</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binario %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar todo el historial</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Historial borrado</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ocultar historial</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Abrir control flotante de historial</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Cerrar control flotante de historial</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Almacén de la memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Almacenar en la memoria (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar toda la memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memoria borrada</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recuperar la memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Recuperar de la memoria (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sumar memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sumar a la memoria (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Restar la memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Restar de la memoria (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar elemento de la memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Borrar elemento de la memoria</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sumar a elemento en la memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sumar a elemento en la memoria</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Restar del elemento en la memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Restar del elemento en la memoria</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar elemento de la memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Borrar elemento de la memoria</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sumar a elemento en la memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Sumar a elemento en la memoria</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Restar del elemento en la memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Restar del elemento en la memoria</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Eliminar</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Eliminar</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eliminar elemento del historial</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eliminar elemento del historial</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Retroceso</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uno</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dos</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tres</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuatro</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cinco</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seis</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Siete</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ocho</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nueve</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>O</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>No</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Girar a la izquierda</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Girar a la derecha</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mayús izquierda</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mayús derecha</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>O exclusivo</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar palabra cuádruple</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar palabra doble</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar palabra</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar byte</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado numérico de alternancia de bits</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado numérico completo</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Separador decimal</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quitar entrada</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dividido por</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiplicar por</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Es igual a</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función inversa</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menos</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Menos</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Más</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Raíz cuadrada</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Por ciento</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivo negativo</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivo negativo</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recíproco</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paréntesis de apertura</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Abrir paréntesis, recuento de paréntesis abiertos %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paréntesis de cierre</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Recuento de paréntesis de apertura: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>No hay ningún paréntesis de apertura para cerrar.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notación científica</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seno</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Coseno</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seno hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Coseno hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuadrado</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cubo</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcoseno</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcocoseno</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcotangente</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcoseno hiperbólico</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcocoseno hiperbólico</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcotangente hiperbólica</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elevado a \"X\"</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elevado a 10</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elevado a \"e\"</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>raíz \"Y\" de \"X\"</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo natural</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Módulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponencial</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grado minuto segundo</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grados</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte entera</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte fraccionaria</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Factorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar grados</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar gradientes</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar radianes</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista desplegable de modos</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista desplegable de categorías</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mantener visible</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Volver a vista completa</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mantener visible (Alt+Arriba)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Volver a la vista completa (Alt+Abajo)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Convertir de %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Convertir de %1 punto %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Convierte a %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 es %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Unidad de entrada</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unidad de salida</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Área</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Datos</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energía</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Longitud</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Potencia</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Velocidad</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Tiempo</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volumen</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Peso y masa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Presión</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Ángulo</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Divisa</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Onzas líquidas (Reino Unido)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Onzas líquidas (EE. UU.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galones (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galones (EE. UU.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litros</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitros</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pintas (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pintas (EE. UU.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Cucharadas (EE. UU.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>cucharada (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Cucharaditas (EE. UU.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>cucharadita (Estados Unidos)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Cucharadas (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>cucharada (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Cucharaditas (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>cucharadita (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Cuartos de galón (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>cuarto de galón (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Cuartos de galón (EE. UU.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>cuarto de galón (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Tazas (EE. UU.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>taza (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ca</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>sem</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>a.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Unidades térmicas británicas</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>Unidades térmicas británicas/minuto</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Calorías termales</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centímetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centímetros por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Centímetros cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Pies cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Pulgadas cúbicas</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Metros cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Yardas cúbicas</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Días</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Electronvoltio</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Pies</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Pies por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Pie-libras</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Pie-libras/minuto</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hectáreas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Caballos de fuerza (EE. UU.)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Horas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Pulgadas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilobyte-horas</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Calorías de alimentos</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojulios</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilómetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilómetros por hora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilovatios</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Nudos</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metros por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Micrones</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microsegundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Millas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Millas por hora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milímetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisegundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minutos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Cuarteto</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanómetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstroms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Millas náuticas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Segundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Centímetros cuadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Pies cuadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Pulgadas cuadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kilómetros cuadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Metros cuadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Millas cuadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Milímetros cuadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Yardas cuadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Vatios</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Semanas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yardas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Años</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>°</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>∇</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>at.</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>bar</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tonelada (EE. UU.)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Quilates</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Grados</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radianes</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Grados centesimales</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmósferas</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bares</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascales</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milímetros de mercurio </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascales</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Libras por pulgada cuadrada (PSI)</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Decagramos</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectogramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Toneladas largas (Reino Unido)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Onzas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Libras</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Toneladas cortas (EE.UU.)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Piedra</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Toneladas métricas</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>campos de fútbol</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>campos de fútbol</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>diskettes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>diskettes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>baterías</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>baterías</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>clips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>clips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>focos</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>focos</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>caballos</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>caballos</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>bañeras</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>bañeras</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>copos de nieve</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>copos de nieve</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefantes</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefantes</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>tortugas</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>tortugas</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>jets</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>jets</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>ballenas</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>ballenas</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>tazas de café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>tazas de café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>albercas</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>albercas</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>manos</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>manos</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>hojas de papel</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>hojas de papel</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>castillos</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>castillos</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>plátanos</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>plátanos</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>rebanadas de pastel</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>rebanadas de pastel</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotoras</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotoras</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>balones de fútbol</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>balones de fútbol</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Elemento en la memoria</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atrás</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atrás</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Términos de licencia del software de Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Vista previa</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Declaración de privacidad de Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Todos los derechos reservados.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Para obtener información sobre cómo puede contribuir a la calculadora de Windows, consulta el proyecto en %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Acerca de</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Enviar comentarios</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>No hay historial todavía.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>No hay nada guardado en la memoria.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>La expresión no se puede pegar</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Cálculo de fecha</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo de cálculo</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Sumar</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Sumar o restar días</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Fecha</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Diferencia entre fechas</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Días</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Diferencia</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Desde</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Meses</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Restar</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Hasta</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Años</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Fecha fuera del límite</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>día</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>días</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mes</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>meses</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Mismas fechas</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>semana</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>semanas</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>año</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>años</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Diferencia: %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Fecha resultante: %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Modo de calculadora %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Modo de convertidor %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Modo de cálculo de fecha</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Listas e historial de la memoria</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controles de la memoria</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funciones estándar</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Control de pantalla</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores estándar</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado numérico</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores de ángulo</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funciones científicas</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selección de base</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores de programador</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selección de modo de entrada</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado de alternancia de bits</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazar expresión a la izquierda</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazar expresión a la derecha</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Se alcanzó el máximo de dígitos. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 se guardó en la memoria</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>La ranura de memoria %1 es %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Ranura de la memoria %1 borrada</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dividido por</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>veces</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>menos</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>más</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>elevado a</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>raíz de y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mayús izquierda</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mayús derecha</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>o</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x o</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Actualizado el %1 a las %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Actualizar tarifas</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Pueden aplicarse cargos por uso de datos.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>No se pudieron obtener las nuevas tarifas. Vuelve a probar más tarde.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Sin conexión. Comprueba tu%HL%Configuración de red%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Actualizando los tipos de cambio</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Se actualizaron los tipos de cambio</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>No se pudieron actualizar los tipos de cambio</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Borrar toda la memoria (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar toda la memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>grados de seno</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radianes de seno</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>gradientes de seno</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>grados de seno inverso</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>radianes de seno inverso</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>gradientes de seno inverso</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>seno hiperbólico</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>seno hiperbólico inverso</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>grados de coseno</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radianes de coseno</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>gradientes de coseno</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>grados de coseno inverso</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>radianes de coseno inverso</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>gradientes de coseno inverso</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>coseno hiperbólico</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>coseno hiperbólico inverso</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>grados de tangente</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>radianes de tangente</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>gradientes de tangente</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>grados de tangente inversa</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>radianes de tangente inversa</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>gradientes de tangente inversa</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente hiperbólica</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>grados de secante</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radianes de secante</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>gradianes de secante</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>grados de secante inversa</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>radianes de secante inversa</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>gradianes de secante inversa</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>secante hiperbólica</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>secante hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>grados de cosecante</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radianes de cosecante</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>gradianes de cosecante</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>grados de cosecante inversa</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>radianes de cosecante inversa</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>gradianes de cosecante inversa</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecante hiperbólica</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecante hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>grados de cotangente</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radianes de cotangente</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>gradianes de cotangente</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>grados de cotangente inversa</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>radianes de cotangente inversa</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>gradianes de cotangente inversa</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente hiperbólica</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Raíz cúbica</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Logaritmo en base</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Valor absoluto</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>mayús izquierda</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>mayús derecha</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>factorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grado minuto segundo</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>logaritmo natural</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>elevar al cuadrado</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>raíz de y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Categoría %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Contrato de servicios de Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Desde</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazar el resultado del cálculo hacia la izquierda</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazar el resultado del cálculo hacia la derecha</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Error en el cálculo</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo en base Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometría</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Función</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Desigualdades</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desigualdades</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bit a bit</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Desplazamiento de bits</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función inversa</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante de arco</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante de arco hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante de arco</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante de arco hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cotangente</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente de arco hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Suelo</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Techo</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aleatorio</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valor absoluto</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Número de Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elevado a 2</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NOR</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NOR</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Girar a la izquierda con acarreo</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Girar a la derecha con acarreo</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazar a la izquierda</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Desplazamiento a la izquierda</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazar a la derecha</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Desplazamiento a la derecha</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Desplazamiento aritmético</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Desplazamiento lógico</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Girar desplazamiento circular</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Girar con desplazamiento circular de acarreo</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Raíz cúbica</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometría</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funciones</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit a bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desplazamiento de bits</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneles de operadores científicos</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneles de operadores de programadores</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>bit más significativo</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Graficar</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trazar</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Actualizar la vista automáticamente (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vista de gráficos</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Mejor ajuste automático</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ajuste manual</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Se restableció la vista del gráfico</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Acercar (Ctrl + signo más)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Acercar</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Alejar (Ctrl + signo menos)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alejar</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sumar ecuación</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>No se puede compartir en este momento.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>Aceptar</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Mira el gráfico que hice con la Calculadora de Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Ecuaciones</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Imagen de un gráfico con ecuaciones</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Acción</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Mín.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Máx.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Color</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Estilo</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Análisis de funciones</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>La función no tiene asíntotas horizontales.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>La función no tiene ningún punto de inflexión.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>La función no tiene ningún punto máximo.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>La función no tiene ningún punto mínimo.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constante</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Decreciente</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>No se puede determinar la monotonía de la función.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Creciente</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>La monotonía de la función es desconocida.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>La función no tiene asíntotas oblicuas.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>No se puede determinar la paridad de la función.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>La función es par.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>La función no es ni par ni impar.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>La función es impar.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>La paridad de la función es desconocida.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>No se admite la periodicidad per la función.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>La función no es periódica.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>La periodicidad de la función es desconocida.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Estas características son demasiado complejas para que la Calculadora las calcule:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>La función no tiene asíntotas verticales.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>La función no tiene ninguna intersección con el eje x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>La función no tiene ninguna intersección con el eje y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Dominio</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asíntotas horizontales</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Puntos de inflexión</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>No se admite el análisis para la función.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>El análisis solo se admite para funciones en formato f(x). Ejemplo: y = x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Máximos</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Mínimos</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonía</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asíntotas oblicuas</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paridad</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Período</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Intervalo</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asíntotas verticales</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Intersección con el eje X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Intersección con el eje Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>No se pudo realizar el análisis de la función.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>No se puede calcular el dominio de la función.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>No se puede calcular el intervalo de la función.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Contenido adicional (el número es demasiado grande)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Se requiere el modo radianes para representar gráficamente esta ecuación.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Esta función es demasiado complicada para graficar</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Se requiere el modo grados para representar gráficamente esta función.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>El argumento de la función factorial es incorrecto</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>La función factorial tiene un argumento que es demasiado grande para el gráfico</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Módulo solo puede usarse con números enteros</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>La ecuación no tiene solución</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>No se puede dividir entre cero</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>La ecuación contiene condiciones lógicas que se excluyen mutuamente</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>La ecuación está fuera del dominio</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>No es posible graficar esta ecuación</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Falta un paréntesis de apertura en la ecuación</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Falta un paréntesis de cierre en la ecuación</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Hay demasiados puntos decimales en un número</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Faltan dígitos en la coma decimal</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Final de expresión inesperado</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Caracteres inesperados en la expresión</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Caracteres no válidos en la expresión</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Hay demasiados signos de igual</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>La función debe contener al menos una variable x o y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Expresión no válida</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>La expresión está vacía</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Igual se utilizó sin una ecuación</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Faltan paréntesis después del nombre de función</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Una operación matemática tiene el número incorrecto de parámetros</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Un nombre de variable no es válido</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Falta un corchete de apertura en la ecuación</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Falta un corchete de cierre en la ecuación</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>Tanto \"i\", como \"I\", no se pueden usar como nombres de variables</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>No se pudo representar gráficamente la ecuación</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>El dígito no se pudo resolver para la base indicada</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>La base debe ser mayor que 2 y menor que 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Una operación matemática requiere que uno de los parámetros sea una variable</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Ecuación está mezclando operandos de escala y lógicos</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x o y no se pueden usar en los límites superior o inferior</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x o y no se pueden usar en el punto límite</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>No se puede usar infinito complejo</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>No se pueden usar números complejos en desigualdades</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Volver a la lista de funciones</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Volver a la lista de funciones</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analizar función</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analizar función</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analizar función</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Quitar ecuación</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quitar ecuación</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Quitar ecuación</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Compartir</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Compartir</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Cambiar estilo de ecuación</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cambiar estilo de ecuación</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Cambiar estilo de ecuación</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Mostrar ecuación</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Ocultar ecuación</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Mostrar ecuación %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Ocultar ecuación %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Detener seguimiento</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Iniciar seguimiento</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Ventana de visualización de gráficos, eje x delimitado por %1 y %2, eje y limitado por %3 y %4, mostrando %5 ecuaciones</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Configurar control deslizante</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Configurar control deslizante</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Cambiar al modo de ecuación</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Cambiar al modo de gráfico</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cambiar al modo de ecuación</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>El modo actual es el modo de ecuación</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>El modo actual es el modo de gráfico</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Ventana</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Grados</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Grados centesimales</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radianes</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unidades</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Restablecer vista</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>Máx. de X</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>Mín. de X</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Máx. de Y</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Mín. de Y</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opciones de gráfico</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opciones de gráfico</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opciones de gráfico</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opciones de variables</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Interruptor de opciones de variables</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Grosor de línea</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opciones de línea</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ancho de línea pequeño</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ancho de línea medio</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ancho de línea grande</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ancho de línea muy grande</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Escribe una expresión</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Cortar</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Pegar</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Deshacer</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Seleccionar todo</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrada de funciones</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrada de funciones</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel de entrada de funciones</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel variable</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista variable</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Elemento de lista de variable %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuadro de texto de valor de variable</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Control deslizante de valor de variable</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuadro de texto de valor mínimo de variable</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuadro de texto de valor de paso de variable</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuadro de texto de valor máximo de variable</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de línea sólida</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de línea punteada</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de línea de guiones</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Azul marino</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Verde agua</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violeta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Verde</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Verde menta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Verde oscuro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Carboncillo</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Rojo</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Ciruela claro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Amarillo dorado</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Naranja intenso</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Marrón</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Negro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Blanco</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Color 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Color 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Color 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Color 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema de Graph</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Siempre claro</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Coincidir con el tema de la aplicación</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Siempre claro</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hacer coincidir con el tema de la aplicación</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Función eliminada</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cuadro de ecuación de análisis de funciones</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Es igual a</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menor que</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menor o igual que</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Igual que</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mayor o igual que</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mayor que</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Enviar</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Análisis de función</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opciones de gráfico</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Listas e historial de la memoria</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Lista de la memoria</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Ranura de memoria %1 borrada</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Calculadora siempre visible</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Calculadora de nuevo a vista completa</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Giro aritmético seleccionado</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Giro lógico seleccionado</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Girar desplazamiento circular seleccionado</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Girar con desplazamiento circular de acarreo seleccionado</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Configuración</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Apariencia</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema de la aplicación</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Seleccionar el tema de la aplicación para mostrar</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Claro</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Oscuro</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Usar la configuración del sistema</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atrás</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Página de configuración</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Abrir el menú contextual para ver las acciones disponibles</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>Aceptar</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>No se pudo restaurar esta instantánea.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/et-EE/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Sobimatu sisend</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Tulem on määratlematu.</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Mälu pole piisavalt.</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Ületäitumine</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Tulem on määratlemata.</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Tulem on määratlemata.</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Ületäitumine</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Ületäitumine</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Nulliga ei saa jagada.</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/et-EE/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulaator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulaator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windowsi kalkulaator</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windowsi kalkulaator [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulaator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulaator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopeeri</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Kleebi</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Võrdub ligikaudu</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, väärtus %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bitt</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>madalaim bitt</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Ava mäluhüpik</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Sule mäluhüpik</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Hoia kõige peal</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Tagasi täisekraanvaatesse</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mälu</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ajalugu (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Biti ümberlülituse klahvistik</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Täisklahvistik</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tühjenda kogu mälu (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Mälu</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mälu</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Ajalugu</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ajalugu</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Teisendi</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Teaduslik</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standardne</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teisendirežiim</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teaduslik režiim</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardrežiim</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Tühjenda kogu ajalugu</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tühjenda kogu ajalugu</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Peida</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standardne</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Teaduslik</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmeerija</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Teisendi</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulaator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Teisendi</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulaator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Teisendid</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulaatorid</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Kuva on %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Avaldis on %1, praegune sisend on %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Kuva on %1 koma</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Avaldis on %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Kuvatav väärtus on lõikelauale kopeeritud</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Ajalugu</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Mälu</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Kuueteistkümnendarv %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Kümnendarv %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Kaheksandarv %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Kahendarv %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tühjenda kogu ajalugu</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Ajalugu on kustutatud</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Peida ajalugu</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Ava ajaloo hüpik</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Sule ajaloo hüpik</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Salvesta mällu</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Salvesta mällu (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tühjenda kogu mälu</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Mälu on tühjendatud</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Võta mälust</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Võta mälust (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lisa mällu</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Lisa mällu (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lahuta mälust</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Lahuta mälust (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tühjenda mäluüksus</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tühjenda mäluüksus</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lisa mäluüksusesse</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Lisa mäluüksusesse</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lahuta mäluüksusest</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Lahuta mäluüksusest</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tühjenda mäluüksus</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Tühjenda mäluüksus</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lisa mäluüksusesse</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Lisa mäluüksusesse</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lahuta mäluüksusest</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Lahuta mäluüksusest</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Kustuta</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopeeri</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kustuta</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kustuta ajalooüksus</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kustuta ajalooüksus</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tagasilüke</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Null</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Üks</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kaks</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kolm</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Neli</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Viis</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuus</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seitse</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kaheksa</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Üheksa</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ja</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Või</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pole</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ringnihe vasakule</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ringnihe paremale</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nihe vasakule</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nihe paremale</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Välistav VÕI</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Neliksõna tumblernupp</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Topeltsõna tumblernupp</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sõna tumblernupp</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Baidi tumblernupp</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Biti ümberlülituse klahvistik</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Täisklahvistik</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Murdosa eraldaja</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tühjenda sisestus</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tühjenda</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jaga arvuga</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Korruta arvuga</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Võrdub</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pöördfunktsioon</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Miinus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Miinus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pluss</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ruutjuur</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Protsent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiivne negatiivne</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiivne negatiivne</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pöördväärtus</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vasaksulg</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Vasaksulg, avasulgude arv %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paremsulg</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Avavate sulgude arv %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Avavaid sulge, mis vajavad sulgemist, ei ole.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teaduskuju</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne funktsioon</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pii</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Siinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Koosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne siinus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne koosinus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne tangens</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ruut</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuup</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkussiinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuskoosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkustangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne arkussiinus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne arkuskoosinus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne arkustangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>x-i aste</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kümne aste</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>e aste</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>y-astme juur x-ist</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritm</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naturaallogaritm</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mooduli järgi</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponentsiaalne</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kraad, minut, sekund</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>kraadi</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>täisosa</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Murdosa</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>faktoriaali</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kraadide tumblernupp</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Goonide tumblernupp</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radiaanide tumblernupp</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Režiimi ripploend</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kategooriate ripploend</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hoia kõige peal</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tagasi täisekraanvaatesse</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Alati kõige peal (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tagasi täisekraanvaatesse (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Teisenda %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Teisendage %1 koma %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Teisenduse saadus %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 on %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Sisendi ühik</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Väljundi ühik</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Pindala</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Andmed</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energia</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Pikkus</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Võimsus</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Kiirus</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Aeg</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Maht</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatuur</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Kaal ja mass</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Rõhk</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Nurk</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valuuta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>vedelikuuntsi (Briti)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (Briti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>vedelikuuntsi (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>gallonit (Briti)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (Briti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>gallonit (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>liitrit</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>milliliitrit</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>pinti (Briti)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (Briti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>pinti (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>supilusikat (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>sl (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>teelusikat (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tl (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>supilusikat (Briti)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>sl (Briti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>teelusikat (Briti)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tl (Briti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>kvarti (Briti)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (Briti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>kvarti (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>tassi (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>tass (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>Å</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>bit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>p</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (USA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>toll</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>kbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>kB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>miili/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>näd</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>a</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pii</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>aakrit</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>bitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Briti soojusühikut</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>Briti soojusühikut minutis</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>baiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>kalorit</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>sentimeetrit</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>sentimeetrit sekundis</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>kuupsentimeetrit</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>kuupjalga</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>kuuptolli</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>kuupmeetrit</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>kuupjardi</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>päeva</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsiuse kraadi</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheiti kraadi</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>elektronvolti</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>jalga</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>jalga sekundis</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>jalgnaela</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>jalgnaela minutis</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>gigabitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>gigabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>hektarit</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>hobujõudu (USA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>tundi</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>tolli</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>džauli</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilovatt-tunnid</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>kelvinit</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>kilobitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>kilobaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>kilokalorit</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>kilodžauli</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>kilomeetrit</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>kilomeetrit tunnis</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>kilovatti</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>sõlme</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Machi arvu</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>megabitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>megabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>meetrit</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>meetrit sekundis</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>mikronit</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>mikrosekundit</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>miili</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>miili tunnis</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>millimeetrit</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>millisekundit</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>minutit</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Näks(i)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>nanomeetrit</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ongströmi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Meremiilid</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>petabitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>petabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>sekundit</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>ruutsentimeetrit</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>ruutjalga</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>ruuttolli</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>ruutkilomeetrit</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>ruutmeetrit</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>ruutmiili</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>ruutmillimeetrit</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>ruutjardi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>terabitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>terabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>vatti</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>nädalat</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>jardi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>aastat</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>ct</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>krd</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>t (Briti)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>t (USA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>karaati</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>kraadi</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>radiaani</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>gooni</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>atmosfääri</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>baari</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>kilopaskalit</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>millimeetrit elavhõbedasammast</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Paskalit</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>naela ruuttolli kohta</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>sentigrammi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>dekagrammi</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>detsigrammi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>grammi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>hektogrammi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>kilogrammi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>tonni (Briti)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>milligrammi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>untsi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>naela</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>tonni (USA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>kivi</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>tonni</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD-d</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD-d</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>jalgpalliväljakut</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>jalgpalliväljakut</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketti</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketti</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD-d</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD-d</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>patareid</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>patareid</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>kirjaklambrit</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>kirjaklambrit</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>hiidlennukit</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>hiidlennukit</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>lambipirni</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>lambipirni</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>hobust</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>hobust</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>vanni</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>vanni</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>lumehelvest</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>lumehelvest</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elevanti</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elevanti</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>kilpkonna</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>kilpkonna</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>reaktiivlennukit</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>reaktiivlennukit</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>vaala</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>vaala</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>kohvitassi</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>kohvitassi</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>basseini</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>basseini</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>käelaba</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>käelaba</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>paberilehte</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>paberilehte</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>lossi</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>lossi</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banaani</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banaani</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>koogilõiku</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>koogilõiku</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>rongivedurit</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>rongivedurit</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>jalgpalli</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>jalgpalli</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Mäluüksus</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tagasi</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tagasi</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsofti tarkvara litsentsitingimused</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Eeltutvustus</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsofti privaatsusavaldus</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Kõik õigused on reserveeritud.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Kui soovite teada, kuidas saate Windowsi kalkulaator lisada, vaadake projekti %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Teave</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Saada tagasisidet</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Ajalugu pole veel.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Mällu pole midagi salvestatud.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mälu</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Seda avaldist ei saa kleepida</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>kibibitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>kibibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>mebibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>pebibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>tebibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>eksabitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>eksabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>eksbibitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Eksbibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibitti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>yobibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Kuupäevaarvutus</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arvutamisrežiim</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Liida</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Liida või lahuta päevi</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Kuupäev</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Kuupäevade vahe</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>päeva</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Vahe</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Alates</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Kuud</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Lahuta</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Kuni</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>aastat</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Kuupäev on piiridest väljas</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>päev</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>päeva</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>kuu</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>kuud</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Samad kuupäevad</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>nädal</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>nädalat</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>aasta</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>aastat</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Vahe %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Tulemuseks saadav kuupäev %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Kalkulaatorirežiim %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 teisendirežiim</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Kuupäevaarvutuse režiim</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ajaloo- ja mäluloendid</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mälu juhtelemendid</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardfunktsioonid</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuva juhtelemendid</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardsed tehtemärgid</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numbriklahvistik</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nurkade tehtemärgid</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teaduslikud funktsioonid</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arvusüsteemi aluse valimine</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmeerimise tehtemärgid</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sisestusrežiimi valimine</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitivaheldusklahvistik</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Keri avaldist vasakule</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Keri avaldist paremale</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Maksimaalne numbrite arv. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 on salvestatud mällu</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Mälupesa %1 on %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Mälupesa %1 on tühjendatud</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>jagatud arvuga</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>korda</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>miinus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>pluss</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>astmes</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ruutjuur arvust y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mooduli järgi</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>vasak tõstuklahv</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>parem tõstuklahv</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>või</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>välistav või</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ja</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Värskendatud %1 kell %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Värskenda valuutakursse</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Kehtida võivad andmesidetasud.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Uusi valuutakursse ei saanud tuua. Proovige hiljem uuesti.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Võrguühendus puudub. Kontrollige oma %HL%võrgusätteid%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Valuutakursside värskendamine</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Valuutakursid on värskendatud</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Kursse ei saanud värskendada</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tühjenda kogu mälu (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tühjenda kogu mälu</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>siinuse kraadid</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>siinuse radiaanid</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>siinuse goonid</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>siinuse pöördkraadid</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>pöördsiinuse radiaanid</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>pöördsiinuse goonid</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hüperboolne siinus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>hüperboolse siinuse pöördfunktsioon</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>koosinuse kraadid</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>koosinuse radiaanid</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>koosinuse goonid</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>pöördkoosinuse kraadid</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>pöördkoosinuse radiaanid</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>pöördkoosinuse goonid</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hüperboolne koosinus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>hüperboolse koosinuse pöördfunktsioon</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangensi kraadid</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangensi radiaanid</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangensi goonid</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>pöördtangensi kraadid</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>pöördtangensi radiaanid</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>pöördtangensi goonid</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hüperboolne tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>hüperboolse tangensi pöördfunktsioon</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>seekansi kraadid</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>seekansi radiaanid</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>seekansi gradiaanid</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>seekansi pöördkraadid</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>seekansi pöördradiaanid</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>seekansi pöördgradiaanid</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hüperboolne seekans</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>hüperboolse seekansi pöördfunktsioon</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>koosekansi kraadid</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>koosekansi radiaanid</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>koosekansi gradiaanid</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>koosekansi pöördkraadid</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>koosekansi pöördradiaanid</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>koosekansi pöördgradiaanid</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hüperboolne koosekans</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hüperboolne pöördkoosekans</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>kootangensi kraadid</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Kootangensi radiaanid</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>kootangensi gradiaanid</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>kootangensi pöördkraadid</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>kootangensi pöördradiaanid</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>kootangensi pöördgradiaanid</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hüperboolne kootangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hüperboolse kootangensi pöördfunktsioon</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Kuubi juur</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Logaritmi alus</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absoluutväärtus</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>nihe vasakule</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>nihe paremale</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktoriaal</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>kraad minut sekund</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>naturaallogaritm</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>ruut</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>ruutjuur arvust y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Kategooria %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsofti teenuselepe</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Alates</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Keri arvutustulemust vasakule</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Keri arvutustulemust paremale</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Arvutamine nurjus</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmi alus Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonomeetria</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funktsioon</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Võrratused</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Võrratused</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bitine nihe</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pöördfunktsioon</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne funktsioon</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seekans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne seekans</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkusseekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne arkusseekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Koosekans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne koosekans</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuskoosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne arkuskoosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kootangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne kootangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuskootangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hüperboolne arkuskootangens</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Korrus</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ülemmäär</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Juhuslik</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absoluutväärtus</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Euleri number</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kahe aste</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ega</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Ega</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pööra vasakule koos kandega</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pööra paremale koos kandega</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nihe vasakule</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nihe vasakule</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nihe paremale</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nihe paremale</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmeetiline nihe</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Loogiline nihe</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Pööra ringikujuline nihe</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Pööra läbi kande ringikujuline nihe</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuubi juur</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonomeetria</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktsioonid</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teaduslike tehtemärkide paneelid</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmeerija tehtemärkide paneelid</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>kõrgeim bitt</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Graafiline esitus</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diagramm</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Värskenda vaadet automaatselt (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graafiku vaade</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automaatne parim sobivus</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Käsitsi korrigeerimine</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Graafivaade on lähtestatud</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Suurenda (Ctrl + plussmärgiklahv)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Suurenda</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vähenda (Ctrl + miinusmärgiklahv)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vähenda</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Lisa võrrand</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Jagamine pole praegu võimalik.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Vaadake, millest ma Windowsi kalkulaatoriga graafiku koostasin</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Võrrandid</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Muutujad</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Võrranditega graafiku pilt</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Muutujad</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Etapp</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Värv</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Laad</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Funktsiooni analüüs</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funktsioonil pole horisontaalseid asümptoote.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funktsioonil pole käänupunkte.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funktsioonil pole maksimumpunkte.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funktsioonil pole miinimumpunkte.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstant</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Vähenev</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Funktsiooni monotoonsust ei saa määratleda.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Suurenev</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Funktsiooni monotoonsus pole teada.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funktsioonil pole kaldasümptoote.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Funktsiooni paarsust ei saa määratleda.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funktsioon on paaris.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funktsioon pole paaris ega paaritu.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funktsioon on paaritu.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Funktsiooni paarsus pole teada.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>See funktsioon ei toeta perioodilisust.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funktsioon pole perioodiline.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Funktsiooni perioodilisus pole teada.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Need funktsioonid on kalkulaatori jaoks arvutamiseks liiga keerukad:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funktsioonil pole vertikaalseid asümptoote.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funktsioonil pole ühtegi x-telje lõikepunkti.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funktsioonil pole ühtegi y-telje lõikepunkti.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domeen</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Horisontaalsed asümptoodid</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Käänupunktid</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>See funktsioon ei toeta analüüsi.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analüüsi toetatakse ainult f(x)-vormingus funktsioonide korral. Näide: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksimum</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Miinimum</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotoonsus</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Kaldasümptoodid</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paarsus</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Perioodilisus</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Vahemik</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Vertikaalsed asümptoodid</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-telje lõikepunkt</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-telje lõikepunkt</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Funktsiooni analüüsi ei saanud teha.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Selle funktsiooni jaoks ei saanud domeeni arvutada.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Selle funktsiooni vahemikku ei saa arvutada.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Ületäitumine (arv on liiga suur)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Selle võrrandi graafiliseks esitamiseks on vaja kasutada radiaanirežiimi.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>See funktsioon on graafiliseks esitamiseks liiga keerukas</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Selle võrrandi graafiliseks esitamiseks on vaja kasutada kraadirežiimi.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Faktoriaalfunktsioon sisaldab kehtetut argumenti</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Faktoriaalfunktsioon sisaldab graafiliselt esitamiseks liiga suurt argumenti</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Mooduli järgi arvutamist saab kasutada ainult täisarvudega</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Võrrandil pole lahendust</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Nulliga ei saa jagada</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Võrrand sisaldab üksteist välistavaid loogilisi tingimusi</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Võrrand jääb piirkonnast välja</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Selle võrrandi graafilist esitust ei toetata</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Võrrandis puudub avasulg</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Võrrandis puudub lõpusulg</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Arv on liiga palju kümnendkohti</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Komakohale ei järgne numbreid</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Avaldis lõpeb ootamatult</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Avaldis sisaldab ootamatuid märke</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Avaldis sisaldab sobimatuid märke</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Võrdusmärke on liiga palju</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funktsioon peab sisaldama vähemalt ühte x- või y-muutujat</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Kehtetu avaldis</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Avaldis on tühi</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Võrdusmärki kasutati ilma võrrandita</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Funktsioonime järel on sulg puudu</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Matemaatikatehtel on vale arv parameetreid</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Muutuja nimi ei sobi</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Võrrandis puudub avanurksulg</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Võrrandis puudub lõpunurksulg</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>Tähti \"i\" ja \"I\" ei saa muutujate nimedena kasutada</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Võrrandit ei saanud graafiliselt esitada</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Numbrit ei saanud selle aluse jaoks lahendada</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Alus peab olema suurem kui 2 ja väiksem kui 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Ühe matemaatikatehte üks parameeter peab olema muutuja</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Võrrandis on loogilisi ja skalaaroperande segamini kasutatud</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x-i ega y-d ei saa ülemise ega alumise piirväärtuse jaoks kasutada</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x-i ega y-d ei saa piirpunktis kasutada</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Komplekslõpmatust ei saa kasutada</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Võrratustes ei saa kompleksarve kasutada</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tagasi funktsioonide loendisse</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tagasi funktsioonide loendisse</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analüüsi funktsiooni</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analüüsi funktsiooni</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analüüsi funktsiooni</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Saate eemaldada võrrandi</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eemalda võrrand</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Eemalda võrrand</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Jaga</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jaga</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Saate muuta võrrandi laadi</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muuda võrrandi laadi</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Muuda võrrandi laadi</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Kuva võrrand</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Peida võrrand</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Kuva võrrand %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Peida võrrand %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Lõpeta jälgimine</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Alusta jälgimist</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Graphi kuvamine akna, x-telje bounded %1 ja %2, y-telje bounded %3 ja %4, kuvamine %5 võrrandid</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Saate konfigureerida liuguri</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfigureeri liugur</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Aktiveeri võrrandirežiim</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Saate aktiveerida graafikurežiimi</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aktiveeri võrrandirežiim</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Praegune režiim on võrrandirežiim</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Praegune režiim on graafikurežiim</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Aken</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Kraadid</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Goonid</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radiaanid</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Ühikud</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Lähtesta vaade</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-telje maksimumväärtus</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-telje miinimumväärtus</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-telje maksimumväärtus</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-telje miinimumväärtus</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Graafiliselt esitamise suvandid</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graafiliselt esitamise suvandid</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Graafikusuvandid</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muutuja suvandid</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Lülita muutuja suvandid sisse või välja</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Joone jämedus</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Joonesuvandid</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Väike joonelaius</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Keskmine joonelaius</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Suur joonelaius</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ülisuur joonelaius</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Sisestage avaldis</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopeeri</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Lõika</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopeeri</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kleebi</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Võta tagasi</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Vali kõik</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktsiooni sisend</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktsiooni sisend</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktsiooni sisestuspaneel</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muutujate paneel</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muutujate loend</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Muutuja %1 loendiüksus</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muutuvväärtuse tekstiväli</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muutuja väärtuse liugur</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muutuja miinimumväärtuse tekstiväli</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muutuja sammu väärtuse tekstiväli</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muutuja maksimumväärtuse tekstiväli</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Pidevjoone laad</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Punktiirjoone laad</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Kriipsjoone laad</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Meresinine</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Merevaht</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violetne</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Roheline</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mündiroheline</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Tumeroheline</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Süsihall</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Punane</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Hele ploomililla</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Kuldkollane</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Erkoranž</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Pruun</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Must</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Valge</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Värv 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Värv 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Värv 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Värv 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Graafiku kujundus</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Alati hele</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Vastavalt rakenduse kujundusele</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kujundus</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alati hele</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vastavalt rakenduse kujundusele</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funktsioon on eemaldatud</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktsiooni analüüsi võrrandi väli</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Võrdub</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>on väiksem kui</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>on väiksem või võrdne</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Võrdub</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>on suurem või võrdne</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>on suurem kui</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Edasta</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktsiooni analüüs</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graafikusuvandid</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Ajaloo- ja mäluloendid</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Mäluloend</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Ajaloopesa %1 on tühjendatud</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkulaator kuvatakse alati kõige peal</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkulaator on taas kuvatud täielikult</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Valitud on aritmeetika vahetus</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Valitud on loogiline vahetus</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Valitud on ringikujulise nihkega pööramine</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Valitud on läbi kande ringikujulise nihkega pööramine</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Sätted</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Välimus</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Rakenduse kujundus</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Valige kuvatav rakenduse kujundus</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Hele</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Tume</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Süsteemisätte kasutus</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tagasi</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Sätete leht</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Saadaolevate toimingute kontekstimenüü avamine.</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Seda hetktõmmist ei saanud taastada.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/eu-ES/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Idatzitakoak ez du balio</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Ez dago emaitza zehatzik</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Ez dago behar adina memoria</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Gainezkatzea</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Emaitza ez da zehaztu</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Emaitza ez da zehaztu</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Gainezkatzea</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Gainezkatzea</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Ezin da zerorekin zatitu</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/eu-ES/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulagailua</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulagailua [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows Kalkulagailua</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows Kalkulagailua [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulagailua</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulagailua [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopiatu</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Itsatsi</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Honen berdina, gutxi gorabehera</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, %2 balioa</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bita\n</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63. </value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62. </value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61. </value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60. </value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59. </value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58. </value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57. </value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56. </value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55. </value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54. </value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53. </value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52. </value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51. </value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50. </value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49. </value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48. </value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47. </value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46. </value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45. </value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44. </value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43. </value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42. </value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41. </value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40. </value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39. </value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38. </value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37. </value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36. </value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35. </value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34. </value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33. </value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32. </value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31. </value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30. </value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29. </value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28. </value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27. </value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26. </value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25. </value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24. </value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23. </value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22. </value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21. </value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20. </value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19. </value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18. </value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17. </value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16. </value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15. </value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14. </value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13. </value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12. </value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11. </value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10. </value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9. </value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8. </value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7. </value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6. </value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5. </value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4. </value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3. </value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2. </value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1. </value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>garrantzia gutxieneko bit-a</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Ireki memoriaren kontrol mugikorra</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Itxi memoriaren kontrol mugikorra</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Mantendu goran</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Itzuli ikuspegi osora</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historia (Ktrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bitak txandakatzeko zenbakizko teklatua</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teklatu osoa</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Garbitu memoria osoa (Ktrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Historia</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historia</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Bihurgailua</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Zientifikoa</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Arrunta</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bihurgailu modua</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modu zientifikoa</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modu arrunta</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Garbitu historia osoa</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Garbitu historia osoa</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Ezkutatu</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Arrunta</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Zientifikoa</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programatzailea</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Bihurgailua</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulagailua</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Bihurgailua</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulagailua</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Bihurgailuak</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulagailuak</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>%1 bistaratzen da</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Espresioa %1 da. Uneko sarrera %2 da</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>%1 puntu bistaratzen da</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Adierazpena %1 da</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Bistaratu arbelean kopiatutako balioa</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historia</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>%1 hamaseitarra</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>%1 hamartarra</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>%1 zortzitarra</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>%1 bitarra</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Garbitu historia osoa</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Garbitu da historia</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ezkutatu historia</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Ireki historiaren kontrol mugikorra</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Itxi historiaren kontrol mugikorra</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria biltegia</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Gorde memoria (Ktrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Garbitu memoria osoa</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Garbitu da memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria berreskuratu</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Berreskuratu memoria (Ktrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gehitu memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Gehitu memoria (Ktrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kendu memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kendu memoria (Ktrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Garbitu memoriako elementua</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Garbitu memoriako elementua</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gehitu memoriako elementuri</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Gehitu memoriako elementuri</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kendu memoriako elementutik</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kendu memoriako elementutik</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Garbitu memoriako elementua</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Garbitu memoriako elementua</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gehitu memoriako elementuri</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Gehitu memoriako elementuri</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kendu memoriako elementutik</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kendu memoriako elementutik</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Ezabatu</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiatu</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ezabatu</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ezabatu historiako elementua</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ezabatu historiako elementua</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atzera</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bat</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bi</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiru</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lau</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bost</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sei</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zazpi</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zortzi</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bederatzi</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>eta</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Edo</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ez</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Biratu ezkerrera</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Biratu eskuinera</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eraman ezkerrera</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eraman eskuinera</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Esklusiboa edo</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aldatu hitz laukoitzak</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aldatu hitza bikoitzak</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aldatu hitza</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aldatu byteak</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitak txandakatzeko zenbakizko teklatua</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teklatu osoa</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bereizle hamartarra</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Garbitu idatzitakoa</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Garbitu</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zatitzailea</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Biderkatzailea</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berdin</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alderantzikatzeko funtzioa</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Erro karratua</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ehunekoa</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiboa negatiboa</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiboa negatiboa</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elkarrekikoa</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ezkerreko parentesia</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Ezkerreko parentesia, ireki %1. parentesia</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eskuineko parentesia</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Ireki %1. parentesia</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Ez dago irekitako parentesirik ixteko.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notazio zientifikoa</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funtzio hiperbolikoa</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinua</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinua</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangentea</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinu hiperbolikoa</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinu hiperbolikoa</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente hiperbolikoa</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Karratua</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuboa</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arku-sinua</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arku-kosinua</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arku-tangentea</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arku-sinu hiperbolikoa</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arku-kosinu hiperbolikoa</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arku-tangente hiperbolikoa</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berretzailearekiko “X”</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berretzailearekiko hamar</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berretzailearekiko “e”</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"x\"-en \"y\" erroa</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmoa</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo nepertarra</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulu</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Esponentziala</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gradu minutu segundo</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graduak</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Osoko zatia</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zati zatikiarra</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktoriala</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aldatu graduak</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aldatu gradienteak</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aldatu radianak</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Moduen goitibeherako menua</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kategorien goitibeherako-zerrenda</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mantendu goran</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Itzuli ikuspegi osora</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mantendu goran (Alt+Gora)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Itzuli ikuspegi osora (Alt+Behera)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Bihurtu balio honetatik: %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Bihurtu balio honetatik: %1 koma %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>%1 %2 bihurtzen du</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 %3 %4 da</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Sarrera-unitatea</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Irteera-unitatea</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Area</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Datuak</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energia</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Luzera</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Potentzia</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Abiadura</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Denbora</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Bolumena</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Tenperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Pisua eta masa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Presioa</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Angelua</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Moneta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>ontza fluido (EB)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (EB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>ontza fluido (AEB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (AEB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>galoi (EB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (EB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>galoi (AEB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (AEB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>litro</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>mililitro</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>pinta (EB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (EB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>pinta (AEB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (AEB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>koilara (AEB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>koilara (AEB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>koilaratxo (AEB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>koilaratxo (AEB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>koilara (EB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>koilara (EB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>koilaratxo (EB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>koilaratxo (EB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>galoi-laurden (EB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (EB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>galoi-laurden (AEB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (AEB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>katilu (AEB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>kopa (AEB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (AEB)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>hr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>hazbete</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>wk</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>yr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>akre</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>bit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>unitate termiko britainiar</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minutu</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>byte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>kaloria termal</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>zentimetro</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>zentimetro segundoko</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>zentimetro kubiko</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>oin kubiko</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>hazbete kubiko</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>metro kubiko</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>yarda kubiko</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>egun</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>elektronvolt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>oin</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>oin segundoko</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>oin-libra</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>oina-libra/minutu</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>gigabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>gigabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>hektarea</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>zaldi (AEB)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>ordu</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>hazbete</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>joule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-orduak</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>kilobit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>kilobyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>kaloria</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>kilojoule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>kilometro</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>kilometro orduko</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>kilowatt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>korapilo</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>megabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>megabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>metro</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>metro segundoko</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>mikrometro</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>mikrosegundo</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>milia</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>milia orduko</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>milimetro</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>milisegundo</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>minutu</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>nanometro</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstrom</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Itsas milia</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>petabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>petabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>segundo</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>zentimetro karratu</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>oin karratu</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>hazbete karratu</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>kilometro karratu</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>metro karratu</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>milia karratu</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>milimetro karratu</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>yarda karratu</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>terabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>terabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>watt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>aste</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>yarda</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>urte</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>gradu</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tona (EB)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tona (AEB)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>kilate</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Graduak</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>radian</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>gradian</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>atmosfera</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>bara</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>kilo pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>merkurio-milimetro</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>libera hazbete karratuko</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>zentigramo</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>dekagramo</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>dezigramo</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>gramo</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>hektogramo</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>kilogramo</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>tona luze (EB)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>miligramo</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>ontza</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>libra</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>tona labur (AEB)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>tona metriko</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>futbol-zelai</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>futbol-zelai</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>diskete</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>diskete</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>bateria</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>bateria</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>klip</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>klip</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo erreaktore</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo erreaktore</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>bonbilla</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>bonbilla</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>zaldi</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>zaldi</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>bainuontzi</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>bainuontzi</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>elur-maluta</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>elur-maluta</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefante</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefante</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>dortoka</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>dortoka</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>erreaktore</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>erreaktore</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>balea</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>balea</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>katilu</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>katilu</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>igerileku</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>igerileku</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>esku</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>esku</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>orri</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>orri</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>gaztelu</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>gaztelu</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banana</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banana</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>tarta zati</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>tarta zati</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>tren-motor</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>tren-motor</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>futbol-baloi</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>futbol-baloi</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Memoria elementua</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atzera</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atzera</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft-en software-lizentziaren baldintzak</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Aurreikusi</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft Pribatutasun-adierazpena</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Eskubide guztiak erreserbatuta.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Windows Kalkulagailuari ekarpenak egiten ikasteko, begiratu proiektua hemen: %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Honi buruz</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Bidali oharrak</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Ez dago historiarik oraindik.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Memorian ez dago ezer.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Ezin da itsatsi adierazpena</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>gibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>gibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>kibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>kibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>mebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>mebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>pebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>pebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>tebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>tebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>exabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>exabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>exbibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>exbibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>zetabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>zetabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>zebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>zebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>yobibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>yobibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Dataren kalkulua</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kalkulu modua</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Gehitu</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Gehitu edo kendu egunak</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Daten arteko aldea</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>egun</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Aldea</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Hasiera:</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Hilabeteak</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Kendu</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Amaiera:</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>urte</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Data mugaz kanpo dago</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>egun</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>egun</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>hilabete</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>hilabete</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Data berak</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>aste</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>aste</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>urte</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>urte</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Aldea %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Emaitzaren data: %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 kalkulagailu modua</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 bihurgailu modua</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Dataren kalkuluaren modua</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historia eta memoria-zerrendak</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoriaren kontrolak</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funtzio estandarrak</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bistaratu kontrolak</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eragile estandarrak</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zenbakizko teklatua</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Angelu-eragileak</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funtzio zientifikoak</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oinarriaren hautapena</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programatzaileen eragileak</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Idazketa moduaren hautapena</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitak txandakatzeko zenbakizko teklatua</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eraman adierazpena ezkerrera</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eraman adierazpena eskuinera</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Gehieneko zenbaki kopurua erdietsi da. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>Gorde da %1 memorian</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>%1. memoria-erretena %2 da</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Garbitu da %1. memoria erretena</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>zati</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>aldiz</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ken</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>gehi</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ber</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y erroa</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>hondarra</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ezkerreko desplazamendua</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>eskuineko desplazamendua</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>edo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x edo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>eta</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Eguneratze-data: %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Eguneratu tarifak</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Baliteke datu-kostuak aplikatzea.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Ezin izan dira lortu tarifa berriak. Saiatu berriro geroago.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Lineaz kanpo. Egiaztatu%HL%Sare-ezarpenak%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Moneta-tarifak eguneratzen</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Eguneratu dira moneta-tarifak</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Ezin izan dira eguneratu tarifak</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Garbitu memoria osoa (Ktrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Garbitu memoria osoa</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinu gradua</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinu radiana</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinu gradu ehundarra</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>sinu gradu alderantzikatua</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>sinu radian alderantzikatua</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>sinu gradu ehundar alderantzikatua</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>sinu hiperbolikoa</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>sinu hiperboliko alderantzikatua</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>kosinu gradua</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>kosinu radiana</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>kosinu gradu ehundarra</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>kosinu gradu alderantzikatua</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>kosinu radian alderantzikatua</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>kosinu gradu ehundar alderantzikatua</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>kosinu hiperbolikoa</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>kosinu hiperboliko alderantzikatua</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangente gradua</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangente radiana</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangente gradu ehundarra</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>tangente gradu alderantzikatua</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>tangente radian alderantzikatua</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>tangente gradu ehundar alderantzikatua</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente hiperbolikoa</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente hiperboliko alderantzikatua</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sekante-graduak</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sekante-radianak</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sekante-gradu ehundarrak</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>alderantzizko sekante-graduak</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>alderantzizko sekante-radianak</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>alderantzizko sekante-gradu ehundarrak</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>sekante hiperbolikoa</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>alderantzizko sekante hiperbolikoa</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>kosekante-graduak</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>kosekante-radianak</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>kosekante-gradu ehundarrak</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>alderantzizko kosekante-graduak</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>alderantzizko kosekante-gradu ehundarrak</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>alderantzizko kosekante-gradu ehundarrak</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>kosekante hiperbolikoa</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>alderantzizko kosekante hiperbolikoa</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>kotangente-graduak</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Kotangente-radianak</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>kotangente-gradu ehundarrak</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>alderantzizko kotangente-graduak</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>alderantzizko kotangente-radianak</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>alderantzizko kotangente-gradu ehundarrak</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>kotangente hiperbolikoa</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>alderantzizko kotangente hiperbolikoa</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Erro kubikoa</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Erregistro oinarria</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Balio absolutua</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>ezkerreko desplazamendua</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>eskuineko desplazamendua</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktoriala</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>gradu minutu segundo</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>logaritmo nepertarra</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>karratua</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y erroa</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 kategoria</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft-en zerbitzu-hitzarmen</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Hasiera:</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mugitu kalkulu-emaitza ezkerrera</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mugitu kalkulu-emaitza eskuinera</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Ezin izan da kalkulatu</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log Oinarria Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funtzioa</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Desberdintasunak</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desberdintasunak</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bit-aldaketa</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alderantzikatzeko funtzioa</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funtzio hiperbolikoa</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekantea</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekante hiperbolikoa</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arku sekantea</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arku sekante hiperbolikoa</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekantea</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekante hiperbolikoa</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arku kosekantea</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arku kosekante hiperbolikoa</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangentea</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangente hiperbolikoa</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arku kotangentea</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arku kotangente hiperbolikoa</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zorua</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sabaia</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ausazkoa</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Balio absolutua</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eulerren zenbakia</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berretzailearekiko bi</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Biratu ezkerrera eramangailuarekin</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Biratu eskuinera eramangailuarekin</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eraman ezkerrera</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Ezkerreko desplazamendua</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eraman eskuinera</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Eskuineko desplazamendua</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aldaketa aritmetikoa</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aldaketa logikoa</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Biratu aldaketa zirkularra</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Biratu eramangailu zirkularraren desplazamenduaren bidez</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Erro kubikoa</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funtzioak</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eragile zientifikoen panelak</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programatzaileen eragile-panelak</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>bit esanguratsuenak</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Grafikoak</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Marraztu</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Freskatu ikuspegia automatikoki (Ktrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafiko ikuspegia</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Egokiena automatikoki</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Eskuz egokitzea</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Grafikoaren ikuspegia berrezarri da</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Handiagotu (Ktrl+plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Handiagotu</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Txikiagotu (Ktrl+minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Txikiagotu</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Gehitu ekuazioa</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Ezin da partekatu une honetan.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>Ados</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Ikusi zer grafiko egin dudan Windows Kalkulagailua erabiliz</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Ekuazioak</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Aldagaiak</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Ekuazioak dituen diagrama baten irudia</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Aldagaiak</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Urratsa</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Kolorea</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Estiloa</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Funtzio-analisia</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funtzioak ez du asintota horizontalik.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funtzioak ez du inflexio-punturik.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funtzioak ez du puntu gehienekorik.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funtzioak ez du puntu gutxienekorik.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstantea</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Beherantz</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Ezin da zehaztu funtzioaren monotonizazioa.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Gorantz</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Funtzioaren monotonizazioa ezezaguna da.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funtzioak ez du asintota zeiharrik.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Ezin da zehaztu funtzioaren paritaterik.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funtzioa bikoitia da.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funtzioa ez da bikoitia ezta bakoitia ere.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funtzioa bakoitia da.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Funtzioaren paritatea ezezaguna da.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Aldizkakotasuna ez da onartzen funtzio honetan.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funtzioa ez da aldizkakoa.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Funtzioaren aldizkakotasuna ezezaguna da.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Eginbide horiek konplexuegiak dira Kalkulagailuak kalkuluak egiteko:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funtzioak ez du asintota bertikalik.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funtzioak ez du puntu X ebakitze-punturik.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funtzioak ez du puntu Y ebakitze-punturik.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domeinua</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asintota horizontalak</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Inflexio-puntuak</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Ez da onartzen funtzio honen analisia.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>f(x) formatua duten funtzioetan bakarrik erabil daiteke analisia. Adibidez: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Gehienekoa</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Gutxienekoa</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonizazioa</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asintota zeiharrak</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paritatea</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Aldizkakotasuna</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Tartea</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asintota bertikalak</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X ebakitze-puntua</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y ebakitze-puntua</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Ezin izan da gauzatu analisia funtzioarentzat.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Ezin izan da kalkulatu funtzioaren domeinua.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Ezin izan da kalkulatu tartearen domeinua.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Gehiegizkoa (zenbakia handiegia da)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Radian modua beharrezkoa da ekuazio honen grafikoa egiteko.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Funtzio hau konplexuegia da grafikoa egiteko</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Gradu modua beharrezkoa da ekuazio honen grafikoa egiteko</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Funtzio faktorialak argumentu baliogabe bat du</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Funtzio faktorialak grafikoa egiteko handiegia den argumentu bat du</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulua zenbaki osoekin bakarrik erabil daiteke</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Ekuazioak ez du emaitzarik</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Ezin da zeroz zatitu</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Elkar ukatzen duten baldintza logikoak ditu ekuazioak</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Ekuazioa domeinutik kanpo dago</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Ekuazio honen grafikoa egitea ez da onartzen.</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Ekuazioak irekiera parentesi bat falta du</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Ekuazioak itxiera parentesi bat falta du</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Zenbaki batek dezimalen bereizle gehiegi ditu</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Dezimalen bereizleak digituak falta ditu</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Ustekabeko espresio bukaera</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Espero ez diren karaktereak daude espresioan</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Karaktere baliogabeak daude espresioan</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Berdinketa ikur gehiegi daude.</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funtzioak, gutxienez, x edo y aldagai bat izan behar du</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Espresio baliogabea</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Adierazpena hutsik dago</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Berdinketa erabili da ekuaziorik gabe</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Funtzio izenaren atzean parentesia falta da</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Eragiketa matematiko batek parametro kopuru okerra du.</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Aldagai baten izenak ez du balio</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Ekuazioak irekiera kortxete bat falta du</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Ekuazioak itxiera kortxete bat falta du</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" eta \"I\" ezin dira erabili aldagaiak izendatzeko</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Ezin da ekuazioaren grafikoa egin</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Emandako oinarrirako ezin izan da digitua ebatzi</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Oinarriak 2 baino handiagoa eta 36 baino txikiagoa izan behar du</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Operazio matematiko batek eskatzen du parametroetako bat aldagai izatea</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Ekuazioa eragingai logikoak eta eskalarrak nahasten ari da</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x edo y ezin dira goiko edo beheko muga izan</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x edo y ezin dira erabili puntu limitean</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Ezin da erabili infinitu konplexua</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Desberdintzetan ezin da zenbaki konplexurik erabili.</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atzera funtzioen zerrendara</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atzera funtzioen zerrendara</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analizatu funtzioa</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analizatu funtzioa</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analizatu funtzioa</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kendu ekuazioa</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kendu ekuazioa</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Kendu ekuazioa</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Partekatu</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Partekatu</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Aldatu ekuazioaren estiloa</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aldatu ekuazioaren estiloa</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Aldatu ekuazioaren estiloa</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Erakutsi ekuazioa</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Ezkutatu ekuazioa</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Erakutsi %1 ekuazioa</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Ezkutatu %1 ekuazioa</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Gelditu jarraipena</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Hasi jarraipena</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Grafikoa ikusteko leihoa, x ardatza %1 eta %2 balioei lotuta, y ardatza %3 eta %4 balioei lotuta eta %5 ekuazio erakusten</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfiguratu graduatzailea</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfiguratu graduatzailea</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Aldatu ekuazio modura</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Aldatu grafiko modura</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aldatu ekuazio modura</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Uneko modua ekuazioa modua da</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Uneko modua grafiko modua da</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Leihoa</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Graduak</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradianak</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radianak</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unitateak</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Berrezarri ikuspegia</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Grafikoaren aukerak</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafikoaren aukerak</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Grafikoaren aukerak</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aldagai-aukerak</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Txandakatu aldagai-aukerak</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Lerroaren lodiera</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Lerro-aukerak</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lerro zabalera txikia</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Tarteko lerro zabalera</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lerro zabalera handia</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lerro zabalera oso handia</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Idatzi adierazpena</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiatu</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ebaki</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiatu</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Itsatsi</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Desegin</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Hautatu guztiak</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funtzio-sarrera</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funtzio-sarrera</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funtzioak sartzeko panela</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel aldakorra</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zerrenda aldakorra</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>%1 zerrendako elementu aldakorra</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Balio aldakorraren testu-koadroa</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Balio aldakorraren graduatzailea</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gutxieneko balio aldakorraren testu-koadroa</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Urrats balio aldakorraren testu-koadroa</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gehieneko balio aldakorraren testu-koadroa</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Marra-jarraitua estiloa</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Puntudun marra estiloa</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Marra eten estiloa</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Urdin iluna</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Itsas urdina</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Bioleta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Berdea</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Menda-kolorea (berdea)</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Berde iluna</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Ikatz-kolorea</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Gorria</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Aran-kolore argia</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Urre-horia</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Laranja argia</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Marroia</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Beltza</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Zuria</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>1. kolorea</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>2. kolorea</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>3. kolorea</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>4. kolorea</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Grafikoaren gaia</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Beti argi</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Bat-etorri aplikazio-gaiarekin</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gaia</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Beti argi</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bat-etorri aplikazio-gaiarekin</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Kendu da funtzioa</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funtzioaren analisi-ekuazio koadroa</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berdin</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hau baino gutxiago:</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Txikiagoa edo berdina</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berdina</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Handiagoa edo berdina</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hau baino handiagoa</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bidali</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funtzio-analisia</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafikoaren aukerak</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Historia eta memoria-zerrendak</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Memoria-zerrenda</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Garbitu da historiaren %1. erretena</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkulagailua beti gainean</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkulagailua, itzuli ikuspegi osora</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Desplazamendu aritmetikoa hautatu da</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Desplazamendu logikoa hautatu da</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Biratu desplazamendu zirkularra aukera hautatu da</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Biratu eramangailu zirkularraren desplazamenduaren bidez aukera hautatu da</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Ezarpenak</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Itxura</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Aplikazioaren gaia</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Hautatu bistaratu beharreko aplikazioaren gaia</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Argia</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Iluna</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Erabili sistemaren ezarpenak</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atzera</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Ezarpenen orria</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ireki laster-menua eskuragarri dauden ekintzak ikusteko</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>Ados</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Ezin izan da leheneratu argazkia.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/fa-IR/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>ورودی نامعتبر</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>نتیجه تعریف نشده است</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>حافظه کافی نیست</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>سرریز</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>نتیجه تعریف نشده است</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>نتیجه تعریف نشده است</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>سرریز</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>سرریز</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>امکان تقسیم بر صفر وجود ندارد</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/fa-IR/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>ماشین حساب</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>ماشین حساب [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>ماشین حساب Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>ماشین حساب Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>ماشین حساب</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>ماشین حساب [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>کپی</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>جایگذاری</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>تقریباً برابر با</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1، مقدار %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 بیت</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>۶۳ اُمین</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>۶۲ اُمین</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>۶۱ اُمین</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>۶۰ اُمین</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>۵۹ اُمین</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>۵۸ اُمین</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>۵۷ اُمین</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>۵۶ اُمین</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>۵۵ اُمین</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>۵۴ اُمین</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>۵۳ اُمین</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>۵۲ اُمین</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>۵۱ اُمین</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>۵۰ اُمین</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>۴۹ اُمین</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>۴۸ اُمین</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>۴۷ اُمین</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>۴۶ اُمین</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>۴۵ اُمین</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>۴۴ اُمین</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>۴۳ اُمین</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>۴۲ اُمین</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>۴۱ اُمین</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>۴۰ اُمین</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>۳۹ اُمین</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>۳۸ اُمین</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>۳۷ اُمین</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>۳۶ اُمین</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>۳۵ اُمین</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>۳۴ اُمین</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>۳۳ اُمین</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>۳۲ اُمین</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>۳۱ اُمین</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>۳۰ اُمین</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>۲۹ اُمین</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>۲۸ اُمین</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>۲۷ اُمین</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>۲۶ اُمین</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>۲۵ اُمین</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>۲۴ اُمین</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>۲۳ اُمین</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>۲۲ اُمین</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>۲۱ اُمین</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>۲۰ اُمین</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>۱۹ اُمین</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>۱۸ اُمین</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>۱۷ اُمین</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>۱۶ اُمین</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>۱۵ اُمین</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>۱۴ اُمین</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>۱۳ اُمین</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>۱۲ اُمین</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>۱۱ اُمین</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>۱۰ اُمین</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>۹ اُمین</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>۸ اُمین</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>۷ اُمین</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>۶ اُمین</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>۵ اُمین</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>۴ اُمین</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>۳ اُمین</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>۲ اُمین</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>اولین</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>کم‌اهمیت‌ترین بیت</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>باز کردن منوی شناور حافظه</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>بستن منوی شناور حافظه</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>نگه داشتن در بالا</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>بازگشت به نمای کامل</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>حافظه</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>تاریخچه (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>صفحه تغییر بیت</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>صفحه کلید کامل</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>پاک کردن کل حافظه (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>حافظه</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حافظه</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>تاریخچه</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تاریخچه</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>مبدل</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>علمی</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>استاندارد</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حالت مبدل</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حالت علمی</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حالت استاندارد</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>پاک کردن کل تاریخچه</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>پاک کردن کل تاریخچه</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>پنهان کردن</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>استاندارد</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>علمی</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>برنامه‌نویس</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>مبدل</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>ماشین حساب</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>مبدل</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>ماشین حساب</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>مبدل‌ها</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>ماشین حساب‌ها</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>مقدار نمایش %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>عبارت %1 است، ورودی فعلی %2 است</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>مقدار نمایش %1 ممیز</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>عبارت %1 است</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>نمایش مقدار کپی‌شده در کلیپ‌بورد</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>تاریخچه</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>حافظه</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>شانزده شانزدهی %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>ده دهی %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>هشت هشتی %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>دودویی %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پاک کردن کل تاریخچه</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>تاریخچه پاک شد</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پنهان کردن تاریخچه</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>باز کردن تاریخچه حاشیه‌ای</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>بستن منوی شناور تاریخچه</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ذخیره حافظه</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ذخیره حافظه (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پاک کردن کل حافظه</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>حافظه پاک شد</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>فراخوانی حافظه</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>فراخوانی حافظه (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>افزودن به حافظه</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>افزودن به حافظه (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کم کردن از حافظه</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>کم کردن از حافظه (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پاک کردن مورد حافظه</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>پاک کردن مورد حافظه</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>افزودن به مورد حافظه</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>افزودن به مورد حافظه</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کم کردن از مورد حافظه</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>کم کردن از مورد حافظه</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پاک کردن مورد حافظه</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>پاک کردن مورد حافظه</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>افزودن به مورد حافظه</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>افزودن به مورد حافظه</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کم کردن از مورد حافظه</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>کم کردن از مورد حافظه</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>حذف</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>کپی</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>حذف</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حذف مورد تاریخچه</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حذف مورد تاریخچه</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کلید پس‌برد</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>۰</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>۱</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>صفر</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>یک</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>دو</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>سه</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>چهار</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پنج</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>شش</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>هفت</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>هشت</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>نه</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>و</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>یا</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>غیر از</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>چرخش به چپ</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>چرخش به راست</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>انتقال به چپ</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>انتقال به راست</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>یای انحصاری</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کلید تغییر چهار کلمه</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کلید تغییر دو کلمه</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تغییر کلمات</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تغییر بایت</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>صفحه تغییر بیت</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>صفحه کلید کامل</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>جداکننده اعشار</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پاک کردن ورودی</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پاک کردن</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تقسیم بر</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ضرب در</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مساوی است با</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تابع معکوس</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>منهای</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>منهای</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>به علاوه</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>جذر ریشه دوم</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>درصد</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>منفی مثبت</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>منفی مثبت</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>معکوس</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پرانتز سمت چپ</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>پرانتز چپ، تعداد پرانتزهای باز %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پرانتز سمت راست</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>تعداد پرانتز باز %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>هیچ پرانتز بازی برای بستن وجود ندارد.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>نماد علمی</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تابع هیپربولیک</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پی</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>سینوس</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کسینوس</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تانژانت</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>سینوس هیپربولیک</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کسینوس هیپربولیک</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تانژانت هیپربولیک</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مربع</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مکعب</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>آرک سینوس</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>آرک کسینوس</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>آرک تانژانت</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>آرک سینوس هیپربولیک</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>آرک کسینوس هیپربولیک</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>آرک تانژانت هیپربولیک</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>«X» به توان</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ده به توان</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>«e» به توان</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ریشه «y» ام از «x»</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لگاریتم</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لگاریتم طبیعی</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>باقیمانده تقسیم</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>توان</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>درجه دقیقه ثانیه</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>درجه</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قسمت صحیح</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قسمت اعشاری</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>فاکتوریل</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کلید تغییر درجه‌ها</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تغییر گرادیان</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تغییر رادیان</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>منوی کشویی حالت</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>منوی کشویی دسته‌ها</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>نگه داشتن در بالا</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>بازگشت به نمای کامل</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>نگه داشتن در بالا (Alt+بالا)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>بازگشت به نمای کامل (Alt+بالا)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>تبدیل از %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>تبدیل از %1 ممیز %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>تبدیل به %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 %3 %4 است</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>واحد ورودی</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>واحد خروجی</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>مساحت</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>داده</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>انرژی</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>طول</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>توان</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>سرعت</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>زمان</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>حجم</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>دما</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>وزن و جرم</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>فشار</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>زاویه</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>واحد پول</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>اونس مایع (انگلستان)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>اونس مایع (انگلستان)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>اونس مایع (ایالات متحده)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>اونس مایع (ایالات متحده)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>گالن (انگلستان)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>گالن (انگلستان)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>گالن (ایالات متحده)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>گالن (ایالات متحده)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>لیتر</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>لیتر</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>میلی‌لیتر</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>میلی‌لیتر</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>پینت (انگلستان)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>پینت (انگلستان)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>پینت (ایالات متحده)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>پینت (ایالات متحده)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>قاشق غذاخوری (آمریکا)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>قاشق غذاخوری (ایالات متحده)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>قاشق چایخوری (آمریکا)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>قاشق چایخوری (ایالات متحده)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>قاشق غذاخوری (بریتانیا)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>قاشق غذاخوری (انگلستان)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>قاشق چایخوری (بریتانیا)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>قاشق چایخوری (انگلستان)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>کوارت (انگلستان)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>کوارت (انگلستان)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>کوارت (ایالات متحده)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>کوارت (ایالات متحده)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>فنجان (ایالات متحده)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>فنجان (ایالات متحده)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>آ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ایکر</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>بیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>یکای بریتانیایی حرارت</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>یکای بریتانیایی حرارت/دقیقه</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>بایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>کالری</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>سانتی‌متر</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>سانتی‌متر بر ثانیه</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>سانتی‌متر مکعب</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>فوت مکعب</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>اینچ مکعب</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>متر مکعب</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>یارد مکعب</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>روز</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>درجه سانتی‌گراد</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>درجه فارنهایت</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>الکترون ولت</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>فوت</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>فوت بر ثانیه</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>فوت.پوند</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>گیگابیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>هکتار</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>اسب بخار (ایالات متحده)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>ساعت</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>اینچ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>ژول</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>کلوین</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>کیلوبیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>کیلوبایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>کیلوکالری</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>کیلوژول</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>کیلومتر</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>کیلومتر بر ساعت</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>کیلووات</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>گره</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>ماخ</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>مگابیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>مگابایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>متر</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>متر بر ثانیه</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>میکرومتر</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>میکروثانیه</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>مایل</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>مایل بر ساعت</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>میلی‌متر</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>میلی‌ثانیه</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>دقیقه</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>نانومتر</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>مایل دریایی</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>پتابیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>پتابایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>فوت.پوند/دقیقه</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>ثانیه</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>سانتی‌متر مربع</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>فوت مربع</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>اینچ مربع</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>کیلومتر مربع</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>متر مربع</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>مایل مربع</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>میلی‌متر مربع</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>یارد مربع</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>ترابیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>ترابایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>وات</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>هفته</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>یارد</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>سال</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>گیبی‌بیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>گیبی‌بایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>کیبی‌بیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>کیبی‌بایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>مبی‌بیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>مبی‌بایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>پبی‌بیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>پبی‌بایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>تبی‌بیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>تبی‌بایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>ژ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>اگزابایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>اکسبی‌بیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>اکسبی‌بایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>زتابیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>زتابایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>زبی‌بیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>زبی‌بایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>یوتابیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>یوتابایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>یوبی‌بیت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>یوبی‌بایت</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>ایکر</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>بیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>یکای بریتانیایی حرارت</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>یکای بریتانیایی حرارت/دقیقه</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>بایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>کالری گرمایی</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>سانتی متر</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>سانتی‌متر بر ثانیه</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>سانتی‌متر مکعب</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>فوت مکعب</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>اینچ مکعب</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>متر مکعب</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>یارد مکعب</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>روز</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>سانتی‌گراد</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>فارنهایت</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>الکترون ولت</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>فوت</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>فوت بر ثانیه</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>فوت-پوند</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>فوت-پوند/دقیقه</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>گیگابیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>گیگابایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>هکتار</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>اسب بخار (ایالات متحده)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>ساعت</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>اینچ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>ژول</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>کیلووات ساعت</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>کلوین</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>کیلوبیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>کیلوبایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>کالری غذایی</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>کیلوژول</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>کیلومتر</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>کیلومتر بر ساعت</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>کیلووات</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>گره</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>ماخ</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>مگابیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>مگابایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>متر</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>متر بر ثانیه</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>میکرون</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>میکرو ثانیه</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>مایل</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>مایل بر ساعت</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>میلی‌متر</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>میلی‌ثانیه</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>دقیقه</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>نیبل</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>نانومتر</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>آنگستروم</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>مایل دریایی</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>پتابیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>پتابایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>ثانیه</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>سانتی‌متر مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>فوت مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>اینچ مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>کیلومتر مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>متر مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>مایل مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>میلی‌متر مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>یارد مربع</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>ترابیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>ترابایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>وات</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>هفته</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>یارد</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>سال</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>قی</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>درجه</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>رادیان</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>گرادیان</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>فشار جو</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>بار</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>کیلوپاسکال</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>فشار جیوه</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>پاسکال</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>پوند بر اینچ مربع</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>سانتی‌گرم</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>دکاگرم</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>دکاگرم</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>گرم</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>هکتوگرم</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>کیلوگرم</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>تن (انگلستان)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>میلی‌گرم</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>اونس</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>پوند</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>تن (ایالات متحده)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>سنگ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>تن</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>قیراط</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>درجه</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>رادیان</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>گرادیان</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>اتمسفر</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>بار</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>کیلوپاسکال</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>میلی‌متر جیوه </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>پاسکال</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>پوند در هر اینچ مربع</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>سانتی‌گرم</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>دکا گرم</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>دسی گرم</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>گرم</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>هکتوگرم</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>کیلوگرم</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>تن بزرگ (انگلستان)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>میلی‌گرم</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>اونس</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>پوند</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>تن کوچک (ایالات متحده)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>استون</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>تن متریک</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>سی دی</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>سی دی</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>زمین فوتبال</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>زمین فوتبال</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>فلاپی دیسک</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>فلاپی دیسک</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>دی وی دی</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>دی وی دی</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>باتری</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>باتری</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>سنجاق کاغذ</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>گیره کاغذی</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>جامبو جت</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>جامبو جت</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>حباب لامپ</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>حباب لامپ</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>اسب</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>اسب</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>وان حمام</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>وان حمام</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>برف دانه</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>برف دانه</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>فیل</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>فیل</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>لاک پشت</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>لاک پشت</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>جت</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>جت</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>نهنگ</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>نهنگ</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>فنجان قهوه</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>فنجان قهوه</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>استخر شنا</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>استخر شنا</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>دست</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>دست</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>ورق کاغذ</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>ورق کاغذ</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>قصر</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>قصر</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>موز</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>موز</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>برش کیک</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>برش کیک</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>موتور قطار</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>موتور قطار</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>توپ فوتبال</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>توپ فوتبال</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>مورد حافظه</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>بازگشت</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>بازگشت</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>شرایط مجوز نرم‌افزار Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>پیش‌نمایش</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>اعلامیه حریم خصوصی Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. کلیه حقوق محفوظ است.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>برای یادگیری اینکه چگونه می توانید در ماشین حساب Windows مشارکت کنید، این پروژه را در %HL%GitHub%HL% بررسی کنید.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>درباره</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>ارسال بازخورد</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>فعلاً هیچ تاریخچه‌ای موجود نیست.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>هیچ موردی در حافظه ذخیره نشده است.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حافظه</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>این عبارت قابل جایگذاری نیست</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>گیبی‌بیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>گیبی‌بایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>کیبی‌بیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>کیبی‌بایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>مبی‌بیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>مبی‌بایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>پبی‌بیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>پبی‌بایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>تبی‌بیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>تبی‌بایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>اگزابیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>اگزابایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>اکسبی‌بیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>اکسبی‌بایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>زتابیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>زتابایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>زبی‌بیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>زبی‌بایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>یوتابیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>یوتابایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>یوبی‌بیت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>یوبی‌بایت</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>محاسبه تاریخ</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حالت محاسبه</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>افزودن</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>افزودن یا کم کردن روز</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>تاریخ</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>تفاوت بین تاریخ‌ها</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>روز</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>تفاوت</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>از</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>ماه</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>کاهش</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>تا</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>سال</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>تاریخ خارج از محدوده است</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>روز</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>روز</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>ماه</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>ماه</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>همان تاریخ</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>هفته</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>هفته</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>سال</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>سال</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>تفاوت %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>تاریخ نتیجه %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>حالت ماشین حساب %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 حالت مبدل</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>حالت محاسبه تاریخ</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>فهرست‌های تاریخچه و حافظه</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کنترل‌های حافظه</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>توابع استاندارد</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کنترل‌های نمایشگر</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>اپراتورهای استاندارد</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>صفحه شماره</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>اپراتورهای زاویه</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>توابع علمی</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>انتخاب مبنا</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>اپراتورهای برنامه‌نویس</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>انتخاب حالت ورودی</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>صفحه کلید تغییر بیت</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پیمایش عبارت به چپ</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پیمایش عبارت به راست</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>به حداکثر تعداد ارقام مجاز رسیدید. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 در حافظه ذخیره شد</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>شیار حافظه %1 %2 است</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>شیار حافظه %1 پاک شد</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>تقسیم بر</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>بار</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>منهای</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>به علاوه</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>به توان</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ریشه y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>پیمانه</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>انتقال به چپ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>انتقال به راست</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>یا</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x یا</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>و</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>در %1 %2 به‌روزرسانی شد</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>به‌روزرسانی نرخ‌ها</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>ممکن است هزینه‌های داده اعمال شود.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>نتوانستیم نرخ‌های جدید را دریافت کنیم. بعداً دوباره امتحان کنید.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>آفلاین. لطفاً %HL%تنظیمات شبکه%HL% خود را بررسی کنید</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>در حال به‌روزرسانی نرخ ارز</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>نرخ‌های ارز به‌روزرسانی شدند</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>به‌روزرسانی نرخ امکان‌پذیر نبود</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>ت</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>ظ</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>ه</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>ز</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>مس</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>و</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>د</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>ژ</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>ط</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>تو</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>فش</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>ع</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>زم</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>ح</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>ز</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>دم</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>پ</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>پ</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>پاک کردن کل حافظه (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پاک کردن کل حافظه</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>ت</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>ظ</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>سینوس بر حسب درجه</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>سینوس بر حسب رادیان</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>سینوس بر حسب گرادیان</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>معکوس سینوس بر حسب درجه</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>معکوس سینوس بر حسب رادیان</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>معکوس سینوس بر حسب گرادیان</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>سینوس هیپربولیک</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>معکوس سینوس هیپربولیک</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>کسینوس بر حسب درجه</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>کسینوس بر حسب رادیان</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>کسینوس بر حسب گرادیان</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>معکوس کسینوس بر حسب درجه</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>معکوس کسینوس بر حسب رادیان</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>معکوس کسینوس بر حسب گرادیان</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>کسینوس هیپربولیک</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>معکوس کسینوس هیپربولیک</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>تانژانت بر حسب درجه</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>تانژانت بر حسب رادیان</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>تانژانت بر حسب گرادیان</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>معکوس تانژانت بر حسب درجه</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>معکوس تانژانت بر حسب رادیان</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>معکوس تانژانت بر حسب گرادیان</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>تانژانت هیپربولیک</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>معکوس تانژانت هیپربولیک</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>درجه سکانت</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>رادیان سکانت</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>گرادیان سکانت</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>درجه سکانت معکوس</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>رادیان سکانت معکوس</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>گرادیان سکانت معکوس</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>سکانت هذلولی</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>سکانت هذلولی معکوس</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>درجه کسکانت</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>رادیان کسکانت</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>گرادیان کسکانت</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>درجه کسکانت معکوس</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>رادیان کسکانت معکوس</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>گرادیان کسکانت معکوس</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>کسکانت هذلولی</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>کسکانت هذلولی معکوس</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>درجه کتانژانت</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>رادیان کتانژانت</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>گرادیان کتانژانت</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>درجه کتانژانت معکوس</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>رادیان کتانژانت معکوس</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>گرادیان کتانژانت معکوس</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>کتانژانت هذلولی</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>کتانژانت هذلولی معکوس</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>ریشه سوم</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>پایه لگاریتم</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>قدر مطلق</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>انتقال به چپ</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>انتقال به راست</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>فاکتوریل</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>درجه دقیقه ثانیه</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>لگاریتم طبیعی</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>مربع</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>ریشه y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>دسته %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>توافق نامه سرویس های Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>پیونگ</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>پیونگ</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>از</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>نتیجه محاسبه پیمایش چپ</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>نتیجه محاسبه پیمایش راست</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>محاسبه انجام نشد</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>لگاریتم بر پایه Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>مثلثات</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>تابع</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>نابرابری</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>نامعادلات</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>بیتی</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>شیفت بیت</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تابع معکوس</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تابع هذلولی</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>سکانت</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>سکانت هیپربولیک</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>آرک سکانت</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>آرک سکانت هیپربولیک</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کسکانت</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کسکانت هیپربولیک</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>آرک کسکانت</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>آرک کسکانت هیپربولیک</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کتانژانت</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کتانژانت هیپربولیک</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>آرک کتانژانت</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>آرک کتانژانت هیپربولیک</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کف</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>سقف</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تصادفی</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>قدر مطلق</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>عدد اویلر</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>دو به توان</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ناوَ</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ناوَ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>نایا</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>نایا</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>چرخش به چپ با انتقال رقم</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>چرخش به راست با انتقال رقم</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>شیفت به چپ</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>انتقال به چپ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>شیفت به راست</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>انتقال به راست</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>شیفت حسابی</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>شیفت منطقی</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>شیفت دوری چرخش</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>شیفت دوری چرخش از طریق carry</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ریشه سوم</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مثلثات</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>توابع</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>بیتی</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تغییر مکان بیت</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پانل‌های عملگر علمی</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پانل‌های عملگر برنامه‌نویس</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>پراهمیت‌ترین بیت</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>رسم نمودار</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پلات</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>تازه‌سازی نما به‌صورت خودکار (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>نمای نمودار</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>بهترین تناسب خودکار</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>تنظیم دستی</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>نمای نمودار بازنشانی شده است</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>بزرگنمایی (Ctrl + مثبت)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>بزرگنمایی</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>کوچکنمایی (Ctrl + منفی)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کوچکنمایی</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>افزودن معادله</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>در حال حاضر اشتراک‌گذاری امکان‌پذیر نیست.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>تأیید</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>ببین با ماشین حساب Windows چی رسم کردم</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>معادلات</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>متغیرها</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>تصویر نمودار به همراه معادلات</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>متغیرها</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>گام</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>حداقل</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>حداکثر</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>رنگ</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>سبک</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>تجزیه و تحلیل تابع</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>تابع هیچ مجانب افقی ندارد.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>تابع هیچ نقطه عطفی ندارد.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>تابع هیچ نقطه بیشینه‌ای ندارد.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>تابع هیچ نقطه کمینه‌ای ندارد.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>ثابت</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>کاهشی</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>تعیین یکنوایی تابع امکان‌پذیر نیست.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>افزایشی</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>یکنوایی تابع نامشخص است.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>تابع هیچ مجانب مایلی ندارد.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>تعیین پاریته بودن تابع امکان‌پذیر نیست.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>تابع زوج است.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>تابع نه زوج است نه فرد.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>تابع فرد است.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>پاریته بودن تابع ناشناخته است.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>تناوب برای این تابع پشتیبانی نمی‌شود.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>تابع متناوب نیست.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>تناوب تابع نامشخص است.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>محاسبه این خصیصه‌ها برای ماشین حساب بسیار پیچیده است:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>تابع هیچ مجانب قائمی ندارد.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>تابع تقاطعی با محور x ندارد.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>تابع تقاطعی با محور y ندارد.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>دامنه</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>مجانب‌های افقی</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>نقاط عطف</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>تجزیه و تحلیل برای این تابع پشتیبانی نمی‌شود.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>تجزیه و تحلیل فقط برای توابع درج شده در قالب f(x) پشتیبانی می‌شود. مثال: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>بیشینه</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>کمینه</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>یکنوایی</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>مجانب‌های اریب</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>پاریته</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>متناوب</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>محدوده</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>مجانب‌های عمودی</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>تقاطع با محور X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>تقاطع با محور Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>انجام تجزیه و تحلیل برای این تابع امکان‌پذیر نبود.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>محاسبه دامنه برای این تابع امکان‌پذیر نیست.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>محاسبه محدوده برای این تابع امکان‌پذیر نبود.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>سرریز (عدد خیلی بزرگ است)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>حالت رادیان برای نمایش این معادله به‌صورت نمودار لازم است.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>این تابع برای تبدیل به نمودار بسیار پیچیده است</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>حالت درجه برای نمایش این تابع به‌صورت نمودار لازم است</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>تابع فاکتوریل دارای آرگومان نامعتبر است</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>تابع فاکتوریل دارای یک آرگومان است که برای ایجاد نمودار خیلی بزرگ است</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>پیمانه تنها می‌تواند با اعداد کامل مورد استفاده قرار گیرد</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>معادله هیچ راه حلی ندارد</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>امکان تقسیم بر صفر وجود ندارد</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>این معادله حاوی شرایط منطقی است که متقابلاً منحصر به فرد هستند</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>معادله خارج از دامنه است</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>رسم نمودار برای این معادله پشتیبانی نمی‌شود</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>معادله فاقد علامت کروشه باز است</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>معادله فاقد علامت پرانتز بسته است</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>ارقام اعشاری خیلی زیادی در یک عدد وجود دارد</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>علامت اعشار فاقد عدد است</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>پایان دور از انتظار عبارت</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>نویسه‌های دور از انتظار در عبارت</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>نویسه‌های غیرمعتبر در عبارت</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>تعداد زیادی علامت مساوی وجود دارد</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>تابع باید حداقل دارای یک متغیر x یا y باشد</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>عبارت نامعتبر</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>عبارت خالی است</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>علامت مساوی بدون نوشتن معادله استفاده شده است</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>پرانتز پس از نام تابع اضافه نشده است</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>عملیات ریاضی حاوی تعداد نادرستی از پارامترها است</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>نام متغیر نامعتبر است</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>معادله فاقد علامت کروشه باز است</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>معادله فاقد علامت کروشه بسته است</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" و \"I\" را نمی‌توان به عنوان نام متغیر استفاده کرد</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>این معادله قابل تبدیل به نمودار نیست</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>رقم موردنظر برای پایه داده‌شده قابل حل نمی‌باشد</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>پایه باید بزرگتر از ۲ و کوچکتر از ۳۶ باشد</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>یک عملیات ریاضی نیازمند آن است که یکی از پارامترهای آن متغیر باشد</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>معادله در حال آمیختن عملوندها منطقی و اسکالر است</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x یا y را نمی توان در حدهای بالا یا پایین استفاده کرد</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x یا y را نمی‌توان در نقطه حدی استفاده کرد</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>استفاده از بی‌نهایت پیچیده مقدورنیست</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>از اعداد مختلط نمی‌توان در نامعادلات استفاده کرد</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>بازگشت به فهرست تابع</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>بازگشت به فهرست تابع</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>تجزیه و تحلیل تابع</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تجزیه و تحلیل تابع</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>تجزیه و تحلیل تابع</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>حذف معادله</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>حذف معادله</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>حذف معادله</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>اشتراک‌گذاری</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>اشتراک‌گذاری</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>تغییر سبک معادله</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تغییر سبک معادله</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>تغییر سبک معادله</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>نمایش معادله</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>پنهان کردن معادله</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>نمایش معادله %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>پنهان کردن معادله %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>توقف ردیابی</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>شروع ردیابی</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>پنجره مشاهده نمودار، محور x توسط %1 و %2 محدود شده، و محور y توسط %3 و %4 محدود شده است، %5 معادله را نمایش می‌دهد</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>پیکربندی زبانه متحرک</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پیکربندی زبانه متحرک</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>تغییر وضعیت به حالت معادله</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>تغییر وضعیت به حالت نمودار</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تغییر وضعیت به حالت معادله</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>حالت فعلی حالت معادله است</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>حالت فعلی حالت نمودار است</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>پنجره</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>درجه</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>گرادیان</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>رادیان</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>واحدها</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>بازنشانی نما</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>بیشینه محور X</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>کمینه محور X</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>بیشینه محور Y</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>کمینه محور Y</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>گزینه‌های نمودار</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>گزینه‌های نمودار</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>گزینه‌های نمودار</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>گزینه‌های متغیر</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>تغییر وضعیت گزینه‌های متغیر</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>ضخامت خط</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>گزینه‌های خط</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>پهنای خط کوچک</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>پهنای خط متوسط</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>پهنای خط بزرگ</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>پهنای خط خیلی بزرگ</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>یک عبارت وارد کنید</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>کپی</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>برش</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>کپی</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>جایگذاری</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>لغو عمل</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>انتخاب همه</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ورودی تابع</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ورودی تابع</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پانل ورودی تابع</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>پانل متغیر</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>فهرست متغیر</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>مورد فهرست متغیر %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کادر متن مقدار متغیر</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>نوار لغزنده مقدار متغیر</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کادر متن حداقل مقدار متغیر</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کادر متن مقدار گام متغیر</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کادر متن حداکثر مقدار متغیر</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>سبک خط ممتد</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>سبک خط نقطه‌چین</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>سبک خط‌چین</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>سرمه‌ای</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>آبی مایل به سبز</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>بنفش</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>سبز</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>سبز نعنایی</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>سبز تیره</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>زغالی</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>قرمز</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>گوجه‌ای روشن</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>سرخابی</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>زرد طلایی</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>نارنجی روشن</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>قهوه‌ای</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>مشکی</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>سفید</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>رنگ ۱</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>رنگ ۲</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>رنگ ۳</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>رنگ ۴</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>طرح زمینه نمودار</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>همیشه روشن</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>مطابقت با طرح زمینه برنامه</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>طرح زمینه</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>همیشه روشن</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مطابقت با طرح زمینه برنامه</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>تابع حذف شد</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>جعبه معادله تجزیه و تحلیل تابع</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مساوی</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کمتر از</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>کوچکتر یا مساوی</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>مساوی</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>بزرگتر یا مساوی</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>بزرگتر از</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ط</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>غ</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ارسال</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>تجزیه و تحلیل تابع</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>گزینه‌های نمودار</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>فهرست‌های تاریخچه و حافظه</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>فهرست حافظه</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>مقطع تاریخی %1 پاک شد</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>ماشین حساب همیشه در بالا</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>برگشت به نمای کامل ماشین حساب</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>شیفت حسابی انتخاب شده است</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>شیفت منطقی انتخاب شده است</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>شیفت دوری چرخش انتخاب شده است</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>شیفت دوری چرخش از طریق carry انتخاب شده است</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>تنظیمات</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>ظاهر</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>طرح زمینه برنامه</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>انتخاب کنید کدام طرح زمینه برنامه نمایش داده شود</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>روشن</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>تیره</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>استفاده از تنظیمات سیستم</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>بازگشت</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>صفحه تنظیمات</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>باز کردن منوی زمینه برای عملکردهای موجود</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>تأیید</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>این عکس فوری بازیابی نمی‌شود.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/fi-FI/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Virheellinen syöte</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Tulos on määrittämätön</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Muisti ei riitä</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Ylivuoto</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Tulosta ei määritetty</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Tulosta ei määritetty</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Ylivuoto</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Ylivuoto</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Nollalla ei voi jakaa</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/fi-FI/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Laskin</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Laskin [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windowsin laskin</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Microsoftin laskin [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Laskin</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Laskin [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopioi</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Liitä</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Noin yhtä suuri kuin</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, arvo %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bitti</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>vähiten merkitsevä bitti</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Avaa muisti-pikaikkuna</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Sulje muisti-pikaikkuna</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Pidä päällä</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Takaisin koko näytön näkymään</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Muisti</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historia (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bitin vaihdon näppäimistö</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Täysi numeronäppäimistö</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tyhjennä koko muisti (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Muisti</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muisti</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Historia</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historia</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Muunnin</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Funktiolaskin</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Nelilaskin</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muunnintila</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktiotila</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vakiotila</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Tyhjennä koko historia</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tyhjennä koko historia</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Piilota</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Nelilaskin</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Funktiolaskin</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Ohjelmoija</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Muunnin</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Laskin</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Muunnin</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Laskin</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Muuntimet</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Laskimet</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Näyttö on %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Lauseke on %1, nykyinen syöte on %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Näyttö on %1 pilkku</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Lauseke on %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Näyttöarvo kopioitu leikepöydälle</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historia</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Muisti</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Heksadesimaali %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Desimaali %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Oktaali %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binaari %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tyhjennä koko historia</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Historia on tyhjennetty</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Piilota historia</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Avaa historia-pikaikkuna</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Sulje historia-pikaikkuna</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muistiin tallentaminen</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Muistiin tallentaminen (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tyhjennä koko muisti</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Muisti on tyhjennetty</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muistin palauttaminen</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Muistin palauttaminen (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muistiin lisääminen</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Muistiin lisääminen (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muistista vähentäminen</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Muistista vähentäminen (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tyhjennä muistikohde</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tyhjennä muistikohde</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lisää muistikohteeseen</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Lisää muistikohteeseen</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vähennä muistikohteesta</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vähennä muistikohteesta</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tyhjennä muistikohde</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Tyhjennä muistikohde</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lisää muistikohteeseen</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Lisää muistikohteeseen</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vähennä muistikohteesta</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Vähennä muistikohteesta</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Poista</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopioi</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Poista</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Poista historiakohde</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Poista historiakohde</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Askelpalautin</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nolla</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yksi</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kaksi</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kolme</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Neljä</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Viisi</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuusi</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seitsemän</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kahdeksan</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yhdeksän</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ja</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tai</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kierrä vasemmalla</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kierrä oikealla</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vasen siirtymä</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oikea siirtymä</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pois sulkeva tai</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nelinkertaisten sanojen vaihtopainike</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tuplasanojen vaihtopainike</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sanojen vaihtopainike</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tavun vaihtopainike</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitin vaihdon näppäimistö</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Täysi numeronäppäimistö</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desimaalierotin</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tyhjennä merkintä</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tyhjennä</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jaettuna</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kertaa</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>On yhtäsuuri kuin</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Käänteinen funktio</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Miinus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Miinus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Neliöjuuri</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prosentti</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiivinen, negatiivinen</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiivinen, negatiivinen</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Käänteisluku</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vasen sulje</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Vasen kaarisulje, avaavien sulkeiden määrä %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oikea sulje</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Avaavien sulkeiden määrä %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Suljettavia avaavia sulkeita ei ole.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tieteellinen merkintätapa</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen funktio</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pii</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sini</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosini</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangentti</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen sini</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen kosini</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyberbolinen tangentti</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Neliö</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuutio</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkussini</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuskosini</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkustangentti</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen arkussini</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen arkuskosini</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen arkustangentti</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X potenssiin</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kymmenen potenssiin X</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>e potenssiin X</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X:n juuri Y</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kirjaa lokiin</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Luonnollinen loki</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponentiaalinen</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aste, minuutti, sekunti</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Asteet</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kokonaislukuosa</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Murto-osa</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kertoma</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Asteiden vaihtopainike</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gradiaanien vaihtopainike</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radiaanien vaihtopainike</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Avattava tilaluettelo</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Avattava luokkaluettelo</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pidä päällä</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Takaisin koko näytön näkymään</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pidä päällimmäisenä (Alt+Ylänuoli)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Takaisin koko näytön näkymään (Alt+Alanuoli)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Muunna arvosta %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Muunna arvosta %1 pilkku %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Muuntuu arvoksi %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 on %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Syöttöyksikkö</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Tuloksen yksikkö</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Pinta-ala</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energia</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Pituus</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Teho</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Nopeus</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Aika</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Tilavuus</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Lämpötila</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Paino ja massa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Paine</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Kulma</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valuutta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>nesteunssia (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>nesteunssia (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>gallonaa (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>gallonaa (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>litraa</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>l</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>millilitraa</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>pinttiä (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>pinttiä (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>ruokalusikallista (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>rkl (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>teelusikallista (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tl (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>ruokalusikallista (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>rkl (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>teelusikallista (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tl (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>neljännesgallonaa (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>neljännesgallonaa (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>kuppia (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cup (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>as</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>bit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>CM</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>pv</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>FT</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>Gt</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hv (US)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>\"</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>kbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>kt</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>Mt</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>mpk</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>Pt</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>Tt</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>viikko</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>v</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pii</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>Et</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>Zt</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>ji</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>eekkeriä</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>BITS</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU:ta</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU:ta/minuutti</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Tavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>kaloria</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>senttimetriä</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>senttimetriä sekunnissa</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>kuutiosenttimetriä</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kuutiojalka</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>kuutiotuumaa</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>kuutiometriä</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>kuutiojaardia</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>päivää</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>elektronivolttia</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>jalkaa</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Jalkaa sekunnissa</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>jalkanaulaa</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>jalkanaulaa/minuutti</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>gigabittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigatavut</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hehtaaria</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>hevosvoimaa (US)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>tuntia</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>tuumaa</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>joulea</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>kilowattituntia</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>kilobittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>kilotavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>kilokaloria</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>kilojoulea</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometriä</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>kilometriä tunnissa</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>kilowattia</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Solmut</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>machia</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>megabittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>megatavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metriä</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>metriä sekunnissa</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikronit</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekuntia</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>mailia</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>mailia tunnissa</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>millimetriä</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Millisekunnit</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>minuuttia</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Puolitavu</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometrit</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ångströmit</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>merimailia</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>petabittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>petatavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>sekuntia</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Neliösenttimetriä</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>neliöjalkaa</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Neliötuumaa</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Neliökilometriä</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Neliömetriä</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>neliömailia</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Neliömillimetriä</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Neliöjaardia</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>terabittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>teratavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>wattia</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>viikkoa</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Jaardia</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>vuotta</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>ka</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>asteet</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>radiaani</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>valmistunut</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>pankkiautomaatti</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psii</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tonni (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tonni (US)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>karaattia</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Asteet</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>radiaania</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Goonit</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>normaali-ilmakehää</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Baarit</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>kilopascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>elohopeamillimetri </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>pascalia</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>paunaa neliötuumalla</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>senttigrammaa</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>dekagrammaa</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>desigrammaa</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>grammaa</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>hehtogrammaa</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>kilogrammaa</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>pitkää tonnia (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>milligrammaa</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>unssia</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>paunaa</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>lyhyttä tonnia (US)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Kivi</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>metristä tonnia</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD-levyt</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD-levyt</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>jalkapallokenttää</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>jalkapallokenttää</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>levykettä</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>levykettä</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD-levyt</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD-levyt</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>paristoa</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>paristoa</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>paperiliitintä</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>paperiliitintä</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbojettiä</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbojettiä</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>hehkulamppua</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>hehkulamppua</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>hevosta</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>hevosta</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>kylpyammetta</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>kylpyammetta</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>lumihiutaletta</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>lumihiutaletta</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>norsua</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>norsua</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>kilpikonnaa</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>kilpikonnaa</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>suihkukonetta</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>suihkukonetta</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>valasta</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>valasta</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>kahvikupillista</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>kahvikupillista</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>uima-allasta</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>uima-allasta</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>kädet</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>kädet</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>paperiarkkia</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>paperiarkkia</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>linnaa</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>linnaa</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banaania</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banaania</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>kakkupalaa</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>kakkupalaa</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>junan veturia</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>junan veturia</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>jalkapalloa</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>jalkapalloa</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Muistikohde</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Edellinen</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Edellinen</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft-ohjelmiston käyttöoikeussopimuksen ehdot</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Esikatselu</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoftin tietosuojatiedot</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Kaikki oikeudet pidätetään.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Katso, miten voit osallistua Windows-laskin, tutustu projektiin %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Tietoja</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Lähetä palautetta</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Historiaa ei vielä ole.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Muistiin ei ole tallennettu mitään.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muisti</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Tätä lauseketta ei voi liittää</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>gibibittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>gibitavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>kibibittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>kibitavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>mebibittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>mebitavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>pebibittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>pebitavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>tebibittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>tebitavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>eksabittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>eksatavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>eksbibittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>eksbitavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>zetabittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>zetatavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>zebibittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>zebitavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabitit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottatavut</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>yobibittiä</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>yobitavua</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Päivämäärien laskeminen</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Laskentatila</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Lisää</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Lisää tai vähennä päiviä</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Päivämäärä</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Päivämäärien ero</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>päivää</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Ero</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Alkaen</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>kuukautta</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Erotus</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Asti</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>vuotta</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Päivämäärä ei ole sallitulla alueella</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>päivä</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>päivää</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>kuukausi</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>kuukaudet</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Samat päivämäärät</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>viikko</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>viikkoa</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>vuosi</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>vuotta</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Ero %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Tuloksena saatu päivämäärä %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Laskintila: %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Muunnintila: %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Päivämäärien laskentatila</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historia- ja muistiluettelot</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muistitoiminnot</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Perusfunktiot</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Näyttötoiminnot</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Perusoperaattorit</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numeronäppäimistö</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kulmaoperaattorit</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktiot</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lukujärjestelmän valinta</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ohjelmoijan operaattorit</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Syöttötilan valinta</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitin vaihdon näppäimistö</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vieritä lauseketta vasemmalle</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vieritä lauseketta oikealle</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Numeroiden enimmäismäärä on saavutettu. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 tallennettu muistiin</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Muistipaikka %1 on %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Muistipaikka %1 on tyhjennetty</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>jaettuna</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>kertaa</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>miinus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>potenssiin</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y-juuri</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>bittisiirto vasemmalle</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>oikea vaihtonäppäin</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>tai</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x tai</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ja</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Päivitetty %1 klo %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Päivitä kurssit</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Datayhteyden käyttö voi olla maksullista.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Uusia kursseja ei voitu hakea. Yritä myöhemmin uudelleen.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline-tilassa. Tarkista %HL%verkon asetukset%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Valuuttakursseja päivitetään</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Valuuttakurssit päivitetty</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Kurssien päivittäminen ei onnistunut</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tyhjennä koko muisti (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tyhjennä koko muisti</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinin asteet</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinin radiaanit</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinin uusasteet</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>käänteisen sinin asteet</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>käänteisen sinin radiaanit</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>käänteisen sinin uusasteet</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hyperbolinen sini</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>käänteinen hyperbolinen sini</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>kosinin asteet</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>kosinin radiaanit</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>kosinin uusasteet</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>käänteisen kosinin asteet</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>käänteisen kosinin radiaanit</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>käänteisen kosinin uusasteet</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hyperbolinen kosini</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>käänteinen hyperbolinen kosini</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangentin asteet</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangentin radiaanit</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangentin uusasteet</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>käänteisen tangentin asteet</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>käänteisen tangentin radiaanit</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>käänteisen tangentin uusasteet</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hyperbolinen tangentti</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>käänteinen hyperbolinen tangentti</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sekantin asteet</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sekantin radiaanit</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sekantin uusaseet</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>käänteisen sekantin asteet</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>käänteisen sekantin radiaanit</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>käänteisen sekantin uusasteet</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hyperbolinen sekantti</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>käänteinen hyperbolinen sekantti</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>kosekantin asteet</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>kosekantin radiaanit</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>kosekantin uusaseet</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>käänteisen kosekantin asteet</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>käänteisen kosekantin radiaanit</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>käänteisen kosekantin uusasteet</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hyperbolinen kosekantti</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>käänteinen hyperbolinen kosekantti</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>kotangentin asteet</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Kotangentin radiaanit</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>kotangentin uusasteet</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>käänteisen kotangentin asteet</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>käänteisen kotangentin radiaanit</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>käänteisen kotangentin uusasteet</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hyperbolinen kotangentti</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>käänteinen hyperbolinen kotangentti</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Kuutiojuuri</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Logaritmin kanta</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Itseisarvo</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>bittisiirto vasemmalle</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>bittisiirto oikealle</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>kertoma</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>aste minuutti sekunti</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>luonnollinen logaritmi</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>neliö</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y-juuri</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1-luokka</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoftin palvelusopimus</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Alkaen</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vieritä laskentatulosta vasemmalle</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vieritä laskentatulosta oikealle</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Laskenta epäonnistui</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmin kanta Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funktio</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Epäyhtälöt</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Epäyhtälöt</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bittitaso</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bittisiirto</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Käänteinen funktio</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen funktio</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekantti</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen sekantti</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkussekantti</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen arkussekantti</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekantti</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen kosekantti</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuskosekantti</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen arkuskosekantti</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangentti</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen kotangentti</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuskotangentti</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolinen arkuskotangentti</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alin</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ylin</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Satunnainen</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Itseisarvo</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eulerin numero</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kaksi potenssiin X</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Siirto vasemmalle</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Siirto oikealle</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vasen siirtymä</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Vasen siirto</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oikea siirtymä</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Oikea siirtymä</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmeettinen siirto</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Looginen siirto</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Kierto</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Kiertosiirto</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuutiojuuri</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktiot</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bittitaso</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bittisiirto</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tieteellinen operaattori -paneelit</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ohjelmoijan operaattori -paneelit</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>merkitsevin bitti</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Kaavioiden piirtäminen</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Piirrä</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Päivitä näkymä automaattisesti (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kaavionäkymä</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automaattinen sovitus</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Manuaalinen säätäminen</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Kaavionäkymä on palautettu</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Lähennä (Ctrl+plusnäppäin)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lähennä</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Loitonna (Ctrl+miinusnäppäin)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Loitonna</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Lisää yhtälö</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Jakaminen ei tällä hetkellä onnistu.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Katso, millaisia kaavioita olen piirtänyt Windowsin laskimella</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Yhtälöt</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Muuttujat</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Kuva kaaviosta, jossa on yhtälöitä</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Muuttujat</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Vaihe</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Vähintään</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Enintään</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Väri</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Tyyli</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Funktion analyysi</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funktiolla ei ole vaakasuoria asymptootteja.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funktiolla ei ole käännepisteitä.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funktiolla ei ole maksimipisteitä.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funktiolla ei ole minimipisteitä.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Vakio</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Vähenevä</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Funktion monotonisuutta ei voi määrittää.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Kasvava</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Funktion monotonisuus on tuntematon.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funktiolla ei ole käyriä asymptootteja.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Funktion pariteettia ei voi määrittää.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funktio on parillinen.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funktio ei ole parillinen eikä pariton.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funktio on pariton.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Funktion pariteetti on tuntematon.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Jaksollisuutta ei tueta tässä funktiossa.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funktio ei ole jaksollinen.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Funktion jaksollisuus on tuntematon.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Nämä ominaisuudet ovat liian monimutkaisia laskimella laskemiseen:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funktiolla ei ole pystysuoria asymptootteja.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funktiolla ei ole x-leikkauspisteitä.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funktiolla ei ole y-leikkauspisteitä.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Toimialue</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Vaakasuorat asymptootit</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Käännepisteet</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analyysia ei tueta tässä funktiossa.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analyysia tuetaan vain funktioissa, jotka ovat f(x)-muodossa. Esimerkki: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksimit</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minimit</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonisuus</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Käyrät asymptootit</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Pariteetti</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Jakso</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Alue</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Pystysuorat asymptootit</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-leikkauspiste</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-leikkauspiste</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Funktion analyysia ei voitu suorittaa.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Tämän funktion arvoaluetta ei voi laskea.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Funktion aluetta ei voi laskea.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Ylivuoto (luku on liian suuri)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Tämän yhtälön kaavan piirtämiseen tarvitaan radiaanitila.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Funktio on liian monimutkainen kaavion piirtämiseen</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Tämän funktion kaavan piirtämiseen tarvitaan astetila.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Kertomafunktiolla on virheellinen argumentti</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Kertomafunktiolla on argumentti, joka on liian suuri kaavan piirtämiseen</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Jakojäännöstä voi käyttää vain kokonaislukuihin</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Yhtälöllä ei ole ratkaisua</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Nollalla ei voi jakaa</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Kaava sisältää loogiset ehdot, jotka ovat toisensa poissulkevia</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Yhtälö on toimialueen ulkopuolella</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Tämän yhtälön piirtämistä kaavaksi ei tueta</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Yhtälöstä puuttuu avaava sulkumerkki</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Yhtälöstä puuttuu sulkeva sulkumerkki</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Luvussa on liian monta desimaalipilkkua</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Desimaalista puuttuu lukuja</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Odottamaton lausekkeen loppu</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Lausekkeessa on odottamattomia merkkejä</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Lausekkeessa on virheellisiä merkkejä</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Liian monta yhtäsuuruusmerkkiä</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funktiossa on oltava vähintään yksi x- tai y-muuttuja</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Virheellinen lauseke</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Lauseke on tyhjä</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Yhtäsuuruusmerkkiä käytettiin ilman yhtälöä</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Sulkeet puuttuvat funktion nimen jälkeen</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Matemaattisessa toiminnossa on virheellinen määrä parametreja</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Muuttujan nimi on virheellinen.</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Yhtälöstä puuttuu avaava hakasulkumerkki</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Yhtälöstä puuttuu sulkeva hakasulkumerkki</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>i-ja I-kirjaimia ei voi käyttää muuttujien niminä</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Yhtälöä ei voitu esittää kaavana</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Lukua ei voitu ratkaista annetulla kantaluvulla</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Perusta-arvon on oltava suurempi kuin 2 ja pienempi kuin 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Matemaattinen toiminto edellyttää, että jokin sen parametreista on muuttuja</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Yhtälö sekoittaa loogisia operandeja ja skalaarioperandeja</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x- tai y-arvoa ei voi käyttää ylä- tai alarajana</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x- tai y-arvoa ei voi käyttää rajapisteenä</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Kompleksia äärettömyyttä ei voi käyttää</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Kompleksilukuja ei voi käyttää epäyhtälöissä</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Takaisin funktioluetteloon</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Takaisin funktioluetteloon</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analysoi funktio</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analysoi funktio</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analysoi funktio</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Poista yhtälö</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Poista yhtälö</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Poista yhtälö</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Jaa</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jaa</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Muuta yhtälön tyyliä</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muuta yhtälön tyyliä</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Muuta yhtälön tyyliä</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Näytä yhtälö</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Piilota yhtälö</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Näytä yhtälö %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Piilota yhtälö %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Lopeta seuranta</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Aloita seuranta</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Kaavion tarkastelu ikkuna, x-akseli sitovat %1 ja %2, y-akseli sitovat %3 ja %4, näytetään %5 kaavat</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Määritä liukusäädin</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Määritä liukusäädin</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Vaihda yhtälötilaan</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Vaihda kaaviotilaan</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vaihda yhtälötilaan</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Nykyinen tila on yhtälötila</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Nykyinen tila on kaaviotila</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Ikkuna</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Asteet</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Uusasteet</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radiaanit</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Yksiköt</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Palauta näkymä</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-maksimi</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-minimi</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-maksimi</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-minimi</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kaavion asetukset</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kaavion asetukset</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Kaavion asetukset</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muuttujan asetukset</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vaihda muuttujan asetuksia</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Viivan paksuus</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Viivojen asetukset</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Pieni viivan leveys</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Normaali viivan leveys</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Suuri viivan leveys</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Hyvin suuri viivan leveys</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Kirjoita lauseke</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopioi</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Leikkaa</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopioi</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Liitä</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kumoa</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Valitse kaikki</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktioiden syöte</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktioiden syöte</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktioiden syötepaneeli</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muuttujapaneeli</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muuttuva luettelo</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Muuttujan %1 luettelokohde</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muuttujan arvon tekstiruutu</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muuttujan arvon liukusäädin</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muuttujan vähimmäisarvon tekstiruutu</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muuttujan vaihearvon tekstiruutu</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Muuttujan enimmäisarvon tekstiruutu</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Yhtenäinen viiva -tyyli</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Pisteviivatyyli</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Katkoviivatyyli</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Tummansininen</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Merivaahto</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violetti</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Vihreä</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mintunvihreä</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Tummanvihreä</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Hiili</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Punainen</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Vaalea luumu</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Keltakulta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Kirkas oranssi</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Ruskea</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Musta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Valkoinen</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Väri 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Väri 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Väri 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Väri 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Kaavion teema</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Aina vaalea</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Täsmää sovelluksen teemaan</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aina vaalea</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Täsmää sovelluksen teemaan</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funktio poistettu</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktion analyysin kaavaruutu</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>On yhtä suuri kuin</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vähemmän kuin</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pienempi tai yhtä suuri kuin</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Yhtä suuri kuin</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Suurempi tai yhtä suuri kuin</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Suurempi kuin</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lähetä</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktion analyysi</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kaavion asetukset</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Historia- ja muistiluettelot</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Muistiluettelo</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Historiapaikka %1 tyhjennetty</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Laskin aina päällimmäisenä</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Laskin takaisin koko näytön näkymään</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Aritmeettinen vaihto valittu</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Looginen vaihto valittu</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Kierrettävä pyöreä vaihto valittu</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Kierrä kantokehällä -vaihto valittu</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Asetukset</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Ulkoasu</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Sovelluksen teema</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Valitse näytettävä sovelluksen teema</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Vaalea</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Tumma</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Käytä järjestelmäasetusta</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Edellinen</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Asetussivu</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Avaa käytettävissä olevien toimintojen pikavalikko</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Tätä tilannevedosta ei voitu palauttaa.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/fil-PH/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Hindi tamang input</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Hindi natukoy ang resulta</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Hindi sapat ang memory</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Overflow</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Hindi tinukoy ang resulta</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Hindi tinukoy ang resulta</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Overflow</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Overflow</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Hindi madi-divide sa zero</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/fil-PH/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calculator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows Calculator</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows Calculator [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calculator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopyahin</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>I-paste</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Halos katumbas ng</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, value %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>Ika-63 </value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>Ika-62 </value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>Ika-61 </value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>Ika-60 </value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>Ika-59 </value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>Ika-58 </value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>Ika-57 </value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>Ika-56 </value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>Ika-55 </value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>Ika-54 </value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>Ika-53 </value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>Ika-52 </value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>Ika-51 </value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>Ika-50 </value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>Ika-49 </value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>Ika-48 </value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>Ika-47 </value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>Ika-46 </value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>Ika-45 </value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>Ika-44 </value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>Ika-43 </value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>Ika-42 </value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>Ika-41 </value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>Ika-40 </value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>Ika-39 </value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>Ika-38 </value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>Ika-37 </value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>Ika-36 </value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>Ika-35 </value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>Ika-34 </value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>Ika-33 </value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>Ika-32 </value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>Ika-31 </value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>Ika-30 </value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>Ika-29 </value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>Ika-28 </value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>Ika-27 </value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>Ika-26 </value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>Ika-25 </value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>Ika-24 </value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>Ika-23 </value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>Ika-22 </value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>Ika-21 </value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>Ika-20 </value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>Ika-19 </value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>Ika-18 </value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>Ika-17 </value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>Ika-16 </value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>Ika-15 </value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>Ika-14 </value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>Ika-13 </value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>Ika-12 </value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>Ika-11 </value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>Ika-10 </value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>Ika-9 </value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>Ika-8 </value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>Ika-7 </value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>Ika-6 </value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>Ika-5 </value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>Ika-4 </value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>Ika-3 </value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>Ika-2 </value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>Pang-1</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>least significant bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Buksan ang flyout ng memory</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Isara ang flyout ng memory</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Panatilihin sa ibabaw</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Bumalik sa buong view</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kasaysayan (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bit toggling keypad</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Buong keypad</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>I-clear ang lahat ng memory (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Kasaysayan</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kasaysayan</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Converter</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Scientific</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Converter mode</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scientific mode</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standard mode</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Burahin ang lahat ng kasaysayan</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Burahin ang lahat ng kasaysayan</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Itago</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Scientific</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmer</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Converter</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Converter</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Mga Converter</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Mga Calculator</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Ang display ay %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Ang expression ay %1, Ang kasalukuyang input ay %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Ang display ay %1 ang laki</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Ang expression ay %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Ipakita ang value na kinopya sa clipboard</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Kasaysayan</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>HexaDecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binary %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Burahin ang lahat ng kasaysayan</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Na-clear ang kasaysayan</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Itago ang kasaysayan</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Buksan ang flyout ng kasaysayan</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Isara ang flyout ng kasaysayan</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Store ng memory</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mag-store sa memory (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-clear ang lahat ng memory</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Na-clear ang memory</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mag-recall ng memory</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mag-recall ng memory (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Magdagdag ng memory</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Idagdag sa memory (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Magbawas ng memory</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Magbawas ng memory (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-clear ang item ng memory</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>I-clear ang item ng memory</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Magdagdag sa item ng memory</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Magdagdag sa item ng memory</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ibawas mula sa item ng memory</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ibawas mula sa item ng memory</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-clear ang item ng memory</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>I-clear ang item ng memory</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Magdagdag sa item ng memory</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Magdagdag sa item ng memory</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ibawas mula sa item ng memory</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ibawas mula sa item ng memory</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Tanggalin</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopyahin</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Tanggalin</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tanggalin ang item ng kasaysayan</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tanggalin ang item ng kasaysayan</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Isa</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dalawa</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tatlo</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Apat</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lima</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Anim</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pito</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Walo</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Siyam</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>At</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>O</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hindi</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paikutin pakaliwa</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paikutin pakanan</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kaliwang shift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kanang shift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksklusibo o</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toogle ng Quadruple na Salita</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toggle ng Dobleng Salita</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toggle ng salita</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toggle ng byte</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit toggling keypad</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Buong keypad</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tagahiwalay ng decimal</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-clear ang entry</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-clear</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-divide sa</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-multiply sa</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Equals</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverse function</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Square root</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Porsyento</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positive negative</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positive negative</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reciprocal</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kaliwang parenthesis</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Bilang ng kaliwang panaklong, pambukas na panaklong %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kanang parenthesis</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Bilang ng bukas na parenthesis %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Walang mga bukas na parenthesis na masasara.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scientific notation</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic function</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sine</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosine</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangent</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic sine</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic cosine</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic tangent</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Square</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cube</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc sine</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosine</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc tangent</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc sine</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc cosine</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc tangent</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>‘X’ sa exponent</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ten sa exponent</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>‘e’ sa exponent</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>‘y’ root of ‘x’</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natural log</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponential</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Degree minuto segundo</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>(na) Degree</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Integer part</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fractional part</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Factorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toggle ng degrees</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toggle ng mga gradian</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toggle ng mga radian</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode na dropdown</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dropdown ng mga kategorya</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panatilihin sa ibabaw</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bumalik sa buong view</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Panatilihin sa ibabaw (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bumalik sa buong view (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>I-convert mula %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Binabago mula %1 point %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Kino-convert para maging %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>Ang %1 %2 ay %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Unit ng input</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unit ng output</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Area</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Enerhiya</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Haba</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Power</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Bilis</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Oras</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volume</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Bigat at mass</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Pressure</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Anggulo</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Pera</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Fluid ounce (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Fluid ounce (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galon (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galon (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litro</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>(na) Milliliter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>(na) Pint (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>(na) Pint (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Tablespoons (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Teaspoon (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Tablespoons (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Teaspoons (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Quart (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Quart (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Cups (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cup (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (US)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>hr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>wk</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>yr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acre</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>(na) British thermal unit</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minuto</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Thermal calorie</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Sentimetro</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Sentimetro bawat segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Cubic centimeter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Cubic feet</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Cubic inch</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Cubic meter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Cubic yard</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Mga Araw</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Electron volt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Talampakan</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Talampakan bawat segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>(na) Foot-pound</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>(na) Foot-pound/minuto</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Ektarya</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Horsepower (US)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Oras</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Pulgada</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>(na) Joule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-hours</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Calorie ng pagkain</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>(na) Kilometro</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometro bawat oras</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Knot</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metro</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metro bawat segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Micron</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>(na) Microsecond</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Milya</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Milya bawat oras</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>(na) Millimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>(na) Millisecond</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minuto</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>(na) Angstrom</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Mga milyang pandagat</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>(na) Segundo</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Square centimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Square feet</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Square inch</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>(na) Square kilometer</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>(na) Square meter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>(na) Square mile</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Square millimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Square yard</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>(na) Watt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Linggo</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>(na) Yarda</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>(na) Taon</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (US)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Carat</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Degrees</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radians</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradians</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>(na) Atmosphere</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bars</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>(na) Millimeter ng mercury </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>(na) Pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>(na) Pounds bawat square inch</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagram</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>(na) Gramo</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilo</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>(na) Long ton (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>(na) Milligram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Ounce</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Pound</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>(na) Short ton (US)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>(na) Metric ton</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>(na) CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>(na) CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>(na) soccer field</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>(na) soccer field</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>(na) floppy disk</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>(na) floppy disk</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>(na) DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>(na) DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>(na) baterya</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>(na) baterya</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>(na) paperclip</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>(na) paperclip</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>mga jumbo jet</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>(na) jumbo jet</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>(na) bumbilya</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>(na) bumbilya</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>(na) horse</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>(na) horse</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>(na) bathtub</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>(na) bathtub</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>(na) snowflake</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>(na) snowflake</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>(na) elepante</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>(na) elepante</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>(na) pagong</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>(na) pagong</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>mga jet</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>mga jet</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>(na) balyena</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>(na) balyena</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>(na) tasa ng kape</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>(na) tasa ng kape</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>(na) swimming pool</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>(na) swimming pool</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>mga kamay</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>mga kamay</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>(na) piraso ng papel</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>(na) piraso ng papel</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>(na) kastilyo</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>(na) kastilyo</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>(na) saging</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>(na) saging</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>(na) hiwa ng cake</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>(na) hiwa ng cake</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>(na) makina ng tren</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>(na) makina ng tren</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>(na) soccer ball</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>(na) soccer ball</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Item ng memory</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bumalik</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bumalik</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Mga Takda sa Lisensiya ng Microsoft Software</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Preview</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Pahayag ng Pagiging Pribado ng Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Reserbado ang lahat ng karapatan.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Para malaman kung paano ka makakapag-ambag sa Windows Calculator, tingnan ang proyekto sa %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Tungkol Sa</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Magpadala ng feedback</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Wala pang kasaysayan.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Walang naka-save sa memory.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memory</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Ang expression na ito ay hindi ma-paste</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Mga Yottabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Mga Yottabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Pagkalkula ng petsa</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode ng pagkalkula</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Idagdag</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Magdagdag o magbawas ng mga araw</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Petsa</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Pagkakaiba sa pagitan ng mga petsa</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Mga Araw</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Pagkakaiba</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Mula kay</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Mga Buwan</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Ibawas</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Para kay</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>(na) Taon</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Out of Bound ang Petsa</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>araw</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>(na) araw</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>buwan</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>(na) buwan</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Parehong mga petsa</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>linggo</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>(na) linggo</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>taon</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>(na) taon</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Pagkakaiba %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Resultang petsa %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 Calculator mode</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 Mode ng converter</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Mode ng pagkalkula ng petsa</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga listahan ng Kasaysayan at Memory</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga kontrol ng memory</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga karaniwang function</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga kontrol ng display</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga karaniwang operator</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Number pad</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga operator ng anggulo</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga scientific na function</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seleksyon ng radix</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga operator ng programmer</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pagpili ng input mode</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit toggling keypad</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-scroll ang expression pakaliwa</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-scroll ang expression pakanan</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Naabot na ang pinakamataas na bilang ng mga digit. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>Na-save ang %1 sa memory</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Ang lalagyan ng memory %1 ay %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Na-clear ang memory slot %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>na-divide ng</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>times</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>sa power ng</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y root</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>kaliwang shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>kanang shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>o</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x o</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>at</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Na-update noong %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>I-update ang mga rate</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Maaaring magkaroon ng mga singil sa data.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Hindi makakuha ng mga bagong rate. Subukang muli sa ibang pagkakataon.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Pakisuri ang iyong%HL%Mga Setting ng Network%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Ina-update ang mga rate ng pera</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Na-update ang mga currency rate</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Hindi nakapag-update ng mga rate</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>I-clear ang lahat ng memory (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-clear ang lahat ng memory</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sine degrees</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sine radians</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sine gradians</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>inverse sine degrees</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>inverse sine radians</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>inverse sine gradians</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hyperbolic sine</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>inverse hyperbolic sine</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>cosine degrees</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>cosine radians</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>cosine gradians</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>inverse cosine degrees</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inverse cosine radians</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inverse cosine gradians</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hyperbolic cosine</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>inverse hyperbolic cosine</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangent degrees</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangent radians</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangent gradians</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>inverse tangent degrees</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inverse tangent radians</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>inverse tangent gradians</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hyperbolic tangent</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>inverse hyperbolic tangent</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>secant degrees</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>secant radians</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>secant gradians</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>inverse secant degrees</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>inverse secant radians</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>inverse secant gradians</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hyperbolic secant</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>inverse hyperbolic secant</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>cosecant degrees</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>cosecant radians</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>cosecant gradians</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>inverse cosecant degrees</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>inverse cosecant radians</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>inverse cosecant gradians</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hyperbolic cosecant</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>inverse hyperbolic cosecant</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangent degrees</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Cotangent radians</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>cotangent gradians</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>inverse cotangent degrees</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>inverse cotangent radians</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>inverse cotangent gradians</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hyperbolic cotangent</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>inverse hyperbolic cotangent</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Cube root</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Log base</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absolute value</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>kaliwang shift</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>kanang shift</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>factorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>degree minuto segundo</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>natural log</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>square</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y root</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Kategoryang %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Kasunduan sa Mga Serbisyo ng Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Mula kay</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-scroll ang resulta ng kalkulasyon pakaliwa</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-scroll ang resulta ng kalkulasyon pakanan</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Nabigo ang pagkalkula</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log base Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometry</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Function</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Mga Inequality</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga Inequality</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bit shift</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverse function</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic function</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secant</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic secant</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc secant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc secant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecant</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic cosecant</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosecant</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc cosecant</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangent</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic cotangent</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cotangent</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolic arc cotangent</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Floor</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ceiling</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Random</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absolute value</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Euler's number</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Two to the exponent</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotate on left with carry</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotate on right with carry</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kaliwang shift</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Left shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kanang shift</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Right shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Arithmetic shift</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logical shift</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Rotate circular shift</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rotate through carry circular shift</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cube root</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometry</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga Function</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga panel ng scientific operator</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga programmer operator panel</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>most significant bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Pag-graph</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plot</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>I-refresh ang awtomatikong pag-view (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graph view</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Awtomatikong pinakaangkop</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Mano-manong pagtatama</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Na-reset ang graph view</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mag-zoom In (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mag-zoom in</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mag-zoom Out (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mag-zoom out</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Magdagdag ng Equation</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Hindi makapagbahagi sa oras na ito.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Tingnan kung ano ang na-graph ko gamit ang Windows Calculator</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Mga Equation</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Mga Variable</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Larawan ng isang graph na may mga equation</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Mga Variable</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Hakbang</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Kulay</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Estilo</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Pagsusuri ng function</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Walang anumang pahigang asymptote ang function.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Walang anumang inflection point ang function.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Walang anumang maxima point ang function.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Walang anumang minima point ang function.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constant</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Lumiliit</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Hindi matukoy ang monotonicity ng function.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Lumalaki</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Hindi alam ang monotonicity ng function.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Walang anumang pahilis na aysmptote ang function.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Hindi matukoy ang pagkakapareho ng function.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Even ang function.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Hindi even o odd ang function.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Odd ang function.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Hindi alam ang pagkakapareho ng function.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Hindi sinusuportahan ang periodicity para sa function na ito.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Hindi periodic ang function.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Hindi alam ang periodicity ng function.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Ang mga tampok na ito ay masyadong kumplikado para makalkula ng Calculator:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Walang anumang patayong asymptote ang function.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Walang anumang x-intercept ang function.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Walang anumang y-intercept ang function.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domain</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Mga horizontal asymptote</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Mga inflection point</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Hindi sinusuportahan ang pagsusuri para sa function na ito.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Sinusuportahan lang ang pagsusuri para sa mga function sa f(x) na format. Halimbawa: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maxima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonicity</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Mga oblique asymptote</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Pagkakapareho</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Yugto</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Range</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Mga vertical asymptote</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-Intercept</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-Intercept</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Hindi maisasagawa ang pagsusuri para sa function.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Hindi makalkula ang domain para sa function na ito.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Hindi makalkula ang range para sa function na ito.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Aapaw (ang numero ay masyadong malaki)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Kinakailangan ang radians mode para mai-graph ang equation na ito.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Ang function na ito ay masyadong komplikado para mai-graph</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Kinakailangan ang degrees mode para mai-graph ang function na ito</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Ang factorial function ay isang hindi tamang argumento</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Ang factorial function ay may isang argumento na masyadong malaki para mai-graph</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Ang modulo ay maaari lamang magamit sa buong mga numero</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Ang equation ay walang solusyon</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Hindi makakapag-divide gamit ang zero</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Ang equation ay naglalaman ng lohikal na mga kondisyon na kapwa eksklusibo</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Ang Equation ay nasa hindi tamang domain</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Hindi suportado ang pag-graph ng equation na ito</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Nawawala ang parenthesis ng equation</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Nawawala ang closing parenthesis ng equation</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Mayroong masyadong maraming mga decimal point sa isang numero</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Ang isang decimal point ay may nawawalang mga digit</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Hindi inaasahang katapusan ng expression</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Hindi inaasahang mga character sa expression</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Hindi tamang mga character sa expression</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Masyadong maraming mga sagisag ng katumbas</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Ang function ay dapat maglaman ng kahit isang x o y na variable</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Hindi tamang expression</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Walang laman ang expression</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Ang sagisag ng katumbas ay ginagamit nang walang isang equation</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Nawawala ang parenthesis pagkatapos ng pangalan ng function</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Ang isang matematikong operasyon ay may maling bilang ng mga parameter</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Hindi tama ang isang pangalan ng variable</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Nawawala ang opening bracket ng equation</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Nawawala ang closing bracket ng equation</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"ako\" at \"ako\" ay hindi maaaring gamitin bilang variable na mga pangalan</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Ang equation ay hindi mai-graph</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Hindi malutas ang digit para sa ibinigay na base</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Ang base ay dapat na mas malaki sa 2 at mas mababa sa 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Kinakailangan ng isang matematikong operasyong maging variable ang isa sa kanyang mga parameter</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Pinaghahalo ng equation ang logical at scalar na mga operands</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>ang x o y ay hindi maaaring gamitin sa itaas o ibabang mga limitasyon</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>ang x o y ay hindi maaaring gamitin sa limit point</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Hindi maaaring gumamit ng kumplikadong infinity</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Hindi makagamit ng mga complex number sa mga inequality</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bumalik sa listahan ng function</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bumalik sa listahan ng function</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Suriin ang function</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Suriin ang function</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Suriin ang function</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tanggalin ang equation</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tanggalin ang equation</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Tanggalin ang equation</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ibahagi</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ibahagi</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Baguhin ang estilo ng equation</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Baguhin ang estilo ng equation</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Baguhin ang estilo ng equation</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Ipakita ang equation</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Itago ang equation</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Ipakita ang equation %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Itago ang equation %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Ihinto ang pag-trace</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Simulan ang pag-trace</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Graph viewing window, x-axis na bounded ng %1 at %2, y-axis na bounded ng %3 at %4, nagpapakita ng %5 (na) equation</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>I-configure ang slider</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I-configure ang slider</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Lumipat sa equation mode</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Lumipat sa graph mode</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lumipat sa equation mode</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Ang kasalukuyang mode ay equation mode</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Ang kasalukuyang mode ay graph mode</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Window</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Mga Degree</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Mga Gradian</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Mga Radian</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Mga Unit</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>I-reset ang view</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mga opsyon sa graph</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga opsyon sa graph</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Mga opsyon sa graph</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga variable na opsyon</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>I-toggle ang mga magpapapiliang variable</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Kapal ng linya</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Mga opsyon sa linya</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Maliit na lapad ng linya</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Medium na lapad ng linya</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Malaking lapad ng linya</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Napakalaking lapad ng linya</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Magpasok ng expression</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopyahin</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>I-cut</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopyahin</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>I-paste</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>I-undo</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Piliin lahat</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Input ng function</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Input ng function</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel ng pag-input ng function</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel ng variable</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Listahan ng variable</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Variable %1 na item sa listahan</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textbox ng variable na halaga</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slider ng variable na halaga</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textbox ng minimum na halaga ng variable</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textbox ng halaga ng variable step</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textbox ng maximum na variable na halaga</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Solidong linya estilo</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Tuldok linya estilo</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Gatlang na linya estilo</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Navy blue</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Seafoam</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Lila</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Berde</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mint na berde</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Matingkad na berde</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Charcoal</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Red</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Maliwanag na plum</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Dilaw na ginto</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Maliwanag na orange</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Kayumanggi</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Itim</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Puti</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Kulay 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Kulay 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Kulay 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Kulay 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema ng graph</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Palaging light</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Tugma sa app na tema</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Palaging light</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tugma sa app na tema</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Inaalis ang function</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Equation box ng function analysis</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga Equal</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mas mababa sa</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mas mababa sa o katumbas</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Katumbas</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mas malaki sa o katumbas</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mas malaki sa</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Isumite</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Function analysis</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mga opsyon sa graph</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Kasaysayan at Mga listahan ng memory</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Listahan ng memory</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Slot ng kasaysayan %1 ay na-clear</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Palaging nasa itaas ang calculator</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Ibalik ang calculator sa full view</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Napili ang arithetic shift</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Napili ang logical shift</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Napili ang rotate circular shift</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Napili ang rotate through carry circular shift</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Mga Setting</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Appearance</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema ng app</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Piliin kung aling tema ng app ang ipapakita</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Light</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Dark</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Gamitin ang setting ng system</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bumalik</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Pahina ng nga setting</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Buksan ang menu ng konteksto para sa mga available na pagkilos</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Hindi maipanumbalik ang snapshot na ito.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/fr-CA/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Entrée non valide</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Résultat indéfini</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Mémoire insuffisante</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Dépassement</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Résultat non défini</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Résultat non défini</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Dépassement</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Dépassement</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Impossible de diviser par zéro</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/fr-CA/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calculatrice</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calculatrice [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Calculatrice Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Calculatrice Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calculatrice</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calculatrice [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Copier</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Coller</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>À peu près égal à</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, valeur %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63e </value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62e </value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61e </value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60e </value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59e </value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58e </value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57e </value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56e </value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55e </value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54e </value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53e </value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52e </value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51e </value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50e </value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49e </value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48e </value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47e </value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46e </value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45e </value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44e </value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43e </value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42e </value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41e </value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40e </value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39e </value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38e </value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37e </value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36e </value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35e </value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34e </value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33e </value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32e </value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31e </value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30e </value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29e </value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28e </value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27e </value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26e </value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25e </value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24e </value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23e </value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22e </value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21e </value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20e </value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19e </value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18e </value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17e</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16e</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15e</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14e</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13e</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12e</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11e</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10e</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9e </value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8e </value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7e </value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6e </value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5e </value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4e </value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3e </value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2e </value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1er</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>octet le moins significatif</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Ouvrir le menu volant de la mémoire</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Fermer le menu volant de la mémoire</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Toujours visible</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Revenir à l’affichage plein écran</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mémoire</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historique (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Clavier pour bit de basculement</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pavé numérique complet</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Effacer toute la mémoire (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Mémoire</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mémoire</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Historique</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historique</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Convertisseur</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Scientifique</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode du convertisseur</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode scientifique</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode standard</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Effacer toutes les données de l’historique</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Effacer toutes les données de l’historique</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Masquer</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Scientifique</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmeur</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Convertisseur</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculatrice</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Convertisseur</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calculatrice</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Convertisseurs</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Calculatrices</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>L'affichage est %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>L’expression est %1, l’entrée actuelle est %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>L’affichage est %1point</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>L’expression est %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Afficher la valeur copiée dans le presse-papiers</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historique</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Mémoire</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadécimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Décimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binaire %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer toutes les données de l’historique</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Historique effacé</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Masquer l'historique</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Ouvrir le menu volant de l’historique</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Fermer le menu volant de l’historique</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stockage Mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Stockage de mémoire (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer toute la mémoire</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Mémoire effacée</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rappel de mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Rappel de mémoire (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ajout de mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ajout de mémoire (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Soustraction de mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Soustraction de mémoire (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer l’élément en mémoire</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Effacer l’élément en mémoire</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ajouter à l'élément en mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ajouter à l'élément en mémoire</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Soustraire de l'élément en mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Soustraire de l'élément en mémoire</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer l’élément en mémoire</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Effacer l’élément en mémoire</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ajouter à l'élément en mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ajouter à l'élément en mémoire</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Soustraire de l'élément en mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Soustraire de l'élément en mémoire</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Supprimer</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copier</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Supprimer</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Supprimer l'élément de l'historique</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Supprimer l'élément de l'historique</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Retour arrière</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zéro</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Un</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deux</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trois</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quatre</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cinq</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Six</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sept</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Huit</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Neuf</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Et</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ou</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pas</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotation vers la gauche</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotation vers la droite</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Décalage à gauche</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Décalage à droite</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exclusif ou</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Mot quadruple</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Mot double</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Mot</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Octet</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clavier pour bit de basculement</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pavé numérique complet</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Séparateur décimal</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer l'entrée</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diviser par</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiplier par</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Égale</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverser les fonctions</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Moins</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Moins</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Racine carrée</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pour cent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positif Négatif</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positif Négatif</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Réciproque</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parenthèse gauche</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>%1 parenthèses gauches ouvrantes</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parenthèse droite</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Nombre de parenthèses ouvertes : %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Aucune parenthèse ouverte ne doit être fermée.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notation scientifique</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fonction hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Carré</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cube</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc-sinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc-cosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc-tangente</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus hyperbolique</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus hyperbolique</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente hyperbolique</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X à la puissance</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dix à la puissance</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>e à la puissance</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>y racine de x</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logarithme</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logarithme naturel</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponentiel</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Degré minute seconde</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Degrés</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Partie entière</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Partie fractionnaire</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Factoriel</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Degrés</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Grades</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Radians</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Liste déroulante Mode</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Liste déroulante catégories</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toujours visible</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Revenir à l’affichage plein écran</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Toujours visible (Alt+Haut)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Revenir à l’affichage plein écran (Alt+Bas)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Convertir %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Convertir %1 virgule %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Convertir en %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 est %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Unité d’entrée</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unité de sortie</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Aire</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Données</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Énergie</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Longueur</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Puissance</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Vitesse</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Temps</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volume</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Température</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Poids et masse</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Pression</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Angle</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Devise</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Onces liquides (R.-U.)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>oz liq (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Onces liquides (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>oz liq (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Gallons (R.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Gallons (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litres</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Millilitres</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pintes (R.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pintes (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Cuillère à table (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>c. à table (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Cuillères à thé (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>c. à thé (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Cuillère à table (R.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>c. à table (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Cuillères à thé (R.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>c. à thé (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Quarts (R.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Quarts (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Tasses (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>tasse (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>pi³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>po³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>v³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>pi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>pi/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>pi-lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>Go</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>ch (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>po</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>Ko</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kN</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>Mo</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mi/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>NM</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>Po</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>pi-lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>pi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>po²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>v²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>To</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>sem.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>v</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>an</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>Gio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>Kio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>Mio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>Pio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>Tio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>Eo</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>Eio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>Zo</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>Zio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>Yo</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>Yio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Unités thermiques britanniques</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minute</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Octets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Calories thermiques</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimètres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimètres par seconde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Centimètres cubes</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Pieds cubes</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Pouces cubes</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Mètres cubes</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Verges cubes</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Jours</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Électronvolts</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Pieds</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Pieds par seconde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Pieds-livres</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Pieds-livres/minute</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigaoctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hectares</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Chevaux-vapeur (É.-U.)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Heures</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Pouces</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowattheures</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilo-octets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Calories alimentaires</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilomètres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilomètres par heure</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Nœuds</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Mégabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Mégaoctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Mètres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Mètres par seconde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Microns</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microsecondes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Milles</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Miles par heure</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Millimètres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Millisecondes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minutes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Quartet</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanomètres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angströms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Milles marins</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Pétabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Pétaoctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Secondes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Centimètres carrés</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Pieds carrés</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Pouces carrés</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kilomètres carrés</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Mètres carrés</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Milles carrés</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Millimètres carrés</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Verges carrées</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Térabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Téraoctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Semaines</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Verges</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Ans</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>gon</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>lb/po²</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tonne (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tonne (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Carats</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Degrés</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radians</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Grades</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosphères</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bars</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimètres de mercure</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Livres par pouce carré (lb/po²)</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigrammes</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Décagrammes</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Décigrammes</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Grammes</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectogrammes</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogrammes</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Tonnes anglaises</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Milligrammes</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Onces</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Livres</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Tonnes américaines</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Pierre</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Tonnes métriques</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>terrains de soccer</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>terrains de soccer</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disquettes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disquettes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>batteries</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>batteries</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>trombones</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>trombones</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>gros-porteurs</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>gros-porteurs</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>ampoules</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>ampoules</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>chevaux</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>chevaux</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>baignoires</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>baignoires</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>flocons de neige</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>flocons de neige</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>éléphants</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>éléphants</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>tortues</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>tortues</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>jets</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>jets</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>baleines</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>baleines</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>tasses à café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>tasses à café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscines</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscines</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>mains</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>mains</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>feuilles de papier</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>feuilles de papier</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>châteaux</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>châteaux</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>bananes</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>bananes</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>tranches de gâteau</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>tranches de gâteau</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotives</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotives</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>ballons de soccer</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>ballons de soccer</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Élément en mémoire</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Retour</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Retour</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Modalités du contrat de licence logiciel Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Aperçu</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Énoncé de confidentialité Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Tous droits réservés.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Pour savoir comment vous pouvez contribuer à Windows Calculator, consultez le projet sur %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>À propos de</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Envoyer des commentaires</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Il n’existe aucun historique pour l’instant.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>La mémoire est vide.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mémoire</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Cette expression ne peut pas être collée</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibioctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibioctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mébibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mébioctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pébibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pébioctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tébibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tébioctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exaoctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbioctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zettabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zettaoctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zébibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zébioctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yocbits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobioctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Calcul de la date</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode de calcul</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Ajouter</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Ajouter ou soustraire des jours</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Date</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Différence entre les dates</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Jours</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Différence</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Du</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Mois</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Soustraire</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Au</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Ans</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Date en dehors des limites déterminées</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>jour</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>jours</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mois</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>mois</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Mêmes dates</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>semaine</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>semaines</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>année</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>ans</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Différence : %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Résultat : %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Mode de la calculatrice %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Mode du convertisseur %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Mode de calcul de la date</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historique et listes de mémoire</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Commandes de mémoire</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fonctions standard</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Commandes d’affichage</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opérateurs standard</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pavé numérique</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opérateurs d’angle</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fonctions scientifiques</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sélection de la base</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opérateurs de programmeur</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sélection du mode d'entrée</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clavier pour bit de basculement</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire défiler l’expression vers la gauche</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire défiler l’expression vers la droite</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Nombre maximal de chiffres atteint. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 enregistré dans la mémoire</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>L'emplacement de la mémoire %1 est %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Emplacement mémoire %1 effacé</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>divisé par</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>fois</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>moins</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>à la puissance</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>racine y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>décalage à gauche</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>décalage à droite</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ou</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x ou</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>et</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Mise à jour le %1 à %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Mettre à jour les taux</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Des frais de données peuvent s'appliquer.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Impossible d'obtenir les nouveaux taux. Réessayez ultérieurement.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Hors connexion. Consultez vos %HL%Paramètres réseau%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Mise à jour des taux de change en cours</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Taux de change mis à jour</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Impossible de mettre à jour les taux</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>An</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>Zo</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>Do</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>Pu</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>Pr</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>Te</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>P</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>Te</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Effacer toute la mémoire (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer toute la mémoire</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinus - degrés</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radians sinus</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>grades sinus</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>degrés arc sinus</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>radians arc sinus</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>arc sinus - grades</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>sinus hyperbolique</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>arc sinus hyperbolique</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>degrés cosinus</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radians cosinus</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>grades cosinus</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>degrés arc cosinus</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>arc cosinus - radians</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>arc cosinus - grades</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>cosinus hyperbolique</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>arc cosinus hyperbolique</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>degrés tangente</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangente - radians</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangente - grades</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>degrés arc tangente</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>arc tangente - radians</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>arc tangente - grades</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente hyperbolique</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>arc tangente hyperbolique</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sécante - degrés</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sécante - radians</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sécante - grades</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>sécante inverse - degrés</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>sécante inverse - radians</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>sécante inverse - grades</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>sécante hyperbolique</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>sécante hyperbolique inverse</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>cosécante - degrés</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>cosécante - radians</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>cosécante - grades</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>cosécante inverse - degrés</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>cosécante inverse - radians</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>cosécante inverse - grades</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosécante hyperbolique</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosécante hyperbolique inverse</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangente - degrés</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Cotangente - radians</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>cotangente - grades</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangente inverse - degrés</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>cotangente inverse - radians</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>cotangente inverse - grades</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente hyperbolique</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente hyperbolique inverse</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Racine cubique</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Base logarithmique</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Valeur absolue</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>décalage à gauche</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>décalage à droite</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>factoriel</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>Degré Minute Seconde</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>logarithme naturel</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>carré</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>racine y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Catégorie %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Contrat de services Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Du</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire défiler les résultats du calcul vers la gauche</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire défiler les résultats du calcul vers la droite</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Échec du calcul</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Base logarithmique Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonométrie</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Fonction</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Inégalités</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inégalités</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Au niveau du bit</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Décalage de bits</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverser les fonctions</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fonction hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sécante</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sécante hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc sécante</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc sécante hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosécante</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosécante hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosécante</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosécante hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cotangente</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cotangente hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plancher</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plafond</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aléatoire</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valeur absolue</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nombre d’Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Puissance deux</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NON ET</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NON ET</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NON OU</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NON OU</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire pivoter à gauche avec le transport</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire pivoter à droite avec le transport</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Décalage à gauche</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Décalage à gauche</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Décalage à droite</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Décalage à droite</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Décalage arithmétique</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Décalage logique</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Faire pivoter déplacement circulaire</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rotation circulaire via retenue</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Racine cubique</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonométrie</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fonctions</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Au niveau du bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Décalage de bits</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panneaux Opérateurs scientifiques</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panneaux Opérateur de programmeur</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>octet le plus significatif</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Graphique</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tracer</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Actualiser la vue automatiquement (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Affichage Courbe</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Ajustement automatique optimal</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ajustement manuel</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>L’affichage graphique a été réinitialisé</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom avant (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom avant</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom arrière (Ctrl + moins)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom arrière</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ajouter une équation</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Impossible de partager pour le moment.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Regardez ce que j’ai représenté avec la Calculatrice Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Équations</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Image d’un graphique avec des équations</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Pas</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Couleur</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Style</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analyse de fonction</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucune asymptote horizontale.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucun point d’inflexion.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucun maximum.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucun minimum.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constante</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Décroissante</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Impossible de déterminer la monotonie de la fonction.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Croissante</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>La monotonie de la fonction est inconnue.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucune asymptote oblique.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Impossible de déterminer la parité de la fonction.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>La fonction est paire.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>La fonction n’est ni paire ni impaire.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>La fonction est impaire.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>La parité de la fonction est inconnue.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>La périodicité n’est pas prise en charge pour cette fonction.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>La fonction n’est pas périodique.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>La périodicité de la fonction est inconnue.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Ces fonctionnalités sont trop complexes pour que la calculatrice effectue le calcul :</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucune asymptote verticale.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucune interception x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucune interception y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domaine</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asymptotes horizontales</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Points d’inflexion</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>L’analyse n’est pas prise en charge pour cette fonction.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>L’analyse n’est prise en charge que pour les fonctions au format f(x). Exemple : y=x.</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maxima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonie</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asymptotes obliques</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Parité</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Période</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Plage</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asymptotes verticales</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Interception X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Interception Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Impossible d'effectuer l’analyse pour la fonction.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Impossible de calculer le domaine pour cette fonction.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Impossible de calculer la plage pour cette fonction.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Dépassement (le nombre est trop grand)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Le mode radians est requis pour représenter l’équation à l’aide d’un graphique.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Cette fonction est trop complexe pour le graphique</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Le mode Degrés est nécessaire pour tracer cette fonction</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>La fonction factorielle comporte un argument non valide</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>La fonction factorielle possède un argument trop grand pour le graphique.</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo ne peut être utilisé qu’avec des nombres entiers</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>L’équation n’a pas de solution</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Vous ne pouvez pas diviser par zéro</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>L’équation contient des conditions logiques mutuellement exclusives</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>L'équation est hors domaine</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>La représentation graphique de cette équation n’est pas prise en charge</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Une parenthèse ouvrante est manquante dans l'équation</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Une parenthèse fermante est manquante dans l'équation</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Un nombre un nombre trop élevé de décimales.</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Des chiffres sont manquants dans la décimale</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Fin d’expression inattendue</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>L'expression comporte des caractères inattendus</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>L'expression comporte des caractères non valides</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Le nombre de signes égal est trop élevé</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>La fonction doit contenir au moins une variable x ou y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Expression non valide</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>L'expression est vide</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Le signe égal a été utilisé sans équation</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Une parenthèse est manquante après le nom de la fonction</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Une opération mathématique a un nombre de paramètres incorrect</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Un nom de variable n'est pas valide</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Un crochet ouvrant est manquant dans l'équation</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Un crochet fermant est manquant dans l'équation</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>« i » et « I » ne peuvent pas être utilisées comme noms de variables</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>L’équation n’a pas pu être représentée par un graphique</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Nous n'avons pas pu résoudre le chiffre pour la base donnée</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>La base doit être supérieure à 2 et inférieure à 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Une opération mathématique doit comporter une variable dans ses paramètres.</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Des opérandes logiques et scalaires sont manquantes dans l’équation</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x ou y ne peuvent pas être utilisées dans les limites supérieure et inférieure</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>Les valeurs x ou y ne peuvent pas être utilisées dans le point de limite</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Vous ne pouvez pas utiliser l’infini complexe</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Vous ne pouvez pas utiliser des nombres complexes dans des inégalités</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Revenir à la liste de fonctions</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Revenir à la liste de fonctions</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analyser la fonction</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analyser la fonction</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analyser la fonction</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Supprimer l’équation</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Supprimer l’équation</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Supprimer l’équation</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Partager</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Partager</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Modifier le style d’équation</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modifier le style d’équation</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Modifier le style d’équation</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Afficher l’équation</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Masquer l’équation</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Afficher l’équation %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Masquer l’équation %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Arrêter le suivi</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Démarrer le suivi</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Fenêtre de visualisation de Graph, axe x délimité par %1 et %2, axe y délimité par %3 et %4, affichage %5 équations</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Configurer le curseur</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Configurer le curseur</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Passer en mode équation</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Passer en mode graphique</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Passer en mode équation</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Le mode actuel est le mode équation</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Le mode actuel est le mode graphique</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Fenêtre</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Degrés</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Grades</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radians</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unités</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Réinitialiser l’affichage</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Options de graphique</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Options de graphique</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Options de graphique</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Options de variable</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Afficher/masquer les options des variables</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Épaisseur de trait</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Options de trait</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Petite épaisseur de trait</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Épaisseur de trait moyenne</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Grande épaisseur de trait</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Très grande épaisseur de trait</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Entrer une expression</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copier</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Couper</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copier</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Coller</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Annuler</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Tout sélectionner</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrée de fonction</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrée de fonction</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panneau de la liste d’entrée de fonctions</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panneau variable</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Liste variable</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Élément %1 de la liste des variables</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zone de texte de la valeur de la variable</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diapositive de la valeur de la variable</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zone de texte de la valeur minimale de la variable</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zone de texte de la valeur d’étape de la variable</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zone de texte de la valeur maximale de la variable</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Style de trait continu</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Style de trait en pointillés</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Style de trait avec tirets</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Bleu marine</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Écume de mer</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violet</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Vert</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Vert menthe</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Vert foncé</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Gris charbon</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Rouge</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Prune clair</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Jaune doré</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Orange clair</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Brun</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Noir</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Blanc</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Couleur 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Couleur 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Couleur 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Couleur 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Thème de graphique</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Toujours clair</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Respecter le thème de l’application</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Thème</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toujours clair</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Respecter le thème de l’application</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Fonction supprimée</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zone équation de l’analyse de fonctions</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Est égal à</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Est inférieur à</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Est inférieur ou égal à</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Égal</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Est supérieur ou égal à</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Est supérieur à</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Soumettre</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analyse de fonction</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Options de graphique</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Historique et listes de mémoire</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Liste de mémoire</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Emplacement de l’historique %1 effacé</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Calculatrice toujours au-dessus</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Calculatrice de nouveau en vue complète</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Décalage arithmétique sélectionné</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Décalage logique sélectionné</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Faire pivoter le décalage circulaire sélectionné</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Faire pivoter via le décalage circulaire de retenue sélectionné</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Paramètres</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Apparence</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Thème d’application</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Sélectionner le thème de l’appli</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Clair</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Sombre</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Utiliser les paramètres du système</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Retour</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Page Paramètres</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ouvrir le menu contextuel pour les actions disponibles</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Désolé, nous ne pouvons pas restaurer cette capture instantanée.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/fr-FR/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Entrée non valide</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Le résultat est indéfini</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Mémoire insuffisante</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Dépassement de capacité</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Résultat non défini</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Résultat non défini</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Dépassement de capacité</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Dépassement de capacité</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Désolé... Nous ne pouvons pas diviser par zéro</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/fr-FR/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calculatrice</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calculatrice [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Calculatrice Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Calculatrice Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calculatrice</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calculatrice [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Copier</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Coller</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>À peu près égal à</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, valeur %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63e </value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62e </value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61e </value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60e </value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59e </value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58e </value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57e </value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56e </value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55e </value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54e </value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53e </value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52e </value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51e </value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50e </value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49e </value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48e </value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47e </value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46e </value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45e </value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44e </value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43e </value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42e </value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41e </value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40e </value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39e </value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38e </value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37e </value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36e </value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35e </value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34e </value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33e </value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32e </value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31e </value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30e </value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29e </value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28e </value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27e </value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26e </value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25e </value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24e </value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23e </value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22e </value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21e </value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20e </value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19e </value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18e </value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17e </value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16e </value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15e </value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14e </value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13e </value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12e </value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11e </value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10e </value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9e </value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8e </value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7e </value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6e </value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5e </value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4e </value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3e </value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2e </value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1er </value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>octet le moins lourd</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Ouvrir le menu volant de la mémoire</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Fermer le menu volant de la mémoire</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Toujours visible</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Revenir à l’affichage plein écran</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mémoire</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historique (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pavé numérique de basculement de bit</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pavé numérique complet</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Effacer toute la mémoire (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Mémoire</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mémoire</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Historique</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historique</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Convertisseur</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Scientifique</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode du convertisseur</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode scientifique</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode standard</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Effacer tout l’historique</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Effacer tout l’historique</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Masquer</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Scientifique</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmeur</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Convertisseur</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculatrice</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Convertisseur</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calculatrice</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Convertisseurs</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Calculatrices</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>L’affichage est %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>L’expression est %1, l’entrée actuelle est %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>L’affichage est %1 points</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>L’expression est %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Afficher la valeur copiée dans le presse-papiers</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historique</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Mémoire</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadécimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Décimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binaire %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer tout l’historique</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Historique effacé</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Masquer l'historique</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Ouvrir le menu volant de l’historique</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Fermer le menu volant de l’historique</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stockage Mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Stockage mémoire (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer toute la mémoire</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Mémoire effacée</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rappel de mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Rappel de mémoire (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ajout de mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ajout de mémoire (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Soustraction de mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Soustraction de mémoire (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer l’élément en mémoire</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Effacer l’élément en mémoire</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ajouter à l’élément en mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ajouter à l’élément en mémoire</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Soustraire de l'élément en mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Soustraire de l'élément en mémoire</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer l'élément en mémoire</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Effacer l’élément en mémoire</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ajouter à l'élément en mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ajouter à l’élément en mémoire</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Soustraire de l'élément en mémoire</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Soustraire de l'élément en mémoire</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Supprimer</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copier</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Supprimer</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Supprimer l'élément de l'historique</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Supprimer l'élément de l'historique</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Retour arrière</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zéro</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Un</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deux</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trois</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quatre</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cinq</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Six</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sept</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Huit</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Neuf</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>And</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Or</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Non</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire pivoter à gauche</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Permutation circulaire à droite</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Décalage à gauche</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Décalage à droite</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ou exclusif</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Mot quadruple</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Double mot</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Mot</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Octet</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pavé numérique de basculement de bit</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pavé numérique complet</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Séparateur décimal</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer l’entrée</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diviser par</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiplier par</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Est égal à</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverser les fonctions</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Moins</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Moins</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Racine carrée</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pourcentage</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positif Négatif</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positif Négatif</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Réciproque</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parenthèse gauche</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>%1 parenthèses gauches ouvrantes</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parenthèse droite</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Nombre de parenthèses ouvrantes %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Il n’y a pas de parenthèses ouvertes à fermer.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notation scientifique</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fonction hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Carré</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cube</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc sinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc tangente</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc sinus hyperbolique</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosinus hyperbolique</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc tangente hyperbolique</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>« X » puissance</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dix puissance</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>«e» puissance</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>racine « y » de « x »</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logarithme naturel</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponentielle</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Degré minute seconde</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Degrés</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Partie entière</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Partie fractionnaire</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Factorielle</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Degrés</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Grades</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Activer/désactiver Radians</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Liste déroulante Mode</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Liste déroulante catégories</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toujours visible</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Revenir à l’affichage plein écran</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Toujours visible (Alt+Haut)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Revenir à l’affichage plein écran (Alt+Bas)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Convertir depuis %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Convertir %1 virgule %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Convertir en %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 est %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Unité d’entrée</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unité de sortie</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Surface</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Données</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Énergie</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Longueur</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Puissance</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Vitesse</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Heure</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volume</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Température</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Poids et masse</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Pression</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Angle</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Devise</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Once(s) liquide(s) (R.-U.)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>oz liq. (Royaume-Uni)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Once(s) liquide(s) (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>oz liq. (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Gallon(s) (R.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (Royaume-Uni)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Gallon(s) (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Millilitres</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pinte(s) (R.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>chop (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pinte(s) (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>chop (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Cuillère(s) à soupe (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>c. à s. (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Cuillère(s) à café (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>c. à c. (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Cuillère(s) à soupe (R.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>c. à s. (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Cuillère(s) à café (R.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>c. à c. (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Litre(s) (R.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>pte (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Litre(s) (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>pte (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Tasse(s) (É.-U.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>tasse (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>bit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>O</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>pi³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>po³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>j</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>pi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>pi/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>pi•l.</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>Go</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>CV (US)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>po</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>Ko</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>Mo</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mi/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>Po</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>pi•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>pi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>po²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>To</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>sem</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>an</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>Gio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>Mio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>Pio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>Tio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>Eo</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>Eio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>Zo</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>Zio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>Yo</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>Yio</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Unité(s) thermique(s) britannique(s)</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minute</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Octet(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Calorie(s) thermique(s)</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimètres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimètre(s) par seconde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Centimètre(s) cube(s)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Pied(s) cube(s)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Pouce(s) cube(s)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Mètre(s) cube(s)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Yard(s) cube(s)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Jours</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Électron-volt(s)</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Pied(s)</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Pouce par seconde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Pied(s)-livre(s)</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Pied(s)-livre(s)/minute</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigaoctet(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hectare(s)</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Cheval/chevaux-vapeur (États-Unis)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Heure(s)</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Pouce(s)</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-hours</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilooctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Calorie(s) alimentaire(s)</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoule(s)</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilomètres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilomètres par heure</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatt(s)</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Nœud(s)</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Mégabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Mégaoctet(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Mètres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Mètres par seconde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Micron(s)</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microsecondes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Mile(s)</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Miles par heure</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Millimètres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Millisecondes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minutes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Quartet</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanomètres</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angströms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Milles marins</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Pétabit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Pétaoctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Secondes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Centimètre(s) carré(s)</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Pied(s) carré(s)</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Pouces carrés</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kilomètres carrés</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Mètres carrés</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Mile(s) carré(s)</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Millimètre(s) carré(s)</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Yard(s) carré(s)</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Térabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Téraoctet(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Semaine(s)</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yards</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Années</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>bar</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>t (R.-U.)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>t (É.-U.)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Carat(s)</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Degré(s)</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radians</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Grades</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosphères</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bars</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimètres de mercure </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Livres par pouce carré</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigramme(s)</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Décagramme(s)</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Décigramme(s)</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Grammes</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectogramme(s)</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogramme(s)</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Tonnes anglaises (Royaume-Uni)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Milligrammes</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Once(s)</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Livre(s)</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Tonne(s) courte(s) (États-Unis)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Tonne(s) métrique(s)</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>terrain(s) de football</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>terrain(s) de football</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disquette(s)</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disquette(s)</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>batterie(s)</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>batterie(s)</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>trombones</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>trombone(s)</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>ampoules</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>ampoules</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>chevaux</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>cheval/chevaux</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>baignoire(s)</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>baignoire(s)</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>flocon(s) de neige</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>flocon(s) de neige</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>éléphant(s)</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>éléphant(s)</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>tortues</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>tortue(s)</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>jets</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>jets</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>baleine(s)</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>baleine(s)</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>tasse(s) à café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>tasse(s) à café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscines</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscine(s)</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>main(s)</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>main(s)</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>feuille(s) de papier</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>feuille(s) de papier</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>château(x)</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>château(x)</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banane(s)</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banane(s)</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>tranches de gâteau</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>tranche(s) de gâteau</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotive(s)</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotive(s)</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>ballon(s) de football</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>ballon(s) de football</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Élément en mémoire</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Retour</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Retour</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Termes du contrat de licence logiciel Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Aperçu</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Déclaration de confidentialité Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Tous droits réservés.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Pour découvrir comment vous pouvez contribuer à la calculatrice Windows, extrayez le projet sur %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>À propos de</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Envoyer des commentaires</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Il n’y a aucun historique pour l’instant.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>La mémoire est vide.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mémoire</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Désolé... Nous n’avons pas pu coller cette expression</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibioctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibioctet(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mébibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mébioctet(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pébibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pébioctet(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tébibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tébioctet(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exaoctet(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbioctet(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zettabit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zettaoctet(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zébibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zébioctets</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yocbits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobioctet(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Calcul de la date</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode de calcul</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Ajouter</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Ajouter ou soustraire des jours</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Date</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Différence entre les dates</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Jours</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Différence</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>De</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Mois</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Soustraire</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>À</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Années</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Date en dehors des limites</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>jour</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>jours</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mois</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>mois</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Dates identiques</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>semaine</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>semaines</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>année</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>années</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Différence %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Date résultante %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Mode de la calculatrice %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Mode du convertisseur %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Mode de calcul de la date</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historique et listes de mémoire</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Commandes de mémoire</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fonctions standard</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Contrôles d’affichage</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opérateurs standard</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pavé numérique</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opérateurs d’angle</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fonctions scientifiques</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sélection de la base</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opérateurs de programmeur</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sélection du mode de saisie</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Clavier pour basculer entre formats de bits</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire défiler l'expression vers la gauche</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire défiler l'expression vers la droite</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Vous avez atteint le nombre maximal de chiffres. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 enregistré dans la mémoire</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>L'emplacement mémoire %1 est %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Emplacement mémoire %1 effacé</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>divisé par</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>fois</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>moins</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>à la puissance de</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>racine y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>décalage à gauche</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>décalage à droite</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ou</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x ou</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>et</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Mise à jour le %1 à %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Mettre à jour les taux</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Des frais de données peuvent s’appliquer.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Impossible d'obtenir les nouveaux taux. Réessayez plus tard.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Hors connexion. Consultez vos %HL%Paramètres réseau%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Mise à jour des taux de change en cours</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Taux de change mis à jour</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Désolé... Nous n’avons pas pu mettre à jour les taux</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>RA</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>P</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Effacer toute la mémoire (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Effacer toute la mémoire</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinus – degrés</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radians sinus</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>grades sinus</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>degrés arc sinus</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>radians arc sinus</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>grade arc sinus</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>sinus hyperbolique</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>sinus hyperbolique inverse</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>degrés cosinus</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radians cosinus</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>grades cosinus</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>degrés arc cosinus</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>radians arc cosinus</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>grades arc cosinus</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>cosinus hyperbolique</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>cosinus hyperbolique inverse</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>degrés tangente</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>radians tangente</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>grades tangente</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>degrés arc tangente</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>arc tangente – radians</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>grades arc tangente</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente hyperbolique</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>arc tangente hyperbolique</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sécante - degrés</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sécante - radians</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sécante - grades</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>sécante inverse - degrés</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>sécante inverse - radians</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>sécante inverse - grades</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>sécante hyperbolique</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>sécante hyperbolique inverse</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>cosécante - degrés</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>cosécante - radians</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>cosécante - grades</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>cosécante inverse - degrés</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>cosécante inverse - radians</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>cosécante inverse - grades</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosécante hyperbolique</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosécante hyperbolique inverse</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangente - degrés</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Cotangente - radians</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>cotangente - grades</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangente inverse - degrés</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>cotangente inverse - radians</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>cotangente inverse - grades</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente hyperbolique</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente hyperbolique inverse</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Racine cubique</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Base logarithmique</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Valeur absolue</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>décalage à gauche</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>décalage à droite</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>factorielle</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>degré minute seconde</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>logarithme naturel</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>carré</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>racine y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Catégorie %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Contrat de services Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>De</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire défiler les résultats du calcul vers la gauche</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire défiler les résultats du calcul vers la droite</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Échec du calcul</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Base logarithmique Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonométrie</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Fonction</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Inégalités</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inégalités</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Au niveau du bit</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Décalage de bits</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverser les fonctions</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fonction hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sécante</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sécante hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc sécante</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc sécante hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosécante</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosécante hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosécante</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosécante hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cotangente</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cotangente hyperbolique</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plancher</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plafond</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aléatoire</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valeur absolue</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nombre d’Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Puissance deux</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NON ET</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NON ET</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NON OU</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NON OU</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire pivoter à gauche avec le transport</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faire pivoter à droite avec le transport</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Décalage à gauche</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Décalage à gauche</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Décalage à droite</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Décalage à droite</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Décalage arithmétique</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Décalage logique</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Faire pivoter déplacement circulaire</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rotation circulaire via retenue</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Racine cubique</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonométrie</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fonctions</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Au niveau du bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Décalage de bits</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panneaux Opérateurs scientifiques</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panneaux Opérateur de programmeur</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>octet le plus lourd</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Graphique</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tracer</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Actualiser la vue automatiquement (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Affichage Courbe</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Ajustement automatique optimal</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ajustement manuel</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>L’affichage graphique a été réinitialisé</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom avant (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom avant</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom arrière (Ctrl + moins)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom arrière</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ajouter une équation</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Impossible de partager pour le moment.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Regardez ce que j’ai représenté avec la Calculatrice Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Équations</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Image d’un graphique avec des équations</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Pas</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Couleur</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Style</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analyse de fonction</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucune asymptote horizontale.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucun point d’inflexion.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucun maximum.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucun minimum.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constante</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Décroissante</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Impossible de déterminer la monotonie de la fonction.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Croissante</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>La monotonie de la fonction est inconnue.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucune asymptote oblique.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Impossible de déterminer la parité de la fonction.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>La fonction est paire.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>La fonction n’est ni paire ni impaire.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>La fonction est impaire.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>La parité de la fonction est inconnue.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>La périodicité n’est pas prise en charge pour cette fonction.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>La fonction n’est pas périodique.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>La périodicité de la fonction est inconnue.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Ces fonctionnalités sont trop complexes pour que la calculatrice effectue le calcul :</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucune asymptote verticale.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucune interception x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>La fonction ne comporte aucune interception y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domaine</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asymptotes horizontales</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Points d’inflexion</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>L’analyse n’est pas prise en charge pour cette fonction.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>L’analyse n’est prise en charge que pour les fonctions au format f(x). Exemple : y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maxima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonie</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asymptotes obliques</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Parité</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Cycle</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Plage</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asymptotes verticales</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Interception X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Interception Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Impossible d'effectuer l’analyse pour la fonction.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Impossible de calculer le domaine pour cette fonction.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Impossible de calculer la plage pour cette fonction.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Dépassement (le nombre est trop grand)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Le mode radians est requis pour tracer cette équation.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Cette fonction est trop complexe pour le graphique</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Le mode Degrés est nécessaire pour tracer cette fonction</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>La fonction factorielle comporte un argument non valide</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>La fonction factorielle possède un argument trop grand pour le graphique.</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo ne peut être utilisé qu’avec des nombres entiers</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>L’équation n’a pas de solution</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Vous ne pouvez pas diviser par zéro</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>L’équation contient des conditions logiques qui s’excluent mutuellement</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>L'équation est hors domaine</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>La représentation graphique de cette équation n’est pas prise en charge</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Une parenthèse ouvrante est manquante dans l'équation</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Une parenthèse fermante est manquante dans l'équation</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Un nombre un nombre trop élevé de décimales.</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Des chiffres sont manquants dans la décimale</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Fin d’expression inattendue</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>L'expression comporte des caractères inattendus</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>L'expression comporte des caractères non valides</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Le nombre de signes égal est trop élevé</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>La fonction doit contenir au moins une variable x ou y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>L’expression est incorrecte</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>L'expression est vide</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Le signe égal a été utilisé sans équation</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Une parenthèse est manquante après le nom de la fonction</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Une opération mathématique a un nombre de paramètres incorrect</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Un nom de variable n'est pas valide</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Un crochet ouvrant est manquant dans l'équation</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Un crochet fermant est manquant dans l'équation</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>Les lettres « i » et « I » ne peuvent pas être utilisées comme noms de variables</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Désolé... L’équation n’a pas pu être tracée</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Désolé... Nous n'avons pas pu résoudre le chiffre pour la base donnée</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>La base doit être supérieure à 2 et inférieure à 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Une opération mathématique doit comporter une variable dans ses paramètres.</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Des opérandes logiques et scalaires sont manquantes dans l’équation</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>Les valeurs x ou y ne peuvent pas être utilisées dans les limites supérieure et inférieure</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>Les valeurs x ou y ne peuvent pas être utilisées dans le point de limite</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Vous ne pouvez pas utiliser l’infini complexe</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Vous ne pouvez pas utiliser des nombres complexes dans des inégalités</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Revenir à la liste de fonctions</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Revenir à la liste de fonctions</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analyser la fonction</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analyser la fonction</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analyser la fonction</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Supprimer l’équation</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Supprimer l’équation</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Supprimer l’équation</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Partager</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Partager</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Modifier le style d’équation</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modifier le style d’équation</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Modifier le style d’équation</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Afficher l’équation</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Masquer l’équation</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Afficher l’équation %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Masquer l’équation %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Arrêter le suivi</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Démarrer le suivi</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Fenêtre d’affichage du graphe, axe des x délimité par %1 et %2, axe y délimité par %3 et %4, affichage des équations de %5</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Configurer le curseur</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Configurer le curseur</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Passer en mode équation</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Passer en mode graphique</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Passer en mode équation</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Le mode actuel est le mode équation</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Le mode actuel est le mode graphique</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Fenêtre</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Degrés</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Grades</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radians</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unités</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Réinitialiser l’affichage</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Options de graphique</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Options de graphique</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Options de graphique</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Options de variable</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Afficher/masquer les options des variables</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Épaisseur de trait</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Options de trait</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Petite épaisseur de trait</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Épaisseur de trait moyenne</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Grande épaisseur de trait</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Très grande épaisseur de trait</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Entrer une expression</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copier</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Couper</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copier</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Coller</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Annuler</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Tout sélectionner</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrée de fonction</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrée de fonction</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panneau de la liste d’entrée de fonctions</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panneau variable</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Liste variable</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Élément %1 de la liste des variables</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zone de texte de la valeur de la variable</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diapositive de la valeur de la variable</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zone de texte de la valeur minimale de la variable</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zone de texte de la valeur d’étape de la variable</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zone de texte de la valeur maximale de la variable</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Style de trait continu</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Style de trait en pointillés</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Style de trait avec tirets</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Bleu marine</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Écume de mer</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violet</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Vert</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Vert menthe</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Vert foncé</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Anthracite</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Rouge</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Prune clair</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Jaune doré</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Orange clair</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Brun</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Noir</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Blanc</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Couleur 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Couleur 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Couleur 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Couleur 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Thème de graphique</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Toujours clair</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Respecter le thème de l’application</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Thème</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toujours clair</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Respecter le thème de l’application</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Fonction supprimée</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zone équation de l’analyse de fonctions</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Est égal à</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inférieur à</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Est inférieur ou égal à</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Égale</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Est supérieur ou égal à</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Doit être supérieur à</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Envoyer</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analyse de fonction</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Options de graphique</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Historique et listes de mémoire</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Liste de mémoire</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>L’emplacement d’historique %1 est effacé</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Calculatrice toujours visible</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Calculatrice de retour à la vue complète</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Décalage arithmétique sélectionné</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Décalage logique sélectionné</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Faire pivoter le décalage circulaire sélectionné</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Faire pivoter via le décalage circulaire de retenue sélectionné</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Paramètres</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Apparence</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Thème d’application</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Sélectionner le thème de l’application</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Clair</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Sombre</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Utiliser le paramètre système</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Retour</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Page Paramètres</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ouvrir le menu contextuel pour les actions disponibles</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Impossible de restaurer cet instantané.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/gl-ES/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Entrada non válida</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>O resultado é indefinido</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Memoria insuficiente</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Desbordar</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Resultado indefinido</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Resultado indefinido</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Desbordar</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Desbordar</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Non se pode dividir entre cero</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/gl-ES/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calculadora [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Calculadora de Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Calculadora de Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calculadora [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Pegar</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Case é igual a</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, valor %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.º</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.º</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.º</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.º</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.º</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.º</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.º</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.º</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.º</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.º</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.º</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.º</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.º</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.º</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.º</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.º</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.º</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.º</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.º</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.º</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.º</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.º</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.º</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.º</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.º</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.º</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.º</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.º</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.º</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.º</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.º</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.º</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.º</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.º</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.º</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.º</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.º</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.º</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.º</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.º</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.º</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.º</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.º</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.º</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.º</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.º</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.º</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.º</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.º</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.º</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.º</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.º</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.º</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.º</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.º</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.º</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.º</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.º</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.º</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.º</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.º</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.º</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.º</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>bit menos significativo</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Abrir control flotante de memoria</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Pechar control flotante de memoria</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Manter arriba</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Volver á vista completa</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historial (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teclado numérico de alternancia de bit</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teclado numérico completo</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Limpar toda a memoria (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Historial</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historial</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Convertedor</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Científica</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Estándar</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo convertedor</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo Científica</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo Estándar</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Limpar todo o historial</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Limpar todo o historial</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Ocultar</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Estándar</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Científica</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programador</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Convertedor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Convertedor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Convertedores</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Calculadoras</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>A pantalla mostra %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>A expresión é %1, a entrada actual é %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>A pantalla mostra %1 coma</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>A expresión é %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Mostrar o valor copiado no portapapeis</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historial</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binario %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar todo o historial</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>O historial está limpo</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ocultar historial</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Abrir control flotante de historial</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Pechar control flotante de historial</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Almacén de memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Almacenar memoria (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar toda a memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>A memoria está limpa</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recuperar memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Recuperar memoria (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sumar memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sumar memoria (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtraer memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Subtraer memoria (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar elemento da memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Limpar elemento da memoria</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sumar ao elemento da memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sumar ao elemento da memoria</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtraer do elemento da memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Subtraer do elemento da memoria</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar elemento da memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Limpar elemento da memoria</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sumar ao elemento da memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Sumar ao elemento da memoria</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtraer do elemento da memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Subtraer do elemento da memoria</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Eliminar</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Eliminar</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eliminar elemento de historial</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eliminar elemento de historial</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Retroceso</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Un</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dous</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tres</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Catro</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cinco</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seis</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sete</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oito</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nove</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ou</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Non</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotar á esquerda</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotar á dereita</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desprazar á esquerda</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desprazar á dereita</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exclusivo ou</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar palabra cuádrupla</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar palabra dupla</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar palabra</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar bytes</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado numérico de alternancia de bit</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado numérico completo</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Separador decimal</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar entrada</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Borrar</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dividir por</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiplicar por</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>É igual a</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función inversa</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menos</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Menos</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Máis</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Raíz cadrada</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Porcentaxe</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivo negativo</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivo negativo</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recíproco</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paréntese esquerda</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Paréntese de apertura. Total de parénteses abertos: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paréntese dereita</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Número de parénteses abertos %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Non hai ningún paréntese aberto para pechar.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notación científica</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seno</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Coseno</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tanxente</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seno hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Coseno hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tanxente hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cadrado</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cubo</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcoseno</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcocoseno</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcotanxente</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcoseno hiperbólico</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcocoseno hiperbólico</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcotanxente hiperbólico</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>“X” elevado ao expoñente</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>10 elevado ao expoñente</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>“e” elevado ao expoñente</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>“y” raíz de “x”</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo natural</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Módulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponencial</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grao minuto segundo</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graos</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte enteira</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte fraccionaria</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Factorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar graos</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar gradiáns</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar radiáns</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista despregable de modo</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista despregable de categorías</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Manter arriba</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Volver á vista completa</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Manter na parte superior (Alt+frecha cara arriba)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Volver á vista completa (Alt+frecha cara abaixo)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Converter de %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Converter de %1 coma %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Convértese en %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 é %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Unidade de entrada</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unidade de saída</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Área</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Datos</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Enerxía</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Lonxitude</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Potencia</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Velocidade</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Hora</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volume</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Peso e masa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Presión</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Ángulo</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Moeda</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Onzas líquidas (Reino Unido)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Onzas líquidas (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galóns (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galóns (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litros</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitros</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pintas (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pintas (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Culleradas (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>Cullerada (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Culleradas pequenas (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Cullerada pequena (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Culleradas (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>Cullerada (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Culleradas pequenas (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Cullerada pequena (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Cuartos (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Cuartos (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Cuncas (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cunca (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (EUA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>sem</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>ano</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Unidades térmicas británicas</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minuto</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Calorías térmicas</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centímetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centímetros por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Centímetros cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Pés cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Polgadas cúbicas</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Metros cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Iardas cúbicas</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Días</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Electronvoltios</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Pés</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Pés por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Pés-libras</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Pés-libras/minuto</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Xigabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Xigabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hectáreas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Cabalos de vapor (EUA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Horas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Polgadas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Quilowatt-hora</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Quilobits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Quilobytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Calorías alimentarias</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Quilojoules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Quilómetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Quilómetros por hora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Quilowatts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Nós</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metros por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Microns</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microsegundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Millas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Millas por hora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milímetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisegundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minutos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Mordida</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanómetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ángstroms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Millas náuticas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Segundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Centímetros cadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Pés cadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Polgadas cadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Quilómetros cadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Metros cadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Millas cadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Milímetros cadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Iardas cadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Semanas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Iardas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Anos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>graos</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>bar</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmhg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tonelada (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tonelada (EUA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Quilates</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Graos</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radiáns</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradiáns</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosferas</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bares</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Quilo Pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milímetro de mercurio </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascales</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Libra por polgada cadrada</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centígramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Decagramos</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectogramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Quilogramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Toneladas longas (Reino Unido)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligramos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Onzas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Libras</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Toneladas curtas (EUA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Toneladas</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>campos de fútbol</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>campos de fútbol</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disquetes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disquetes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>baterías</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>baterías</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>clips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>clips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>aeronaves grandes</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>aeronaves grandes</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>lámpadas</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>lámpadas</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>cabalos</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>cabalos</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>bañeiras</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>bañeiras</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>folerpas</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>folerpas</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefantes</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefantes</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>tartarugas</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>tartarugas</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>aeronaves</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>aeronaves</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>baleas</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>baleas</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>cuncas de café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>cuncas de café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscinas</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscinas</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>mans</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>mans</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>follas de papel</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>follas de papel</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>castelos</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>castelos</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>bananas</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>bananas</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>porcións de pastel</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>porcións de pastel</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotoras</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotoras</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>balóns de fútbol</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>balóns de fútbol</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Elemento da memoria</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atrás</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atrás</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Termos de licenza do software de Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Previsualizar</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Declaración de privacidade de Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Todos os dereitos reservados.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Para obter máis información sobre como podes contribuír á Calculadora de Windows, consulta o proxecto en %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Acerca de</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Enviar comentarios</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Aínda non hai ningún historial.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Non hai nada gardado na memoria.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Esta expresión non se pode pegar</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Cálculo de datas</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo de cálculo</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Engadir</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Engadir ou restar días</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Diferenza entre datas</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Días</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Diferenza</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Desde</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Meses</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Restar</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Ata</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Anos</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Data fóra do límite</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>día</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>días</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mes</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>meses</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Mesmas datas</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>semana</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>semanas</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>ano</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>anos</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Diferenza %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Data de resultado %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Modo calculadora %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Modo convertedor %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Modo de cálculo de datas</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historial e listas de memoria</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controis de memoria</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcións estándar</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controis de pantalla</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores estándar</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado numérico</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores de ángulo</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcións científicas</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selección de base</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores de programadores</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selección de modo de entrada</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado de alternancia de bits</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desprazar a expresión cara á esquerda</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desprazar a expresión cara á dereita</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Acadáronse o número máximo de díxitos. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 gardado na memoria</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>O espazo de memoria %1 é %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Limpouse a rañura de memoria %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dividido por</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>veces</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>menos</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>máis</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>a potencia de</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y raíz</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>desprazar á esquerda</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>desprazar á dereita</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ou</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x ou</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>e</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Actualizado o %1 ás %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Actualizar tipos</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Poden aplicarse cargos de datos.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Non se puideron obter novos tipos. Téntao de novo máis tarde.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Sen conexión. Comproba a%HL%Configuración de rede%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Actualizando as taxas monetarias</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Taxas monetarias actualizadas</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Non se puideron actualizar as taxas</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Limpar toda a memoria (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar toda a memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>graos de seno</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radiáns de seno</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>graos centesimais de seno</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>graos de seno inverso</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>radiáns de seno inverso</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>graos centesimais de seno inverso</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>seno hiperbólico</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>seno hiperbólico inverso</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>graos de coseno</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radiáns de coseno</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>graos centesimais de coseno</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>graos de coseno inverso</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>radiáns de coseno inverso</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>graos centesimais de coseno inverso</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>coseno hiperbólico</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>coseno hiperbólico inverso</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>graos de tanxente</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>radiáns de tanxente</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>graos centesimais de tanxente</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>graos de tanxente inversa</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>radiáns de tanxente inversa</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>graos centesimais de tanxente inversa</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tanxente hiperbólica</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>tanxente hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>graos secantes</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radiáns secantes</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>gradiáns secantes</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>graos secantes inversos</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>radiáns secantes inversos</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>gradiáns secantes inversos</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>secante hiperbólica</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>secante hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>graos cosecantes</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radiáns cosecantes</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>gradiáns cosecantes</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>graos cosecantes inversos</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>radiáns cosecantes inversos</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>gradiáns cosecantes inversos</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecante hiperbólica</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecante hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>graos cotanxentes</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radiáns cotanxentes</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>gradiáns cotanxentes</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>graos cotanxentes inversos</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>radiáns cotanxentes inversos</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>gradiáns cotanxentes inversos</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotanxente hiperbólica</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotanxente hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Raíz cúbica</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Base logarítmica</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Valor absoluto</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>desprazar á esquerda</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>desprazar á dereita</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>factorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grao minuto segundo</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>logaritmo natural</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>cadrado</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y raíz</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Categoría de %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Contrato de servizos de Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Desde</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Despraza o resultado do cálculo cara á esquerda</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Despraza o resultado do cálculo cara á dereita</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Erro de cálculo</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Base logarítmica Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometría</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Función</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Desigualdades</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desigualdades</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bit a bit</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Cambio de bit</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función inversa</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante do arco</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante do arco hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante do arco</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante do arco hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotanxente</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotanxente hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotanxente do arco</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotanxente do arco hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Límite inferior</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Límite superior</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aleatorio</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valor absoluto</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Número de Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dous elevado ao expoñente</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotar á esquerda levando</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotar á dereita levando</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desprazar á esquerda</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Desprazar á esquerda</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desprazar á dereita</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Desprazar á dereita</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Cambio de aritmética</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Cambio lóxico</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Rotar cambio circular</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rotar levando cambio circular</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Raíz cúbica</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometría</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcións</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit a bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneis de operadores científicos</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneis de operadores de programadores</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>bit máis significativo</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Representación nunha calculadora gráfica</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trazado</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Actualizar a visualización automaticamente (CTRL + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Visualización do gráfico</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Axuste perfecto automático</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Axuste manual</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>A vista da gráfica restableceuse</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ampliar (CTRL + signo máis)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ampliar</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Reducir (CTRL + signo menos)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reducir</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Engadir ecuación</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Non se pode compartir neste momento.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>Aceptar</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Buscar as representacións gráficas con Calculadora de Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Ecuacións</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Imaxe dunha gráfica con ecuacións</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variables</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Paso</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Mín.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Máx.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Cor</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Estilo</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Análise de función</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>A función non ten ningunha asíntota horizontal.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>A función non ten ningún punto de inflexión.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>A función non ten ningún punto máximo.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>A función non ten ningún punto mínimo.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constante</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Decrecente</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Non é posible determinar a monotonía da función.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Crecente</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Descoñécese a monotonía da función.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>A función non ten ningunha asíntota oblicua.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Non é posible determinar a paridade da función.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>A función é par.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>A función non é nin par nin impar.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>A función é impar.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Descoñécese a paridade da función.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Esta función non admite periodicidade.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>A función non é periódica.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Descoñécese a función de periodicidade.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Estas funcionalidades son demasiado complexas para que as calcule a Calculadora:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>A función non ten ningunha asíntota vertical.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>A función non ten ningunha intersección x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>A función non ten ningunha intersección y-.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Dominio</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asíntotas horizontais</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Puntos de inflexión</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Esta función non admite análises.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>A análise só se admite nas funcións con formato f(x). Por exemplo: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Máxima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Mínima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonía</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asíntotas oblicuas</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paridade</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Período</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Intervalo</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asíntotas verticais</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Intersección X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Intersección Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Non foi posible realizar a análise para a función.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Non é posible calcular o dominio para esta función.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Non é posible calcular o intervalo para esta función.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Exceso (o número é demasiado grande)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>É necesario o modo radiáns para representar graficamente esta ecuación.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Esta función é demasiado complexa para representar graficamente</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>É necesario o modo graos para representar graficamente esta ecuación</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>A factorial ten un argumento non válido</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>A factorial ten un argumento que é demasiado grande para representar graficamente</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>O módulo só pode usarse con números enteiros</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>A ecuación non ten solución</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Non se pode dividir entre cero</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>A ecuación contén condicións lóxicas que son mutuamente excluíntes</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>A ecuación está fóra do dominio</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Non se pode representar esta ecuación nunha calculadora gráfica</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Falta unha paréntese de inicio na ecuación</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Falta unha paréntese de peche na ecuación</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Hai demasiados decimais no número</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Falta un díxito no decimal</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Fin de expresión non esperado</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Caracteres na expresión non esperados</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Caracteres non válidos na expresión</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Hai demasiados signos de igual</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>A función debe conter polo menos unha variable x ou y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>A expresión non é válida</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>A expresión está baleira</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Usouse igual sen unha ecuación</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Falta unha paréntese despois do nome da función</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>A operación matemática ten o número incorrecto de parámetros</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>O nome da variable non é válido</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Falta un corchete de inicio na ecuación</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Falta un corchete de peche na ecuación</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>“i” e “I” non poden usarse como nomes de variables</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Non se puido representar graficamente a ecuación</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Non se pode resolver o díxito con esta base</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>A base debe ser superior a 2 e inferior a 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>A operación matemática necesita que un dos seus parámetros sexa unha variable</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>A ecuación mestura operadores lóxicos e escalares</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x ou y non poden usarse como límite superior ou inferior</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>Non pode usarse x ou y no punto de acumulación</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Non se pode usar o infinito complexo</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Non se poden usar números complexos nas desigualdades</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Volver á lista de funcións</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Volver á lista de funcións</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analizar función</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analizar función</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analizar función</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Eliminar ecuación</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eliminar ecuación</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Eliminar ecuación</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Compartir</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Compartir</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Modificar estilo de ecuación</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modificar estilo de ecuación</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Modificar estilo de ecuación</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Mostrar ecuación</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Ocultar ecuación</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Mostrar ecuación %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Ocultar ecuación %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Parar rastrexamento</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Iniciar rastrexamento</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Ventá de visualización de gráficos, eixe x ligado por %1 e %2, eixe y ligado por %3 e %4, mostrando %5 ecuacións</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Configurar o cursor da barra de desprazamento</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Configurar o cursor da barra de desprazamento</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Cambiar ao modo de ecuación</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Cambiar ao modo de gráfica</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cambiar ao modo de ecuación</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>O modo actual é o modo de ecuación</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>O modo actual é o modo de gráfica</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Ventá</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Graos</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradiáns</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radiáns</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unidades</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Restablecer a vista</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-máx.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-mín.</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-máx.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-mín.</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opcións da gráfica</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opcións da gráfica</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opcións da gráfica</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opcións variables</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opcións de alternancia variables</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Grosor da liña</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opcións de liña</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Largura da liña pequena</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Largura da liña mediana</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Largura da liña grande</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Largura da liña extragrande</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Introducir unha expresión</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Cortar</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Pegar</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Desfacer</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Seleccionar todo</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrada da función</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrada da función</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función de introducir panel</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable do panel</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable da lista</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Variable %1 do elemento da lista</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable do valor da caixa de texto</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable do valor do cursor da barra de desprazamento</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable do valor mínimo da caixa de texto</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable do valor do paso da caixa de texto</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variable do valor máximo da caixa de texto</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de liña sólida</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de liña de puntos</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de liña de trazos</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Azul mariño</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Verde mariño</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violeta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Verde</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Verde menta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Verde escuro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Carbón</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Vermello</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Morado claro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Maxenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Amarelo dourado</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Laranxa vivo</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Marrón</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Negro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Branco</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Cor 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Cor 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Cor 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Cor 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema gráfico</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Claro sempre</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Facer coincidir o tema de aplicación</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Claro sempre</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Facer coincidir o tema de aplicación</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Función eliminada</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Función de análise da caixa de ecuación</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>É igual a</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menor que</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menor ou igual que</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Igual</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maior ou igual que</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maior que</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Enviar</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Análise de función</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opcións da gráfica</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Historial e listas de memoria</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Lista de memoria</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Limpouse a rañura de aplicación %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Mostrar a calculadora sempre na parte superior</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Cambiar a calculadora á vista completa</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Seleccionouse a tecla MAIÚS aritmética</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Seleccionouse a tecla MAIÚS lóxica</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Seleccionouse rotar a tecla MAIÚS circular</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Seleccionouse rotar levando a tecla MAIÚS circular</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Configuración</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Aspecto</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema da aplicación</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Seleccionar que tema da aplicación se vai mostrar</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Claro</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Escuro</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Usa a configuración do sistema</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atrás</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Páxina de configuración</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Abrir o menú contexto para as accións dispoñibles</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>Aceptar</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Non se puido restaurar esta instantánea.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/he-IL/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>קלט לא חוקי</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>התוצאה אינה מוגדרת</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>אין די זיכרון</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>גלישה</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>תוצאה לא מוגדרת</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>תוצאה לא מוגדרת</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>גלישה</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>גלישה</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>לא ניתן לחלק באפס</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/he-IL/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>מחשבון</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>מחשבון [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>מחשבון Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>מחשבון Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>מחשבון</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>מחשבון [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>העתק</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>הדבק</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>בערך שווה ל</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, ערך %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 סיבית</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>ששים ושלוש</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>ששים ושתיים</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>ששים ואחת</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>ששים</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>חמישים ותשע</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>חמישים ושמונה</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>חמישים ושבע</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>חמישים ושש</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>חמישים וחמש</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>חמישים וארבע</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>חמישים ושלוש</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>חמישים ושתיים</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>חמישים ואחת</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>חמישים</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>ארבעים ותשע</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>ארבעים ושמונה</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>ארבעים ושבע</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>ארבעים ושש</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>ארבעים וחמש</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>ארבעים וארבע</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>ארבעים ושלוש</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>ארבעים ושתיים</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>ארבעים ואחת</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>ארבעים</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>שלושים ותשע</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>שלושים ושמונה</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>שלושים ושבע</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>שלושים ושש</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>שלושים וחמש</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>שלושים וארבע</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>שלושים ושלוש</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>שלושים ושתיים</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>שלושים ואחת</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>שלושים</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>עשרים ותשע</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>עשרים ושמונה</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>עשרים ושבע</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>עשרים ושש</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>עשרים וחמש</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>עשרים וארבע</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>עשרים ושלוש</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>עשרים ושתיים</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>עשרים ואחת</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>עשרים</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>תשע עשרה</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>שמונה עשרה</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>שבע עשרה</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>שש עשרה</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>חמש עשרה</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>ארבע עשרה</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>שלוש עשרה</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>שתיים עשרה</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>אחת עשרה</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>עשר</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>תשיעית</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>שמינית</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>שביעית</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>שישית</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>חמישית</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>רביעית</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>שלישית</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>שנייה</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>ראשונה</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>הסיבית הכי פחות חשובה</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>פתח תפריט נשלף של זיכרון</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>סגור תפריט נשלף של זיכרון</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>שמור למעלה</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>חזרה לתצוגה מלאה</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>זיכרון</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>היסטוריה (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>מקלדת החלפת סיביות</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>מקלדת מלאה</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>נקה את כל הזיכרון (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>זיכרון</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>זיכרון</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>היסטוריה</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>היסטוריה</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>ממיר</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>מדעי</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>רגיל</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מצב ממיר</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מצב מדעי</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מצב רגיל</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>נקה את כל ההיסטוריה</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>נקה את כל ההיסטוריה</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>הסתר</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>רגיל</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>מדעי</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>מתכנת</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>ממיר</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>מחשבון</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>ממיר</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>מחשבון</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>ממירים</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>מחשבונים</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>התצוגה היא %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>הביטוי %1 הוא, הקלט הנוכחי הוא %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>התצוגה היא %1 נק'</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>הביטוי הוא %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>הצג ערך שהועתק ללוח</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>היסטוריה</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>זיכרון</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>הקסדצימלי %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>עשרוני %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>אוקטלי %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>בינארי %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>נקה את כל ההיסטוריה</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>ההיסטוריה נוקתה</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>הסתר היסטוריה</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>פתח תפריט נשלף של היסטוריה</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>סגור תפריט נשלף של היסטוריה</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מאגר זיכרון</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>אחסן בזיכרון (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>נקה את כל הזיכרון</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>הזיכרון נוקה</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>אחזור מהזיכרון</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>אחזור מהזיכרון (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>חיבור מהזיכרון</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>הוספה מהזיכרון (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>חיסור מהזיכרון</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>חיסור מהזיכרון (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פריט ניקוי זיכרון</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>פריט ניקוי זיכרון</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פריט הוספה מהזיכרון</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>פריט הוספה מהזיכרון</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פריט חיסור מהזיכרון</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>פריט חיסור מהזיכרון</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פריט ניקוי זיכרון</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>פריט ניקוי זיכרון</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פריט הוספה מהזיכרון</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>פריט הוספה מהזיכרון</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פריט חיסור מהזיכרון</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>פריט חיסור מהזיכרון</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>מחק</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>העתק</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>מחק</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מחק פריט היסטוריה</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מחק פריט היסטוריה</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>אפס</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>אחת</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שתיים</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שלוש</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארבע</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>חמש</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שש</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שבע</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שמונה</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>תשע</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>וגם</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>או</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>לא</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>סובב שמאלה</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>סובב ימינה</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מקש shift שמאלי</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מקש shift ימני</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>XOR</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>החלפת מילה מרובעת</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>החלפת מילה כפולה</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>החלפת מילה</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>החלפת בתים</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מקלדת החלפת סיביות</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מקלדת מלאה</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>תו הפרדה עשרוני</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>נקה ערך</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>נקה</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>חלק ב</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>הכפל ב</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שווה</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פונקציה הפיכה</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פחות</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>פחות</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ועוד</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שורש ריבועי</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>אחוז</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>חיובי שלילי</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>חיובי שלילי</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>הופכי</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>סוגר שמאלי</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>סוגריים שמאליים, פתח ספירת סוגריים %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>סוגר ימני</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>ספירת תווי סוגריים פותחים %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>אין תווי סוגריים פותחים לסגירה.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>סימון מדעי</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פונקציה היפרבולית</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>סינוס</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>קוסינוס</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>טנגנס</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>סינוס היפרבולי</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>קוסינוס היפרבולי</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>טנגנס היפרבולי</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ריבוע</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>קוביה</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארקסינוס</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארקוסינוס</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארקטנגנס</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארקסינוס היפרבולי</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארקוסינוס היפרבולי</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארקטנגנס היפרבולי</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' בחזקת</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>עשר בחזקת</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' בחזקת</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שורש 'y' של 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>לוגריתם</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>לוגריתם טבעי</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מודולו</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מעריכי</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מעלה דקה שניה</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מעלות</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>חלק השלם</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>חלק השבר</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>עצרת</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>החלפת מעלות</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>החלפת גראדים</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>החלפת רדיאנים</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>רשימה נפתחת של מצבים</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>רשימה נפתחת של קטגוריות</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שמור למעלה</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>חזרה לתצוגה מלאה</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>שמור למעלה (Alt + חץ למעלה)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>חזרה לתצוגה מלאה (Alt + חץ למטה)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>המר מ- %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>המר מ- %1 נקודה %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>ממיר ל- %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 שווה %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>יחידת קלט</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>יחידת פלט</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>שטח</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>נתונים</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>אנרגיה</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>אורך</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>הספק</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>מהירות</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>זמן</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>נפח</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>טמפרטורה</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>משקל ומסה</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>לחץ</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>זווית</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>מטבע</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>אונקיות נוזליות (בריטניה)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>אונקיה נוזלית (בריטניה)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>אונקיות נוזליות (ארה\"ב)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>אונקיה נוזלית (ארה\"ב)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>גלונים (בריטניה)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>גלון (בריטניה)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>גלונים (ארה\"ב)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>גלון (ארה\"ב)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>ליטרים</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>מיליליטרים</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>מ\"ל</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>פינטים (בריטניה)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>פיינט (בריטניה)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>פינטים (ארה\"ב)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>פיינט (ארה\"ב)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>כפות (ארה\"ב)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>כף (ארה\"ב)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>כפיות (ארה\"ב)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>כפית (ארה\"ב)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>כפות (בריטניה)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>כף (בריטניה)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>כפיות (בריטניה)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>כפית (בריטניה)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>רבעי גלון (בריטניה)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>רבע גלון (בריטניה)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>רבעי גלון (ארה\"ב)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>רבע גלון (ארה\"ב)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>כוסות (ארה\"ב)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>כוס (ארה\"ב)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>אקר</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/דקה</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>קלוריה</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>ס\"מ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>ס\"מ לשניה</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>סמ\"ק</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>רגל מעוקב</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>אינץ' מעוקב</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>מ\"ק</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>יארד מעוקב</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>יום</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>מעלות צלזיוס</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>מעלות פרנהייט</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>רגל</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>רגל לשניה</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>רגל-פאונד</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>הקטר</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>כ\"ס (ארה\"ב)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>שע'</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>אינץ'</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>ג'אול</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>קוט\"ש</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>קלווין</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>קק\"ל</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>ק' ג'אול</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>ק\"מ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>קמ\"ש</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>ק\"ו</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>קשר</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>מ'</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>מ' לשניה</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>מייל</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>מייל לשעה</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>מ\"מ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>אלפיות שניה</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>דקה</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>מייל ימי</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>מייל ימי</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>רגל-פאונד לדקה</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>שנייה</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>סמ\"ר</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>רגל מרובע</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>אינץ' מרובע</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>קמ\"ר</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>מ\"ר</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>מייל מרובע</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>ממ\"ר</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>יארד מרובע</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>ואט</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>שבוע</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>יארד</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>שנה</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>אקרים</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>יחידות תרמיות בריטיות</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>יחידות BTU לדקה</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>קלוריות תרמיות</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>סנטימטרים</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>סנטימטרים לשניה</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>סנטימטרים מעוקבים</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>‏‏רגל מעוקב</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>אינצ'ים מעוקבים</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>מטרים מעוקבים</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>יארדים מעוקבים</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>ימים</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>צלזיוס</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>פרנהייט</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>אלקטרון וולטים</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>רגל</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>‏‏רגל לשניה</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>רגל-פאונדים</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>רגל-פאונדים לדקה</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>ג'יגה-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>ג'יגה-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>הקטרים</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>כוח סוס (ארה\"ב)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>שעות</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>אינצ'ים</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>ג'אולים</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>קילו-ואט לשעה</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>קלווין</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>קילו-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>קילו-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>קלוריות מזון</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>קילו-ג'אולים</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>קילומטרים</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>קילומטרים לשעה</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>קילו-ואטים</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>‏‏קשרים</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>מאך</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>מגה-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>מגה-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>מטרים</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>מטרים לשניה</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>מיקרונים</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>מיליוניות שניה</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>מיילים</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>מיילים לשעה</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>מילימטרים</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>אלפיות שניה</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>דקות</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>חצי בייט</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>ננומטרים</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>יחידות אנגסטרום</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>מיילים ימיים</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>פטה-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>פטה-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>שניות</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>סנטימטרים רבועים</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>רגל רבועה</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>אינצ'ים רבועים</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>קילומטרים מרובעים</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>מטרים מרובעים</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>מיילים מרובעים</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>מילימטרים רבועים</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>יארדים רבועים</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>טרה-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>טרה-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>ואטים</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>שבועות</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>יארדים</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>שנים</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>קראט</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>מעלות</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>רדיאן</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>גראד</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>אטמוספירות</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>באר</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>קילו פסקל</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>מילימטר כספית</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>פסקל</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>ס\"ג</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>דק\"ג</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>דצ\"ג</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>ג'</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>הקטוגרם</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>ק\"ג</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>טון (בריטניה)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>מ\"ג</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>אונקיה</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>פאונד</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>טון (ארה\"ב)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>סטון</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>ט'</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>קראטים</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>מעלות</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>רדיאנים</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>גראדים</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>אטמוספירות</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>בארים</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>קילו פסקל</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>מילימטרים כספית </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>פסקל</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>פאונד לאינץ' רבוע</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>סנטיגרמים</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>דקגרמים</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>דציגרמים</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>גרמים</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>הקטוגרמים</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>קילוגרמים</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>טונות ארוכות (בריטניה)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>מיליגרמים</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>אונקיות</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>פאונדים</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>טונות קצרות (ארה\"ב)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>סטון</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>טונות מטריות</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>תקליטורים</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>תקליטורים</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>מגרשי כדורגל</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>מגרשי כדורגל</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>תקליטונים</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>תקליטונים</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>דיסקי DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>דיסקי DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>סוללות</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>סוללות</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>אטבי נייר</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>אטבי נייר</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>מטוסי ג'מבו</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>מטוסי ג'מבו</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>נורות חשמל</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>נורות חשמל</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>סוסים</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>סוסים</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>אמבטיות</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>אמבטיות</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>פתיתי שלג</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>פתיתי שלג</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>פילים</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>פילים</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>צבים</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>צבים</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>מטוסי סילון</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>מטוסי סילון</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>לוויתנים</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>לוויתנים</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>ספלי קפה</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>ספלי קפה</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>בריכות שחייה</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>בריכות שחייה</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>ידיים</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>ידיים</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>גליונות נייר</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>גליונות נייר</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>טירות</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>טירות</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>בננות</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>בננות</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>פרוסות עוגה</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>פרוסות עוגה</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>קטרים</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>קטרים</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>כדורי רגל</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>כדורי רגל</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>פריט מהזיכרון</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>הקודם</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>הקודם</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>תנאי רשיון התוכנה של Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>תצוגה מקדימה</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>הצהרת הפרטיות של Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>‎© %1 Microsoft. כל הזכויות שמורות.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>כדי ללמוד כיצד תוכל לתרום לחשבון Windows, הוצא את הפרוייקט ב%HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>אודות</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>שלח משוב</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>אין היסטוריה עדיין.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>אין שום דבר שנשמר בזיכרון.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>זיכרון</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>לא ניתן להדביק ביטוי זה</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>גיבי-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>גיבי-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>קיבי-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>קיבי-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>מבי-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>מבי-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>פבי-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>פבי-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>טבי-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>טבי-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>אקסה-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>אקסה-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>אקסבי-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>אקסבי-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>זטא-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>זטא-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>זבי-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>זבי-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>יוטאביטים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>יוטה-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>יובי-סיביות</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>יובי-בתים</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>חישוב תאריך</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מצב חישוב</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>הוסף</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>הוסף או החסר ימים</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>תאריך</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>הפרש בין תאריכים</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>ימים</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>הפרש</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>מ</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>חודשים</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>חיסור</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>עד</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>שנים</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>תאריך מחוץ לגבול</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>יום</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>ימים</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>חודש</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>חודשים</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>‏‏אותם תאריכים</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>שבוע</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>שבועות</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>שנה</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>שנים</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>הפרש %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>התאריך שהתקבל %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>מצב מחשבון %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>מצב ממיר %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>מצב חישוב תאריך</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>רשימות זיכרון והיסטוריה</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פקדי זיכרון</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פונקציות רגילות</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פקדי תצוגה</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>אופרטורים רגילים</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מקלדת מספרית</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>אופרטורי זוויות</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פונקציות מדעיות</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>בחירת בסיס</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>אופרטורים של מתכנת</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>בחירת מצב קלט</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מקלדת להחלפת מצב סיביות</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>גלול שמאלה בביטוי</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>גלול ימינה בביטוי</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>הגעת למספר הספרות המרבי. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 נשמר בזיכרון</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>חריץ זיכרון %1 הוא %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>חריץ הזיכרון %1 נוקה</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>מחולק ב-</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>פעמים</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>פחות</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ועוד</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>בחזקת</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>שורש y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>תזוזה שמאלה</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>תזוזה ימינה</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>או</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>XOR</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>וגם</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>עודכן ב- %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>עדכן שערים</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>ייתכן שתחויב בתשלום עבור נתונים.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>לא היתה אפשרות לקבל שערים חדשים. נסה שוב מאוחר יותר.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>לא מקוון. בדוק את %HL%הגדרות הרשת%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>מעדכן שערי מטבע</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>שערי המטבע עודכנו</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>לא ניתן לעדכן שערי מטבע</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>נקה את כל הזיכרון (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>נקה את כל הזיכרון</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>מעלות סינוס</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>רדיאני סינוס</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>גראדי סינוס</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>מעלות סינוס הופכי</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>רדיאני סינוס הופכי</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>גראדי סינוס הופכי</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>סינוס היפרבולי</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>סינוס היפרבולי הופכי</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>מעלות קוסינוס</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>רדיאני קוסינוס</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>גראדי קוסינוס</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>מעלות קוסינוס הופכי</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>רדיאני קוסינוס הופכי</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>גרדיאנט קוסינוס הופכי</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>קוסינוס היפרבולי</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>קוסינוס היפרבולי הופכי</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>מעלות טנגנס</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>רדיאני טנגנס</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>גראדיטנגנס</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>מעלות טנגנס הופכי</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>רדיאני טנגנס הופכי</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>גראדי טנגנס הופכי</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>טנגנס היפרבולי</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>טנגנס היפרבולי הופכי</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>מעלות סקנס</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>רדיאנים סקנס</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>גרדיאנים סקנס</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>מעלות סקנס הופכי</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>רדיאנים סקנס הופכי</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>גרדיאנים סקנס הופכי</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>סקנס היפרבולי</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>סקנס היפרבולי הופכי</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>מעלות קוסקנס</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>רדיאנים קוסקנס</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>גרדיאנים קוסקנט</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>מעלות קוסקנס הופכי</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>רדיאנים קוסקנס הופכי</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>גרדיאנים קוסקנס הופכי</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>קוסקנס היפרבולי</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>קוסקנס היפרבולי הופכי</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>מעלות קוטנגנס</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>רדיאנים קוטנגנס</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>גרדיאנים קוטנגנס</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>מעלות קוטנגנס הופכי</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>רדיאנים קוטנגנס הופכי</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>גרדיאנים קוטנגנס הופכי</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>קוטנגנס היפרבולי</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>קוטנגנס היפרבולי הופכי</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>שורש בחזקה שלישית</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>רשום בסיס</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>ערך מוחלט</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>תזוזה שמאלה</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>תזוזה ימינה</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>עצרת</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>מעלה דקה שניה</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>לוגריתם טבעי</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>ריבוע</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>שורש y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>קטגוריית %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>הסכם השירותים של Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>פיונג</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>פיונג</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>מ</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>גלול תוצאת חישוב שמאלה</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>גלול תוצאת חישוב ימינה</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>החישוב נכשל</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>רשום בסיס Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>טריגונומטריה</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>פונקציה</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>אי-שיוויונות</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>אי-שיוויונות</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>תזוזת ביט</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פונקציה הפיכה</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פונקציה היפרבולית</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>סקנס</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>סקאנס היפרבולי</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארקסקאנס</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארקסקאנס היפרבולי</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>קוסקנס</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>קוסקאנס היפרבולי</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארק-קוסקאנס</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארק-קוסקאנס היפרבולי</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>קוטנגנס</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>קוטנגנס היפרבולי</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארק-קוטנגנס</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ארק-קוטנגנס היפרבולי</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>רצפה</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>תקרה</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>אקראי</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ערך מוחלט</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מספר אוילר</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>בחזקת שתיים</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ולא</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ולא</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>סובב שמאלה עם העברה</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>סובב ימינה עם העברה</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>תזוזה שמאלה</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>מקש shift שמאלי</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>תזוזה ימינה</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>מקש shift ימני</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>תזוזה אריתמטי</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>תזוזה לוגית</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>סיבוב תזוזה מעגלית</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>סיבוב באמצעות תזוזת נשיאה מעגלית</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שורש קוביה</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>טריגונומטריה</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פונקציות</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>לוחות אופרטורים מדעיים</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>לוחות אופרטורים של מתכנת</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>הסיבית הכי חשובה</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>הצגת גרף</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>בצע התוויית נתונים</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>רענן תצוגה באופן אוטומטי (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>תצוגת גרף</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>התאמה מיטבית אוטומטית</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>התאמה ידנית</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>תצוגת גרף אופסה</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>הגדל תצוגה (מקש Ctrl + מקש חיבור ('+'))</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>הגדל תצוגה</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>הקטן תצוגה (מקש Ctrl + מקש חיסור ('-'))</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>הקטן תצוגה</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>הוסף משוואה</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>אין אפשרות לשתף כעת.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>אישור</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>ראה איזה גרף יצרתי עם 'מחשבון Windows'</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>משוואות</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>משתנים</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>תמונה של גרף עם משוואות</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>משתנים</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>שלב</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>צבע</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>סגנון</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>ניתוח פונקציה</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>הפונקציה אינה כוללת אסימפטוטות אופקיות.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>הפונקציה אינה כוללת נקודות פיתול.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>הפונקציה אינה כוללת נקודות מקסימום.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>הפונקציה אינה כוללת נקודות מינימום.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>קבוע</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>פוחתת</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>לא ניתן לקבוע את המונוטוניות של הפונקציה.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>גודלת</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>המונוטוניות של הפונקציה אינה ידועה.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>לפונקציה אין אסימפטוטים אלכסוניות.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>אין אפשרות לקבוע את הזוגיות של הפונקציה.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>הפונקציה זוגית.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>הפונקציה אינה זוגית ואינה לא זוגית.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>הפונקציה לא זוגית.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>זוגיות הפונקציה אינה ידועה.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>מחזוריות אינה נתמכת בפונקציה זו.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>הפונקציה אינה מחזורית.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>מחזוריות הפונקציה אינה ידועה.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>תכונות אלה מורכבות מדי לחישוב 'מחשבון':</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>הפונקציה אינה כוללת אסימפטוטות אנכיות.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>הפונקציה אינה כוללת נקודות חיתוך עם ציר x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>הפונקציה אינה כוללת נקודות חיתוך עם ציר y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>תחום</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>אסימפטוטות אופקיות</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>נקודות הטיה</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>אין תמיכה בניתוח עבור פונקציה זו.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>הניתוח נתמך רק עבור פונקציות בתבנית f(x). דוגמה: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>מקסימום</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>מינימום</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>מונוטוניות</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>אסימפטוטות אלכסוניות</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>זוגיות</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>מחזור</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>טווח</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>אסימפטוטות אנכיות</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>חיתוך עם ציר X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>חיתוך עם ציר Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>לא היתה אפשרות לבצע ניתוח עבור הפונקציה.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>אין אפשרות לחשב את התחום עבור פונקציה זו.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>אין אפשרות לחשב את הטווח עבור פונקציה זו.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>גלישה (המספר גדול מדי)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>מצב רדיאנים נדרש כדי ליצור גרף של המשוואה הזאת.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>פונקציה זו מורכבת מדי כדי ליצור גרף</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>מצב מעלות נדרש כדי ליצור גרף של הפונקציה הזאת</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>פונקציית עצרת מכילה ארגומנט לא חוקי</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>פונקציית עצרת מכילה ארגומנט גדול מדי לגרף</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>ניתן להשתמש ב-Modulo רק עם מספרים שלמים</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>למשוואה אין פתרון</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>לא ניתן לחלק באפס</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>המשוואה מכילה תנאים לוגיים בלעדיים באופן הדדי</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>המשוואה היא מתוך תחום</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>הצגת גרף של משוואה זו אינה נתמכת</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>חסר תו סוגריים פותח במשוואה</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>חסר תו סוגריים סוגר במשוואה</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>יש יותר מדי נקודות עשרוניות במספר</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>לנקודה עשרונית חסרות ספרות</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>‏‏סוף ביטוי בלתי צפוי</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>תווים לא צפויים בביטוי</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>תווים לא חוקיים בביטוי</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>יש יותר מדי סימני שווה</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>הפונקציה צריכה להכיל לפחות משתנה x או y אחד</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>ביטוי לא חוקי</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>הביטוי ריק</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>נעשה שימוש ב‘שווה‘ ללא משוואה</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>חסרים סוגריים לאחר שם פונקציה</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>פעולה מתמטית מכילה את מספר הפרמטרים הלא נכון</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>שם המשתנה אינו חוקי</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>חסר תו סוגריים מרובעים פותח במשוואה</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>חסר תו סוגריים מרובעים סוגר במשוואה</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>לא ניתן להשתמש ב-\"i\" וב-\"I\" כשמות משתנים</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>לא ניתן ליצור גרף למשוואה</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>לא ניתן היה לפתור את הספרה עבור הבסיס הנתון</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>הבסיס חייב להיות גדול מ-2 וקטן מ-36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>פעולה מתמטית מחייבת לאחד מהפרמטרים שלה להיות משתנה</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>המשוואה מערבולת אופרנדים לוגיים וסקלריים</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>לא ניתן להשתמש ב-x או ב-y בגבולות העליון או התחתון</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>לא ניתן להשתמש ב-x או ב-y בנקודת ההגבלה</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>לא ניתן להשתמש באינסוף מורכב</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>לא ניתן להשתמש במספרים מורכבים במצב אי-שוויון</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>חזרה לרשימת הפונקציות</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>חזרה לרשימת הפונקציות</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>נתח פונקציה</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>נתח פונקציה</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>נתח פונקציה</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>הסר משוואה</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>הסר משוואה</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>הסר משוואה</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>שתף</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שתף</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>שנה סגנון משוואה</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שנה סגנון משוואה</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>שנה סגנון משוואה</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>הצג משוואה</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>הסתר משוואה</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>הצג את משוואה %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>הסתר את משוואה %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>הפסק מעקב</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>התחל מעקב</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>חלון הצגה של גרף, ציר x המאוגד על-ידי %1 ו%2, ציר y המאוגד על-ידי %3 ו%4, מציג משוואות %5</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>קבע תצורת מחוון</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>קבע תצורת מחוון</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>עבור למצב משוואה</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>עבור למצב גרף</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>עבור למצב משוואה</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>המצב הנוכחי הוא מצב משוואה</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>המצב הנוכחי הוא מצב גרף</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>חלון</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>מעלות</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>גראדים</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>רדיאנים</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>יחידות</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>איפוס תצוגה</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>אפשרויות גרף</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>אפשרויות גרף</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>אפשרויות גרף</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>אפשרויות משתנה</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>החלף אפשרויות משתנה</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>עובי קו</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>אפשרויות קו</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>רוחב קו קטן</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>רוחב קו בינוני</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>רוחב קו גדול</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>רוחב קו גדול מאוד</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>הזן ביטוי</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>העתק</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>גזור</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>העתק</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>הדבק</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>בטל</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>בחר הכול</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>קלט של פונקציה</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>קלט של פונקציה</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>חלונית קלט של פונקציה</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>לוח משתנים</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>רשימת משתנים</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>פריט רשימת %1 של משתנים</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>תיבת טקסט של ערך משתנה</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>מחוון של ערך משתנה</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>תיבת טקסט של ערך משתנה מינימלי</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>תיבת טקסט של ערך שלב של משתנה</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>תיבת טקסט של ערך משתנה מקסימלי</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>סגנון קו מלא</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>סגנון קו מנוקד</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>סגנון קו מקווקו</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>כחול-צי</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>קצף ים</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>סגול</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>ירוק</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>ירוק מנטה</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>ירוק כהה</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>פחם</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>אדום</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>שזיף בהיר</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>מגנטה</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>זהב צהוב</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>כתום בהיר</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>חום</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>שחור</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>לבן</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>צבע 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>צבע 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>‏‏צבע 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>‏‏צבע 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>ערכת נושא של גרף</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>בהיר תמיד</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>התאם ערכת נושא של יישום</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ערכת נושא</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>בהיר תמיד</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>התאם ערכת נושא של יישום</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>הפונקציה הוסרה</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>תיבת משוואה של ניתוח פונקציות</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שווה</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>קטן מ:</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>קטן או שווה</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שווה</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>גדול או שווה</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>גדול מ:</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>שלח</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ניתוח פונקציה</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>אפשרויות גרף</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>רשימות זיכרון והיסטוריה</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>רשימת זיכרון</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>חריץ ההיסטוריה %1 נוקה</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>מחשבון תמיד עליון</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>מחשבון בחזרה לתצוגה מלאה</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>האפשרות 'תזוזה אריתמטית' נבחרה</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>האפשרות 'תזוזה לוגית' נבחרה</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>האפשרות 'סובב תזוזה מעגלית' נבחרה</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>האפשרות 'סובב באמצעות תזוזה מעגלית' נבחרה</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>הגדרות</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>מראה</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>ערכת הנושא של האפליקציה</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>בחר איזו ערכת נושא של אפליקציה תוצג</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>בהיר</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>כהה</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>השתמש בהגדרות המערכת</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>הקודם</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>דף ההגדרות</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>פתח את התפריט תלוי ההקשר כדי להציג את הפעולות הזמינות</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>אישור</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>לא הצלחנו לשחזר צילום זה.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/hi-IN/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>अमान्य इनपुट</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>परिणाम अनिश्चित है</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>पर्याप्त मेमोरी नहीं</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>ओवरफ़्लो</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>परिणाम निश्चित नहीं है</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>परिणाम निश्चित नहीं है</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>ओवरफ़्लो</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>ओवरफ़्लो</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>शून्य से भाग नहीं दिया जा सकता</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/hi-IN/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>कैल्क्यूलेटर</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>कैल्क्यूलेटर [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows कैल्‍क्‍यूलेटर</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows कैल्‍क्‍यूलेटर [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>कैल्क्यूलेटर</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>कैल्क्यूलेटर [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>प्रतिलिपि बनाएँ</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>चिपकाएँ</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>लगभग इसके बराबर है</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, मान %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 बिट</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63वाँ</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62वाँ</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61वाँ</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60वाँ</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59वाँ</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58वाँ</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57वाँ</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56वाँ</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55वाँ</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54वाँ</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53वाँ</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52वाँ</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51वाँ</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50वाँ</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49वाँ</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48वाँ</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47वाँ</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46वाँ</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45वाँ</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44वाँ</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43वाँ</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42वाँ</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41वाँ</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40वाँ</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39वाँ</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38वाँ</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37वाँ</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36वाँ</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35वाँ</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34वाँ</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33वाँ</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32वाँ</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31वाँ</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30वाँ</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29वाँ</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28वाँ</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27वाँ</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26वाँ</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25वाँ</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24वाँ</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23वाँ</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22वाँ</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21वाँ</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20वाँ</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19वाँ</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18वाँ</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17वाँ</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16वाँ</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15वाँ</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14वाँ</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13वाँ</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12वाँ</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11वाँ</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10वाँ</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9वाँ</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8वाँ</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7वाँ</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6वाँ</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5वाँ</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4था</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3रा</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2रा</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1ला</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>कम से कम महत्वपूर्ण बिट</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>मेमोरी फ़्लाईआउट खोलें</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>मेमोरी फ़्लाईआउट बंद करें</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>शीर्ष पर रखें</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>पूर्ण दृश्य पर वापस जाएँ</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>मेमोरी</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>इतिहास (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>बिट टॉगल करने वाला कीपैड</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>पूर्ण कीपैड</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>सभी मेमोरी साफ़ करें (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>मेमोरी</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>इतिहास</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इतिहास</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>कन्वर्टर</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>वैज्ञानिक</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>मानक</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>परिर्वतक मोड</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>वैज्ञानिक मोड</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मानक मोड</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>सभी इतिहास साफ़ करें</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>सभी इतिहास साफ़ करें</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>छुपाएँ</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>मानक</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>वैज्ञानिक</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>प्रोग्रामर</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>कनवर्टर</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>कैल्क्यूलेटर</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>कनवर्टर</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>कैल्क्यूलेटर</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>कनवर्टर्स</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>कैल्क्यूलेटर्स</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>प्रदर्शन %1 है</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>व्यंजक %1 है, वर्तमान इनपुट %2 है</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>प्रदर्शन %1 पॉइंट है</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>व्यंजक है %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>क्लिपबोर्ड पर प्रतिलिपि किया गया मान प्रदर्शित करें</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>इतिहास</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>मेमोरी</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>हेक्साडेसिमल %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>दशमलव %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>ऑक्टल %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>बाइनरी %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>सभी इतिहास साफ़ करें</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>इतिहास साफ़ किया गया</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इतिहास को छुपाएँ</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>इतिहास फ़्लाईआउट खोलें</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>इतिहास फ़्लाईआउट बंद करें</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी संग्रह</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>मेमोरी संग्रह (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>सभी मेमोरी साफ़ करें</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>मेमोरी साफ़ की गई</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी रिकॉल</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>मेमोरी रिकॉल (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी जोड़ें</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>मेमोरी जोड़ें (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी घटाएँ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>मेमोरी घटाएँ (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम साफ़ करें</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम साफ़ करें</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम में जोड़ें</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम में जोड़ें</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम से घटाएँ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम से घटाएँ</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम साफ़ करें</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम साफ़ करें</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम में जोड़ें</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम में जोड़ें</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम से घटाएँ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम से घटाएँ</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>हटाएँ</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>प्रतिलिपि बनाएँ</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>हटाएँ</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इतिहास आइटम हटाएँ</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इतिहास आइटम हटाएँ</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>शून्य</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>एक</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>दो</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>तीन</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चार</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>पाँच</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>छः</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>सात</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>आठ</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>नौ</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>और</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>अथवा</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>नहीं</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>बाईं ओर घुमाएँ</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>दाईं ओर घुमाएँ</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>बायाँ shift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>दायाँ शिफ्ट</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>अनन्य या</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चौगुना शब्द टॉगल</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>दोहरा शब्द टॉगल</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>शब्द टॉगल</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>बाइट टॉगल</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>बिट टॉगल करने वाला कीपैड</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>पूर्ण कीपैड</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>दशमलव विभाजक</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>प्रविष्टि साफ़ करें</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>साफ़ करें</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इससे विभाजित</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इससे गुणा करें</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>बराबर</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इन्वर्स फ़ंक्शन</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>माइनस</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>माइनस</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>धन</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>वर्ग मूल</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>प्रतिशत</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>धनात्मक ऋणात्मक</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>धनात्मक ऋणात्मक</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>व्युत्क्रम</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>बायाँ कोष्ठक</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>बायाँ कोष्ठक, खुले कोष्ठक की संख्या %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>दायाँ कोष्ठक</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>खुला कोष्ठक संख्या %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>बंद करने के लिए कोई खुला कोष्ठक नहीं है.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>वैज्ञानिक नोटेशन</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>अतिपरवलयिक फ़ंक्शन</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>पाई</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ज्या</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>कोज्या</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>स्पर्शज्या</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हाइपरबॉलिक साइन</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हाइपरबॉलिक कोसाइन</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हाइपरबॉलिक टैंजेंट</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>वर्ग</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>क्यूब</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चाप ज्या</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चाप कोज्या</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चाप स्पर्शज्या</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हाइपरबॉलिक चाप ज्या</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हाइपरबॉलिक चाप कोज्या</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हाइपरबॉलिक चाप स्पर्शज्या</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>घातांक का 'X'</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>घातांक का दस</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>घातांक का 'e'</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>‘x’ का ‘y’ वर्गमूल</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>लघुगणक</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>प्राकृतिक लघुगणक</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मापांक</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>घातांक</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>डिग्री मिनट सेकंड</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>डिग्री</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>पूर्णांक भाग</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>भिन्नात्मक भाग</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>क्रमगुणन</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>डिग्री टॉगल</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ग्रेडियंस टॉगल</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>रेडियन टॉगल</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मोड ड्रॉपडाउन</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>श्रेणियाँ ड्रॉपडाउन</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>शीर्ष पर रखें</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>पूर्ण दृश्य पर वापस जाएँ</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>शीर्ष पर रखें (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>पूर्ण दृश्य पर वापस जाएँ (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>%1 %2 से कनवर्ट करें</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>%1 दशमलव %2 से कनवर्ट करें</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>%1 %2 में रूपांतरित करता है</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 बराबर %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>इनपुट इकाई</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>आउटपुट इकाई</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>क्षेत्र</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>डेटा</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>ऊर्जा</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>लंबाई</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>पावर</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>गति</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>समय</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>वॉल्यूम</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>तापमान</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>भार और द्रव्यमान</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>दाब</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>कोण</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>मुद्रा</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>फ़्लूड आउंस (यूके)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (यूके)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>फ़्लूड आउंस (यूएस)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>फ्लूड आउंस (संयुक्त राज्य अमेरिका)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>गैलन (यूके)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>गैलन (यूके)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>गैलन (संयुक्त राज्य अमेरिका)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>गैलन (संयुक्त राज्य अमेरिका)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>लीटर</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>मिलीलीटर</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>मि.ली.</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>पिंट्स (यूके)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (यूके)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>पिंट्स (यूएस)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (संयुक्त राज्य अमेरिका)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>टेबलस्पून्स (संयुक्त राज्य अमेरिका)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>टेबलस्पून (संयुक्त राज्य अमेरिका)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>टीस्पून्स (संयुक्त राज्य अमेरिका)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>टीस्पून (संयुक्त राज्य अमेरिका)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>टेबलस्पून (यूके)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>टेबलस्पून (यूके)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>टीस्पून्स (यूके)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>टीस्पून (यूके)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>क्वार्ट्ज़ (यूके)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>क्वार्ट (यूके)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>क्वार्ट्ज़ (संयुक्त राज्य अमेरिका)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>क्वार्ट (यूएस)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>कप्स (संयुक्त राज्य अमेरिका)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>कप (संयुक्त राज्य अमेरिका)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/मिनट</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>कैलोरी</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>सेमी</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>सेमी/सेकंड</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>सेमी³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>फ़ीट³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>इंच³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>मी³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>यार्ड³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>दिन</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>फ़ीट</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>फ़ीट/वर्ग</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (संयुक्त राज्य)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>घंटे</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>इंच</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>कि. कैलोरी</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>किमी</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>किमी/घंटे</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>मी</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>मी/सेकंड</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>मी</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>मिमी</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>मिनट</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>पेटाबाइट</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>फ़ीट•पाउंड/मिनट</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>सेकंड</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>सेमी²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>फ़ीट²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>इंच²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>किमी²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>मी²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>मी²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>मिमी²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>यार्ड²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>wk</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>यार्ड</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>वर्ष</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>पाई</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>यी</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>एकड़</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>बिट</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>ब्रिटिश थर्मल इकाइयाँ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/मिनट</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>बाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>थर्मल कैलोरी</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>सेंटीमीटर</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>सेंटीमीटर प्रति सेकंड</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>क्यूबिक सेंटीमीटर</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>क्यूबिक फ़ीट</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>क्यूबिक इंच</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>क्यूबिक मीटर</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>क्यूबिक यार्ड</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>दिन</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>सेल्सियस</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>फ़ारेनहाइट</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>इलेक्ट्रॉन वोल्ट</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>फ़ीट</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>फ़ीट प्रति सेकंड</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>फ़ुट-पाउंड</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>फ़ुट-पाउंड/मिनट</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>गीगाबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>गीगाबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>हेक्टेयर</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>हॉर्सपावर (यूएस)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>घंटे</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>इंच</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>जूल</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>किलोवाट-घंटे</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>केल्विन</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>किलोबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>किलोबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>फ़ूड कैलोरीज़</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>किलोजूल</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>किलोमीटर</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>किलोमीटर प्रति घंटे</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>किलोवॉट्स</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>नॉट</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>मैक</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>मेगाबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>मेगाबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>मीटर</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>मीटर प्रति सेकंड</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>माइक्रॉन</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>माइक्रोसेकंड</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>मील</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>मील प्रति घंटे</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>मिलीमीटर</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>मिलीसेकंड</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>मिनट</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>कुतरना / कुतरें</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>नैनोमीटर</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>एंग्स्ट्रॉम</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>नॉटिकल मील</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>पेटाबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>पेटाबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>सेकंड</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>वर्ग सेंटीमीटर</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>वर्ग फ़ीट</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>वर्ग इंच</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>वर्ग किलोमीटर</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>वर्ग मीटर</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>वर्ग मील</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>वर्ग मिलीमीटर</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>वर्ग यार्ड</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>टेराबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>टेराबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>वॉट्स</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>सप्ताह</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>यार्ड</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>वर्ष</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>डिग्री</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>ग्रेड</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kpa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>डेकाग्रा</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>किग्रा</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>टन (यूके)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>मिग्रा</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>आउंस</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>पाउंड</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>टन (संयुक्त राज्य अमेरिका)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>कैरट</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>डिग्री</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>रेडियन</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>ग्रेडियन</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>वायुमंडल</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>बार</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>किलोपास्कल</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>मिलीमीटर पारा </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>पास्कल</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>पाउंड प्रति वर्ग इंच</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>सेंटीग्राम</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>डेकाग्राम</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>डेसीग्राम</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>ग्राम</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>हेक्टोग्राम</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>किलोग्राम</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>लॉन्ग टन (यूके)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>मिलीग्राम</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>आउंस</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>पाउंड</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>शॉर्ट टन (यूएस)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>स्टोन</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>मीट्रिक टन</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>सॉकर फ़ील्ड्स</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>सॉकर फ़ील्ड्स</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>फ़्लॉपी डिस्क</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>फ़्लॉपी डिस्क</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>बैटरी</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>बैटरी</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>पेपरक्लिप्स</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>पेपरक्लिप्स</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>जंबो जेट</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>जंबो जेट्स</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>लाइट बल्ब</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>लाइट बल्ब</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>हॉर्स</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>अश्व</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>बाथटब</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>बाथटब</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>स्नोफ़्लेक्स</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>स्नोफ़्लेक्स</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>हाथी</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>हाथी</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>टर्टल</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>टर्टल</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>जेट</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>जेट</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>व्हेल्स</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>व्हेल्स</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>कॉफ़ी कप</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>कॉफ़ी कप</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>स्विमिंग पूल</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>स्विमिंग पूल</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>हाथ</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>हाथ</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>पेपर की शीट</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>पेपर की शीट</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>कैसल</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>कैसल</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>केले</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>केले</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>स्लाइस ऑफ़ केक</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>केक का टुकड़ा</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>ट्रेन इंजिन</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>ट्रेन इंजिन</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>सॉकर बॉल्स</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>सॉकर बॉल्स</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>मेमोरी आइटम</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>वापस</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>वापस</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft सॉफ़्टवेयर लायसेंस की शर्तें</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>पूर्वावलोकन / पूर्वावलोकन करें</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft गोपनीयता कथन</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft। सर्वाधिकार सुरक्षित।</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>यह जानने के लिए कि आप Windows कैल्क्यूलेटर में कैसे योगदान कर सकते हैं, %HL%GitHub%HL% पर प्रोजेक्ट देखें.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>के बारे में</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>प्रतिक्रिया भेजें</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>अभी तक कोई इतिहास नहीं है.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>मेमोरी में कुछ भी नहीं सहेजा गया है.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>इस एक्सप्रेशन को चिपकाया नहीं जा सकता</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>गिबीबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>गिबीबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>किबिबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>किबीबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>मेबिबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>मेबिबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>पेबिबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>पेबिबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>टेबिबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>टेबीबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>एक्साबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>एक्साबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>एक्सबिबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>एक्सबिबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>ज़ेटाबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>ज़ेटाबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>ज़ेबिबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>ज़ेबिबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>योबिबिट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>योबिबाइट्स</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>दिनांक परिकलन</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>परिकलन मोड</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>जोड़ें</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>दिनों को जोड़ें या घटाएँ</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>दिनांक</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>दिनांकों के बीच अंतर</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>दिन</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>अंतर</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>इससे</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>माह</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>घटाएँ</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>इस तक</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>वर्ष</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>दिनांक सीमा से बाहर की है</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>दिन</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>दिन</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>माह</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>माह</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>समान दिनांक</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>सप्ताह</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>सप्ताह</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>वर्ष</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>वर्ष</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>अंतर %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>परिणामी दिनांक %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 कैल्क्यूलेटर मोड</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 कनवर्टर मोड</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>दिनांक परिकलन मोड</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इतिहास और मेमोरी सूचियाँ</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मेमोरी नियंत्रण</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मानक फ़ंक्शन</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>प्रदर्शन नियंत्रण</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मानक ऑपरेटर</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>संख्या पैड</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>कोण ऑपरेटर</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>वैज्ञानिक फ़ंक्शन</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>मूलांक का चयन</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>प्रोग्रामर ऑपरेटर</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इनपुट मोड का चयन</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>बिट टॉगलिंग कीपैड</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>एक्सप्रेशन बाईं ओर स्क्रॉल करें</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>एक्सप्रेशन दाईं ओर स्क्रॉल करें</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>अधिकतम अंकों की सीमा पार हो गई. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 को मेमोरी में सहेजा गया</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>मेमोरी स्लॉट %1, %2 है</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>मेमोरी स्लॉट %1 साफ़ किया गया</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>इससे विभाजित किया गया</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>समय</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ऋण</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>प्लस</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>शक्ति को</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y मूल</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>मॉड</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>बायाँ शिफ़्ट</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>दायाँ शिफ़्ट</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>या</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x या</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>व</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>%1 %2 को अपडेट किया गया</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>दरों को अद्यतन करें</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>डेटा शुल्क लग सकता है.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>नई दर नहीं मिल सके. कुछ समय बाद पुनः प्रयास करें.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>ऑफ़लाइन. कृपया अपनी%HL%नेटवर्क सेटिंग%HL% देखें</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>मुद्रा दरों का अद्यतन कर रहे हैं</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>मुद्रा की दरें अद्यतन की गई</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>दरें अद्यतन नहीं कर सके</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>सभी मेमोरी साफ़ करें (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>सभी मेमोरी साफ़ करें</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>ज्या डिग्री</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>ज्या रेडियन</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>ज्या ग्रेडियन</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>प्रतिलोम ज्या डिग्री</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>प्रतिलोम ज्या रेडियन</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>प्रतिलोम ज्या ग्रेडियन</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>अतिपरवलयिक ज्या</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>प्रतिलोम अतिपरवलयिक ज्या</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>कोज्या डिग्री</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>कोज्या रेडियन</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>कोज्या ग्रेडियन</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>प्रतिलोम कोज्या की डिग्री</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>प्रतिलोम कोज्या रेडियन</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>प्रतिलोम कोज्या ग्रेडियन</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>अतिपरवलयिक कोज्या</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>प्रतिलोम अतिपरवलयिक कोज्या</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>स्पर्शज्या की डिग्री</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>स्पर्शज्या रेडियन</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>स्पर्शज्या ग्रेडियन</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>प्रतिलोम स्पर्शज्या डिग्री</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>प्रतिलोम स्पर्शज्या रेडियन</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>प्रतिलोम स्पर्शज्या ग्रेडियन</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>अतिपरवलयिक स्पर्शज्या</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>प्रतिलोम अतिपरवलयिक स्पर्शज्या</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>कोटिज्या डिग्री</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>कोटिज्या रेडियन</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>कोटिज्या ग्रेडियन</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>प्रतिलोम कोटिज्या डिग्री</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>प्रतिलोम कोटिज्या रेडियन</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>प्रतिलोम कोटिज्या ग्रेडियन</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>अतिपरवलयिक कोटिज्या</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>प्रतिलोम अतिपरवलयिक कोटिज्या</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>व्युत्क्रमज्या डिग्री</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>व्युत्क्रमज्या रेडियन</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>व्युत्क्रमज्या ग्रेडियन</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>प्रतिलोम व्युत्क्रमज्या डिग्री</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>प्रतिलोम व्युत्क्रमज्या रेडियन</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>प्रतिलोम व्युत्क्रमज्या ग्रेडियन</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>अतिपरवलयिक व्युत्क्रमज्या</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>प्रतिलोम अतिपरवलयिक व्युत्क्रमज्या</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>कोटिस्पर्शज्या डिग्री</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>कोटिस्पर्शज्या रेडियन</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>कोटिस्पर्शज्या ग्रेडियन</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>प्रतिलोम कोटिस्पर्शज्या डिग्री</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>प्रतिलोम कोटिस्पर्शज्या रेडियन</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>प्रतिलोम कोटिस्पर्शज्या ग्रेडियन</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>अतिपरवलयिक कोटिस्पर्शज्या</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>प्रतिलोम अतिपरवलयिक कोटिस्पर्शज्या</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>घन रूट</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>लॉग बेस</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>निरपेक्ष मान</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>बायाँ शिफ़्ट</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>दायाँ शिफ़्ट</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>क्रमगुणन</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>डिग्री मिनट सेकंड</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>प्राकृतिक लघुगणक</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>वर्ग</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y मूल</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 श्रेणी</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft सेवा अनुबंध</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>इससे</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>परिकलन परिणाम बाईं ओर स्क्रॉल करें</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>परिकलन परिणाम दाईं ओर स्क्रॉल करें</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>गणना विफल</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>लॉग बेस Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>त्रिकोणमिति</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>फलन</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>असमानताएँ</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>असमानताएँ</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>बिटवाइज़</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>बिट शिफ़्ट</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इन्वर्स फ़ंक्शन</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>अतिपरवलयिक फलन</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>कोटिज्या</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हाइपरबॉलिक सेकेंट</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>आर्क सेकेंट</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हाइपरबॉलिक आर्क सेकेंट</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>व्युत्क्रमज्या</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हाइपरबॉलिक कोसेकेंट</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>आर्क कोसेकेंट</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हाइपरबॉलिक आर्क कोसेकेंट</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>कोटिस्पर्शज्या</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हाइपरबॉलिक कोटैंजेंट</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>आर्क कोटैंजेंट</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हाइपरबॉलिक आर्क कोटैंजेंट</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>फलक</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>सीलिंग</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>यादृच्छिक</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>निरपेक्ष मान</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>यूलर की संख्या</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>घातांक पर दो</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>तथा पूरक</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>तथा पूरक</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>अथवा पूरक</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>अथवा पूरक</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>कैर्री के साथ बाईं ओर घुमाएँ</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>कैर्री के साथ दाईं ओर घुमाएँ</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>बायाँ शिफ़्ट</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>बायाँ शिफ़्ट</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>दायाँ शिफ्ट</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>दायाँ शिफ़्ट</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>अंकगणित शिफ़्ट</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>लॉजिकल शिफ़्ट</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>वृत्ताकार शिफ़्ट घुमाएँ</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>कैरी वृत्ताकार शिफ़्ट के माध्यम से घुमाएँ</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>घन मूल</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>त्रिकोणमिति</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>फलन</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>बिटवाइज़</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>बिटशिफ़्ट</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>वैज्ञानिक ऑपरेटर फ़लक</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>प्रोग्रामर ऑपरेटर फ़लक</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>सबसे अधिक महत्वपूर्ण बिट</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>ग्राफ़िंग</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>प्लॉट</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>स्वचालित रूप से दृश्य ताज़ा करें (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ग्राफ़ दृश्य</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>स्वतः श्रेष्ठ फ़िट</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>मैन्युअल समायोजन</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>ग्राफ़ दृश्य रीसेट किया जा चुका है</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ज़ूम इन करें (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ज़ूम इन</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ज़ूम आउट करें (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ज़ूम आउट</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>समीकरण जोड़ें</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>इस समय साझा करने में असमर्थ.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>ठीक</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>देखें कि Windows कैल्क्यूलेटर के साथ मैंने क्या ग्राफ़ बनाया है</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>समीकरण</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>चर</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>समीकरणों के साथ ग्राफ़ की छवि</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>चर</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>चरण</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>न्यून</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>अधिक</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>रंग</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>शैली</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>फ़ंक्शन विश्लेषण</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>फ़ंक्शन में कोई भी क्षैतिज अनंतस्पर्शी नहीं हैं.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>फ़ंक्शन में कोई भी मोड़ बिंदु नहीं हैं.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>फ़ंक्शन में कोई भी अधिकतम बिंदु नहीं हैं.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>फ़ंक्शन में कोई भी न्यूनतम बिंदु नहीं हैं.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>लगातार</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>कम होते हुए</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>फ़ंक्शन का एकदिष्टता निर्धारित करने में असमर्थ.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>बढ़ते हुए</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>फ़ंक्शन की एकदिष्टता अज्ञात है.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>फ़ंक्शन में कोई भी तिर्यक अनंतस्पर्शी नहीं हैं.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>फ़ंक्शन की समता को निर्धारित करने में असमर्थ.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>फ़ंक्शन सम है.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>फ़ंक्शन न तो सम है और न ही विषम.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>फ़ंक्शन विषम है.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>फ़ंक्शन समता अज्ञात है.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>इस फ़ंक्शन के लिए आवधिकता समर्थित नहीं है.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>फ़ंक्शन आवधिक नहीं है.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>फ़ंक्शन आवधिकता अज्ञात है.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>कैल्क्यूलेटर की गणना करने के लिए ये सुविधाएँ बहुत जटिल हैं:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>फ़ंक्शन में कोई भी अनुलंब अनंतस्पर्शी नहीं हैं.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>फ़ंक्शन में कोई भी x-अवरोधन नहीं हैं.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>फ़ंक्शन में कोई भी y-अवरोधन नहीं हैं.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>डोमेन</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>क्षैतिज एसिमटोट्स</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>इंफ़्लेक्शन पॉइंट</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>इस फ़ंक्शन के लिए विश्लेषण समर्थित नहीं है.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>विश्लेषण केवल f(x) फ़ॉर्मेट में फ़ंक्शन के लिए समर्थित है. उदाहरण: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>अधिकतम</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>न्यूनतम</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>एकदिष्टता</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>ऑब्लिक अनंतस्पर्शी</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>समता</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>अवधि</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>रेंज</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>अनुलंब एसिमटोट्स</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-अवरोधन</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-अवरोधन</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>फ़ंक्शन के लिए विश्लेषण निष्पादित नहीं किया जा सका.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>इस फ़ंक्शन के लिए डोमेन की गणना करने में असमर्थ.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>इस फ़ंक्शन के लिए श्रेणी की गणना करने में असमर्थ.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>ओवरफ़्लो (संख्या अत्यधिक बड़ी है)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>इस समीकरण को ग्राफ़ करने के लिए रेडियंस मोड आवश्यक है.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>यह फ़ंक्शन ग्राफ़ करने के लिए अत्यधिक जटिल है</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>इस फ़ंक्शन को ग्राफ़ करने के लिए डिग्री मोड आवश्यक है</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>गुणक फ़ंक्शन में एक अमान्य तर्क है</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>गुणक फ़ंक्शन में एक तर्क है जो ग्राफ़ करने के लिए अत्यधिक बड़ा है</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo का उपयोग केवल पूर्ण संख्याओं के साथ किया जा सकता है</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>समीकरण का कोई समाधान नहीं है</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>शून्य से भाग नहीं कर सकते</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>समीकरण में तार्किक शर्तें शामिल हैं, जो पारस्परिक रूप से अनन्य होती हैं</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>समीकरण डोमेन से बाहर है</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>इस समीकरण की ग्राफ़िंग समर्थित नहीं है</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>समीकरण में प्रारंभिक कोष्ठक नहीं है</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>समीकरण में समाप्ति कोष्ठक नहीं है</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>किसी संख्या में बहुत अधिक दशमलव बिंदु हैं</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>एक दशमलव बिंदु के साथ अंक नहीं हैं</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>व्यंजक का अनपेक्षित अंत</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>व्यंजक में अनपेक्षित वर्ण</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>अभिव्यक्ति/व्यंजक में अमान्य वर्ण</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>समान संकेत अत्यधिक हैं</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>फ़ंक्शन में कम से कम एक x या y चर होना चाहिए</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>अमान्य व्यंजक</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>व्यंजक रिक्त है</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>समान का उपयोग बिना समीकरण किया गया था</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>फ़ंक्शन नाम के बाद कोष्ठक नहीं है</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>एक गणितीय प्रक्रिया में पैरामीटर्स की गलत संख्या है</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>एक परिवर्तनीय नाम अमान्य है</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>समीकरण में प्रारंभिक कोष्ठक नहीं है</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>समीकरण में समाप्ति कोष्ठक नहीं है</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" और \"I\" का परिवर्तनीय नामों के रूप में उपयोग नहीं किया जा सकता</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>समीकरण ग्राफ़ नहीं किया जा सका</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>दिए गए आधार के लिए अंक का समाधान नहीं किया जा सका</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>आधार 2 से अधिक और ३६ से कम होना चाहिए</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>एक गणितीय कार्रवाई के पैरामीटर्स में से किसी एक को चर होना चाहिए</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>समीकरण तार्किक और अदिश ऑपरेंड्स को मिला रहा है</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>ऊपरी या निचली सीमाओं में x या y का उपयोग नहीं किया जा सकता</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>सीमा बिंदु/लिमिट पॉइंट में x या y का उपयोग नहीं किया जा सकता</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>सम्मिश्र इन्फिनिटी का उपयोग नहीं कर सकते</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>असमानताओं में सम्मिश्र संख्याओं का उपयोग नहीं कर सकते</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>फ़ंक्शन सूची पर वापस जाएँ</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>फ़ंक्शन सूची पर वापस जाएँ</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>फ़ंक्शन का विश्लेषण करें</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>फ़ंक्शन का विश्लेषण करें</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>फ़ंक्शन का विश्लेषण करें</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>समीकरण निकालें</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>समीकरण निकालें</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>समीकरण निकालें</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>साझा करें</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>साझा करें</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>समीकरण शैली परिवर्तित करें</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>समीकरण शैली परिवर्तित करें</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>समीकरण शैली परिवर्तित करें</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>समीकरण दिखाएँ</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>समीकरण छुपाएँ</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>समीकरण %1 दिखाएँ</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>समीकरण %1 छुपाएँ</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>ट्रेसिंग रोकें</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>ट्रेसिंग प्रारंभ करें</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>ग्राफ़ दृश्य विंडो, x-अक्ष, %1 और %2 द्वारा बाउंड है, %3 और %4 द्वारा बाउंड किए गए y-अक्ष, %5 समीकरणों को प्रदर्शित करते हुए</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>स्लाइडर कॉन्फ़िगर करें</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>स्लाइडर कॉन्फ़िगर करें</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>समीकरण मोड पर स्विच करें</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>ग्राफ़ मोड पर स्विच करें</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>समीकरण मोड पर स्विच करें</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>वर्तमान मोड समीकरण मोड है</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>वर्तमान मोड ग्राफ़ मोड है</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>विंडो</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>डिग्री</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>ग्रेडियन</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>रेडियन</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>इकाइयाँ</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>दृश्य रीसेट करें</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-अधिकतम</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-न्यूनतम</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-अधिकतम</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-न्यूनतम</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ग्राफ़ विकल्प</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ग्राफ़ विकल्प</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>ग्राफ़ विकल्प</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चर विकल्प</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>परिवर्तनशील विकल्प टॉगल करें</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>पंक्ति की मोटाई</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>पंक्ति के विकल्प</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>छोटी पंक्ति चौड़ाई</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>मध्यम पंक्ति चौड़ाई</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>बड़ी पंक्ति चौड़ाई</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>अधिक बड़ी पंक्ति चौड़ाई</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>कोई व्यंजक दर्ज करें</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>प्रतिलिपि बनाएँ</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>काटें</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>प्रतिलिपि बनाएँ</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>चिपकाएँ</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>पूर्ववत् करें</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>सभी का चयन करें</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>फ़ंक्शन इनपुट</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>फ़ंक्शन इनपुट</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>फ़ंक्शन इनपुट पैनल</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चर फ़लक</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चर सूची</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>चर %1 सूची आइटम</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चर मान पाठ बॉक्स</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चर मान स्लाइडर</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चर न्यूनतम मान पाठ बॉक्स</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चर चरण मान पाठ बॉक्स</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>चर अधिकतम मान पाठ बॉक्स</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ठोस रेखा शैली</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>डॉट रेखा शैली</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>डैश रेखा शैली</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>गहरा नीला</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>सीफ़ोम</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>बैंगनी</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>हरा</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>मिंट हरा</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>गहरा हरा</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>चारकोल</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>लाल</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>प्लम लाइट</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>मैजेंटा/रानी</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>येलो गोल्ड</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>ऑरेंज ब्राइट</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>भूरा</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>काला</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>सफ़ेद</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>रंग 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>रंग 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>रंग 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>रंग 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>ग्राफ़ थीम</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>हमेशा हल्का/हल्की</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>ऐप विषयवस्तु से मिलाएँ</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>थीम</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>हमेशा हल्का/हल्की</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ऐप विषयवस्तु से मिलाएँ</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>फ़ंक्शन निकाला गया</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>फ़ंक्शन विश्लेषण समीकरण बॉक्स</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>बराबर</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इससे कम</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इससे कम या बराबर</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>बराबर</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इससे अधिक या बराबर</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>इससे बड़ा</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>सबमिट करें</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>फ़ंक्शन विश्लेषण</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ग्राफ़ विकल्प</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>इतिहास और मेमोरी सूचियाँ</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>मेमोरी सूची</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>इतिहास स्लॉट %1 साफ़ किया गया</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>कैल्क्यूलेटर हमेशा पहले चालू होता है</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>कैल्क्यूलेटर पूर्ण दृश्य पर वापस जाएँ</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>अंकगणित शिफ़्ट चयनित</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>लॉजिकल शिफ़्ट चयनित</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>वृत्ताकार शिफ़्ट चयनित घुमाएँ</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>चयनित कैरी वृत्ताकार शिफ़्ट के माध्यम से घुमाएँ</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>सेटिंग</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>प्रकटन</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>ऐप थीम</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>जो ऐप थीम प्रदर्शित करनी है, वह चुनें</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>लाइट</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>डार्क</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>सिस्टम सेटिंग का उपयोग करें</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>वापस</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>सेटिंग्स पृष्ठ</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>उपलब्ध क्रियाओं के लिए प्रसंग मेनू खोलें</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>ठीक</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>इस स्नैपशॉट को पुनर्स्थापित नहीं किया जा सका.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/hr-HR/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Unos nije valjan</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Rezultat nije definiran</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Nema dovoljno memorije</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Prelijevanje</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Rezultat nije definiran</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Rezultat nije definiran</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Prelijevanje</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Prelijevanje</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Ne možete dijeliti s nulom</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/hr-HR/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows kalkulator</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows kalkulator [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopiraj</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Zalijepi</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Približno jednako</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, vrijednost %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>najmanje značajan dio</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Otvori potpaletu memorije</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Zatvori potpaletu memorije</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Zadrži na vrhu</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Natrag na puni prikaz</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memorija</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Povijest (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tipkovnica s prebacivanjem bitova</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Cijela tipkovnica</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Čišćenje cijele memorije (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memorija</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memorija</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Povijest</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Povijest</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Pretvornik</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Znanstveni</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standardni</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Način rada za pretvorbu</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Znanstveni način rada</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardni način rada</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Očisti svu povijest</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Očisti svu povijest</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Sakrij</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standardni</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Znanstveni</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programerski</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Pretvornik</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Pretvornik</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Pretvornici</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulatori</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Prikazuje se %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Izraz je %1, trenutni unos je %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Prikazuje se %1 bod</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Izraz je %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Prikaži vrijednost kopiranu u međuspremnik</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Povijest</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memorija</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Heksadecimalno %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimalno %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Oktalno %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binarno %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Očisti svu povijest</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Povijest je izbrisana</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sakrij povijest</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Otvori potpaletu povijesti</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Zatvori potpaletu povijesti</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Spremište memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pohrana memorije (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Očisti cijelu memoriju</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memorija je izbrisana</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prizivanje memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pozivanje memorije (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dodavanje memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Dodavanje memorije (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oduzimanje memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Oduzimanje memorije (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Čišćenje stavke memorije</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Čišćenje stavke memorije</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dodaj u stavku memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Dodaj u stavku memorije</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oduzmi od stavke memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Oduzmi od stavke memorije</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Čišćenje stavke memorije</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Čišćenje stavke memorije</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dodaj u stavku memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Dodaj u stavku memorije</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oduzmi od stavke memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Oduzmi od stavke memorije</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Izbriši</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiraj</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Izbriši</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izbriši stavku povijesti</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izbriši stavku povijesti</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tipka Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nula</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jedan</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dva</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tri</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Četiri</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pet</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Šest</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sedam</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Osam</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Devet</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>And</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Or</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nije</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotiraj ulijevo</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotiraj udesno</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lijevi Shift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desni Shift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Isključivo ili</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prebacivanje četverostruke riječi</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prebacivanje dvostruke riječi</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prebacivanje riječi</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prebacivanje bajtova</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tipkovnica s prebacivanjem bitova</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cijela tipkovnica</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Decimalni razdjelnik</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Očisti unos</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Očisti</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Podijeli s</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomnoži s</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jednaki</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverzna funkcija</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Drugi korijen</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Postotak</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pozitivno negativno</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pozitivno negativno</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recipročna vrijednost</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lijeva zagrada</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Lijeva zagrada, broj otvorenih zagrada %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desna zagrada</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Broj otvorenih zagrada %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Trenutno nema otvorenih zagrada koje treba zatvoriti.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Znanstvena notacija</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolna funkcija</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolički sinus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolički kosinus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolički tangens</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadrat</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kocka</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus sinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus kosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus tangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolni arkus sinus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolni arkus kosinus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolni arkus tangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>„X” na potenciju</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deset na potenciju</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>„e” na potenciju</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>y-ti korijen od „x”</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zapisnik</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prirodni logaritam</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modul</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponencijalno</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stupanj minuta sekunda</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stupnjevi</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dio cijelog broja</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dio razlomka</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktorijela</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prebacivanje stupnjeva</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prebacivanje gradijana</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prebacivanje radijana</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Padajući izbornik za način rada</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Padajući izbornik s kategorijama</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zadrži na vrhu</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natrag na puni prikaz</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zadrži na vrhu (Alt+gore)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Natrag na puni prikaz (Alt+dolje)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Pretvori iz %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Pretvara iz %1 zarez %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Pretvara u %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 jednako je %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Ulazna jedinica</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Izlazna jedinica</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Površina</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Podaci</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energija</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Dužina</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Snaga</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Brzina</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Vrijeme</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Obujam</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Težina i masa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Tlak</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Kut</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valuta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Tekućih unci (VB)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (VB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Tekućih unci (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galona (VB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (VB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galona (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litara</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitara</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pinti (VB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (VB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pinti (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Žlica (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>žlica (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Žličica (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>žličica (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Žlica (VB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>žlica (VB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Žličica (VB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>žličica (VB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Četvrtina galona (VB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (VB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Četvrtina galona (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Šalica (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>šalica (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>AC</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>konjska snaga (SAD)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>kB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>kB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>Mj</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>milja/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>tj.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>god.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mj</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>JB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Akera</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bitova</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Britanskih termalnih jedinica</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bajtova</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Toplinskih kalorija</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimetara</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimetara u sekundi</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Kubičnih centimetara</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kubičnih stopa</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Kubičnih inča</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Kubičnih metara</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Kubičnih jarda</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dana</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celzijevi stupnjevi</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Stupnjevi Fahrenheita</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektron-volta</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Stopa</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Stopa u sekundi</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Stopa-funti</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Stopa-funti/min</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabajta</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektara</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Konjska snaga (SAD)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Sati</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Inča</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Džula</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilovatsati</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobitova</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobajta</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Kalorija hrane</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilodžula</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometara na sat</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilovata</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Čvorova</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabajti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metara</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metara u sekundi</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikrona</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekunda</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Milja</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Milja na sat</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milimetri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisekunde</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minuta</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometara</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstremi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Nautičkih milja</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekundi</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Četvornih centimetara</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Četvornih stopa</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Četvornih inča</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Četvornih kilometara</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Kvadratni metri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Četvornih milja</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Četvornih milimetara</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Četvornih jardi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabajta</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Vata</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Tjedana</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Jardi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Godine</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>stup.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>bar</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tona (VB)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tona (SAD)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karata</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Stupnjevi</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radijani</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradijeni</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfere</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bari</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopaskal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimetri živina stupca </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Paskali</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Funte po četvornom inču</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigrama</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagrama</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigrama</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Grama</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektograma</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilograma</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Dugih tona (VB)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligrama</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Unci</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Funti</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Kratkih tona (SAD)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Kamen</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Metričkih tona</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD-ova</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD-ova</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>nogometnih igrališta</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>nogometnih igrališta</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketa</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketa</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD-ova</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD-ova</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>baterija</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>baterija</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>spajalica</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>spajalica</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jetova</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jetova</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>žarulje</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>žarulje</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>konja</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>konja</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>kada</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>kada</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>snježnih pahuljica</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>snježnih pahuljica</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>slonova</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>slonova</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>kornjača</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>kornjača</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>mlažnjaka</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>mlažnjaka</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>kitova</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>kitova</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>šalica kave</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>šalica kave</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>bazena</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>bazena</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>pedalja</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>pedalja</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>listova papira</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>listova papira</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>dvoraca</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>dvoraca</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banana</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banana</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>kriški torte</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>kriški torte</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotiva</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotiva</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>nogometnih lopti</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>nogometnih lopti</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Stavka memorije</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natrag</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Natrag</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Licencne odredbe za Microsoftov softver</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Pretpregled</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoftova Izjava o zaštiti privatnosti</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Sva prava pridržana.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Da biste saznali kako možete sudjelovati u Windows Kalkulator, pogledajte projekt na %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>O programu</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Slanje povratnih informacija</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Još nema povijesti.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Ništa nije spremljeno u memoriju.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memorija</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Taj se izraz ne može zalijepiti</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibajtova</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Eksabitova</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Eksabajtova</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Eksbibitova</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Eksbibajtova</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Jobibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Jobibajtova</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Izračun datuma</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Način za izračun</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Dodaj</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Dodaj ili oduzmi dane</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Datum</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Razlika između datuma</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dana</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Razlika</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Pošiljatelj</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Mjeseci</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Oduzmi</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Primatelj</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Godine</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Datum izvan granice</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dan</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dani</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mjesec</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>mjeseci</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Isti datumi</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>tjedan</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>tjedana</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>godina</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>godine</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Razlika %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Izračunati datum %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Način rada kalkulatora – %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Način rada za pretvorbu – %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Način rada za izračun datuma</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Popisi povijesti i memorije</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kontrole memorije</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardne funkcije</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kontrole prikaza</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardni operatori</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numerička tipkovnica</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatori za kutove</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Znanstvene funkcije</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odabir baze</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatori za programere</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odabir načina ulaza</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Binarna tipkovnica</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomakni izraz ulijevo</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomakni izraz udesno</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Dosegnut maks. broj znamenaka. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 spremljeno u memoriju</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Vrijednost u memorijskom mjestu %1 je %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Utor za memoriju %1 je izbrisan</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>podijeljeno sa</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Times</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>na</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y-ti korijen</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>pomak ulijevo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>pomak udesno</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ili</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x ili</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>i</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Ažurirano %1 u %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Ažuriraj stope</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Mogući su troškovi podataka.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Dohvaćanje novih cijena nije uspjelo. Pokušajte ponovo kasnije.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Izvan mreže. Provjerite svoje%HL%Mrežne postavke%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Ažuriranje valutnih tečajeva</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Valutni tečajevi ažurirani</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Nije moguće ažurirati cijene</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Čišćenje cijele memorije (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Očisti cijelu memoriju</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinus u stupnjevima</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinus u radijanima</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinus u gradijanima</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>inverzni sinus u stupnjevima</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>inverzni sinus u radijanima</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>inverzni sinus u gradijanima</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hiperbolni sinus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>inverzni hiperbolni sinus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>kosinus u stupnjevima</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>kosinus u radijanima</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>kosinus u gradijanima</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>inverzni kosinus u stupnjevima</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inverzni kosinus u radijanima</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inverzni kosinus u gradijanima</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hiperbolni kosinus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>inverzni hiperbolni kosinus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangens u stupnjevima</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangens u radijanima</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangens u gradijanima</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>inverzni tangens u stupnjevima</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inverzni tangens u radijanima</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>inverzni tangens u gradijanima</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hiperbolni tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>inverzni hiperbolni tangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>stupnjevi sekansa</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radijani sekansa</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>gradi sekansa</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>inverzni stupnjevi sekansa</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>inverzni radijani sekansa</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>inverzni gradi sekansa</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hiperbolički sekans</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>inverzni hiperbolički sekans</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>stupnjevi kosekansa</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radijani kosekansa</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>gradi kosekansa</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>inverzni stupnjevi kosekansa</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>inverzni radijani kosekansa</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>inverzni gradi kosekansa</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hiperbolički kosekans</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>inverzni hiperbolički kosekans</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>stupnjevi kotangensa</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radijani kotangensa</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>gradi kotangensa</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>inverzni stupnjevi kotangensa</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>inverzni radijani kotangensa</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>inverzni gradi kotangensa</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hiperbolički kotangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>inverzni hiperbolički kotangens</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Treći korijen</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Logaritamska baza</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Apsolutna vrijednost</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>pomak ulijevo</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>pomak udesno</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktorijel</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>stupanj minuta sekunda</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>prirodni logaritam</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>kvadrat</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y-ti korijen</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 kategorija</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoftov ugovor o pružanju usluga</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Pošiljatelj</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomaknite rezultat izračuna ulijevo</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomaknite rezultat izračuna udesno</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Izračun nije uspio</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritamska baza Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometrija</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funkcija</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Nejednakosti</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nejednakosti</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bitovni pomak</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverzna funkcija</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolička funkcija</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolički sekans</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekans luka</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolički sekans luka</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolički kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekans luka</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolički kosekans luka</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolički kotangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangens luka</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolički kotangens luka</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Donja granica</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gornja granica</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slučajan</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Apsolutna vrijednost</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eulerov broj</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dva na potenciju</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Niti</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Niti</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotiranje ulijevo uz nošenje</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotiranje udesno uz nošenje</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomak ulijevo</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Pomak ulijevo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomak udesno</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Pomak udesno</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmetički pomak</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logički pomak</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Rotiraj kružni pomak</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rotiranje kroz kružni pomak nošenja</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Treći korijen</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometrija</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcije</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ploče znanstvenog operatora</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ploče operatora programera</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>najznačajniji dio</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Izrada grafikona</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ucrtaj</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Automatsko osvježavanje prikaza (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prikaz grafikona</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatsko najbolje pristajanje</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ručno prilagođavanje</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Prikaz grafikona ponovno je postavljen</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Povećaj (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Povećaj</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Smanji (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Smanji</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Dodaj jednadžbu</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Trenutno nije moguće dijeliti.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>U redu</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Pogledajte grafikon koji sam izradio/la pomoću aplikacije Windows kalkulator</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Jednadžbe</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Varijable</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Slika grafikona s jednadžbama</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Varijable</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Korak</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Minimum</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maksimum</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Boja</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stil</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analiza funkcije</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcija nema vodoravne asimptote.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funkcija nema prijevojnih točaka.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funkcija ne sadrži točke maksimuma.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funkcija ne sadrži točke minimuma.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstanta</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Padajuće</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Nije moguće utvrditi monotonost funkcije.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Rastuća</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Monotonost funkcije nije poznata.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcija ne sadrži niti jednu kosu asimptotu.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Nije moguće utvrditi parnost funkcije.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funkcija je parna.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funkcija nije ni parna ni neparna.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funkcija je neparna.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Parnost funkcije nije poznata.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Za ovu funkciju nije podržana periodičnost.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funkcija nije periodična.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Periodičnost funkcije nije poznata.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Ove su značajke previše složene da bi Kalkulator mogao izračunati:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcija nema okomitih asimptota.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funkcija ne sadrži niti jedno sjecište x-osi.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funkcija ne sadrži niti jedno sjecište y-osi.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domena</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Vodoravne asimptote</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Točke infleksije</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Za ovu funkciju nije podržana analiza.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analiza je podržana samo za funkcije u obliku f(x). Primjer: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Točka maksimuma</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Točka minimuma</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonost</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Kose asimptote</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Parnost</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Ciklus</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Raspon</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Okomite asimptote</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Sjecište x-osi</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Sjecište y-osi</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Nije moguće izvršiti analizu za tu funkciju.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Nije moguće izračunati domenu za ovu funkciju.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Nije moguće izračunati raspon za tu funkciju.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Preljev (broj je prevelik)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Za crtanje grafa te jednadžbe nužan je način rada u radijanima.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Ta je funkcija prekompleksna za crtanje grafa</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Za crtanje grafa te funkcije nužan je način rada u stupnjevima</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Funkcija faktorijela ima argument koji nije valjan</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Funkcija faktorijela ima argument prevelik za crtanje grafa</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo se može koristiti samo s cijelim brojevima</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Jednadžba nema rješenja</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Ne možete dijeliti s nulom</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Jednadžba sadrži međusobno isključujuće logičke uvjete</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Jednadžba izlazi iz domene</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Izrada grafikona za tu jednadžbu nije podržana</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>U jednadžbi nedostaje otvorena zagrada</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>U jednadžbi nedostaje zatvorena zagrada</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Broj ima previše decimalnih točaka</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Decimalnoj točki nedostaju znamenke</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Neočekivan kraj izraza</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Izraz sadrži neočekivane znakove</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Izraz sadrži znakove koji nisu valjani</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Previše znakova jednakosti</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funkcija mora sadržavati barem jednu varijablu x ili y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Izraz nije valjan</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Izraz je prazan</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Znak jednakosti korišten je bez jednadžbe</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Nedostaje zagrada iza naziva funkcije</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Matematička operacija ima neispravan broj parametara</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Naziv varijable nije valjan</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>U jednadžbi nedostaje otvorena uglata zagrada</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>U jednadžbi nedostaje zatvorena uglata zagrada</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>„ja” i „Ja” ne mogu se upotrebljavati kao nazivi varijabli</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Nije moguće nacrtati graf jednadžbe</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Nije moguće riješiti znamenku za zadanu bazu</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Osnovno mora biti veća od 2 i manja od 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Matematička operacija zahtijeva da jedan od njezinih parametara bude varijabla</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>U jednadžbi se kombiniraju logički i skalarni operandi</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x ili y ne mogu se koristiti u gornjim ili donjim graničnim vrijednostima</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x ili y ne mogu se koristiti u graničnoj vrijednosti</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Nije moguće koristiti kompleksnu beskonačnu vrijednost</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>U nejednakostima se ne mogu koristiti kompleksni brojevi</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Natrag na popis funkcija</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natrag na popis funkcija</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analiziraj funkciju</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analiziraj funkciju</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analiziraj funkciju</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ukloni jednadžbu</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ukloni jednadžbu</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Ukloni jednadžbu</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zajednički koristi</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Podijeli</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Promijeni stil jednadžbe</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Promijeni stil jednadžbe</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Promijeni stil jednadžbe</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Prikaži jednadžbu</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Sakrij jednadžbu</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Prikaži jednadžbu %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Sakrij jednadžbu %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Prekini ucrtavanje</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Započni ucrtavanje</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Prozor za prikaz grafikona, x-OS bounded %1 i %2, os y bounded %3 i %4, prikazuje %5 jednadžbe</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfiguriraj klizač</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfiguriraj klizač</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Prebaci na način jednadžbe</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Prebaci na način grafikona</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prebaci na način jednadžbe</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Trenutni način rada je način jednadžbe</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Trenutni je način rada je način grafikona</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Prozor</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Stupnjevi</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradijenti</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radijani</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Jedinice</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Vrati izvorni prikaz</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-maks.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-min.</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-maks.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-min.</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mogućnosti grafikona</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mogućnosti grafikona</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Mogućnosti grafikona</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mogućnosti varijable</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Uključivanje/isključivanje mogućnosti varijable</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Debljina crte</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Mogućnosti crte</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Mala debljina crte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Srednja debljina crte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Velika debljina crte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Vrlo velika debljina crte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Unesite izraz</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiraj</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Izreži</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiraj</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Zalijepi</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Poništi</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Odaberi sve</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Unos funkcije</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Unos funkcije</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ploča za unos funkcija</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ploča s varijablama</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Popis varijabli</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Stavka popisa varijable %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstni okvir za vrijednost varijable</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Klizač za vrijednost varijable</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstni okvir za minimalnu vrijednost varijable</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstni okvir za vrijednost koraka varijable</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstni okvir za maksimalnu vrijednost varijable</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stil pune crte</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stil isprekidane linije</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stil crtkaste linije</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Mornarski plava</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Morska pjena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Ljubičasta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Zelena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Menta zelena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Tamnozelena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Boja ugljena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Crvena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Svijetla šljiva</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Zlatnožuta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Svijetlonarančasta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Smeđa</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Crna</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Bijela</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Boja 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Boja 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Boja 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Boja 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema grafikona</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Uvijek svijetlo</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Uskladi s temom aplikacije</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uvijek svijetlo</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uskladi s temom aplikacije</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funkcija je uklonjena</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Okvir jednadžbe za analizu funkcije</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jednako</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Manje je od</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Manje od ili jednako</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jednako</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veće od ili jednako</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veće je od</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pošalji</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analiza funkcije</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mogućnosti grafikona</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Popisi povijesti i memorije</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Popis memorije</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Utor za povijest %1 je izbrisan</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkulator uvijek na vrhu</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkulator natrag na puni prikaz</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Odabran je aritmetički pomak</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Odabran je logički pomak</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Odabrano je rotiranje kružnog pomaka</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Odabrano je rotiranje kroz kružni pomak nošenja</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Postavke</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Izgled</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema aplikacije</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Odaberite temu aplikacije koja će se prikazati</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Svijetlo</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Tamno</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Koristi postavku sustava</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natrag</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Stranica postavki</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otvorite kontekstni izbornik za dostupne akcije</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>U redu</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Nije moguće vratiti ovu snimku stanja.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/hu-HU/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Érvénytelen a beírt érték</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Nem definiált eredmény</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Nincs elég memória</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Túlfolyás</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Nincs definiálva az eredmény</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Nincs definiálva az eredmény</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Túlfolyás</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Túlfolyás</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Nullával nem lehet osztani</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/hu-HU/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Számológép</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Számológép [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows Számológép</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows Számológép [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Számológép</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Számológép [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Másolás</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Beillesztés</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Körülbelül annyi, mint</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, érték: %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>legkevésbé fontos bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Memória úszó paneljének megnyitása</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Memória úszó paneljének bezárása</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Mindig felül legyen</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Vissza a teljes nézethez</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Előzmények (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bitváltó gomb</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teljes billentyűzet</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memória törlése (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Előzmények</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Előzmények</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Mértékegységváltó</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Tudományos</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Általános</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Átváltás mód</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tudományos mód</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Általános mód</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Minden előzmény törlése</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Minden előzmény törlése</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Elrejtés</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Általános</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Tudományos</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programozó</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Mértékegységváltó</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Számológép</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Mértékegységváltó</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Számológép</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Átváltók</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Számológépek</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Megjelenített érték: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Kifejezés: %1, aktuális bevitel: %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Megjelenített érték: %1 pont</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Kifejezés: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Megjelenítendő érték a vágólapra másolva</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Előzmények</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadecimális érték: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimális érték: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Oktális érték: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Bináris érték: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minden előzmény törlése</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Az előzmények törölve.</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Előzmények elrejtése</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Előzmények úszó paneljének megnyitása</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Előzmények úszó paneljének bezárása</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tárolás a memóriában</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tárolás a memóriában (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memória törlése</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memória törölve</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memória visszahívása</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memória visszahívása (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memória hozzáadása</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memória hozzáadása (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memória kivonása</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memória kivonása (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memóriaelem törlése</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memóriaelem törlése</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hozzáadás a memóriaelemhez</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hozzáadás a memóriaelemhez</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kivonás a memóriaelemből</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kivonás a memóriaelemből</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memóriaelem törlése</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Memóriaelem törlése</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hozzáadás a memóriaelemhez</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Hozzáadás a memóriaelemhez</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kivonás a memóriaelemből</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kivonás a memóriaelemből</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Törlés</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Másolás</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Törlés</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Előzmény törlése</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Előzmény törlése</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nulla</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Egy</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kettő</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Három</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Négy</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Öt</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hat</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hét</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nyolc</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kilenc</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>És</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vagy</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nem</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elforgatás balra</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elforgatás jobbra</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bal shift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jobb shift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kizáró vagy</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Négyszó váltógomb</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Duplaszó váltógomb</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Szó váltógomb</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bájt váltógomb</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitváltó gomb</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teljes billentyűzet</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tizedesjel</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Beírás törlése</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Törlés</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Osztás</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Szorzás</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Egyenlő</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverz függvény</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mínusz</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Mínusz</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plusz</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Négyzetgyök</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Százalék</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plusz Mínusz</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plusz Mínusz</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reciprok</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nyitó zárójel</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Bal oldali, nyitó zárójelek száma: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berekesztő zárójel</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Nyitó zárójelek száma: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Nincsenek bezárandó nyitó zárójelek.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Normál alak</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus függvény</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Szinusz</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Koszinusz</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus szinusz</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus koszinusz</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus tangens</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Négyzetre emelés</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Köbre emelés</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuszszinusz</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuszkoszinusz</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkusztangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus arkuszszinusz</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus arkuszkoszinusz</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolikus arkusztangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>x hatványra emelése</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tíz hatványra emelése</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>e hatványra emelése</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>x y-adik gyöke</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmus</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Természetes logaritmus</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Moduló</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kitevős</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fok perc másodperc</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fok</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Egész szám</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Törtrész</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktoriális</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fok váltógomb</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gradián váltógomb</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radián váltógomb</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mód legördülő lista</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kategóriák legördülő lista</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mindig felül legyen</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vissza a teljes nézethez</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mindig felül legyen (Alt+fel)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vissza a teljes nézethez (Alt+le)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Átalakítás a következőről: %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Átalakítás a következőről: %1 pont %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Átalakítás a következőre: %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 egyenlő %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Bemeneti egység</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Kimeneti egység</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Terület</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Adat</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energia</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Hossz</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Teljesítmény</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Sebesség</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Idő</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Térfogat</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Hőmérséklet</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Súly és tömeg</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Nyomás</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Szög</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Pénznem</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>folyadék uncia (brit)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (brit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>folyadék uncia (amerikai)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>gallon (brit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (brit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>gallon (amerikai)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>liter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>l</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>milliliter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>pint (brit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (brit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>pint</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>evőkanál (amerikai)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>ek (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>teáskanál (amerikai)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tk (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>evőkanál (brit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>ek (brit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>teáskanál (brit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tk (brit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>quart (brit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (brit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>quart (amerikai)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>csésze (amerikai)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cs</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>n</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>láb</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>LE (USA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>óra</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>cs</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mf</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mérföld/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>perc</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>tmf</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>mp</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mf²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>hét</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>év</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>mf</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>falat</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>hold</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>bit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/perc</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>bájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>kalória</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>centiméter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>centiméter/s</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>köbcentiméter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>köbláb</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>köbhüvelyk</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>köbméter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>köbyard</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>nap</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius-fok</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit-fok</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>elektronvolt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>láb</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>láb/másodperc</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>lábfont</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>lábfont/perc</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>gigabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>gigabájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>hektár</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>lóerő (amerikai)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>óra</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>hüvelyk</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>joule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowattóra</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>kilobit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>kilobájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>kilokalória</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>kilojoule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>kilométer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>kilométer/óra</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>kilowatt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>csomó</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>megabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>megabájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>méter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>méter/s</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>mikron</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>milliomod másodperc</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>mérföld</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>mérföld/óra</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>milliméter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>ezredmásodperc</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>perc</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Falat</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>nanométer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angström</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Tengeri mérföld</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>petabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>petabájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>másodperc</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>négyzetcentiméter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>négyzetláb</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>négyzethüvelyk</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>négyzetkilométer</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>négyzetméter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>négyzetmérföld</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>négyzetmilliméter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>négyzetyard</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>terabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>terabájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>watt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>hét</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>yard</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Év</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>Kt</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>fok</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Hgmm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>PSI</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dkg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tonna (brit)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tonna (USA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>karát</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Fok</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>radián</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>gradián</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>atmoszféra</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>bar</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>kilopascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>higanymilliméter</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>font/négyzethüvelyk</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>centigramm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>dekagramm</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>decigramm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>gramm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>hektogramm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>kilogramm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>angol tonna</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>milligramm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>uncia</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>font</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>amerikai tonna</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>tonna</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>focipálya</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>focipálya</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>hajlékonylemez</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>hajlékonylemez</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>ceruzaelem</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>ceruzaelem</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>gemkapocs</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>gemkapocs</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>óriás-repülőgép</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>óriás-repülőgépek</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>villanykörte</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>villanykörte</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>ló</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>ló</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>fürdőkád</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>fürdőkád</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>hópehely</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>hópehely</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefánt</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefánt</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>teknősbéka</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>teknősbéka</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>sugárhajtású repülő</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>sugárhajtású repülő</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>bálna</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>bálna</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>kávéscsésze</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>kávéscsésze</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>úszómedence</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>úszómedence</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>kéz</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>kéz</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>papírlap</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>papírlap</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>vár</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>vár</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banán</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banán</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>süteményszelet</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>süteményszelet</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>mozdonymotor</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>mozdonymotor</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>focilabda</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>focilabda</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Memóriaelem</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vissza</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vissza</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>A Microsoft szoftverlicenc-szerződése</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Előnézet</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>A Microsoft adatvédelmi nyilatkozata</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Minden jog fenntartva.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Ha tudni szeretné, hogy miként működhet közre a Windows Számológép számára, nézze meg a projektet a %HL%GitHub%HL% szolgáltatásban.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Névjegy</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Visszajelzés küldése</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Még nincsenek előzmények.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Semmi sincs a memóriába mentve.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>A kifejezést nem lehet beilleszteni</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>gibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>gibibájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>kibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>kibibájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>mebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>mebibájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>pebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>pebibájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>tebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>tebibájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>exabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>exabájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>exbibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>exbibájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>zetabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>zetabájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>zebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>zebibájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>jobibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>jobibájt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Dátumszámítás</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Számítási mód</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Összeadás</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Napok összeadása vagy kivonása</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Dátum</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Dátumok közti különbség</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Nap</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Különbség</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Kezdő dátum</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Hónap</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Kivonás</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Záró dátum</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Év</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Tartományon kívüli dátum</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>nap</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>nap</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>hónap</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>hónap</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Egyező dátumok</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>hét</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>hét</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>év</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>év</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Különbség%1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Kapott dátum %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 számológépmód</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 átváltási mód</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Dátumszámítási mód</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Előzmények és memórialisták</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memóriavezérlők</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Szabványos funkciók</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Képernyővezérlők</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Szabványos operátorok</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Számbillentyűzet</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Szög operátorok</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tudományos funkciók</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alapszám kiválasztása</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programozói operátorok</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Beviteli mód kiválasztása</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitváltós billentyűzet</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kifejezés görgetése balra</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kifejezés görgetése jobbra</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Elérte a számjegyek maximális számát. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 mentve a memóriába</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>A(z) %1 memóriahely %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>A(z) %1 memóriahely törölve.</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>osztva:</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>alkalommal</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mínusz</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plusz</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>a következő hatványa:</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y-adik gyöke</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>bal Shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>jobb Shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>vagy</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x vagy</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>és</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Frissítve: %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Díjak frissítése</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Adatforgalmi díjak lehetnek érvényben.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Nem sikerült lekérni az új mértékeket. Később próbálja meg újból.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Ellenőrizze a%HL%Hálózati beállításokat%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Árfolyamok frissítése</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Árfolyamok frissítve</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Nem sikerült az árfolyamok frissítése</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memória törlése (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memória törlése</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>szinusz fok</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>szinusz radián</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>szinusz gradián</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>inverz szinusz fok</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>inverz szinusz radián</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>inverz szinusz gradián</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hiperbolikus szinusz</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>inverz hiperbolikus szinusz</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>koszinusz fok</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>koszinusz radián</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>koszinusz gradián</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>inverz koszinusz fok</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inverz koszinusz radián</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inverz koszinusz gradián</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hiperbolikus koszinusz</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>inverz hiperbolikus koszinusz</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangens fok</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangens radián</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangens gradián</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>inverz tangens fok</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inverz tangens radián</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>inverz tangens gradián</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hiperbolikus tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>inverz hiperbolikus tangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>szekáns (fok)</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>szekáns (radián)</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>szekáns (gradián)</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>inverz szekáns (fok)</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>inverz szekáns (radián)</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>inverz szekáns (gradián)</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hiperbolikus szekáns</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>inverz hiperbolikus szekáns</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>koszekáns (fok)</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>koszekáns (radián)</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>koszekáns (gradián)</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>inverz koszekáns (fok)</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>inverz koszekáns (radián)</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>inverz koszekáns (gradián)</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hiperbolikus koszekáns</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>inverz hiperbolikus koszekáns</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>koszekáns (fok)</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Tangens (radián)</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>kotangens (gradián)</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>inverz kotangens (fok)</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>inverz kotangens (radián)</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>inverz kotangens (gradián)</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hiperbolikus kotangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>inverz hiperbolikus kotangens</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Köbgyök</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Y alapú logaritmus</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Abszolút érték</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>bal Shift</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>jobb Shift</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktoriális</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>fok perc másodperc</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>természetes logaritmus</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>négyzetre emelés</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y-adik gyöke</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 kategória</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>A Microsoft szolgáltatási szerződése</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Kezdő dátum</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Számítási eredmény balra görgetése</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Számítási eredmény jobbra görgetése</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>A számítás nem sikerült.</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y alapú logaritmus</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Függvény</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Egyenlőtlenségek</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Egyenlőtlenségek</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitenként</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Biteltolás</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverz függvény</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus függvény</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Szekáns</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus szekáns</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkusz szekáns</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus arkusz szekáns</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Koszekáns</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus koszekáns</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkusz koszekáns</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus arkusz koszekáns</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus kotangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkusz kotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolikus arkusz kotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alsó határ</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Felső határ</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Véletlenszerű</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Abszolút érték</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Euler-féle szám</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kettő hatványra emelése</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Forgatás balra, átvitellel</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Forgatás jobbra, átvitellel</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bal shift</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Balra tolás</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jobb shift</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Jobbra tolás</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmetikai eltolás</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logikai eltolás</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Forgatás körkörös eltolással</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Forgatás átvitellel, körkörös eltolással</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Köbgyök</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Függvények</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitenként</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Biteltolás</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tudományos műveleti panelek</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programozói operátori panelek</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>legfontosabb bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Grafikus</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elhelyezés</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Nézet automatikus frissítése (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafikonnézet</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatikus legjobb illeszkedés</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Manuális igazítás</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>A Grafikon nézet alaphelyzetbe állítva</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Nagyítás (Ctrl + pluszjel)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nagyítás</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kicsinyítés (Ctrl + mínuszjel)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kicsinyítés</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Egyenlet hozzáadása</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>A megosztás jelenleg nem lehetséges.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Ezt a grafikont készítettem a Windows Számológéppel!</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Egyenletek</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Változók</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Egyenletekkel ellátott grafikon képe</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Változók</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Lépték</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Szín</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stílus</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Függvényelemzés</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>A függvénynek nincs vízszintes aszimptotája.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>A függvénynek nincs inflexiós pontja.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>A függvénynek nincs maximumpontja.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>A függvénynek nincs minimumpontja.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Állandó</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Csökkenő</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Nem sikerült megállapítani a függvény monotonitását.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Növekvő</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>A függvény monotonitása ismeretlen.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>A függvénynek nincs ferde aszimptotája.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Nem sikerült megállapítani a függvény paritását.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>A függvény páros.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>A függvény se nem páros, se nem páratlan.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>A függvény páratlan.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>A függvény paritása ismeretlen.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Ez a függvény nem támogatja a periodicitást.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>A függvény nem periodikus.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>A függvény periodicitása ismeretlen.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Ezek a jellemzők túl összetettek a Számológép általi kiszámításhoz:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>A függvénynek nincs függőleges aszimptotája.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>A függvénynek nincs x tengelymetszete.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>A függvénynek nincs y tengelymetszete.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Értelmezési tartomány</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Vízszintes aszimptoták</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Inflexiós pontok</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Ez a függvény nem támogatja az elemzést.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Az elemzés csak az f(x) formátumú függvényeket támogatja. Példa: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maximum</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minimum</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonitás</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Ferde aszimptoták</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paritás</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Ciklus</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Értékkészlet</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Függőleges aszimptoták</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X tengelymetszet</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y tengelymetszet</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Nem sikerült elvégezni az elemzést a függvényhez.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Nem lehet kiszámítani a függvény értelmezési tartományát.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Nem lehet kiszámítani a függvény értékkészletét.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Túlcsordulás (a szám túl nagy)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Az egyenlet grafikonon történő ábrázolásához radián mód szükséges.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>A függvény túl bonyolult a grafikonon történő ábrázoláshoz</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>A függvén grafikonon történő ábrázolásához fok mód szükséges</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>A faktoriális függvény egyik argumentuma érvénytelen</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>A faktoriális függvény egyik argumentuma túl nagy a grafikonon történő ábrázoláshoz</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>A maradékos osztás csak egész számokkal használható</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Az egyenletnek nincs megoldása</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Nullával nem lehet osztani</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Az egyenletben egymást kölcsönösen kizáró logikai feltételeket tartalmaz</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Az egyenlet tartományon kívül van</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Ennek az egyenletnek a grafikonon történő ábrázolása nem támogatott</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Az egyenletből hiányzik egy nyitó kerek zárójel</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Az egyenletből hiányzik egy záró kerek zárójel</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Egy számban túl sok tizedesvessző van</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Egy tizedesvesszőnél számjegyek hiányoznak</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Nem várt kifejezésvégződés</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>A kifejezés váratlan karaktereket tartalmaz</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>A kifejezés érvénytelen karaktereket tartalmaz</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Túl sok egyenlőségjel</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>A függvénynek legalább egy x vagy y változót tartalmaznia kell.</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Érvénytelen kifejezés</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>A kifejezés üres</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Az egyenlőségjelet egyenlet nélkül használták</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>A függvény neve után hiányzik a kerek zárójel</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Egy matematikai művelet nem megfelelő számú paraméterrel rendelkezik</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Egy változónév érvénytelen</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Az egyenletből hiányzik egy nyitó szögletes zárójel</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Az egyenletből hiányzik egy záró szögletes zárójel</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>Az „i“ és az „I“ nem használható változónévként</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Az egyenlet nem ábrázolható grafikonon</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>A számjegy nem oldható fel a megadott alapra</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Az alapnak nagyobbnak kell lennie, mint 2, mint 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>A matematikai művelethez szükséges, hogy az egyik paramétere változó legyen</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Az egyenlet keveri a logikai és a skaláris operandusokat</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x vagy y nem használható a felső vagy alsó határokkal</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>Az x vagy y nem használható a határpontban</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Nem használható komplex végtelen</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Komplex számok nem használhatók az egyenlőtlenségekben</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vissza a függvénylistára</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vissza a függvénylistára</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Függvény elemzése</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Függvény elemzése</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Függvény elemzése</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Egyenlet eltávolítása</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Egyenlet eltávolítása</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Egyenlet eltávolítása</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Megosztás</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Megosztás</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Egyenlet stílusának módosítása</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Egyenlet stílusának módosítása</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Egyenlet stílusának módosítása</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Egyenlet megjelenítése</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Egyenlet elrejtése</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>%1. egyenlet megjelenítése</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>%1. egyenlet elrejtése</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Ábrázolás leállítása</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Ábrázolás indítása</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>A diagram kötött, az x tengely a %1 és a %2, az y tengely kötött, %3 és %4 között %5 egyenletek megjelenítése</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Csúszka konfigurálása</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Csúszka konfigurálása</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Váltás egyenlet módba</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Váltás grafikon módba</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Váltás egyenlet módba</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>A jelenlegi mód az egyenlet mód</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>A jelenlegi mód a grafikon mód</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Ablak</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Fok</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradián</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radián</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Egységek</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Nézet alaphelyzetbe állítása</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X max.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X min.</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y max.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y min.</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Grafikon beállításai</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafikon beállításai</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Grafikon beállításai</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Változó beállításai</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Változóbeállítások be- és kikapcsolása</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Vonal vastagsága</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Vonalbeállítások</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Kis vonalvastagság</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Közepes vonalvastagság</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Nagy vonalvastagság</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Extra nagy vonalvastagság</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Adjon meg egy kifejezést</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Másolás</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kivágás</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Másolás</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Beillesztés</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Visszavonás</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Az összes kijelölése</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Függvénybemenet</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Függvénybemenet</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Függvény beviteli panel</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Változópanel</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Változólista</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>%1 változólista eleme</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Változóérték szövegbeviteli mező</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Változóérték csúszkája</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Változó minimumértéke szövegmező</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Változó lépésközértéke szövegmező</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Változó maximumértéke szövegmező</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Folytonos vonalstílus</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Pontozott vonalstílus</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Szaggatott vonalstílus</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Matrózkék</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Türkizzöld</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Lila</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Zöld</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mentazöld</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Sötétzöld</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Szénfekete</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Piros</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Világos szilvakék</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Aranysárga</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Világos narancssárga</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Barna</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Fekete</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Fehér</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>1. szín</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>2. szín</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>3. szín</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>4. szín</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Grafikon témája</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Mindig világos</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Apptéma egyeztetése</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Téma</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mindig világos</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Apptéma egyeztetése</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Függvény eltávolítva</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Függvényelemzési egyenlet mező</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Egyenlő</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kisebb, mint</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kisebb vagy egyenlő</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Egyenlő</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nagyobb vagy egyenlő</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nagyobb, mint</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Küldés</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Függvényelemzés</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafikon beállításai</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Előzmények és memórialisták</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Memórialista</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>A(z) %1 előzménybejegyzés törölve</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>A számológép mindig látszik</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>A számológép visszaállítása teljes nézetre</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Aritmetikai eltolás kijelölve</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Logikai eltolás kijelölve</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Forgatás körkörös eltolással kijelölve</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Forgatás átvitellel, körkörös eltolással kijelölve</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Beállítások</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Megjelenés</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Alkalmazástéma</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Válassza ki a megjelenítendő alkalmazástémát</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Világos</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Sötét</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Rendszerbeállítás használata</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vissza</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Beállítások lap</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Az elérhető műveletek helyi menüjének megnyitása</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Nem sikerült visszaállítani ezt a pillanatképet.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/id-ID/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Input tidak valid</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Hasil tidak ditentukan</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Memori tidak cukup</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Luapan</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Hasil tidak terdefinisikan</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Hasil tidak terdefinisikan</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Luapan</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Luapan</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Tidak dapat dibagi nol</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/id-ID/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Kalkulator Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Kalkulator Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Salin</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Tempel</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Hampir sama dengan</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, nilai %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>Ke-63 </value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>Ke-62 </value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>Ke-61 </value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>Ke-60 </value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>Ke-59 </value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>Ke-58 </value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>Ke-57 </value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>Ke-56 </value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>Ke-55 </value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>Ke-54 </value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>Ke-53 </value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>Ke-52 </value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>Ke-51 </value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>Ke-50 </value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>Ke-49 </value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>Ke-48 </value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>Ke-47 </value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>Ke-46 </value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>Ke-45 </value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>Ke-44 </value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>Ke-43 </value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>Ke-42 </value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>Ke-41 </value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>Ke-40 </value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>Ke-39 </value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>Ke-38 </value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>Ke-37 </value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>Ke-36 </value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>Ke-35 </value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>Ke-34 </value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>Ke-33 </value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>Ke-32 </value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>Ke-31 </value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>Ke-30 </value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>Ke-29 </value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>Ke-28 </value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>Ke-27 </value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>Ke-26 </value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>Ke-25 </value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>Ke-24 </value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>Ke-23 </value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>Ke-22 </value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>Ke-21 </value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>Ke-20 </value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>Ke-19 </value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>Ke-18 </value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>Ke-17 </value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>Ke-16 </value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>Ke-15 </value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>Ke-14 </value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>Ke-13 </value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>Ke-12 </value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>Ke-11 </value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>Ke-10 </value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>Ke-9 </value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>Ke-8 </value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>Ke-7 </value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>Ke-6 </value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>Ke-5 </value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>Ke-4 </value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>Ke-3 </value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>Ke-2 </value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>Ke-1 </value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>bit paling tidak signifikan</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Membuka flyout memori</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Menutup flyout memori</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Tetap di atas</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Kembali ke tampilan penuh</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memori</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Riwayat (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tombol pengubah bit</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Keypad lengkap</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Menghapus semua memori (Ctrl + L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memori</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memori</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Riwayat</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Riwayat</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Pengonversi</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Ilmiah</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standar</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode pengonversi</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode ilmiah</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode standar</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Bersihkan semua riwayat</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bersihkan semua riwayat</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Sembunyikan</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standar</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Ilmiah</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmer</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Pengonversi</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Pengonversi</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Pengonversi</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Tampilan adalah %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Ekspresinya adalah %1, Input saat ini adalah %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Tampilan adalah titik %1</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Ekspresi adalah %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Nilai tampilan disalin ke clipboard</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Riwayat</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memori</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Heksadesimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Desimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Oktal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Biner %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bersihkan semua riwayat</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Riwayat dihapus</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sembunyikan riwayat</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Buka flyout riwayat</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Tutup flyout riwayat</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Penyimpanan memori</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Penyimpanan memori (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hapus semua memori</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memori dibersihkan</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pemanggilan ulang memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Penarikan kembali memori (Ctrl + R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Penambahan memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tambahkan memori (Ctrl + P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pengurangan memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mengurangi memori (Ctrl + Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menghapus item memori</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Menghapus item memori</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menambahkan item memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Menambahkan item memori</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kurangi dari item memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kurangi dari item memori</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menghapus item memori</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Menghapus item memori</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menambahkan item memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Menambahkan item memori</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kurangi dari item memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kurangi dari item memori</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Hapus</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Salin</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Hapus</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hapus item riwayat</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hapus item riwayat</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Spasi mundur</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nol</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Satu</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dua</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tiga</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Empat</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lima</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Enam</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tujuh</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Delapan</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sembilan</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dan</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atau</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bukan</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Putar ke sebelah kiri</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Putar ke sebelah kanan</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shift kiri</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shift kanan</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksklusif atau</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pengalihan Kata Lipat Empat</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pengalihan Kata Ganda</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pengalihan kata</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pengalihan bita</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tombol pengubah bit</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Keypad lengkap</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pemisah desimal</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hapus entri</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hapus</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bagi dengan</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kalikan dengan</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sama Dengan</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi balikkan</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Akar kuadrat</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Persen</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Negatif positif</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Negatif positif</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Resiprokal</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tanda kurung kiri</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Kurung buka kiri, menghitung kurung buka %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tanda kurung kanan</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Buka jumlah tanda kurung %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Tidak ada tanda kurung tutup yang diperlukan.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notasi ilmiah</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi hiperbolik</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangen</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus hiperbolis</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus hiperbolis</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangen hiperbolis</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Persegi</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubik</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus Arc</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus Arc</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangen Arc</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus arc hiperbolik</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus arc hiperbolik</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangen arc hiperbolik</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' untuk eksponen</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sepuluh pangkat eksponen</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' untuk eksponen</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>akar ‘y’ dari ‘x’</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log Natural</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponensial</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Derajat menit detik</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Derajat</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bagian integer</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bagian fraksional</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pengalihan derajat</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pengalihan gradien</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pengalihan radian</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Drop-down mode</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Drop-down kategori</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tetap di atas</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kembali ke tampilan penuh</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tetapkan di atas (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kembali ke tampilan penuh (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Mengonversi dari %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Mengonversi dari %1 poin %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Mengonversi menjadi %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 adalah %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Unit input</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unit output</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Area</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energi</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Panjang</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Daya</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Kecepatan</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Waktu</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volume</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Suhu</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Berat dan massa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Tekanan</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Sudut</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Mata Uang</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Cairan ons (Inggris)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (Inggris)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Cairan ons (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (Inggris)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galon (Inggris)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (Inggris)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galon (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>Gal (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Liter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililiter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pint (Inggris)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (Inggris)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pint (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Sendok makan (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Sendok teh (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Sendok makan (Inggris)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (Inggris)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Sendok teh (Inggris)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp.(Inggris)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Kuart (Inggris)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (Inggris)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Kuart (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qT (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Cangkir (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cangkir (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/d</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>kaki/d</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (AS)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>jam</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kkal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/j</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/d</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>μs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mil</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>md</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>menit</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/mnt</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>minggu</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>thn</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Hektar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Satuan termal Britania Raya</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTUs/menit</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Kalori termal</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Sentimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Sentimeter per detik</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Sentimeter kubik</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kaki kubik</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Inci kubik</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Meter kubik</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Yard Kubik</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Hari</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Selsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Volt elektron</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Kaki</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Kaki per detik</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Kaki-pon</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Kaki-pon/menit</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Tenaga kuda (AS)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Jam</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Inci</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-jam</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Kalori makanan</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometer per jam</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Knot</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Meter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Meter per detik</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikron</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrodetik</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Mil</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Mil per jam</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milidetik</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Menit</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstrom</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Mil laut</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Detik</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Sentimeter persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Kaki persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Inci persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kilometer persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Meter persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Mil persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Milimeter persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Yard persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Minggu</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yard</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Tahun</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>der</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (Inggris)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (AS)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karat</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Derajat</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radian</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradian</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfer</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Batang</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilo Pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milimeter air raksa </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Pound per kuadrat inci</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Sentigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagram</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Desigrams</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Ton panjang (Inggris)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Ons</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Pound</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Ton pendek (AS)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Batu</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Ton metrik</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>lapangan sepak bola</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>lapangan sepak bola</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disket</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disket</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>Baterai</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>Baterai</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>penjepit kertas</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>penjepit kertas</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jet</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jet</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>bohlam</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>bohlam</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>kuda</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>kuda</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>Bak</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>Bak</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>kepingan salju</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>kepingan salju</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>Gajah</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>Gajah</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>kura-kura</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>kura-kura</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>pancuran</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>pancuran</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>paus</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>paus</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>cangkir kopi</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>cangkir kopi</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>kolam renang</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>kolam renang</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>tangan</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>tangan</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>lembar kertas</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>lembar kertas</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>kastil</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>kastil</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>pisang</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>pisang</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>potongan kue</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>potongan kue</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>Mesin kereta api</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>Mesin kereta api</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>bola sepak</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>bola sepak</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Item memori</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kembali</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kembali</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Ketentuan Lisensi Perangkat Lunak Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Pratinjau</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Pernyataan Privasi Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Hak cipta dilindungi undang-undang.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Untuk mempelajari bagaimana Anda dapat berkontribusi ke Kalkulator Windows, lihat proyek di %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Tentang</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Kirim tanggapan</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Belum ada riwayat.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Tidak ada yang disimpan dalam memori.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memori</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Ekspresi ini tidak dapat ditempelkan</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Eksbibita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Eksbibita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibita</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Penghitungan tanggal</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mode Penghitungan</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Tambah</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Menambah atau mengurangi hari</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Tanggal</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Perbedaan antara tanggal</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Hari</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Perbedaan</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Dari</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Bulan</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Mengurangi</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Sampai</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Tahun</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Tanggal di luar Batas</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>hari</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>hari</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>bulan</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>bulan</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Hari yang sama</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>minggu</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>minggu</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>tahun</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>tahun</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Perbedaan %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Tanggal yang dihasilkan %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 Mode Kalkulator</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 Mode konverter</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Mode penghitungan tanggal</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Daftar Riwayat dan Memori</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kontrol memori</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi standar</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kontrol tampilan</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operator standar</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nomor pad</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operator sudut</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi ilmiah</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pemilihan radix</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operator programmer</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pilihan mode input</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Keypad pengubah bit</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gulir ekspresi ke kiri</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gulir ekspresi ke kanan</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Digit maks tercapai. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 disimpan ke memori</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Slot memori %1 adalah %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Slot memori %1 dibersihkan</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dibagi dengan</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>waktu</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>pangkatkan dengan</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>akar y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>modular</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>shift kiri</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>shift kanan</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>atau</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x atau</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dan</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Diperbarui %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Perbarui tarif</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Biaya data mungkin berlaku.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Tidak dapat memperoleh harga baru. Coba lagi nanti.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Silakan periksa%HL%Pengaturan Jaringan%HL%Anda</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Memperbarui kurs mata uang</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Harga mata uang diperbarui</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Tidak dapat memperbarui tarif</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Menghapus semua memori (Ctrl + L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hapus semua memori</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>derajat sinus</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radian sinus</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>gradien sinus</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>Inversi derajat sinus</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>Inversi radian sinus</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>Inversi gradian sinus</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>Sinus Hiperbolik</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>Inversi sinus hiperbola</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>derajat kosinus</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radian kosinus</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>gradien kosinus</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>Inversi derajat kosinus</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inversi radian kosinus</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inversi gradien kosinus</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>kosinus hiperbolik</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>Inversi kosinus hiperbola</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>derajat tangen</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>radian tangen</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>gradien tangen</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>Invesi derajat tangen</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>Invesi radian tangen</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>Invesi gradien tangen</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangen hiperbolik</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>Inversi tangen hiperbola</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>derajat sekan</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radian sekan</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>gradien sekan</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>derajat sekan terbalik</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>radian sekan terbalik</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>gradien sekan terbalik</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>sekan hiperbolis</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>sekan hiperbolis terbalik</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>derajat kosekan</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radian kosekan</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>gradien kosekan</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>derajat kosekan terbalik</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>radian kosekan terbalik</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>gradien kosekan terbalik</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>kosekan hiperbolis</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>kosekan hiperbolis terbalik</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>derajat kotangen</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radian kotangen</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>gradien kotangen</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>derajat kotangen terbalik</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>radian kotangen terbalik</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>gradien kotangen terbalik</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>kotangen hiperbolis</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>kotangen hiperbolis terbalik</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Akar pangkat tiga</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Log dasar</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Nilai mutlak</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>shift kiri</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>shift kanan</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>derajat menit detik</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>log natural</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>persegi</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>akar y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 kategori</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Perjanjian Layanan Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Dari</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gulir hasil penghitungan ke kiri</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gulir Hasil penghitungan ke kanan</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Penghitungan gagal</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log dasar Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometri</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Fungsi</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Pertidaksamaan</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pertidaksamaan</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Pergeseran bit</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi balikkan</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi hiperbolis</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekan</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekan hiperbolis</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekan busur</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secant busur hiperbolis</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekan</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekan hiperbolis</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekan busur</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekan busur hiperbolis</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangen</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangen hiperbolis</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangen busur</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangen busur hiperbolis</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ke bawah</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ke atas</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Acak</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nilai mutlak</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bilangan Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dua kali eksponen</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Putar di kiri dengan carry</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Putar di kanan dengan carry</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shift kiri</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Pergeseran ke kiri</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shift kanan</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Pergeseran ke kanan</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Pergeseran aritmatika</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Pergeseran logis</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Putar pergeseran melingkar</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Putar melalui carry pergeseran melingkar</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Akar pangkat tiga</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometri</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pergeseran bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel operator ilmiah</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel operator pemrogram</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>bit paling signifikan</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Pembuatan grafik</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plot</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Refresh tampilan secara otomatis (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tampilan grafis</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Kecocokan terbaik otomatis</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Penyesuaian manual</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Tampilan grafik telah diatur ulang</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Perbesar (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Perbesar tampilan</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Perkecil (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Perkecil tampilan</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tambahkan persamaan</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Tidak dapat berbagi untuk saat ini.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Lihat apa yang saya grafikkan dengan Kalkulator Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Persamaan</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variabel</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Gambar grafik dengan persamaan</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variabel</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Langkah</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maks</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Warna</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Gaya</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analisis fungsi</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak memiliki asimtot horizontal apa pun.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak memiliki titik infleksi apa pun.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak memiliki titik maksima apa pun.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak memiliki titik minima apa pun.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstan</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Menurun</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Tidak dapat menentukan monotonisitas fungsi.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Meningkat</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Monotonisitas fungsi tidak diketahui.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak memiliki asimtot serong apa pun.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Tidak dapat menentukan paritas fungsi.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Fungsi ini genap.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Fungsi ini tidak genap maupun ganjil.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Fungsi ini ganjil.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Paritas fungsi tidak diketahui.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodisitas tidak didukung untuk fungsi ini.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Fungsi tidak periodik.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Periodisitas fungsi tidak diketahui.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Fitur ini terlalu rumit untuk penghitungan Kalkulator:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak memiliki asimtot vertikal apa pun.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak memiliki intersepsi x apa pun.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak memiliki intersepsi y apa pun.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domain</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asimtot horizontal</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Titik infleksi</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analisis tidak didukung untuk fungsi ini.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analisis hanya didukung untuk fungsi dalam format f(x). Contoh: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonisitas</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asimtot miring</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paritas</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Siklus</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Rentang</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asimtot vertikal</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Intersepsi X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Intersepsi Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Analisis tidak dapat dilakukan untuk fungsi tersebut.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Tidak dapat menghitung domain untuk fungsi ini.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Tidak dapat menghitung rentang untuk fungsi ini.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Luapan (angkanya terlalu besar)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Mode radian diperlukan untuk grafik persamaan ini.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Fungsi ini terlalu kompleks untuk digrafik</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Mode derajat diperlukan untuk melakukan graf pada fungsi ini</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Fungsi faktorial memiliki argumen yang tidak valid</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Fungsi faktorial memiliki argumen yang terlalu besar untuk grafik</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo hanya bisa digunakan dengan bilangan bulat</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Persamaan ini tidak mempunyai solusi</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Tidak dapat dibagi nol</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Persamaan berisi kondisi logis yang saling eksklusif</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Persamaan di luar domain</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Pembuatan grafik untuk persamaan ini tidak didukung</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Persamaan ini kurang kurung buka</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Persamaan tidak terdapat kurung tutup</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Terlalu banyak titik desimal dalam angka</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Titik desimal tidak terdapat angka</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Akhir ekspresi yang tidak terduga</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Karakter yang tidak terduga di ekspresi</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Karakter tidak valid di ekspresi</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Ada terlalu banyak tanda sama dengan</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Fungsi harus memiliki setidaknya satu variabel x atau y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Ekspresi tidak valid.</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Ekspresi tersebut kosong</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Sama dengan digunakan tanpa persamaan</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Tanda kurung tidak dapat ditemukan setelah nama fungsi</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Operasi matematika memiliki jumlah parameter yang salah</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Nama variabel tidak valid.</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Persamaan kurang kurung buka</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Persamaan kurang kurung tutup</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" dan \"I\" tidak dapat digunakan sebagai nama variabel</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Persamaan tidak dapat digrafikkan</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Digit tidak dapat diatasi untuk basis tersebut</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Basis harus lebih besar dari 2 dan kurang dari 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Operasi matematika memerlukan salah satu paramaternya berupa variabel</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Persamaan adalah mencampur operand logika dan skalar</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x atau y tidak dapat digunakan di batas atas atau bawah</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x atau y tidak dapat digunakan di poin limit</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Tidak dapat menggunakan kompleks tak terhingga</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Tidak dapat gunakan bilangan kompleks dalam pertidaksamaan.</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kembali ke daftar fungsi</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kembali ke daftar fungsi</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Lakukan analisis fungsi</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lakukan analisis fungsi</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Lakukan analisis fungsi</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hapus persamaan</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hapus persamaan</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Hapus persamaan</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Berbagi</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bagikan</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ubah gaya persamaan</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ubah gaya persamaan</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Ubah gaya persamaan</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Tampilkan persamaan</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Sembunyikan persamaan</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Tampilkan persamaan %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Sembunyikan persamaan %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Berhenti merunut</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Mulai merunut</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Jendela tampilan grafik, oleh sumbu x dengan %1 dan %2, sumbu-y oleh oleh %3 dan %4, menampilkan persamaan %5</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfigurasikan penggeser</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfigurasikan penggeser</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Beralih ke mode persamaan</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Beralih ke mode grafik</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Beralih ke mode persamaan</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Mode saat ini adalah mode persamaan</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Mode saat ini adalah mode grafik</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Jendela</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Derajat</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradien</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radian</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unit</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Atur ulang tampilan</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Maks</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Maks</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opsi grafik</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opsi grafik</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opsi grafis</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opsi variabel</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ubah opsi variabel</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Ketebalan garis</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opsi garis</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lebar garis kecil</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lebar garis sedang</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lebar garis besar</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lebar garis sangat besar</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Masukkan ekspresi</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Salin</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Potong</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Salin</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Tempel</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Batalkan</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Pilih semua</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Input fungsi</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Input fungsi</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel input fungsi</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel variabel</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Daftar variabel</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Item daftar %1 variabel</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotak teks nilai variabel</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Penggeser nilai variabel</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotak teks nilai minimum variabel</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotak teks nilai langkah variabel</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotak teks nilai maksimum variabel</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Model garis solid</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Model garis titik-titik</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Model garis putus-putus</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Biru gelap</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Biru Toska</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Lembayung</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Hijau</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Hijau mint</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Hijau gelap</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Hitam Arang</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Merah</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Prem muda</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Kuning emas</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Oranye terang</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Cokelat</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Hitam</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Putih</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Warna 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Warna 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Warna 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Warna 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema Grafis</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Selalu terang</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Cocokkan tema aplikasi</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selalu terang</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cocokkan tema aplikasi</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Fungsi dihapus</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotak persamaan analisis fungsi</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sama dengan</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kurang dari</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kurang dari atau sama dengan</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sama Dengan</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lebih besar atau sama dengan</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lebih besar dari</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kirim</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analisis fungsi</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opsi grafis</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Daftar Riwayat dan Memori</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Daftar Memori</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Slot riwayat %1 dibersihkan</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkulator selalu di atas</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkulator kembali ke tampilan penuh</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Pergeseran aritmatika dipilih</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Pergeseran logis dipilih</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Putar pergeseran melingkar dipilih</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Putar melalui carry pergeseran melingkar dipilih</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Pengaturan</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Tampilan</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema aplikasi</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Pilih tema aplikasi yang akan ditampilkan</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Terang</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Gelap</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Gunakan pengaturan sistem</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kembali</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Halaman pengaturan</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Buka menu konteks untuk melihat tindakan yang tersedia</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Tidak dapat memulihkan snapshot ini.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/is-IS/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Ógilt inntak</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Niðurstaðan er óskilgreind</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Ekki nóg minni</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Yfirflæði</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Niðurstaða ekki skilgreind</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Niðurstaða ekki skilgreind</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Yfirflæði</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Yfirflæði</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Ekki er hægt að deila með núlli</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/is-IS/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Reiknivél</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Reiknivél [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows-reiknivél</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows-reiknivél [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Reiknivél</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Reiknivél [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Afrita</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Líma</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Jafngildir u.þ.b.</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, gildi %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 biti</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>gildislægsti biti</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Opna hliðarglugga úr minni</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Loka hliðarglugga úr minni</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Hafa efst</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Aftur í heildaryfirlit</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Minni</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ferill (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Takkaborð fyrir bitabreytingar</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Fullt takkaborð</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hreinsa allt minni (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Minni</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minni</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Ferill</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ferill</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Umbreytir</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Vísindaleg</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Venjuleg</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Umbreytistilling</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vísindaleg stilling</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Venjuleg stilling</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Hreinsa allan feril</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hreinsa allan feril</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Fela</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Venjuleg</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Vísindaleg</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Forritari</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Umbreytir</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Reiknivél</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Umbreytir</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Reiknivél</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Umbreytar</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Reiknivélar</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Skjár er %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Segð er %1, núverandi inntak er %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Skjárinn er %1 punktar</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Segð er %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Birta gildi sem er afritað á klippiborð</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Ferill</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Minni</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Sextándakerfi %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Tugakerfi %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Áttundakerfi %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Tvíundarkerfi %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hreinsa allan feril</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Ferill hreinsaður</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fela feril</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Opna ferilshliðarglugga</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Loka ferilshliðarglugga</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geyma í minni</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geyma í minni (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hreinsa allt minni</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Minni hreinsað</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kalla úr minni</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kalla úr minni (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Leggja við úr minni</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bæta við minni (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Draga frá úr minni</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Draga frá úr minni (CTRL+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hreinsa minnisatriði</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hreinsa minnisatriði</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bæta við minnisatriði</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bæta við minnisatriði</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Draga frá úr minnisatriði</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Draga frá úr minnisatriði</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hreinsa minnisatriði</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Hreinsa minnisatriði</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bæta við minnisatriði</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Bæta við minnisatriði</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Draga frá úr minnisatriði</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Draga frá úr minnisatriði</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Eyða</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Afrita</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Eyða</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eyða atriði úr ferli</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eyða atriði úr ferli</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bakklykill</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Núll</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Einn</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tveir</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Þrír</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fjórir</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fimm</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sex</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sjö</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Átta</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Níu</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Og</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eða</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ekki</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Snúa til vinstri</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Snúa til hægri</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vinstri hliðrun</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hægri hliðrun</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Annaðhvort eða</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Víxla á milli fjögurra orða</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Víxla á milli tveggja orða</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Víxla á milli orða</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Víxla bætum</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Takkaborð fyrir bitabreytingar</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fullt takkaborð</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tugabrotsskiltákn</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hreinsa færslu</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hreinsa</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deila með</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Margfalda með</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jafngildir</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Andhverft fall</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mínus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Mínus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plús</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvaðratrót</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prósenta</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jákvæð neikvæð</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jákvæð neikvæð</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Umhverfa</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vinstri svigi</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Vinstri svigi, opnir svigar telja %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hægri svigi</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Fjöldi opinna sviga: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Engir opnir svigar til að loka.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vísindaleg táknun</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breiðbogafall</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sínus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kósínus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breiðbogasínus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breiðbogakósínus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breiðbogatangens</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ferningur</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teningur</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkarsínus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkarkósínus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkartangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breiðbogaarkarsínus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breiðbogaarkarkósínus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breiðbogaarkartangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X í veldisvísi</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tíu í veldinu</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>e í veldisvísi</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>y rót af x</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lógaritmi</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Náttúrulegur lógaritmi</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Módulus</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veldisvísir</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gráða mínúta sekúnda</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gráður</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Heiltöluhluti</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Brotahluti</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hrópmerkt</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skipta á milli gráða</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Víxla nýgráðum</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Víxla bogamálum</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fellilisti fyrir stillingar</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fellilisti fyrir flokka</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hafa efst</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aftur í heildaryfirlit</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hafa efst (Alt+upp)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Aftur í heildaryfirlit (Alt+niður)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Breyta úr %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Breyta úr %1 komma %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Breytir í %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 er %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Inntakseining</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Úttakseining</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Flatarmál</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Gögn</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Orka</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Lengd</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Afl</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Hraði</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Tími</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Rúmmál</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Hitastig</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Þyngd og massi</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Þrýstingur</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Horn</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Gjaldmiðill</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Únsur (Bretl.)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (Bretl.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Únsur (BNA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (Bandar.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Gallon (Bretl.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (Bretl.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Gallon (BNA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (BNA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Lítrar</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Millilítrar</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Hálfpottar (Bretl.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (Bretl.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Hálfpottar (BNA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (Bandar.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Matskeiðar (BNA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>msk (Bandar.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Teskeiðar (BNA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsk (BNA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Matskeiðar (Bretl.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>msk (Bretl.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Teskeiðar (Bretl.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsk (Bretl.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Lítrar (Bretl.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (Bretl.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Lítrar (BNA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (BNA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Bollar (BNA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>bolli (BNA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/mín.</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>kal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/sek.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>to.³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>fet</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>fet/sek.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (BNA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>klst</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>í</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kkal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/klst.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/sek.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mí.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mí./klst.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>mín.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>sjóm.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/mín.</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>sek.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>to.²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mí.²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>v.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>ár</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Ekrur</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Breskar varmaeiningar</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/mínútu</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Hitaeiningar</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Sentimetrar</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Sentimetrar á sekúndu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Rúmsentimetrar</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Rúmfet</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Rúmtommur</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Rúmmetrar</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Rúmyardar</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dagar</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsíus</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Rafeindavolt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Fet</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Fet á sekúndu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Pundfet</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Pundfet/mínútu</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gígabitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gígabæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektarar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Hestöfl (BNA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Klukkustundir</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Tommur</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Júl</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kílóvatt-klukkustundir</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kílóbitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kílóbæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Kaloríur</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kílójúl</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kílómetrar</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kílómetrar á klukkustund</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kílóvött</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Hnútar</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metrar</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metrar á sekúndu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Míkron</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Míkrósekúndur</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Mílur</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Mílur á klukkustund</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Millimetrar</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Millisekúndur</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Mínútur</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nart</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanómetrar</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angström</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Sjómílur</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekúndur</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Fersentimetrar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Ferfet</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Fertommur</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Ferkílómetrar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Fermetrar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Fermílur</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Fermillimetrar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Feryardar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Vött</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Vikur</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yardar</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Ár</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tonn (Bretl.)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tonn (BNA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karöt</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Gráður</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Bogamál</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Nýgráður</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Loftþyngdareiningar</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bör</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kílópasköl</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimetrar kvikasilfurs </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pasköl</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Pund á fertommu</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Sentigrömm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagrömm</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Desigrömm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Grömm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektógrömm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kílógrömm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Stór tonn (Bretl.)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Milligrömm</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Únsur</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Pund</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Lítil tonn (BNA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Tonn</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>Geisladiskar</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>Geisladiskar</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>fótboltavellir</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>fótboltavellir</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disklingar</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disklingar</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD-diskar</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD-diskar</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>rafhlöður</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>rafhlöður</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>bréfaklemmur</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>bréfaklemmur</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>júmbóþotur</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>júmbóþotur</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>ljósaperur</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>ljósaperur</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>hestar</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>hestar</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>baðker</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>baðker</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>snjókorn</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>snjókorn</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>fílar</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>fílar</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>skjaldbökur</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>skjaldbökur</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>þotur</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>þotur</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>hvalir</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>hvalir</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>kaffibollar</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>kaffibollar</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>sundlaugar</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>sundlaugar</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>hendur</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>hendur</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>blöð</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>blöð</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>kastalar</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>kastalar</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>bananar</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>bananar</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>kökusneiðar</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>kökusneiðar</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>lestir</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>lestir</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>fótboltar</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>fótboltar</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Minnisatriði</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Til baka</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Til baka</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Leyfisskilmálar Microsoft hugbúnaðar</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Forskoðun</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Yfirlýsing Microsoft um persónuvernd</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Allur réttur áskilinn.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Kynntu þér verkefnið á %HL%GitHub%HL% til að fá upplýsingar um hvernig þú getur lagt þitt af mörkum í Windows-reiknivélina.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Um</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Senda athugasemd</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Enginn ferill enn.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Ekkert hefur verið vistað í minni.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minni</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Ekki er hægt að líma þessa segð</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibæti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Útreikningur dagsetningar</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reiknistilling</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Bæta við</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Bæta dögum við eða draga frá</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Dagsetning</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Mismunur milli dagsetninga</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dagar</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Mismunur</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Frá</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Mánuðir</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Draga frá</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Til</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Ár</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Dagsetning utan marka</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dagur</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dagar</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mánuður</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>mánuðir</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Sömu dagsetningar</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>vika</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>vikur</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>ár</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>ár</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Mismunur %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Niðurstöðudagsetning %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 stilling fyrir reiknivél</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 umbreytistilling</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Stilling fyrir úttreikning dagsetningar</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ferils- og minnislistar</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minnisstýringar</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Venjulegar aðgerðir</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skjástýringar</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Venjuleg virknitákn</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Talnaborð</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Virknitákn fyrir horn</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vísindalegar aðgerðir</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radix-val</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Virknitákn fyrir forritara</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Val innsláttarstillingar</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Takkaborð fyrir bitabreytingar</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fletta segð til vinstri</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fletta segð til hægri</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Hámarksfjölda tölustafa náð. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 vistuð í minni</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Minnisrauf %1 er %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Minnisrauf %1 hreinsuð</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>deilt með</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>sinnum</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mínus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plús</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>að afli sem nemur</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y rót</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>gerð</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>vinstri hliðrun</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>hægri hliðrun</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>eða</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x eða</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>og</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Uppfært %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Uppfæra taxta</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Gagnaflutningsgjöld kunna að eiga við.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Ekki tókst að sækja ný verð. Reyndu aftur síðar.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Utan nets. Athugaðu%HL%netstillingarnar%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Uppfærir gengi gjaldmiðla</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Gengi gjaldmiðla uppfært</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Ekki var hægt að uppfæra gengi</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hreinsa allt minni (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hreinsa allt minni</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sínusgráður</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sínusbogamálseiningar</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sínusnýgráður</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>andhverfar sínusgráður</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>andhverfar sínusbogamálseiningar</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>andhverfar sínusnýgráður</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>breiðbogasínus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>andhverfur breiðbogasínus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>kósínusgráður</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>kósínusbogamálseiningar</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>kósínusnýgráður</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>andhverfar kósínusgráður</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>andhverfar kósínusbogamálseiningar</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>andhverfar kósínusnýgráður</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>breiðbogakósínus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>andhverfur breiðbogakósínus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangensgráður</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangensbogamálseiningar</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangensnýgráður</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>andhverfar tangensgráður</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>andhverfar tangensbogamálseiningar</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>andhverfar tangensnýgráður</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>breiðbogatangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>andhverfur breiðbogatangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sekansgráður</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sekanshorn</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sekansnýgráður</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>andhverfar sekansgráður</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>andhverft sekanshorn</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>andhverfar sekansnýgráður</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>breiðbogasekans</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>andhverfur breiðbogasekans</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>kósekansgráður</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>kósekanshorn</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>kósekansnýgráður</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>andhverfar kósekansgráður</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>andhverft kósekanshorn</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>andhverfar kósekansnýgráður</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>breiðbogakósekans</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>andhverfur breiðbogakósekans</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>kótangensgráður</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Kótangenshorn</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>kótangensnýgráður</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>andhverfar kótangensgráður</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>andhverft kótangenshorn</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>andhverfar kótangensnýgráður</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>breiðbogakótangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>andhverfur breiðbogakótangens</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Þriðja rót</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Log-grunnur</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Algildi</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>vinstri hliðrun</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>hægri hliðrun</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>aðfeldi</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>gráða mínúta sekúnda</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>náttúrulegur lógaritmi</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>ferningur</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y rót</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 flokkur</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Þjónustusamningur Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Frá</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fletta útreikningsniðurstöðu til vinstri</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fletta útreikningsniðurstöðu til hægri</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Útreikningur mistókst</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log-grunnur Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Hornafræði</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Virkni</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Ójöfnuður</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ójöfnuður</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bitahliðrun</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Andhverft fall</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gleiðbogafall</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breiðbogasekans</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkarsekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gleiðbogaarkarsekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kósekans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breiðbogakósekans</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkarkósekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gleiðbogaarkarkósekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kótangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breiðbogakótangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkarkótangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gleiðbogaarkarkótangens</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hæð</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Efri mörk</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Af handahófi</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Algildi</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tala Eulers</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tveir í veldinu</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NOR</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NOR</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Snúa til vinstri með geymd</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Snúa til hægri með geymd</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vinstri hliðrun</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Vinstri hliðrun</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hægri hliðrun</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Hægri hliðrun</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Reikningshliðrun</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rökleg hliðrun</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Snúa hringhliðrun</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Hringhliðrun snúnings með geymd</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Þriðja rót</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hornafræði</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Föll</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitahliðrun</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vísindastilling</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Forritarastilling</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>gildishæsti biti</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Birtir gröf</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teikna</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Endurnýja yfirlit sjálfvirkt (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafyfirlit</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Sjálfvirk kjörstærð</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Handvirk leiðrétting</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Grafyfirlit hefur verið endurstillt</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Auka aðdrátt (Ctrl + plús)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Auka aðdrátt</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Minnka aðdrátt (Ctrl + mínus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minnka aðdrátt</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bæta jöfnu við</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Ekki er hægt að deila eins og er.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>Í lagi</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Sjáðu grafið sem ég bjó til með Windows-reiknivél</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Jöfnur</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Breytur</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Mynd af grafi með jöfnum</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Breytur</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Skref</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Lágmark</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Hámark</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Litur</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stíll</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Greining falls</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Engar láréttar aðfellur eru í þessu falli.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Engir hverfipunktar eru fallinu.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Engin hágildi eru í fallinu.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Engin lággildi eru í fallinu.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Fasti</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Lækkandi</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Ekki er hægt að ákvarða einhalla fallsins.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Hækkandi</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Einhalli fallsins er óþekktur.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Engar skásettar aðfellur eru í þessu falli.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Ekki er hægt að ákvarða formerki fallsins.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Fallið er slétt tala.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Fallið er hvorki oddatala né slétt tala.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Fallið er oddatala.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Formerki falls er óþekkt.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Lotubinding er ekki studd í þessu falli.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Fallið er ekki reglubundið.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Lotubinding fallsins þekkist ekki.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Þessir eiginleikar eru of flóknir fyrir reiknivélina:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Engar lóðréttar aðfellur eru í þessu falli.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Engin x-ássnið eru í fallinu.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Engin y-ássnið eru í fallinu.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Lén</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Láréttar aðfellur</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Hverfipunktar</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Greining er ekki studd fyrir þetta fall.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Greining er aðeins studd fyrir aðgerðir í sniðinu f(x). Dæmi: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Hágildi</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Lággildi</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Einhalli</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Skásettar aðfellur</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Sammerking</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Punktur</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Svið</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Lóðréttar aðfellur</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-ássnið</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-ássnið</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Ekki var hægt að framkvæma greininguna fyrir fallið.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Ekki er hægt að reikna heilbaug fyrir þetta fall.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Ekki er hægt að reikna mengi þessa falls.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Yfirflæði (talan er of stór)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Áskilið er að hafa bogamálssnið til að mynda þessa jöfnu.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Aðgerðin er of flókin til að mynda</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Krafist er gráðustillingar til að mynda þessa aðgerð</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Hrópmerkta aðgerðin inniheldur ógilda frumbreytu</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Hrópmerkta aðgerðin inniheldur frumbreytu sem er of stór til að mynda</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Aðeins er hægt að nota leifar með heilum tölum</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Jafnan hefur enga lausn</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Ekki er hægt að deila með núlli</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Jafnan inniheldur rökræn skilyrði sem útiloka hvert annað</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Jafnan er utan léns</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Myndun þessarar jöfnu er ekki studd</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Það vantar vinstri sviga í jöfnuna</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Það vantar hægri sviga í jöfnuna</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Það eru of mörg tugabrot í tölu</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Tölustafi vantar í tugabrot</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Óvæntur endir á segð</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Óvæntir stafir í segð</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Ógildir stafir í segð</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Það eru of mörg samasem merki</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Aðgerðin verður að innihalda minnst eina x- eða y-breytu</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Ógild segð</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Segðin er tóm</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Samasem var notað án jöfnu</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Sviga vantar eftir heiti aðgerðar</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Reikniaðgerð inniheldur rangan fjölda færibreyta</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Breytunafn er ógilt</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Það vantar opnunarsviga í jöfnuna</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Það vantar lokunarsviga í jöfnuna</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>Ekki er hægt að nota „i“ og „I“ sem breytumerki</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Ekki var hægt að mynda jöfnuna</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Ekki var hægt að leysa úr tölustafnum fyrir tilgreinda grunninn</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Grunnurinn verður að vera meiri en 2 og minni en 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Í reikniaðgerð þarf ein færibreytan að vera breyta</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Jafnan blandar saman rökrænum og tölulegum þolendum</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>Ekki er hægt að nota x eða y í efri eða neðri mörkum</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>Ekki má nota x eða y í markpunkti</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Ekki hægt að nota flókinn óendanleika</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Ekki er hægt að nota tvinntölur í ójöfnum</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Aftur á aðgerðalista</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aftur á aðgerðalista</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Greina fall</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Greina fall</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Greina fall</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Fjarlægja jöfnu</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fjarlægja jöfnu</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Fjarlægja jöfnu</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Deila</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deila</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Breyta jöfnustíl</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breyta jöfnustíl</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Breyta jöfnustíl</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Sýna jöfnu</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Fela jöfnu</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Sýna jöfnu %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Fela jöfnu %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Stöðva rakningu</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Hefja rakningu</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Skoðunargluggi grafs, x-ás bundinn af %1 og %2, y-ás bundinn af %3 og %4, birtir %5 jöfnur</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Stilla sleða</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stilla sleða</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Skipta yfir í jöfnustillingu</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Skipta yfir í grafsstillingu</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skipta yfir í jöfnustillingu</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Núverandi stilling er jöfnustilling</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Núverandi stilling er grafsstilling</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Gluggi</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Gráður</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Nýgráður</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Bogamál</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Einingar</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Endurstilla yfirlit</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-hám.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-lágm.</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-hám.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-lágm.</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Valkostir grafs</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valkostir grafs</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Valkostir grafs</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breytuvalkostir</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Víxla breytuvalkostum</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Línuþykkt</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Línuvalkostir</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lítil línubreidd</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Miðlungslínubreidd</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Stór línubreidd</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Mjög stór línubreidd</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Sláðu inn segð</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Afrita</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Klippa</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Afrita</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Líma</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Afturkalla</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Velja allt</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Setja inn fall</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Setja inn fall</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Innsláttargluggi</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breytusvæði</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breytulisti</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>%1 listaatriði</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gildistextareitur</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gildissleði</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textareitur fyrir lágmarksgildi</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textareitur fyrir þrepagildi</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textareitur fyrir hámarksgildi</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Óbrotinn línustíll</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Punktalínustíll</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Strikalínustíll</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Dökkblár</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Blágrænn</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Fjólublár</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Grænn</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Myntugrænn</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Dökkgrænn</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Kolagrár</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Rauður</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Ljósplómulitaður</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Blárauður</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Gulllitaður</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Skærappelsínugulur</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Brúnn</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Svartur</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Hvítur</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Litur 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Litur 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Litur 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Litur 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Grafþema</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Alltaf ljós</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Samræma forritaþema</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Þema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alltaf ljós</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Samræma forritaþema</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Aðgerð fjarlægð</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aðgerðargreining fyrir jöfnureit</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Er jafnt og</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minna en</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minna en eða jafnt og</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jafnt og</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stærra en eða jafnt og</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stærra en</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Senda</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Greining falls</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valkostir grafs</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Ferils- og minnislistar</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Minnislisti</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Ferilsrauf %1 hreinsuð</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Reiknivél alltaf efst</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Reiknivél aftur í fulla skjámynd</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Reikningshliðrun valin</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Rökræn hliðrun valin</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>„Snúa hringhliðrun“ valið</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>„Hringhliðrun snúnings með geymd“ valið</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Stillingar</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Útlit</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Þema forrits</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Velja hvaða forritaþema á að birta</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Ljóst</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Dökkt</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Nota kerfisstillingu</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Til baka</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Stillingarsíða</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opnaðu flýtivalmyndina fyrir tiltækar aðgerðir</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>Í lagi</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Ekki tókst að endurheimta þessa skyndimynd.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/it-IT/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Input non valido</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Risultato indefinito</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Memoria insufficiente</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Overflow</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Risultato non definito</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Risultato non definito</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Overflow</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Overflow</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Impossibile dividere per zero</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/it-IT/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calcolatrice</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calcolatrice [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Calcolatrice Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Calcolatrice Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calcolatrice</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calcolatrice [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Copia</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Incolla</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Circa uguale a</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, valore %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63° </value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62° </value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61° </value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60° </value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59° </value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58° </value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57° </value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56° </value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55° </value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54° </value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53° </value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52° </value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51° </value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50° </value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49° </value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48° </value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47° </value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46° </value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45° </value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44° </value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43° </value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42° </value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41° </value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40° </value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39° </value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38° </value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37° </value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36° </value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35° </value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34° </value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33° </value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32° </value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31° </value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30° </value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29° </value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28° </value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27° </value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26° </value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25° </value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24° </value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23° </value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22° </value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21° </value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20° </value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19° </value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18° </value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17° </value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16° </value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15° </value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14° </value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13° </value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12° </value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11° </value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10° </value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9° </value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8° </value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7° </value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6° </value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5° </value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4° </value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3° </value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2° </value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1° </value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>bit meno significativo</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Apri riquadro a comparsa della memoria</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Chiudi riquadro a comparsa della memoria</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Mantieni in primo piano</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Torna a visualizzazione completa</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Cronologia (CTRL+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tastierino per numeri binari</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tastierino numerico completo</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Cancella tutta la memoria (CTRL+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Cronologia</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cronologia</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Convertitore</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Scientifica</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modalità convertitore</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modalità scientifica</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modalità standard</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Cancella tutta la cronologia</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Cancella tutta la cronologia</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Nascondi</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Scientifica</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmatore</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Convertitore</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calcolatrice</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Convertitore</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calcolatrice</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Convertitori</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Calcolatrici</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Lo schermo è %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>L'espressione è %1, L'input corrente è %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Lo schermo è %1 virgola</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>L'espressione è %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Visualizza il valore copiato negli appunti</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Cronologia</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Esadecimale %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimale %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Ottale %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binario %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cancella tutta la cronologia</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Cronologia cancellata</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nascondi cronologia</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Apri riquadro a comparsa della cronologia</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Chiudi riquadro a comparsa della cronologia</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Salvataggio in memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Salvataggio in memoria (CTRL+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cancella tutta la memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memoria cancellata</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Richiamo memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Richiamo memoria (CTRL+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aggiunta alla memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Aggiunta alla memoria (CTRL+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sottrazione dalla memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sottrazione dalla memoria (CTRL+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cancella elemento in memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Cancella elemento in memoria</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aggiungi a elemento in memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Aggiungi a elemento in memoria</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sottrai dall'elemento in memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sottrai dall'elemento in memoria</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cancella elemento in memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Cancella elemento in memoria</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aggiungi a elemento in memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Aggiungi a elemento in memoria</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sottrai dall'elemento in memoria</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Sottrai dall'elemento in memoria</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Elimina</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copia</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Elimina</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elimina elemento della cronologia</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elimina elemento della cronologia</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uno</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Due</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tre</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quattro</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cinque</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sei</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sette</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otto</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nove</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>And</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Or</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Not</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotazione a sinistra</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotazione a destra</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Spostamento a sinistra</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Spostamento a destra</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>XOR</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Attivazione/Disattivazione qword</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Attivazione/Disattivazione dword</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Attivazione/Disattivazione word</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Attivazione/Disattivazione byte</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastierino per numeri binari</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastierino numerico completo</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Separatore decimale</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cancella immissione</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cancella</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Divisione</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Moltiplicazione</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uguale</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funzione inversa</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Meno</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Meno</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Più</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radice quadrata</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Percentuale</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivo negativo</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivo negativo</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reciproco</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parentesi aperta</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Parentesi aperta, numero %1 parentesi aperte</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parentesi chiusa</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Numero di parentesi aperte %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Non sono presenti parentesi aperte da chiudere.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notazione scientifica</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funzione iperbolica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi greco</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seno</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Coseno</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seno iperbolico</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Coseno iperbolico</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente iperbolica</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadrato</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cubo</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcoseno</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco coseno</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco tangente</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcoseno iperbolico</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcocoseno iperbolico</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcotangente iperbolica</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' elevato all'esponente</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>10 elevato all'esponente</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' elevato all'esponente</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'y' radice di 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo naturale</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Esponenziale</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grado minuto secondo</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gradi</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte intera</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte frazionaria</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fattoriale</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Attivazione/Disattivazione gradi</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Attivazione/Disattivazione gradienti</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Attivazione/Disattivazione radianti</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elenco a discesa Modalità</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elenco a discesa Categorie</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mantieni in primo piano</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Torna a visualizzazione completa</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mantieni in primo piano (ALT + freccia SU)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Torna a visualizzazione completa (ALT + freccia GIÙ)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Converti da %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Converte da %1 virgola %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Converte in %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 è %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Unità di input</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unità di output</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Area</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Dati</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energia</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Lunghezza</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Potenza</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Velocità</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Orario</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volume</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Peso e massa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Pressione</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Angolo</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valuta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Once fluide (Regno Unito)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (Regno Unito)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Once fluide (Stati Uniti)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (Stati Uniti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galloni (Regno Unito)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (Regno Unito)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galloni (Stati Uniti)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (Stati Uniti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litri</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Millilitri</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pinte (Regno Unito)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (Regno Unito)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pinte (Stati Uniti)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (Stati Uniti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Cucchiai da tavola (Stati Uniti)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (Stati Uniti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Cucchiaini da tè (Stati Uniti)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (Stati Uniti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Cucchiai da tavola (Regno Unito)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (Regno Unito)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Cucchiaini da tè (Regno Unito)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (Regno Unito)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Quarti (Regno Unito)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (Regno Unito)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Quarti (Stati Uniti)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (Stati Uniti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Tazze (Stati Uniti)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>tazza (Stati Uniti)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (Stati Uniti)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>a</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi greco</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>British Thermal Unit</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minuto</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Byte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Calorie termiche</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimetri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimetri al secondo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Centimetri cubi</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Piedi cubici</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Pollici cubici</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Metri cubi</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Iarde cubiche</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Giorni</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elettronvolt (eV)</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Piedi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Piedi al secondo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Piede per libbra</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Piede per libbra/minuto</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Ettari</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Cavallo vapore (Stati Uniti)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Ore</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Pollici</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Chilowattora</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Calorie alimentari</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Chilometri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Chilometri all'ora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Nodi</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metri al secondo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Micron</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microsecondi</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Miglia</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Miglia all'ora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Millimetri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Millisecondi</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minuti</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstrom</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Miglia nautiche</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Secondi</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Centimetri quadrati</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Piedi quadrati</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Pollici quadrati</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Chilometri quadrati</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Metri quadrati</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Miglia quadrate</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Millimetri quadrati</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Iarde quadrate</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Settimane</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Iarde</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Anni</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (Regno Unito)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (Stati Uniti)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Carati</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Gradi</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radianti</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradienti</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfere</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bar</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimetri di mercurio </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Libbre per pollice quadrato</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigrammi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Decagrammi</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigrammi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Grammi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Ettogrammi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Chilogrammi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Tonnellate lunghe (Regno Unito)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Milligrammi</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Once</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Libbre</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Tonnellate corte (Stati Uniti)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Tonnellate metriche</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>campi da calcio</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>campi da calcio</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>dischi floppy</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>dischi floppy</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>batterie</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>batterie</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>graffette</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>graffette</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jet</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jet</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>lampadine</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>lampadine</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>cavalli</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>cavalli</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>vasche da bagno</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>vasche da bagno</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>fiocchi di neve</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>fiocchi di neve</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefanti</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefanti</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>tartarughe</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>tartarughe</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>jet</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>jet</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>balene</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>balene</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>tazze da tè</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>tazze da tè</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscine</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscine</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>mani</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>mani</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>fogli di carta</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>fogli di carta</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>castelli</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>castelli</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banane</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banane</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>fette di torta</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>fette di torta</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>motori del treno</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotive</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>palloni da calcio</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>palloni da calcio</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Elemento in memoria</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Indietro</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Indietro</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Condizioni di licenza software Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Anteprima</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Informativa sulla privacy di Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Tutti i diritti sono riservati.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Per informazioni su come contribuire a calcolatrice di Windows, controllare il progetto in %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Informazioni</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Invia feedback</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Non è ancora presente la cronologia.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Nessun elemento salvato in memoria.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Non è possibile incollare l'espressione</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Calcolo della data</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modalità di calcolo</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Aggiungi</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Aggiungi o sottrai giorni</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Differenza tra date</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Giorni</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Differenza</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Da</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Mesi</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Sottrai</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Anni</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Data fuori intervallo</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>giorno</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>giorni</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mese</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>mesi</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Stesse date</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>settimana</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>settimane</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>anno</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>anni</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Differenza %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Data risultante %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Modalità calcolatrice %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Modalità convertitore %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Modalità di calcolo della data</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cronologia ed elenchi di memoria</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controlli di memoria</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funzioni standard</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controlli di visualizzazione</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatori standard</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastierino numerico</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatori angolo</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funzioni scientifiche</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selezione della base</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatori di programmazione</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selezione modalità input</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastierino per numeri binari</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scorri espressione a sinistra</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scorri espressione a destra</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Numero massimo di cifre raggiunto. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 è stato salvato nella memoria</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Lo slot di memoria %1 è %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Slot di memoria %1 cancellato</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>diviso per</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>volte</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>meno</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>più</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>alla potenza di</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y radice</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>spostamento a sinistra</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>spostamento a destra</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>o</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x o</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>e</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Aggiornato il %1 alle %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Aggiorna tariffe</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Potrebbero essere applicati addebiti per i dati.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Non è possibile ottenere nuove percentuali. Riprova più tardi.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Verifica le %HL%impostazioni di rete%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Aggiornamento tassi di cambio in corso</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Tassi di cambio aggiornati</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Non è stato possibile aggiornare le tariffe</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Cancella tutta la memoria (CTRL+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cancella tutta la memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>gradi sinusoidali</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radianti seno</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>gradienti seno</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>gradi seno inverso</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>radianti seno inverso</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>gradienti seno inverso</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>Seno iperbolico</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>seno iperbolico inverso</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>gradi coseno</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radianti coseno</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>gradienti coseno</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>gradi coseno inverso</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>radianti coseno inverso</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>gradienti coseno inverso</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>Coseno iperbolico</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>coseno iperbolico inverso</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>gradi tangente</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>radianti tangente</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>gradienti tangente</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>gradi tangente inversa</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>gradienti tangente inversa</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>gradienti tangente inversa</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>Tangente iperbolica</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente iperbolica inversa</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>gradi secante</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radianti secante</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>gradienti secante</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>gradi secante inversa</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>radianti secante inversa</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>gradienti secante inversa</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>secante iperbolica</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>secante iperbolica inversa</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>gradi cosecante</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radianti cosecante</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>gradienti cosecante</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>gradi cosecante inversa</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>radianti cosecante inversa</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>gradienti cosecante inversa</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecante iperbolica</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecante iperbolica inversa</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>gradi cotangente</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radianti cotangente</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>gradienti cotangente</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>gradi cotangente inversa</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>radianti cotangente inversa</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>gradienti cotangente inversa</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente iperbolica</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente iperbolica inversa</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Radice cubica</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Registro di base</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Valore assoluto</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>spostamento a sinistra</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>spostamento a destra</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>fattoriale</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grado minuto secondo</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>logaritmo naturale</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>quadrato</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y radice</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Categoria %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Contratto di Servizi Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Da</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scorri il risultato del calcolo verso sinistra</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scorri il risultato del calcolo verso destra</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Calcolo non riuscito</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Registro di base Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funzione</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Disuguaglianze</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Disuguaglianze</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bit per bit</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Scorrimento bit</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funzione inversa</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funzione iperbolica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante iperbolica</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcosecante</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcosecante iperbolica</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecante iperbolica</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcocosecante</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcocosecante iperbolica</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente iperbolica</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcocotangente</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcocotangente iperbolica</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arrotondamento per difetto</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arrotondamento per eccesso</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Casuale</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valore assoluto</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numero di Eulero</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Due elevato all'esponente</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ruota RLC</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ruota RRC</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Spostamento a sinistra</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Scorrimento a sinistra</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Spostamento a destra</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Scorrimento a destra</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Scorrimento aritmetico</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Scorrimento logico</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Ruota CS</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Ruota CCS</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radice cubica</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funzioni</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit per bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>BitShift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pannelli operatore scientifico</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pannelli operatore programmatore</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>bit più significativo</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Rappresentazione grafica</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tracciato</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Aggiorna automaticamente la visualizzazione (CTRL + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafico</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Imposta automaticamente il più adatto</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Regolazione manuale</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>La visualizzazione grafico è stata reimpostata</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom avanti (CTRL + segno più)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom avanti</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom indietro (CTRL+segno meno)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom indietro</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Aggiungi equazione</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Impossibile condividere in questo momento.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Guarda il grafo creato con Calcolatrice Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Equazioni</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variabili</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Immagine di un grafo con equazioni</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variabili</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Passaggio</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Minimo</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Massimo</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Colore</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stile</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analisi funzioni</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>La funzione non contiene asintoti orizzontali.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>La funzione non include punti di flesso.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>La funzione non include punti massimi.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>La funzione non include punti minimi.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Costante</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Decrescente</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Impossibile determinare la monotonicità della funzione.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Crescente</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>La monotonicità della funzione è sconosciuta.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>La funzione non include alcun asintoto obliquo.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Impossibile determinare la parità della funzione.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>La funzione è pari.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>La funzione non è né pari né dispari.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>La funzione è dispari.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Parità di funzione sconosciuta.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>La periodicità non è supportata per questa funzione.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>La funzione non è periodica.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>La periodicità della funzione è sconosciuta.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Queste funzionalità sono troppo complesse per il calcolo tramite Calcolatrice:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>La funzione non contiene asintoti verticali.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>La funzione non contiene intersezioni con l'asse x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>La funzione non contiene intersezioni con l'asse y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Dominio</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asintoti orizzontali</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Punti di flesso</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>L'analisi non è supportata per questa funzione.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>L'analisi è supportata solo per le funzioni nel formato f (x). Esempio: y = x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Massimi</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minimi</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonicità</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asintoti obliqui</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Parità</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Ciclo</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Intervallo</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asintoti verticali</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Intersezione X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Intersezione Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Impossibile eseguire l'analisi per la funzione.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Impossibile calcolare il dominio per questa funzione.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Impossibile calcolare l'intervallo per questa funzione.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Overflow (il numero è troppo grande)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Per tracciare il grafico di questa equazione, è necessaria la modalità Radianti.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Questa funzione è troppo complessa per tracciarne il grafico</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>La modalità gradi è necessaria per il grafico della funzione</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>La funzione fattoriale contiene un argomento non valido</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>L'argomento della funzione fattoriale è troppo grande per il grafico</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>È possibile usare il modulo solo con numeri interi</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Non è disponibile alcuna soluzione per l'equazione</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Non è possibile dividere per zero</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>L'equazione contiene condizioni logiche che si escludono a vicenda</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>L'equazione è esterna al dominio</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>La rappresentazione grafica di questa equazione non è supportata</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Nell'equazione manca una parentesi di apertura</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Nell'equazione manca una parentesi di chiusura</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Sono presenti troppe virgole decimali in un numero</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Mancano cifre con la virgola decimale</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Fine imprevista dell'espressione</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Sono presenti caratteri imprevisti nell'espressione</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Sono presenti caratteri non validi nell'espressione</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Sono presenti troppi segni di uguale</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>La funzione deve contenere almeno una variabile x o y.</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Espressione non valida</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>L'espressione è vuota</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>È stato usato un segno di uguale senza un'equazione</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Parentesi mancante dopo il nome della funzione</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Il numero di parametri dell'operazione matematiche non è corretto</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Un nome di variabile non è valido</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Nell'equazione manca una parentesi quadra di apertura</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Nell'equazione manca una parentesi quadra chiusa</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>Non è possibile usare \"i\" e \"I\" come nomi di variabile</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Non è possibile tracciare il grafico dell'equazione</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Non è stato possibile risolvere la cifra per la base specificata</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>La base deve essere maggiore di 2 e minore di 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Uno dei parametri di un'operazione matematica deve essere una variabile</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Nell'equazione vengono combinati operandi logici e scalari</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>Impossibile utilizzare x o y nei limiti superiori o inferiori</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>Impossibile utilizzare x o y nel punto di limite</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Non è possibile usare l'infinito complesso</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Non è possibile usare numeri complessi nelle disuguaglianze</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Torna all'elenco di funzioni</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Torna all'elenco di funzioni</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analizza funzione</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analizza funzione</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analizza funzione</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Rimuovi equazione</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rimuovi equazione</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Rimuovi equazione</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Condividi</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Condividi</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Cambia stile equazione</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cambia stile equazione</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Cambia stile equazione</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Mostra equazione</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Nascondi equazione</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Mostra equazione %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Nascondi equazione %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Arresta traccia</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Avvia traccia</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Finestra di visualizzazione del grafico, vincolato asse x %1 e %2, l'asse y vincolato %3 e %4, visualizzando le equazioni %5</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Configura dispositivo di scorrimento</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Configura dispositivo di scorrimento</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Passa alla modalità equazione</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Passa alla modalità grafo</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Passa alla modalità equazione</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>La modalità corrente è la modalità equazione</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>La modalità corrente è la modalità grafo</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Finestra</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Gradi</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradienti</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radianti</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unità</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Reimposta visualizzazione</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opzioni grafico</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opzioni grafico</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opzioni grafico</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opzioni variabili</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Attiva/disattiva opzioni variabili</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Spessore linea</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opzioni linea</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Spessore linea piccola</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Spessore linea media</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Spessore linea grande</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Spessore linea molto grande</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Immetti un'espressione</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copia</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Taglia</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copia</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Incolla</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Annulla</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Seleziona tutto</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Input delle funzioni</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Input delle funzioni</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pannello input della funzione</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pannello variabile</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elenco variabili</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Voce di elenco variabile %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Casella di testo con il valore della variabile</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dispositivo di scorrimento del valore della variabile</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Casella di testo con il valore minimo della variabile</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Casella di testo del valore di incremento della variabile</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Casella di testo con il valore massimo della variabile</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stile linea continua</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stile linee punto</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stile linea trattino</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Blu scuro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Verde acqua</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Viola</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Verde</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Menta verde</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Verde scuro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Carbone</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Rosso</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Prugna chiaro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Giallo oro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Arancione brillante</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Marrone</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Nero</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Bianco</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Colore 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Colore 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Colore 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Colore 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema grafico</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Sempre chiaro</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Rispecchia tema del sistema</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sempre chiaro</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rispecchia tema del sistema</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funzione rimossa</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Casella equazione di analisi della funzione</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uguale</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minore di</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minore o uguale a</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uguale a</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maggiore o uguale a</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maggiore di</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Invia</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analisi funzioni</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opzioni grafico</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Cronologia ed elenchi di memoria</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Elenco di memoria</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Cronologia %1 cancellata</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Calcolatrice sempre in primo piano</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Calcolatrice alla visualizzazione completa</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Turno aritmetico selezionato</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Turno logico selezionato</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Ruota CS selezionato</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Ruota CCS selezionato</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Impostazioni</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Aspetto</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema dell'app</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Seleziona il tema dell'app da mostrare</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Chiaro</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Scuro</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Usa impostazione di sistema</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Indietro</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Pagina Impostazioni</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Apri il menu di scelta rapida per le azioni disponibili</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Non è possibile ripristinare questo snapshot.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ja-JP/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>無効な入力です</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>結果が定義されていません</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>メモリが不足しています</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>オーバーフロー</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>結果が定義されていません</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>結果が定義されていません</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>オーバーフロー</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>オーバーフロー</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>0 で割ることはできません</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ja-JP/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>電卓</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>電卓 [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows 電卓</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows 電卓 [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>電卓</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>電卓 [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>コピー</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>貼り付け</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>次にほぼ等しい</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1、値 %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 ビット</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>第 63</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>第 62</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>第 61</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>第 60</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>第 59</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>第 58</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>第 57</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>第 56</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>第 55</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>第 54</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>第 53</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>第 52</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>第 51</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>第 50</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>第 49</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>第 48</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>第 47</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>第 46</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>第 45</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>第 44</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>第 43</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>第 42</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>第 41</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>第 40</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>第 39</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>第 38</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>第 37</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>第 36</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>第 35</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>第 34</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>第 33</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>第 32</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>第 31</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>第 30</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>第 29</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>第 28</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>第 27</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>第 26</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>第 25</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>第 24</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>第 23</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>第 22</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>第 21</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>第 20</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>第 19</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>第 18</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>第 17</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>第 16</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>第 15</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>第 14</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>第 13</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>第 12</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>第 11</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>第 10</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>第 9</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>第 8</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>第 7</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>第 6</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>第 5</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>第 4</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>第 3</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>第 2</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>第 1</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>最下位ビット</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>メモリのポップアップを開く</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>メモリのポップアップを閉じる</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>常に手前に表示</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>全画面表示に戻る</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>メモリ</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>履歴 (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ビット反転キーパッド</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>フル キーパッド</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>すべてのメモリをクリア (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>メモリ</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>履歴</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>履歴</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>コンバーター</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>関数電卓</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>標準</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>コンバーター モード</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>関数電卓モード</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>標準モード</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>すべての履歴をクリア</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>すべての履歴をクリア</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>非表示</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>標準</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>関数電卓</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>プログラマー</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>コンバーター</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>電卓</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>コンバーター</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>電卓</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>コンバーター</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>電卓</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>表示は %1 です</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>式は %1 で、現在の入力値は %2 です</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>表示は %1 ポイントです</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>式は %1 です</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>クリップボードにコピーされた値を表示します</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>履歴</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>メモリ</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>16 進数 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>10 進数 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>8 進数 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>2 進数 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>すべての履歴をクリア</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>履歴がクリアされました</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>履歴の非表示</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>履歴のポップアップを開く</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>履歴のポップアップを閉じる</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ保存</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>メモリ保存 (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>すべてのメモリをクリア</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>メモリがクリアされました</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ呼び出し</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>メモリ呼び出し (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ加算</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>メモリ加算 (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ減算</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>メモリ減算 (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ項目のクリア</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>メモリ項目のクリア</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ項目に加算</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>メモリ項目に加算</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ項目から減算</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>メモリ項目から減算</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ項目のクリア</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>メモリ項目のクリア</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ項目に加算</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>メモリ項目に加算</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ項目から減算</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>メモリ項目から減算</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>削除</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>コピー</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>削除</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>履歴の項目の削除</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>履歴の項目の削除</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>バックスペース</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>2</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>3</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>4</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>5</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>6</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>7</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>8</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>9</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>論理積</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>論理和</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>否定</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>左回転</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>右回転</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>左シフト</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>右シフト</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>排他的論理和</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>4 倍長語切り替え</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ダブルワード切り替え</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ワード切り替え</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>バイト切り替え</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ビット反転キーパッド</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>フル キーパッド</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>小数点</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>入力のクリア</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>クリア</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>除算</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>乗算</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>等号</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>逆関数</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>マイナス</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>マイナス</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>プラス</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>平方根算出</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>%</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>正負</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>正負</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>逆数</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>始め丸かっこ</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>左かっこ、開きかっこの数 %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>終わり丸かっこ</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>開きかっこの数 %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>閉じかっこを指定できる開きかっこはありません。</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>指数表記</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲線関数</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>パイ</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>サイン</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>コサイン</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>正接</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲正弦</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲余弦</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲正接</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>2 乗</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>3 乗</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>アーク サイン</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>アーク コサイン</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>アーク タンジェント</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲アーク サイン</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲アーク コサイン</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲アーク タンジェント</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"X\" を指数に</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>10 を指数に</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"e\" を指数に</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"x\" の \"y\" ルート</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ログ</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>自然対数</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>剰余</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>指数近似曲線</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>度分秒</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>度</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>整数部</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>小数部</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>階乗</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>角度切り替え</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>グラジアン切り替え</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ラジアン切り替え</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>モードをドロップダウン</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>カテゴリ化のドロップダウン</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>常に手前に表示</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>全画面表示に戻る</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>常に手前に表示 (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>全画面表示に戻る (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>%1 %2 から変換</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>%1 点 %2 から変換</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>%1 %2 に変換</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 は %3 %4 です</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>入力単位</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>出力単位</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>面積</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>データ</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>エネルギー</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>長さ</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>電力/動力</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>速度</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>時間</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>ボリューム</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>温度</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>重量と質量</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>圧力</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>角度</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>通貨</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>液量オンス (英国)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (英国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>液量オンス (米国)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (米国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>ガロン (英国)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>ガル (英国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>ガロン (米国)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>ガル (米国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>リットル</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>ミリリットル</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>パイント (英国)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (英国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>パイント (米国)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (米国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>大さじ (米国)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (米国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>小さじ (米国)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (米国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>大さじ (英国)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (英国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>小さじ (英国)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (英国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>クォート (英国)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (英国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>クォート (米国)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (米国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>カップ (米国)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>カップ (米国)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/分</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>カロリー</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/秒</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>日</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (米国)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>hr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>キロカロリー</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ミリ秒</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>分</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>秒</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>週</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>年</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>パイ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>エーカー</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>ビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>英熱単位</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/分</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>バイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>熱量カロリー</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>センチメートル</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>センチメートル/秒</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>立方センチメートル</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>立方フィート</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>立方インチ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>立方メートル</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>立方ヤード</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>日</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>摂氏</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>華氏</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>電子ボルト</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>フィート</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>フィート/秒</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>フートポンド</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>フィートポンド/分</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>ギガビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>ギガバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>ヘクタール</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>馬力 (米国)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>時間</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>インチ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>ジュール</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>キロワット時間</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>ケルビン</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>キロビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>キロバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>食品カロリー</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>キロジュール</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>キロメートル</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>キロメートル毎時</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>キロワット</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>ノット</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>マッハ</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>メガビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>メガバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>メートル</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>メートル/秒</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>ミクロン</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>マイクロ秒</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>マイル</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>マイル毎時</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>ミリメートル</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>ミリ秒</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>分</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>ひとかじり</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>ナノメートル</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>オングストローム</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>海里</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>ペタビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>ペタバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>秒</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>平方センチメートル</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>平方フィート</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>平方インチ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>平方キロメートル</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>平方メートル</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>平方マイル</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>平方ミリメートル</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>平方ヤード</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>テラビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>テラバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>ワット</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>週</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>ヤード</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>年</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>トン (英国)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>トン (米国)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>カラット</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>度</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>ラジアン</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>グラジアン</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>気圧</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>バール</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>キロパスカル</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>水銀柱ミリメートル</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>パスカル</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>ポンド/平方インチ</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>センチグラム</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>デカグラム</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>デシグラム</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>グラム</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>ヘクトグラム</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>キログラム</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>ロング トン (英国)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>ミリグラム</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>オンス</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>ポンド</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>ショート トン (米国)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>ストーン</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>メトリック トン</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>サッカー場</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>サッカー場</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>フロッピー ディスク</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>フロッピー ディスク</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>バッテリー</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>バッテリー</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>ペーパークリップ</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>ペーパークリップ</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>ジャンボ ジェット機分</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>ジャンボ ジェット機分</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>電球</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>電球</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>馬</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>馬</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>バスタブ</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>バスタブ</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>雪の結晶</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>雪の結晶</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>象</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>象</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>亀</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>亀</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>ジェット機</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>ジェット機</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>鯨</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>鯨</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>コーヒー カップ</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>コーヒー カップ</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>スイミング プール</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>スイミング プール</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>手</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>手</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>レター サイズ用紙</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>レター サイズ用紙</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>城</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>城</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>バナナ</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>バナナ</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>ケーキ一切れ</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>ケーキ一切れ</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>機関車</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>機関車</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>サッカー ボール</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>サッカー ボール</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>メモリ項目</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>戻る</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>戻る</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft ソフトウェアライセンス条項</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>プレビュー</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft プライバシー ステートメント</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. All rights reserved.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Windows 電卓への投稿方法については、%HL%GitHub%HL% でプロジェクトをご覧ください。</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>バージョン情報</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>フィードバックの送信</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>まだ履歴がありません。</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>メモリに何も保存されていません。</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>この式は貼り付けられません</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>ギビビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>ギビバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>キビビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>キビバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>メビビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>メビバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>ペビビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>ペビバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>テビビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>テビバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>エクサビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>エクサバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>エクシビビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>エクシビバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>ゼタビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>ゼタバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>ゼビビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>ゼビバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>ヨタビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>ヨタバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>ヨビビット</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>ヨビバイト</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>日付の計算</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>計算モード</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>加算</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>指定した日付の加算または減算</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>日付</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>2 つの日付の差を計算</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>日</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>差</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>開始</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>月</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>減算</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>終了</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>年</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>日付が範囲外です</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>日</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>日</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>月</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>月</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>日付が同じです</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>週</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>週</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>年</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>年</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>差 %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>結果の日付 %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 電卓モード</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 コンバーター モード</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>日付計算モード</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>履歴とメモリの一覧</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>メモリ コントロール</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>標準関数</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ディスプレイ コントロール</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>標準演算子</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>数字パッド</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>角度演算子</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>科学関数</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>基数の選択</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>プログラマー演算子</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>入力モードの選択</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ビット反転キーパッド</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>式を左へスクロール</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>式を右へスクロール</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>最大の数値に達しました。%1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 をメモリに保存しました</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>メモリ スロット %1 が %2 になります</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>メモリ スロット %1 がクリアされました</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>割る</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>倍</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>引く</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>足す</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>累乗</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y ルート</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>剰余</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>左シフト</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>右シフト</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>論理和</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>排他的論理和</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>論理積</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>%1 %2 が更新されました</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>為替レートの更新</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>データ通信の料金が発生する場合があります。</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>新しいレートを取得できませんでした。後でもう一度お試しください。</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>オフラインです。%HL%ネットワーク設定%HL%を確認してください</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>通貨レートを更新しています</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>通貨レートが更新されました</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>レートを更新できませんでした</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>すべてのメモリをクリア (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>すべてのメモリをクリア</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>正弦ディグリー</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>正弦ラジアン</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>正弦グラジアン</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>逆正弦ディグリー</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>逆正弦ラジアン</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>逆正弦グラジアン</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>双曲正弦</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>逆双曲正弦</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>余弦ディグリー</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>余弦ラジアン</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>余弦グラジアン</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>逆余弦ディグリー</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>逆余弦ラジアン</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>逆余弦グラジアン</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>双曲余弦</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>逆双曲余弦</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>正接ディグリー</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>正接ラジアン</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>正接グラジアン</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>逆正接ディグリー</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>逆正接ラジアン</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>逆正接グラジアン</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>双曲正接</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>逆双曲正接</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>正割ディグリー</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>正割ラジアン</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>正割グラジアン</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>逆正割ディグリー</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>逆正割ラジアン</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>逆正割グラジアン</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>双曲線正割</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>逆双曲線正割</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>余割ディグリー</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>余割ラジアン</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>余割グラジアン</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>逆余割ディグリー</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>逆余割ラジアン</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>逆余割グラジアン</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>双曲線余割</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>逆双曲線余割</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>余接ディグリー</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>余接ラジアン</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>余接グラジアン</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>逆余接ディグリー</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>逆余接ラジアン</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>逆余接グラジアン</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>双曲線余接</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>逆双曲線余接</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>立方根</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>ログ ベース</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>絶対値</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>左シフト</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>右シフト</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>階乗</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>度 分 秒</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>自然対数</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>2 乗</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y ルート</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 カテゴリ</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft サービス規約</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>坪</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>坪</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>開始</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>計算結果を左へスクロール</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>計算結果を右へスクロール</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>計算できませんでした</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ログ ベース Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>三角関数</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>関数</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>不等式</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>不等式</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>ビット単位</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>ビット シフト</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>逆関数</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲線関数</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>正割</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲線正割</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>アーク正割</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲線アーク正割</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>余割</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲線余割</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>アーク余割</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲線アーク余割</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>余接</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲線余接</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>アーク余接</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲線アーク余接</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>切り捨て</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>切り上げ</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ランダム</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>絶対値</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>オイラー数</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>2 を指数に</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>否定論理積</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>否定論理積</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>否定論理和</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>否定論理和</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>キャリーで左回転</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>キャリーで右回転</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>左シフト</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>左シフト</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>右シフト</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>右シフト</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>算術シフト</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>論理シフト</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>循環シフトの回転</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>キャリー循環シフトで回転</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>立方根</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>三角関数</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>関数</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ビット単位</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ビットシフト</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>指数演算子パネル</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>プログラマー演算子パネル</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>最上位ビット</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>グラフ計算</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>プロット</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>表示を自動的に更新する (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>折れ線グラフ</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>自動調整</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>手動調整</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>グラフの表示がリセットされました</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>拡大 (Ctrl + プラス記号 (+) キー)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>拡大</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>縮小 (Ctrl + マイナス記号 (-) キー)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>縮小</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>数式の追加</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>現時点では共有できません。</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Windows 電卓で作成したグラフを確認</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>数式</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>変数</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>数式を含むグラフの画像</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>変数</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>ステップ</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>最小</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>最大</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>色</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>スタイル</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>関数による分析</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>関数に水平方向の漸近線がありません。</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>関数に変曲点がありません。</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>関数に最大点がありません。</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>関数に最小点がありません。</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>一定</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>減少</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>関数の単調性を特定できません。</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>増加</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>関数の単調性が不明です。</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>関数に斜め方向の漸近線がありません。</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>関数のパリティを特定できません。</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>関数は偶数です。</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>関数は偶数または奇数ではありません。</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>関数は奇数です。</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>関数のパリティが不明です。</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>この関数では周期性はサポートされていません。</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>関数は周期的ではありません。</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>関数の周期性が不明です。</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>これらの機能は複雑すぎるため、電卓は計算できません:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>関数に垂直方向の漸近線がありません。</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>関数に x-インターセプトがありません。</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>関数に y-インターセプトがありません。</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>ドメイン</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>横方向の漸近線</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>変曲点</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>分析はこの関数ではサポートされていません。</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>分析は f(x) 形式の関数のみをサポートしています。例: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>最大</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>最小</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>単調性</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>斜め方向の漸近線</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>パリティ</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>周期</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>範囲</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>縦方向の漸近線</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-インターセプト</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-インターセプト</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>関数に対して分析を実行できませんでした。</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>この関数のドメインを計算できません。</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>この関数の範囲を計算できません。</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>オーバーフローしました (数値が大きすぎます)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>この演算式をグラフ化するには、ラジアン モードが必要です。</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>この関数は複雑すぎるため、グラフ化できません</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>この関数をグラフ化するには、度モードが必要です。</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>階乗関数の引数が無効です</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>階乗関数の引数が大きすぎてグラフ化できません</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>剰余は整数でのみ使用できます</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>演算式に解がありません</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>0 で割ることはできません</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>演算式に相互に排他的な論理条件が含まれています</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>演算式がドメイン外にあります</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>この演算式のグラフ計算はサポートされていません</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>演算式の左かっこが抜けています</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>演算式の右かっこが抜けています</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>数値の小数点が多すぎます</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>小数点位置に数値がありません</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>予期しない式の終わりです</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>式の中に予期しない文字があります</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>式の中に無効な文字があります</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>等号が多すぎます</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>関数には少なくとも 1 つの \"x\" または \"y\" 変数が含まれている必要があります</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>無効な式です</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>式が空です</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>演算式がないのに等号が使用されています</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>関数名の後にかっこがありません</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>算術演算のパラメーター数が正しくありません</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>変数名が無効です</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>演算式の左角かっこが抜けています</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>演算式の右角かっこが抜けています</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" と \"I\" は、変数名として使用することができません</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>演算式をグラフ化することができません</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>指定された基数に対して数値を解決できませんでした</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>基数には2より大きく36より小さい値を指定する必要があります</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>数値演算のパラメーターの 1 つには、変数を指定する必要があります。</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>演算式に論理オペランドとスカラー オペランドが混在しています</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>\"x\" または \"y\" を上限または下限に使用することはできません</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>\"x\" または \"y\" は、限界ポイントで使用することができません</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>複素数の無限大は使用することができません</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>不等式で複素数を使用することはできません</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>関数一覧に戻る</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>関数一覧に戻る</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>分析関数</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>分析関数</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>分析関数</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>数式の削除</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>数式の削除</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>数式の削除</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>共有</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>共有</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>数式のスタイルの変更</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>数式のスタイルの変更</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>数式のスタイルの変更</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>演算式を表示する</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>演算式を非表示にする</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>演算式 %1 を表示する</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>演算式 %1 を非表示にする</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>トレースの停止</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>トレースの開始</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>グラフ表示ウィンドウ、x 軸の範囲は %1 と %2 で制限され、y 軸の範囲は %3 と %4 で制限され、%5 個の数式が表示されます</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>スライダーの構成</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>スライダーの構成</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>数式モードに切り替える</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>グラフ モードに切り替える</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>数式モードに切り替える</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>現在のモードは数式モードです</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>現在のモードはグラフ モードです</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>ウィンドウ</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>度数</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>グラジアン</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>ラジアン</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>単位</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>表示のリセット</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X - 最大</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X - 最小</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y - 最大</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y - 最小</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>グラフのオプション</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>グラフのオプション</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>グラフのオプション</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>変数のオプション</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>変数のオプションを切り替える</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>線の太さ</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>線のオプション</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>線幅 (小)</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>線幅 (中)</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>線幅 (大)</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>線幅 (特大)</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>式を入力してください</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>コピー</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>切り取り</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>コピー</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>貼り付け</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>元に戻す</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>すべて選択</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>関数の入力</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>関数の入力</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>関数の入力パネル</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>可変パネル</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>可変リスト</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>可変 %1 リスト項目</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>変数値のテキスト ボックス</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>変数値のスライダー</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>変数の最小値のテキスト ボックス</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>変数の増分値のテキスト ボックス</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>変数の最大値のテキスト ボックス</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>実線/点線スタイル</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>点線のスタイル</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>二点鎖線のスタイル</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>紺</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>シーフォーム</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>紫</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>緑</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>ミント グリーン</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>濃い緑</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>チャコール</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>赤</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>ライト プラム</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>赤紫</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>イエロー ゴールド</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>ブライト オレンジ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>茶</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>黒</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>白</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>色 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>色 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>色 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>色 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>グラフのテーマ</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>常に明るい</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>アプリのテーマに合わせる</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>テーマ</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>常に明るい</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>アプリのテーマに合わせる</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>機能を削除しました</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>関数分析の数式ボックス</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>等号</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>より小さい</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>以下</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>等しい</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>以上</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>より大きい</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>送信</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>関数による分析</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>グラフのオプション</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>履歴とメモリの一覧</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>メモリ リスト</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>履歴スロット %1 がクリアされました</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>計算機を常に手前に表示</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>計算機を全画面表示に戻す</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>算術シフトが選択されています</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>論理シフトが選択されています</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>ローテートの循環シフトが選択されています</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>キャリー付きローテートの循環シフトが選択されています</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>設定</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>外観</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>アプリ テーマ</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>表示するアプリ テーマを選択します</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ライト</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ダーク</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>システム設定を使用する</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>戻る</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>設定ページ</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>コンテキスト メニューを開いて使用可能なアクションを表示します</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>このスナップショットを復元できませんでした。</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/kk-KZ/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Дұрыс емес кіріс мәні</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Нәтиже анықталмады</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Жад жеткіліксіз</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Толып кету</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Нәтиже анықталмады</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Нәтиже анықталмады</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Толып кету</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Толып кету</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Нөлге бөлінбейді</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/kk-KZ/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Есептегіш</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Есептегіш [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows есептегіші</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows есептегіші [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Есептегіш</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Есептегіш [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Көшіру</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Қою</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Шамамен осы мөлшерге тең</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, %2 мәні</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1-бит</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>маңыздылығы аздау бит</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Жад қалқымалы мәзірін ашу</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Жад қалқымалы мәзірін жабу</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Жоғарыда ұстау</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Толық көрініске оралу</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Жад</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Журнал (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Биттік ауыстыру пернетақтасы</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Толық пернетақта</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Барлық жадты тазалау (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Жад</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жад</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Журнал</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Журнал</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Түрлендіргіш</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Инженерлік</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Стандартты</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Түрлендіргіш режимі</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ғылыми режим</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Стандартты режим</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Барлық журналды тазалау</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Барлық журналды тазалау</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Жасыру</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Стандартты</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Ғылыми</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Бағдарламашы</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Түрлендіргіш</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Есептегіш</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Түрлендіргіш</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Есептегіш</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Түрлендіргіштер</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Есептегіштер</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Көрсетілетін: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Өрнек — %1, ағымдағы енгізу: %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Көрсетілетін: %1 ұпай</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Өрнек: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Дисплей мәні аралық сақтағышқа көшірілді</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Журнал</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Жад</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Он алтылық %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Ондық %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Сегіздік %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Екілік %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Барлық журналды тазалау</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Журнал тазаланды</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Журналды жасыру</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Журнал қалқымалы мәзірін ашу</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Журнал қалқымалы мәзірін жабу</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жадқа сақтау</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Жадқа сақтау (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Барлық жадты тазалау</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Жад тазаланды</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жадты қайтару</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Жадты қайтару (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жад қосу</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Жад қосу (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жадты азайту</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Жадты азайту (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жад элементін өшіру</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Жад элементін өшіру</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жад элементіне қосу</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Жад элементіне қосу</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жадтағы элементтен шығарып алу</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Жадтағы элементтен шығарып алу</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жад элементін өшіру</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Жад элементін өшіру</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жад элементіне қосу</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Жад элементіне қосу</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жадтағы элементтен шығарып алу</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Жадтағы элементтен шығарып алу</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Жою</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Көшіру</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Жою</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Журнал элементін жою</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Журнал элементін жою</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Нөл</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бір</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Екі</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Үш</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Төрт</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бес</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Алты</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жеті</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Сегіз</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тоғыз</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Және</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Немесе</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Емес</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Солға айналдыру</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Оңға айналдыру</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Солға жылжу</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Оңға жылжу</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жеке иелік немесе</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Төрттік сөз қосқышы</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Қос сөз қосқышы</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Сөз қосқышы</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Байттық қосқыш</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Биттік ауыстыру пернетақтасы</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Толық пернетақта</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ондық бөлгіш</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жазбаны тазалау</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тазалау</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бөлу</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Көбейту</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тең</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Кері функция</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Алу</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Алу</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Қосу</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Квадрат түбір</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Пайыз</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Оң теріс</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Оң теріс</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Кері шама</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Сол жақ жақша</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Сол жақ жақша, ашық жақша саны: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Оң жақ жақша</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Ашылатын жақша саны %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Жабу үшін ашылатын жақша жоқ.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Экспоненттік түсінік</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық функция</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Пи</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Синус</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Косинус</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тангенс</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық синус</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық косинус</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық тангенс</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Шаршы</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Куб</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Арксинус</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Арккосинус</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Арктангенс</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық арксинус</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық арккосинус</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық арктангенс</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"X\" экспонентаға</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Он санын экпонентаға</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"e\" экспонентаға</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"x\" мәнінің \"y\" түбірі</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Логарифм</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Натурал логарифм</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бөлу қалдығы</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Экспоненциалдық</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Градус минут секунд</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Градус</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бүтін сан бөлігі</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бөлшек бөлігі</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Факториал</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Градус қосқышы</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Градиан қосқыштары</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Радиан қосқышы</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Режимнің ашылмалы тізімі</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Санаттардың ашылмалы тізімі</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жоғарыда ұстау</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Толық көрініске оралу</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Жоғарыда ұстау (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Толық көрініске оралу (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>%1 %2 мәнінен түрлендіру</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>%1 тармағындағы %2 мәнінен түрлендіру</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>%1 %2 мәніне түрлендіреді</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 — %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Бірлік енгізу</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Бірлік шығару</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Аумақ</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Деректер</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Энергия</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Ұзындығы</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Қуат</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Жылдамдық</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Уақыт</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Көлем</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Температура</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Салмақ және масса</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Қысым</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Бұрыш</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Валюта</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Сұйық унция (Ұлыбритания)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>сұйық унция (Ұлыбритания)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Сұйық унция (АҚШ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>сұйық унция (АҚШ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Галлон (Ұлыбритания)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>галлон (Ұлыбритания)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Галлон (АҚШ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>галлон (АҚШ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Литр</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>Л</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Милилитр</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>мЛ</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Пинта (Ұлыбритания)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>пинта (Ұлыбритания)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Пинта (АҚШ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>пинта (АҚШ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Ас қасығы (АҚШ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>ас қасығы (АҚШ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Шай қасығы (АҚШ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>шай қасығы (АҚШ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Ас қасығы (Ұлыбритания)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>ас қасығы (Ұлыбритания)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Шай қасығы (Ұлыбритания)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>шай қасығы (Ұлыбритания)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Кварта (Ұлыбритания)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>кварта (Ұлыбритания)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Кварта (Ұлыбритания)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>кварта (АҚШ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Кесе (АҚШ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>кесе (АҚШ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>акр</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>бит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>БЖБ</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>БЖБ/минут</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>калория</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>см</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>см/сек</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>см³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>фут³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>дюйм³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>м³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>ярд³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>күн</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>эВ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>фут</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>фут/сек</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>фут-фунт</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Гбит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>Гбайт</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>гектар</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>ак (АҚШ)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>сағ</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>дюйм</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>Дж</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>кВтсағ</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Кбит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>Кбайт</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>ккал</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>кДж</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>км</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>км/сағ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>кВ</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>кН</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Мбайт</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>Mбайт</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>м</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>м/сек</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>мкм</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>мкс</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>миля</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>миля/сағ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>мм</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>мсек</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>мин</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>нм</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>теңіздік миля</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Петабит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>Петабайт</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>фут-фунт/мин</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>сек</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>см²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>фут²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>дюйм²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>км²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>м²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>миля²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>мм²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>ярд²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Тбит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>Тбайт</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>Вт</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>апта</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>ярд</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>жыл</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Ги</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>ГиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ки</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>КиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>миля</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>МиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Пи</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>ПиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ти</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>Тебибайт</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>ЭБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Эи</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>ЭиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Зетабит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ЗБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Зи</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ЗиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Йоттабит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>ЙБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Ицзу</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>ЙиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Акр</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Бит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Британдық жылу бірлігі</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>Британдық жылу бірлігі/мин</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Байт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Жылу калорияcы</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Сантиметр</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>См/сек</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Текше сантиметр</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Текше фут</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Текше дюйм</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Текше метр</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Текше ярд</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Күн</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Цельсий</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Фаренгейт</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Электрон-вольт</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Фут</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Фут/сек</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Фут-фунт</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Фут-фунт/мин</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Гигабит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Гигабайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Гектар</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Аттың күші (АҚШ)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Сағат</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Дюйм</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Джоуль</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Киловатт-сағат</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Кельвин</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Килобит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Килобайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Тамақ калориясы</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Килоджоуль</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Километр</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>км/сағ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Киловатт</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Нанометр/сағ</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Мах дыбыс жылдамдығы</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Мегабит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Мегабайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Метр</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>м/сек</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Микрометр</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Микросекунд</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Миля</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Миля/сағ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Милиметр</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Миллисекунд</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Минут</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Жарты байт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Нанометр</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ангстремдер</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Теңіздік милялар</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Петабит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Петабайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Секунд</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Шаршы сантиметр</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Шаршы фут</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Шаршы дюйм</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Шаршы километр</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Шаршы метр</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Шаршы миля</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Шаршы милиметр</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Шаршы ярд</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Терабит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Терабайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Ватт</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Апта</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Ярд</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Жыл</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>Ықшам дискі</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>град.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>рад</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>град</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>атм</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>бар</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>кПа</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>сынап бағаны</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Па</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>декаграмм</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>дециграмм</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>г</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>гектограмм</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>кг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>тонна (Ұлыбритания)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>мг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>унция</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>фунт</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>тонна (АҚШ)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>стоун</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>т</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Карат</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Градус</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Радиан</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Градиан</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Атмосфера</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Бар</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Килопаскаль</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Сынап бағаны миллиметрі </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Паскаль</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Фунт/шаршы дюйм</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Сантиграмм</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Декаграмм</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Дециграмм</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Грамм</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Гектограмм</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Килограмм</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Ағылшын тоннасы (ҰБ)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Милиграмм</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Унция</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Фунт</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Қысқа тонна (АҚШ)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Стоун</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Метротонна</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>Ықшам дискі</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>Ықшам дискі</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>футбол алаңы</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>футбол алаңы</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>дискета</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>дискета</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD дискісі</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD дискісі</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>батарея</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>батарея</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>қағаз түйрегіші</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>қағаз түйрегіші</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>алып әуе лайнері</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>алып әуе лайнері</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>электр шамы</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>электр шамы</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>ат</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>ат</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>ванна</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>ванна</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>қар ұшқыны</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>қар ұшқыны</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>піл</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>піл</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>тасбақа</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>тасбақа</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>реактивті ұшақ</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>реактивті ұшақ</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>кит</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>кит</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>кофе шыны аяғы</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>кофе шыны аяғы</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>жүзу бассейні</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>жүзу бассейні</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>қол</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>қолдар</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>қағаз парағы</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>қағаз парағы</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>қорған</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>қорған</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>банан</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>банан</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>торт тілімі</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>торт тілімі</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>пойыз қозғалтқышы</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>пойыз қозғалтқышы</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>футбол добы</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>футбол добы</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Жад элементі</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Артқа</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Артқа</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft бағдарламалық жасақтамасын пайдалану бойынша лицензиялық келісім шарттары</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Алдын ала қарап алу</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft корпорациясының құпиялылық туралы мәлімдемесі</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Барлық құқықтары қорғалған.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Windows есептегішіне қалай іскерлесуге болатындығын білу үшін, %HL%GitHub%HL% қоймасында жобаны тексеріңіз.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Мәліметтер</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Пікір жіберу</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Әлі журнал жоқ.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Жадыда ешбір нәрсе сақталмаған.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жад</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Бұл өрнекті қою мүмкін емес</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Гибибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Гибибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Кибибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Кибибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Мебибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Мебибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Пебибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Пебибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Тебибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Тебибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Эксабит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Эксабайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Эксбибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Эксбибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Зеттабит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Зеттабайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Зебибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Зебибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Йоттабиттер</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Йоттабайттар</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Йобибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Йобибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Күнді есептеу</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Есептеу режимі</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Қосу</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Күндерді қосу немесе алу</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Күні</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Күндер арасындағы айырмашылық</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Күн</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Айырмашылық</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Осы күннен бастап</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Айлар</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Алу</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Осы күнге дейін</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Жыл</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Шектен тыс күн</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>күн</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>күндер</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>ай</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>айлар</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Бірдей күндер</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>апта</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>апталар</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>жыл</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>жылдар</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Айырмашылық %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Нәтижелі күн %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 Калькулятор режимі</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 Түрлендіргіш режимі</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Күнді есептеу режимі</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Журнал және жад тізімдері</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жад басқару элементтері</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Стандартты функциялар</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Басқару элементтерін көрсету</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Стандартты амалдар</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Сандар тақтасы</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бұрыштық амалдар</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ғылыми функциялар</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Түбір таңдау</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бағдарламалық амалдар</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Енгізу режимін таңдау</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Битті қосу пернетақтасы</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Өрнекті солға жылжыту</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Өрнекті оңға жылжыту</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Ең көп сандарға жетті. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 жадқа сақталды</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>%1 жад ұясы — %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>%1 жад слоты тазаланды</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>бөлінген</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>рет</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>минус</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>плюс</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>дәрежеде</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y түбірі</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>модуль</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>солға жылжу</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>оңға жылжу</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>немесе</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x немесе</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>және</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Жаңартылған %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Бағаларды жаңарту</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Деректер ақылары алынуы мүмкін.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Жаңа бағамдар алу мүмкін болмады. Кейінірек қайталап көріңіз.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Өшірулі. %HL%Желі параметрлеріңізді%HL% тексеріңіз</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Валюта бағамдары жаңартылуда</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Валюта бағамдары жаңартылды</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Бағамдар жаңартылмады</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Барлық жадты тазалау (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Барлық жадты тазалау</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>синустық дәрежелер</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>синустық радиандар</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>синус, градиан</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>кері синустық дәрежелер</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>кері синустық радиандар</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>арксинус, градиан</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>гиперболалық синус</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>кері гиперболалық синус</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>косинустық дәрежелер</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>косинус радиандары</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>косинус, градиан</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>кері косинустық дәрежелер</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>кері косинус радиандары</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>арккосинус, градиан</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>гиперболалық косинус</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>кері гиперболалық косинус</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>тангенстік дәрежелер</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>тангенстік радиан</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>тангенс, градиан</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>кері тангенстік дәрежелер</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>кері тангенстік радиандар</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>арктангенс, градиан</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>гиперболалық тангенс</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>кері гиперболалық тангенс</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>секанс градуспен</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>секанс радианмен</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>секанс градианмен</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>кері секанс градуспен</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>кері секансы радианмен</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>кері секанс градианмен</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>гиперболалық секанс</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>кері гиперболалық секанс</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>косеканс градуспен</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>косеканс радианмен</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>косеканс градианмен</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>кері косеканс градуспен</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>кері косеканс радианмен</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>кері косеканс градианмен</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>гиперболалық косеканс</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>кері гиперболалық косеканс</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>котангенс градуспен</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Котангенс радианмен</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>котангенс градианмен</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>кері котангенс градуспен</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>кері котангенс радианмен</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>кері котангенс градианмен</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>гиперболалық котангенс</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>кері гиперболалық котангенс</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Кубтық түбір</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Негізгі журнал</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Абсолютті мән</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>солға жылжу</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>оңға жылжу</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>факториал</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>градус минут секунд</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>натурал логарифм</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>шаршы</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y түбірі</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 санаты</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft қызметтер келісімі</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Пен</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Пен</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Осы күннен бастап</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Есептеу нәтижесін солға айналдыру</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Есептеу нәтижесін оңға айналдыру</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Есептеу сәтсіз болды</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Негізгі журнал Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Тригонометриялық</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Функция</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Теңсіздік</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Теңсіздіктер</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Биттік</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Биттік жылжу</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Кері функция</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық функция</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Секанс</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық секанс</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Арксеканс</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық арксеканс</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Косеканс</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық косеканс</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Арккосеканс</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық арккосеканс</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Котангенс</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық котангенс</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Арккотангенс</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболалық арккотангенс</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Негіз</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Төбе</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Кездейсоқ</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Абсолютті мән</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Эйлер элементінің нөмірі</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Екі еселеу көрсеткіші</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Не</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Не</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Орындау бар сол жақта айналдыру</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Орындау бар оң жақта айналдыру</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Солға жылжу</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Солға жылжу</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Оңға жылжу</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Оңға жылжу</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Арифметикалық жылжу</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Логикалық жылжу</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Айналма жылжытуды айналдыру</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Айнымалы ауысуды орындау арқылы айналдыру</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Кубтық түбір</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тригонометриялық</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Функциялар</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Биттік</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Биттік ауысу</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ғылыми оператордың панельдері</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бағдарламашы операторының панельдері</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>өте маңызды бит</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>График құру</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тұрғызу аумағы</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Көріністі автоматты жаңарту (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>График көрінісі</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Автоматты үздік сәйкестік</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Қолмен реттеу</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>График көрінісі қайта орнатылды</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ұлғайту (Ctrl + плюс)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ірілеу</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Кішірейту (Ctrl + минус)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Кішілеу</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Теңдеу қосу</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Дәл қазір ортақ пайдалану мүмкін емес.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Windows есептегіші көмегімен қандай диаграмма сызғанымды қара</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Теңдеулер</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Айнымалы мәндері</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Теңдеулер бар диаграмма суреті</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Айнымалы мәндері</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Қадам</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Мин.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Макс.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Түс</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Мәнер</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Функция талдау</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Функцияның көлденең асимптоталары жоқ.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Функцияның бүгілген нүктелері жоқ.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Функцияның \"ең үлкен мән\" нүктелері жоқ.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Функцияның \"ең кіші мән\" нүктелері жоқ.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Тұрақты</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Кемуі бойынша</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Функциясының біркелкілігін анықтау мүмкін емес.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Артуы бойынша</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Функциясының біркелкілігі белгісіз болып табылады.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Функцияның иілу асимптоталары жоқ.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Функцияның жұптығын анықтау мүмкін емес.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Функция жұп болып табылады.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Функция жұп та, тақ та емес.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Функция тақ болып табылады.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Функцияның жұптығы белгісіз болып табылады.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Бұл функция үшін кезеңділікке қолдау көрсетілмейді.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Функция кезеңдік болып табылмайды.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Функцияның кезеңділігі белгісіз болып табылады.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Бұл мүмкіндіктер Есептегіште есептеу үшін тым күрделі болып табылады:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Функцияның тік асимптоталары жоқ.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Функцияның x-бөліктері жоқ.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Функцияның y-бөліктері жоқ.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Домен</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Көлденең асимптоталар</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Өзгерістер нүктелері</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Бұл функция үшін талдауға қолдау көрсетілмейді.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Талдауға тек f(x) форматындағы функцияларда қолдау көрсетіледі. Мысалы: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Ең үлкен мәні</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Ең кіші мәні</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Біркелкілік</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Көлбеу асимптоталар</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Бөлік</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Кезең</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Ауқым</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Тік асимптоталар</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-бөлігі</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-бөлігі</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Бұл функция үшін талдауды орындау мүмкін болмады.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Бұл функция үшін домен есептеу мүмкін емес.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Бұл функция үшін ауқым есептеу мүмкін емес.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Толып кету (саны тым үлкен)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Радиандар режимі осы теңдеудің графигін құру үшін қажет.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>График құру үшін бұл функция тым күрделі</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Бұл функцияның графигін құру үшін дәрежелер режимі қажет.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Факторлық функцияда жарамсыз аргумент бар</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Факторлық функцияда график үшін аргумент тым үлкен</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Модульді тек бүтін сандармен ғана қолдануға болады</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Теңдеудің шешімі жоқ</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Нөлге бөлінбейді</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Бұл теңдеуде бір-бірінен ерекшеленетін логикалық шарттар бар</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Теңдеу доменнен тыс</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Бұл теңдеудің графигін құру мүмкін емес</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Теңдеуде ашу жақшасы жоқ</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Теңдеуде жабу жақшасы жоқ</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Санда ондық бөлшектер тым көп</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Ондық бөлшекте сандар жетіспейді</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Күтілмеген өрнек соңы</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Өрнекте күтілмеген таңбалар бар</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Өрнектегі таңбалар жарамсыз</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Тең белгілері тым көп</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Функцияда кемінде бір x немесе y айнымалысы болуы керек</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Өрнек жарамсыз</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Өрнек бос</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Теңдік теңдеусіз қолданылды</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Функция атауынан кейін жақша жоқ</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Математикалық амалда параметрлердің саны дұрыс емес</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Айнымалы аты жарамсыз</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Теңдеуде ашу жақшасы жоқ</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Теңдеуде жабу жақшасы жоқ</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" және \"I\" таңбаларын айнымалылардың атаулары ретінде пайдалану мүмкін емес</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Теңдеудің графигін құру мүмкін болмады</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Берілген база үшін санды шешу мүмкін болмады</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Негіз 2-ден үлкен және 36-дан аз болуы керек</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Математикалық амал параметрлерінің біреуінің айнымалы болуын талап етеді</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Теңдеу логикалық және скалярлық операндтарды араластыруда</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>жоғарғы немесе төменгі шектерде x немесе y айнымалысын пайдалану мүмкін емес</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x немесе y таңбаларын шекті нүктеде пайдалану мүмкін емес</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Күрделі шексіздікті пайдалану мүмкін емес</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Теңсіздіктерде күрделі сандарды пайдалану мүмкін емес</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Функциялар тізіміне қайту</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Функциялар тізіміне қайту</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Талдау функциясы</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Талдау функциясы</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Талдау функциясы</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Теңдеуді жою</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Теңдеуді жою</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Теңдеуді жою</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ортақ пайдалану</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бөлісу</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Теңдеу мәнерін өзгерту</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Теңдеу мәнерін өзгерту</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Теңдеу мәнерін өзгерту</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Өрнекті көрсету</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Өрнекті жасыру</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>%1-өрнекті көрсету</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>%1-өрнекті жасыру</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Қадағалауды тоқтату</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Қадағалауды бастау</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Графикті қарау терезесі, x осі %1 және %2 арқылы шектелген, ал y осі %3 және %4 арқылы шектелген, %5 теңдеулерін көрсетіп тұр</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Жүгірткіні конфигурациялау</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жүгірткіні конфигурациялау</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Теңдеу режиміне ауысу</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Диаграмма режиміне ауысу</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Теңдеу режиміне ауысу</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Ағымдағы режим — теңдеу режимі</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Ағымдағы режим — диаграмма режимі</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Терезе</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Градус</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Градиан</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Радиан</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Бірліктер</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Көріністі қалпына келтіру</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-ең үлкен</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-ең кіші</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-ең үлкен</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-ең кіші</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>График параметрлері</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>График параметрлері</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>График параметрлері</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Айнымалы параметрлер</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Айнымалы параметрлерін ауыстыру</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Сызық қалыңдығы</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Сызық параметрлері</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Кішкентай сызық ені</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Орташа сызық ені</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Үлкен сызық ені</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Өте үлкен сызық ені</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Өрнекті енгізіңіз</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Көшіру</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Қиып алу</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Көшіру</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Қою</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Болдырмау</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Барлығын таңдау</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Функцияны енгізу</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Функцияны енгізу</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Функцияның кіріс тақтасы</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Айнымалылар тақтасы</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Айнымалылар тізімі</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Айнымалының %1 тізім элементі</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Айнымалы мәнінің мәтін жолағы</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Айнымалы мәнінің жүгірткісі</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Айнымалының минималды мәнінің мәтін жолағы</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Айнымалының қадам мәнінің мәтін жолағы</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Айнымалының максималды мәнінің мәтін жолағы</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Тұтас сызық түрі</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Пунктирлі сызық түрі</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Штрихті сызық түрі</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Қою көк</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Теңіз көбігі</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Күлгін</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Жасыл</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Жалбыз түстес жасыл</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Күңгірт жасыл</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Көмір түстес</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Қызыл</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Ашық алхоры түсті</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Қызыл күрең</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Алтын сары</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Ашық қызғылт сары</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Қоңыр</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Қара</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Ақ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Түс 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Түс 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Түс 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Түс 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>График тақырыбы</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Әрқашан ашық</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Бағдарлама тақырыбын салыстыру</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тақырып</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Әрқашан ашық</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бағдарлама тақырыбын салыстыру</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Функция жойылған</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Функцияны талдау теңдеуінің жолағы</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тең</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Мынадан аз</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Кіші не тең</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тең</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Үлкен не тең</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Мынадан көп</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Жіберу</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Функцияны талдау</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>График параметрлері</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Журнал және жад тізімдері</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Жад тізімі</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>%1 журнал слоты тазаланды</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Есептегіш әрқашан жоғарыда</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Толық көрініске есептегішті қайтарыңыз</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Арифметикалық жылжыту таңдалды</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Логикалық жылжыту таңдалды</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Айнымалы жылжытуды айналдыру таңдалды</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Айнымалы жылжытуды орындау арқылы айналдыру таңдалды</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Параметрлер</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Көрініс</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Бағдарлама тақырыбы</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Көрсетілетін бағдарлама тақырыбын таңдау</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Ашық</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Күңгірт</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Жүйе параметрін пайдалану</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Артқа</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Параметрлер беті</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Қолжетімді әрекеттер үшін қалқымалы мәзірді ашу</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Бұл есеп суретін қалпына келтіру мүмкін болмады.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/km-KH/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>ការបញ្ចូលមិនត្រឹមត្រូវ</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>លទ្ធផលគឺមិនបានកំណត់</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>អង្គចងចាំមិនគ្រប់គ្រាន់</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>ការហៀរ</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>លទ្ធផលមិនបានកំណត់</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>លទ្ធផលមិនបានកំណត់</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>ការហៀរ</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>ការហៀរ</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>មិនអាចចែកនឹងសូន្យទេ</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/km-KH/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>ម៉ាស៊ីនគិតលេខ</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>ម៉ាស៊ីនគិតលេខ [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows ម៉ាស៊ីនគិតលេខ</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows ម៉ាស៊ីនគិតលេខ [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>ម៉ាស៊ីនគិតលេខ</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>ម៉ាស៊ីនគិតលេខ [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>ចម្លង</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>បិទភ្ជាប់</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>ប្រហែលជាស្មើ</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, តម្លៃ %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1ប៊ីត</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>ទី 63</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>ទី 62</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>ទី 61</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>ទី 60</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>ទី 59</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>ទី 58</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>ទី 57</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>ទី 56</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>ទី 55</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>ទី 54</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>ទី 53</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>ទី 52</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>ទី 51</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>ទី 50</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>ទី 49</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>ទី 48</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>ទី 47</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>ទី 46</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>ទី 45</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>ទី 44</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>ទី 43</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>ទី 42</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>ទី 41</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>ទី 40</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>ទី 39</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>ទី 38</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>ទី 37</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>ទី 36</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>ទី 35</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>ទី 34</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>ទី 33</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>ទី 32</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>ទី 31</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>ទី 30</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>ទី 29</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>ទី 28</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>ទី 27</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>ទី 26</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>ទី 25</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>ទី 24</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>ទី 23</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>ទី 22</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>ទី 21</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>ទី 20</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>ទី 19</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>ទី 18</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>ទី 17</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>ទី 16</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>ទី 15</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>ទី 14</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>ទី 13</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>ទី 12</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>ទី 11</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>ទី 10</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>ទី 9</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>ទី 8</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>ទី 7</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>ទី 6</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>ទី 5</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>ទី 4</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>ទី 3</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>ទី 2</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>ទី 1</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>ប៊ីតសំខាន់តិចបំផុត</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>បើកផ្ទាំងលេចឡើងអង្គចងចាំ</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>បិទផ្ទាំងលេចឡើងអង្គចងចាំ</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>រក្សានៅខាងលើ</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>ថយទៅទិដ្ឋភាពពេញលេញ</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>អង្គចងចាំ</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ប្រវត្តិ (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ក្តារចុចបិទបើកប៊ីត</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>បន្ទះគ្រាប់ពេញលេញ</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>លុបអង្គចងចាំទាំងអស់ (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>អង្គចងចាំ</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អង្គចងចាំ</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>ប្រវត្តិ</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រវត្តិ</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>អង្គបំលែង</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>បែបវិទ្យាសាស្ត្រ</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>ស្ដង់ដារ</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ម៉ូដបំប្លែង</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ម៉ូដវិទ្យាសាស្ត្រ</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ម៉ូដស្ដង់ដារ</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>លុបប្រវត្តិទាំងអស់</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>លុបប្រវត្តិទាំងអស់</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>លាក់</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>ស្ដង់ដារ</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>បែបវិទ្យាសាស្ត្រ</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>អ្នកសរសេរកម្មវិធីកុំព្យូទ័រ</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>អង្គបំលែង</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>ម៉ាស៊ីនគិតលេខ</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>អង្គបំលែង</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>ម៉ាស៊ីនគិតលេខ</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>អង្គបម្លែង</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>ម៉ាស៊ីនគិតលេខ</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>ការបង្ហាញគឺ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>កន្សោមពាក្យគឺ %1, ព័ត៌មានបញ្ចូលបច្ចុប្បន្នគឺ %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>ការបង្ហាញគឺ %1 ពិន្ទុ</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>កន្សោម​គឺ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>បង្ហាញតម្លៃដែលបានចម្លងទៅឃ្លីបបត</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>ប្រវត្តិ</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>អង្គចងចាំ</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>ចំនួនគោលដប់ប្រាំមួយ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>ទសភាគ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>អុកតាល់ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>ចំនួនគោលពីរ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លុបប្រវត្តិទាំងអស់</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>ប្រវត្តិដែលបានលុប</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លាក់ប្រវត្តិ</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>បើកផ្ទាំងលេចឡើងប្រវត្តិ</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>បិទផ្ទាំងលេចឡើងប្រវត្តិ</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>រក្សាទុកអង្គចងចាំ</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>រក្សាទុកអង្គចងចាំ (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លុបអង្គចងចាំទាំងអស់</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>អង្គចងចាំត្រូវបានលុប</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ហៅអង្គចងចាំឡើងវិញ</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>រំលឹកអង្គចងចាំ (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បញ្ចូលអង្គចងចាំ</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>បន្ថែមអង្គចងចាំ (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ដកអង្គចងចាំ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>អង្គចងចាំដក (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លុបធាតុអង្គចងចាំ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>លុបធាតុអង្គចងចាំ</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បន្ថែមទៅធាតុអង្គចងចាំ</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>បន្ថែមទៅធាតុអង្គចងចាំ</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ដកចេញពីធាតុអង្គចងចាំ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ដកចេញពីធាតុអង្គចងចាំ</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លុបធាតុអង្គចងចាំ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>លុបធាតុអង្គចងចាំ</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បន្ថែមទៅធាតុអង្គចងចាំ</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>បន្ថែមទៅធាតុអង្គចងចាំ</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ដកចេញពីធាតុអង្គចងចាំ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>ដកចេញពីធាតុអង្គចងចាំ</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>លុប</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>ចម្លង</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>លុប</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លុបធាតុប្រវត្តិ</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លុបធាតុប្រវត្តិ</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ឃី Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>សូន្យ</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>មួយ</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ពីរ</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បី</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បួន</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រាំ</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រាំមួយ</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រាំពីរ</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រាំបី</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រាំបួន</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>និង</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ឬ</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>មិនមែន</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បង្វិលនៅខាងឆ្វេង</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បង្វិលនៅខាងស្ដាំ</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ឃី shift ឆ្វេង</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ឃី shift ស្ដាំ</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ផ្តាច់មុខឬ</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បិទបើកពាក្យបួនដង</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បិទបើកពាក្យពីរដង</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បិទបើកពាក្យ</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បិទបើកបៃ</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ក្តារចុចបិទបើកប៊ីត</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បន្ទះគ្រាប់ពេញលេញ</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>សញ្ញាក្បៀស</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លុបការបញ្ចូល</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លុប</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ចែកនឹង</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>គុណនឹង</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ស្មើ</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អនុគមន៍ច្រាស</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ដក</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>ដក</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បូក</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ឫសការ៉េ</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ភាគរយ</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>វិជ្ជមាន អវិជ្ជមាន</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>វិជ្ជមាន អវិជ្ជមាន</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ច្រាស</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>វង់ក្រចកឆ្វេង</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>វង់ក្រចកឆ្វេង បើកការរាប់វង់ក្រចក%1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>វង់ក្រចកស្តាំ</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>ការរាប់រង្វង់ក្រចកបើក %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>មិនមានរង្វង់ក្រចកបើកដែលត្រូវបិទឡើយ។</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ចំណារវិទ្យាសាស្រ្ត</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>មុខងារអ៊ីពែរបូលិក</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ស៊ីនុស</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>កូស៊ីនុស</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>តង់ហ្សង់</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ីពែប៉ូលិកស៊ីនុស</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ីពែប៉ូលិកកូស៊ីនុស</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ីពែប៉ូលិកតង់សង់</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ការ៉េ</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>គូប</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ័ក្ស​ស៊ីនុស</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ័ក្ស​កូស៊ីនុស</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ័ក្សតង់ហ្សង់</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ីព័របូលិកអ័ក្សកូស៊ីនុស</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ីព័របូលិកអ័ក្សកូស៊ីនុស</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ីព័របូលិកអ័ក្សតង់ហ្សង់</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' ជានិទស្សន្ត</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ដប់ជានិទស្សន្ត</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' ជានិទស្សន្ត</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ឫសទី 'y' នៃ 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លោការីត</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លោការីតដើម</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>រកសំណល់ផលចែក</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ិចស្ប៉ូណង់ស្យាល់</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ដឺក្រេ នាទី វិនាទី</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ដឺក្រេ</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ផ្នែកចំនួនគត់</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ផ្នែកចំនួនប្រភាគ</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ហ្វាក់តូរីយ្យែល</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បិទបើកដឺក្រេ</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បិទបើកហ្គ្រាដ្យង់</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បិទបើកហ្គ្រាដ្យង់</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ម៉ឺនុយធ្លាក់​ចុះ​នៃម៉ូដ</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ម៉ឺនុយធ្លាក់​ចុះ​នៃ​ប្រភេទ</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>រក្សានៅខាងលើ</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ថយទៅទិដ្ឋភាពពេញលេញ</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>រក្សានៅខាងលើ (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ថយទៅទិដ្ឋភាពពេញ (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>បម្លែងពី %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>បម្លែងពី %1 ចុច%2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>បម្លែងទៅជា %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 គឺ %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>ឯកតាបញ្ចូល</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>ឯកតាលទ្ធផល</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>ផ្ទៃ</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>ទិន្នន័យ</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>ថាមពល</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>ប្រវែង</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>កម្លាំង</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>ល្បឿន</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>ពេលវេលា</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>រង្វាស់</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>សីតុណ្ហភាព</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>ទម្ងន់ និងម៉ាស់</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>សម្ពាធ</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>មុំ</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>រូបិយវត្ថុ</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>អោនរាវ (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>អោនរាវ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>ហ្គាលុង (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>ហ្គាលុង (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>លីត្រ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>មីលីលីត្រ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>ផាញ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>ផាញ (សរដ្ឋអាមេរិក)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>ស្លាបព្រាបាយ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>កូនស្លាបព្រា (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>ស្លាបព្រាបាយ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>កូនស្លាបព្រា (ចក្រភពអង់គ្លេស)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>ក្វាត (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>ក្វាត (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>ពែង (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>ពែង (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>អង្សាសេ</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>អង្សាហ្វារិនហៃ</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (US)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>hr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>គីឡូវ៉ាត់ក្នុងមួយម៉ោង</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>wk</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>yr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>អារ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>ប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>ឯកតាកម្ដៅអង់គ្លេស</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTUs/នាទី</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>បៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>កាឡូរីកម្ដៅ</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>សង់ទីម៉ែត្រ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>សង់ទីម៉ែត្រក្នុងមួយវិនាទី</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>សង់ទីម៉ែត្រគូប</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>ហ្វ៊ីតគូប</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>អ៊ីញគូប</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>ម៉ែត្រគូប</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>យ៉ាតគូប</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>ថ្ងៃ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>អង្សារ</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>ហ្វារិនហាយ</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>អេឡិកត្រុងវ៉ុលត៍</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>ហ្វ៊ីត</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ហ្វីតក្នុងមួយវិនាទី</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>ហ្វ៊ីត-ផោន</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ហ្វ៊ីត-ផោន/នាទី</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>ជីកាប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>ជីកាបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>ហិកតា</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>កម្លាំងសេះ (US)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>ម៉ោង</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>អ៊ីញ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>ស៊ូល</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>គីឡូវ៉ាត់ម៉ោង</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>កាវវិន</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>គីឡូប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>គីឡូបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>កាឡូរីអាហារ</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>គីឡូស៊ូល</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>គីឡូម៉ែត្រ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>គីឡូម៉ែត្រក្នុងមួយម៉ោង</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>គីឡូវ៉ាត់</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>ណត</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>ម៉ាច</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>មេកាប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>មេកាបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>ម៉ែត្រ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>ម៉ែត្រក្នុងមួយវិនាទី</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>មីក្រុង</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>មីក្រូវិនាទី</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>ម៉ាយល៍</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>ម៉ាយល៍ក្នុងមួយម៉ោង</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>មីលីម៉ែត្រ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>មីលីវិនាទី</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>នាទី</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>នីបប៊ល</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>ណាណូម៉ែត្រ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>អង់ស្ត្រូម</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>រង្វាស់ចម្ងាយនាវាចរ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>ប៉េតាប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>ប៉េតាបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>វិនាទី</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>សង់ទីម៉ែត្រការ៉េ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>ហ្វ៊ីតការ់េ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>អ៊ីញការ៉េ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>គីឡូម៉ែត្រការ៉េ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>ម៉ែត្រការ៉េ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>ម៉ាយល៍ការ៉េ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>មីលីម៉ែត្រការ៉េ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>យ៉ាតការ៉េ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>តេរ៉ាប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>តេរ៉ាបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>វ៉ាត់</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>សប្ដាហ៍</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>យ៉ាត</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>ឆ្នាំ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>ស៊ីឌី</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>Grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>តោន (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>តោន (US)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>ការ៉ាត់</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>ដឺក្រេ</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>ហ្គ្រាដ្យង់</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>បរិយាកាស</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>សសរ</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>គីឡូប៉ាល់ស្កាល់</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>មីលីម៉ែត្របារ៉ត </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>ប៉ាល់ស្កាល់</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>ផោនក្នុងមួយអ៊ីញការ៉េ</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>សង់ទីក្រាម</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>ដេកាក្រាម</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>ដេស៊ីក្រាម</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>ក្រាម</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>ហិកតូក្រាម</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>គីឡូក្រាម</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>តោនធំ​ (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>មីលីក្រាម</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>អោន</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>ផោន</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>តោនតូច (US)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>ដុំថ្ម</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>តោនមេទ្រិច</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>ស៊ីឌី</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>ស៊ីឌី</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>វាលបាល់ទាត់</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>វាលបាល់ទាត់</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>ឌីសស្គិត</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>ឌីសស្គិត</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>ឌីវីឌី</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>ឌីវីឌី</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>ថ្ម</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>ថ្ម</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>ប្រដាប់កិបក្រដាស</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>ប្រដាប់កិបក្រដាស</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>យន្តហោះប្រតិកម្មយក្ស</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>យន្តហោះប្រតិកម្មយក្ស</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>អំពូលភ្លើង</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>អំពូលភ្លើង</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>សេះ</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>សេះ</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>អាងទឹក</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>អាងទឹក</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>ផ្កាព្រិល</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>ផ្កាព្រិល</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>ដំរី</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>ដំរី</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>អណ្ដើក</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>អណ្ដើក</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>យន្តហោះប្រតិកម្ម</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>យន្តហោះប្រតិកម្ម</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>ត្រីបាឡែន</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>ត្រីបាឡែន</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>ពែងកាហ្វេ</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>ពែងកាហ្វេ</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>អាងហែលទឹក</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>អាងហែលទឹក</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>ហត្ថ</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>ហត្ថ</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>សន្លឹកក្រដាស</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>សន្លឹកក្រដាស</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>ប្រាសាទ</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>ប្រាសាទ</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>ចេក</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>ចេក</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>ចំណិតនំ</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>ចំណិតនំ</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>ម៉ាស៊ីនរថភ្លើង</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>ម៉ាស៊ីនរថភ្លើង</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>បាល់ទាត់</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>បាល់ទាត់</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>ធាតុអង្គចងចាំ</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ថយក្រោយ</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ថយក្រោយ</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>លក្ខខណ្ឌអាជ្ញាប័ណ្ណសូហ្វវែរបស់ Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>ការមើល​ជា​មុន</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>ព័ត៌មានឯកជនភាព Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. រក្សាសិទ្ធិគ្រប់បែបយ៉ាង។</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>ដើម្បីស្វែងយល់​​អំពី​របៀប​​ដែល​អ្នក​អាច​​ចូលរួមចំណែក​ក្នុង​ម៉ាស៊ីនគិតលេខ Windows សូមពិនិត្យមើល​គម្រោងនៅលើ %HL%GitHub%HL%។</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>អំពី</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>ផ្ញើមតិប្រតិកម្ម</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>មិនទាន់មានប្រវត្តិនៅឡើយទេ។</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>មិនមានអ្វីត្រូវបានរក្សាទុកក្នុងអង្គចងចាំទេ។</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អង្គចងចាំ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>ការបង្ហាញនេះមិនអាចត្រូវបានបិទភ្ជាប់</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>ជីប៊ីប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>ជីប៊ីបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>គីប៊ីប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>គីប៊ីបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>មេប៊ីប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>មេប៊ីបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>ប៉េប៊ីប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>ប៉េប៊ីបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>តេប៊ីប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>តេប៊ីបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>អ៊ិចហ្សាប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>អ៊ិចហ្សាបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>អ៊ិចប៊ីប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>អ៊ិចប៊ីបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>ហ្សេតាប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>ហ្សេតាបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>ហ្សេប៊ីប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>ហ្សេប៊ីបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>យ៉ូតាប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>យ៉ូតាបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>យ៉ូប៊ីប៊ីត</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>យ៉ូប៊ីបៃ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>ការគណនាកាលបរិច្ឆេទ</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ម៉ូដការគណនា</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>បន្ថែម</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>បន្ថែម ឬដកថ្ងៃ</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>កាលបរិច្ឆេទ</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>ផលសងរវាងកាលបរិច្ឆេទ</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>ថ្ងៃ</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>ផលសង</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>ពី</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>ខែ</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>ដក</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>ដល់</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>ឆ្នាំ</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>កាលបរិច្ឆេទក្រៅដែនកំណត់</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>ថ្ងៃ</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>ថ្ងៃ</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>ខែ</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>ខែ</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>កាលបរិច្ឆេទដូចគ្នា</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>សប្តាហ៍</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>សប្ដាហ៍</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>ឆ្នាំ</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>ឆ្នាំ</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>ផលសង %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>កាលបរិច្ឆេទលទ្ធផល %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>ម៉ូដម៉ាស៊ីនគិតលេខ%1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>ម៉ូដអង្គបំលែង %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>ម៉ូដគណនាកាលបរិច្ឆេទ</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បញ្ជីប្រវត្តិ និងអង្គចងចាំ</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ការគ្រប់គ្រងអង្គចងចាំ</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>មុខងារស្ដង់ដារ</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ការគ្រប់គ្រងការបង្ហាញ</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រតិបត្តិករស្តង់ដារ</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បន្ទះលេខ</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រតិបត្តិករជ្រុង</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>មុខងារបែបវិទ្យាសាស្រ្ត</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ការជ្រើសរើសគោល</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រតិបត្តិករអ្នកសរសេរកម្មវិធី</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ការជ្រើសម៉ូដបញ្ចូល</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រអប់វាយអក្សរប៊ីតបិទបើក</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>រមូរកន្សោមទៅខាងឆ្វេង</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>រមូរកន្សោមទៅខាងស្ដាំ</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>បានឈានដល់​ខ្ទង់អតិបរមា។ %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 រក្សាទុកទៅអង្គចងចាំ</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>រន្ធដោតអង្គចងចាំ %1 គឺ %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>រន្ធអង្គចងចាំ %1 ត្រូវបានលុប</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ចែកដោយ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ពេលវេលា</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ដក</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>បូក</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ទៅកាន់កម្លាំងនៃ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ឬស y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ឃី shift ខាងឆ្វេង</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ឃី shift ខាងស្តាំ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ឬ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x ឬ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>និង</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>បានអាប់ដេត %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>អាប់ដេតការផ្តល់ចំណាត់ថ្នាក់</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>ការគិតថ្លៃទិន្នន័យអាចត្រូវបានអនុវត្ត។</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>មិនអាចទទួលបានអត្រាថ្មីៗ។ ព្យាយាមម្តងទៀតនៅពេលក្រោយ។</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>ក្រៅបណ្តាញ។ សូមពិនិត្យមើល%HL%ការកំណត់បណ្ដាញ%HL%របស់អ្នក</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>កំពុងអាប់ដេតអត្រារូបិយប័ណ្ណ</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>បានអាប់ដេតអត្រារូបិយប័ណ្ណ</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>មិនអាចអាប់ដេតអត្រាផ្សេងៗ</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>លុបអង្គចងចាំទាំងអស់ (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លុបអង្គចងចាំទាំងអស់</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>ដឺក្រេស៊ីន</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់ស៊ីន</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>ហ្គ្រាដ្យង់ស៊ីន</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>ដឺក្រេស៊ីនបញ្ច្រាស</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់ស៊ីនបញ្ច្រាស</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>ហ្គ្រាដ្យង់ស៊ីនបញ្ច្រាស</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>ស៊ីនអ៊ីព័របូលិក</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>ស៊ីនអ៊ីពែរបូលិកបញ្ច្រាស</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>ដឺក្រេកូស៊ីន</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់កូស៊ីន</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>ហ្គ្រាដ្យង់កូស៊ីន</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>ដឺក្រេកូស៊ីនបញ្ច្រាស</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់កូស៊ីនបញ្ច្រាស</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>ហ្គ្រាដ្យង់កូស៊ីនបញ្ច្រាស</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>កូស៊ីនអ៊ីព័របូលិក</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>កូស៊ីនអ៊ីព័របូលិកបញ្ច្រាស</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>ដឺក្រេតង់ហ្យង់</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់តង់ហ្សង់</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>ហ្គ្រាដ្យង់តង់ហ្សង់</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>ដឺក្រេតង់ហ្សង់បញ្ច្រាស</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់តង់ហ្សង់បញ្ច្រាស</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>ហ្គ្រាដ្យង់តង់ហ្សង់បញ្ច្រាស</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>តង់ហ្សង់អ៊ីព័របូលិក</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>តង់ហ្សង់អ៊ីពែរបូលិកបញ្ច្រាស</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>ដឺក្រេសេកង់</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់សេកង់</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>ហ្ក្រាដ្យង់សេកង់</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>ដឺក្រេសេកង់ច្រាស</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់សេកង់ច្រាស</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>ហ្ក្រាដ្យង់សេកង់ច្រាស</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>សេកង់អ៊ីពែរបូលិក</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>សេកង់អ៊ីពែរបូលិកច្រាស</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>ដឺក្រេកូសេកង់</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់កូសេកង់</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>ហ្ក្រាដ្យង់កូសេកង់</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>ដឺក្រេកូសេកង់ច្រាស</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់កូសេកង់ច្រាស</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>ហ្ក្រាដ្យង់កូសេកង់ច្រាស</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>កូសេកង់អ៊ីពែរបូលិក</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>កូសេកង់អ៊ីពែរបូលិកច្រាស</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>ដឺក្រេកូតង់ហ្សង់</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់កូតង់ហ្សង់</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>ហ្ក្រាដ្យង់កូតង់ហ្សង់</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>ដឺក្រេកូតង់ហ្សង់ច្រាស</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់កូតង់ហ្សង់ច្រាស</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>ហ្ក្រាដ្យង់កូតង់ហ្សង់ច្រាស</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>កូតង់ហ្សង់អ៊ីពែរបូលិក</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>កូតង់ហ្សង់អ៊ីពែរបូលិកច្រាស</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>ឫសគូប</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>គោលលោការីត</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>តម្លៃដាច់ខាត</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>ប្តូរទៅខាងឆ្វេង</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>ប្តូរទៅខាងស្តាំ</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>ហ្វាក់តូរីយ្យែល</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>ដឺក្រេ នាទី វិនាទី</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>កំណត់ហេតុធម្មជាតិ</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>ការ៉េ</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>ឬស y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>ប្រភេទ %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>កិច្ចព្រមព្រៀងសេវាកម្ម Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>ពី</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>រំកិលលទ្ធផលគណនាទៅខាងឆ្វេង</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>រំកិលលទ្ធផលគណនាទៅខាងស្ដាំ</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>ការគណនាបាបរាជ័យ</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>កំណត់​ផ្អែក​តាម Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>ត្រីកោណមាត្រសាស្ដ្រ</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>មុខងារ</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>អសមភាព</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អសមភាព</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>ប៊ីតវ៉ាយស៍</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>ប្ដូរប៊ីត</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អនុគមន៍ច្រាស</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>មុខងារអ៊ីពែរបូលិក</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>សេកង់</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ីពែបូលិចស៊ិក</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អាក់ស៊ិក</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ីពែបូលិចអាក់ស៊ិក</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>កូសេកង់</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ីពែបូលិចកូស៊ិក</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អាក់កូស៊ិក</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ីពែបូលិចអាក់កូស៊ិក</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>កូតង់ហ្សង់</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ីពែបូលិចកូតង់សង់</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អាក់កូតង់សង់</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>អ៊ីពែបូលិចអាក់កូតង់សង់</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ជាន់</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ពិដាន</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ចៃដន្យ</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>តម្លៃដាច់ខាត</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>លេខរបស់ Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ពីរជានិទស្សន្ត</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បង្វិលនៅខាងឆ្វេងជាមួយ carry</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បង្វិលនៅខាងស្តាំជាមួយ carry</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>shift ខាងឆ្វេង</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ប្ដូរទៅឆ្វេង</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>shift ខាងស្ដាំ</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ប្ដូរទៅស្ដាំ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>ប្ដូរតាមលេខនព្វន្ដ</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>ប្ដូរតាមបែបតក្កវិទ្យា</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>បង្វិលប្ដូរជារង្វង់</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>បង្វិលតាមការប្ដូរជារង្វង់</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ឫសគូប</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ត្រីកោណមាត្រសាស្ដ្រ</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>មុខងារ</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប៊ីតវ៉ាយស៍</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្ដូរប៊ិត</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ផ្ទាំងប្រតិបត្តិករវិទ្យាសាស្រ្ត</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ផ្ទាំងប្រតិបត្តិករអ្នកសរសេរកម្មវិធី</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>ប៊ីតសំខាន់ខ្លាំងបំផុត</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>ការសង់ក្រាហ្វ</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>គំនូស</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ផ្ទក​ទិដ្ឋភាព​ឡើងវិញ​ដោយ​ស្វ័យ​ប្រវត្តិ (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ទិដ្ឋភាពក្រាហ្វ</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>សម​បំផុត​ដោយ​ស្វ័យ​ប្រវត្តិ</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>ការ​កែតម្រូវ​ដោយ​ដៃ</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>ទិដ្ឋភាព​គូរ​គំនូស​តាងត្រូវ​បានកំណត់​ឡើងវិញ</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ពង្រីក (Ctrl + សញ្ញាបូក)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ពង្រីក</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>បង្រួម (Ctrl + សញ្ញាដក)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បង្រួម</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>បញ្ចូលសមីការ</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>មិនអាចចែករំលែកនៅពេលនេះទេ។</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>យល់ព្រម</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>មើលអ្វីដែលខ្ញុំបានគូសក្រាបជាមួយ Windows ម៉ាស៊ីនគិតលេខ</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>សមីការ</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>អថេរ</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>រូបភាពក្រាបជាមួយសមីការ</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>អថេរ</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>ជំហាន</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>អប្ប</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>អតិ</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>ពណ៌</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>រចនាបថ</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>ការវិភាគមុខងារ</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>អនុគមន៍នេះមិនមានអាស៊ីមតូតដេកណាមួយទេ។</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>អនុគមន៍នេះមិនមានចំណុចរបត់ណាមួយទេ។</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>អនុគមន៍នេះមិនមានចំណុចអតិបរមាណាមួយទេ។</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>អនុគមន៍នេះមិនមានចំណុចអប្បបរមាណាមួយទេ។</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>តម្លៃថេរ</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>ការថយចុះ</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>មិនអាចកំណត់ម៉ូណូតូនីស៊ីធីនៃអនុគមន៍នេះទេ។</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>ការកើនឡើង</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>ម៉ូណូតូនីស៊ីធីនៃមុខងារនេះមិនត្រូវបានស្គាល់។</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>អនុគមន៍នេះមិនមានអាស៊ីមតូតទេរណាមួយទេ។</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>មិនអាចកំណត់ភាពស្មើគ្នានៃអនុគមន៍នេះទេ។</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>អនុគមន៍នេះគឺគូ។</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>អនុគមន៍នេះគឺមិនគូ ហើយក៏មិនសេស។</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>អនុគមន៍នេះគឺសេស។</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>ភាពស្មើគ្នានៃអនុគមន៍នេះមិនត្រូវបានស្គាល់។</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>សាមយិកភាពគឺមិនត្រូវបានគាំទ្រសម្រាប់អនុគមន៍នេះទេ។</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>អនុគមន៍គឺមិនមានសាមយិកភាព។</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>សាមយិកភាពនៃអនុគមន៍នេះមិនត្រូវបានស្គាល់។</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>លក្ខណៈពិសេសទាំងនេះគឺស្មុគស្មាញពេកសម្រាប់ម៉ាស៊ីនគិតលេខក្នុងការគណនា៖</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>ពីព្រោះអនុគមន៍ មាន ដែល អាស៊ីមតូតបញ្ឈរ</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>អនុគមន៍នេះមិនមាន x-ស្ទាក់ចាប់ ណាមួយឡើយ។</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>អនុគមន៍នេះមិនមាន y-ស្ទាក់ចាប់ ណាមួយឡើយ។</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>ដូមែន</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>អាស៊ីមតូតដេក</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>ចំណុចរបត់</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>ការវិភាគមិនត្រូវបានគាំទ្រសម្រាប់អនុគមន៍នេះទេ។</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>ការវិភាគ​គឺត្រូវបានគាំទ្រ​តែសម្រាប់​មុខងារនៅក្នុងទម្រង់ f(x) ប៉ុណ្ណោះ៖ ឧទាហរណ៍៖ y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>អតិបរមា</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>អប្បបរមា</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>ម៉ូណូតូនីស៊ីធី</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>អាស៊ីមតូតទេរ</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>ភាពស្មើគ្នា</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>រយៈពេល</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>ជួរ</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>អាស៊ីមតូតឈរ</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-ស្ទាក់ចាប់</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-ស្ទាក់ចាប់</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>ការវិភាគមិនអាចធ្វើទៅបានទេសម្រាប់អនុគមន៍នេះ។</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>មិនអាចគណនាដូមែនសម្រាប់អនុគមន៍នេះទេ។</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>មិនអាចគណនាជួរសម្រាប់អនុគមន៍នេះទេ។</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>ហៀរ (លេខ​ធំពេក)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>ម៉ូដរ៉ាដ្យង់​គឺ​តម្រូវ​កា​ចាំ​បាច់​សម្រាប់​គំនូស​តាង​សមីការ​នេះ។</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>អនុគមន៍នេះ​គឺ​ស្មុកស្មាញ​ពេក​ដើម្បីគូរ​គំនូស​តាង</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>ម៉ូដដឺក្រេ​គឺ​ត្រូវការ​ចាំបាច់​ដើម្បី​គូរ​គំនូស​តាង​អនុគមន៍នេះ</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>អនុគមន៍​ហ្វាក់តូរីយែ្យល​មានអាគុយម៉ង់​មិន​ត្រឹមត្រូវ</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>អនុគមន៍​ហ្វាក់តូរីយែ្យល​មាន​អាគុយម៉ង់​ដែល​ធំពេគ​សម្រាប់​គំនូស​តាង</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>ម៉ូឌុលឡូ​​អាច​ប្រើ​បាន​តែ​ជាមួយ​​លេខ​ទាំង​មួល​តែ​ប៉ុណ្ណោះ</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>សមីការ​គ្មាន​ដំណោះ​ស្រាយ</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>មិនអាចចែកនឹងសូន្យទេ</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>សមីការមាន​លក្ខខណ្ឌ​ជា​ចង្កោម​ដែល​ដាច់​ដោយ​ឡែក</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>សមីការក្រៅ​ដែន</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>មិនគាំទ្រការសង់ក្រាហ្វសមីការ​នេះ​ទេ</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>សមីការគឺគ្មាន​សញ្ញាបើកវង់​ក្រចក</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>សមីការគឺគ្មាន​សញ្ញាបិទ​វង់​ក្រចក</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>មាន​ចំនុច​ទស្សភាគ​ច្រើន​ពេក​ក្នុង​លេខ</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>ចំនុច​ទស្សភាគ​គ្មានលេខ</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>កន្សោមពាក្យបញ្ចប់​មិនបាន​រំពឹង​ទុក</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>តួអក្សរមិននឹក​ស្មាន​ដល់​ក្នុង​កន្សោមពាក្យ</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>តួអក្សរមិនត្រឹមត្រូវ​ក្នុង​កន្សោមពាក្យ</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>មាន​សញ្ញា​ស្មើ​ច្រើនពេក</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>អនុគមន៍​ត្រូវ​មាន​យ៉ាង​ហោច​ណាស់​អថេរ x ឬ y មួយ</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>កន្សោមពាក្យមិនត្រឹមត្រូវ</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>កន្សោមពាក្យទទេរ</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>សញ្ញា​ស្មើ​បាន​ប្រើ​ដោយ​គ្មាន​សមីការ</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>ភ្លេច​សញ្ញា​វង់​ក្រចក​បន្ទាប់​ពី​ឈ្មោះអនុគមន៍</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>សញ្ញាគណិតវិទ្យា​មាន​លេខ​ប៉ារ៉ាម៉ែត្រ​មិន​ត្រឹម​ត្រូវ</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>ឈ្មោះ​អថេរ​មិន​ត្រឹមត្រូវ​ទេ</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>សមីការគឺគ្មាន​សញ្ញាបើកឃ្នាប</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>សមីការគឺគ្មាន​សញ្ញាបិទឃ្នាប</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" និង \"I\" មិន​អាច​ប្រើ​ជា​ឈ្មោះអថេរ​បាន​ទេ</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>សមីការមិន​អាច​គូរ​គំនូស​តាង​បាន​ទេ</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>លេខ​មិន​អាច​ដោះ​ស្រាយ​សម្រាប់​គោល​ដែល​បាន​ផ្ដល់​ទេ</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>គោល​ត្រូវ​តែ​ធំជាង 2 និង​តិចជាង 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>តម្រូវឱ្យមានសញ្ញាគណិតវិទ្យាមួយនៃប៉ារ៉ាម៉ែត្ររបស់វាជាអថេរ</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>សមីការ​គឺ​លាយ​ចម្រុះ​​ឡូហ្សិក និង​ឃ្នាប</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x ឬ y មិន​អាច​ប្រើ​ក្នុង​លីមីត​ខ្ពស់ ឬទាប​បាន​ទេ</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x ឬ y មិន​អាច​ប្រើ​ក្នុង​ចំណុច​កំណត់​ទេ</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>មិន​អាច​ប្រើអនន្តកំប្លេច​បាន​ទេ</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>មិន​អាច​ប្រើ​លេខស្មុគស្មាញ​ក្នុង​វិសមភាព​បាន​ទេ</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ត្រឡប់​ទៅ​បញ្ជី​មុខងារ</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ត្រឡប់​ទៅ​បញ្ជី​មុខងារ</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>វិភាគមុខងារ</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>វិភាគមុខងារ</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>វិភាគមុខងារ</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>យកចេញសមីការ</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>យកចេញសមីការ</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>យកចេញសមីការ</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ចែក​រំលែក</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ចែក​រំលែក</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ប្ដូររចនាបថសមីការ</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្ដូររចនាបថសមីការ</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>ប្ដូររចនាបថសមីការ</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>បង្ហាញសមីការ</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>លាក់សមីការ</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>បង្ហាញសមីការ %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>លាក់សមីការ %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>ឈប់តាមដាន</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>ចាប់ផ្ដើមតាមដាន</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>វីនដូមើលក្រាប, អាក់ស៊ីស x ដែលភ្ជាប់ដោយ %1 និង %2, អាក់ស៊ីស y ដែលភ្ជាប់ដោយ %3 និង %4, ដែលបង្ហាញ %5 សមីការ</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>រៀបចំរបាររំកិល</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>រៀបចំរបាររំកិល</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>ប្តូរទៅម៉ូដសមីការ</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>ប្តូរទៅម៉ូដក្រាប</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្តូរទៅម៉ូដសមីការ</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>ម៉ូដបច្ចុប្បន្នគឺជាម៉ូដសមីការ</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>ម៉ូដបច្ចុប្បន្នគឺជាម៉ូដក្រាប</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>វីនដូ</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>ដឺក្រេ</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>ហ្គ្រាដ្យង់</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>រ៉ាដ្យង់</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>ឯកតា</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>កំណត់​ការ​មើលឡើងវិញ</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-អតិ</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-អប្ប</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-អតិ</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-អប្ប</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ជម្រើស​គូរ​គំនូស​តាង</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ជម្រើស​គូរ​គំនូស​តាង</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>ជម្រើស​​គំនូស​តាង</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ជម្រើស​អថេរ</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>បិទ/បើក​ជម្រើស​អថេរ</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>កម្រិតក្រាស់នៃបន្ទាត់</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>ជម្រើសបន្ទាត់</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>កម្រាស់បន្ទាត់តូច</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>កម្រាស់​បន្ទាត់​មធ្យម</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>កម្រាស់បន្ទាត់ធំ</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>កម្រាស់បន្ទាត់ធំខ្លាំង</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>បញ្ចូលកន្សោមពាក្យមួយ</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>ចម្លង</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>កាត់</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ចម្លង</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>បិទភ្ជាប់</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>មិនធ្វើវិញ</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ជ្រើសរើសទាំងអស់</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បញ្ចូលអនុគមន៍</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បញ្ចូលអនុគមន៍</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ផ្ទាំង​បញ្ចូល​អនុគមន៍</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ផ្ទាំងអថេរ</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បញ្ជីអថេរ</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>ធាតុ​បញ្ជី %1 អថេរ</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រអប់បញ្ចូលតម្លៃរបស់អថេរ</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>របាររំកិល​តម្លៃ​អថេរ</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រអប់​បញ្ចូលតម្លៃ​អប្បបរមារបស់អថេរ</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រអប់​បញ្ចូលតម្លៃ​ជំហានរបស់អថេរ</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រអប់​បញ្ចូលតម្លៃ​អតិបរមារបស់អថេរ</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>រចនាបថបន្ទាត់ក្រឡា</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>រចនាបថបន្ទាត់ក្រឡាដាច់</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>រចនាបថបន្ទាត់ក្រឡាដាច់</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>ខៀវទឹកប៊ិច</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>ហ្វូមសមុត្រ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>ត្របែកព្រៃ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>បៃតង</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>បៃតងស្រាល</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>បៃតងចាស់</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>ពណ៌ធ្យូង</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>ក្រហម</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>ស្វាយ​ក្រហម​</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>ស៊ីជំពូ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>លឿង​ទុំ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>ទឹក​ក្រូច​ស្រស់</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>ត្នោត</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>ខ្មៅ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>ស</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>ពណ៌ 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>ពណ៌ 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>ពណ៌ 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>ពណ៌ 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>រចនាប័ទ្មក្រាហ្វ</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>ភ្លឺ​ជា​និច្ច</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>ផ្គូផ្គងកម្មវិធីគំរូរចនា</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ផ្ទៃ</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ភ្លឺ​ជា​និច្ច</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ផ្គូផ្គងកម្មវិធីគំរូរចនា</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>បាន​ដក​មុខងារ​ចេញ</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ប្រអប់​សមីការ​វិភាគ​អនុគមន៍</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ស្មើ</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>តិចជាង</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>តូចជាង ឬស្មើ</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ស្មើ</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ធំជាង ឬស្មើ</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ធំជាង</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ដាក់​បញ្ជូន</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ការវិភាគអនុគមន៍</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ជម្រើស​​គំនូស​តាង</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>បញ្ជីប្រវត្តិ និងអង្គចងចាំ</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>បញ្ជីអង្គចងចាំ</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>រន្ធអង្គចងចាំ %1 ត្រូវបានលុប</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>ម៉ាស៊ីនគិតលេខនៅខាងលើជានិច្ច</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>ម៉ាស៊ីនគិតលេខត្រឡប់​ទៅ​កា​របង្ហញ​ពេញ</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>ប្ដូរតាមលេខនព្វន្ដដែលបានជ្រើសរើស</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>ប្ដូរតាមបែបតក្កវិទ្យាដែលបានជ្រើសរើស</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>បង្វិលរាងជារង្វង់ដែលបានជ្រើសរើស</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>បង្វិលតាមរង្វង់ដែលបានជ្រើសរើស</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>ការកំណត់</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>រូបរាង</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>គំរូរចនាកម្មវិធី</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>ជ្រើសរើសគំរូរចនាកម្មវិធីណាមួយ ដើម្បីបង្ហាញ</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ភ្លឺ</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ងងឹត</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ប្រើការកំណត់ប្រព័ន្ធ</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ថយក្រោយ</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>ទំព័រការកំណត់</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>បើកម៉ឺនុយបរិបទសម្រាប់សកម្មភាពដែលមាន</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>យល់ព្រម</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>មិនអាចស្ដាររូបថតរហ័សនេះ​ឡើងវិញបានទេ។</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/kn-IN/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>ಅಮಾನ್ಯ ಇನ್‍ಪುಟ್</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>ಫಲಿತಾಂಶವು ವ್ಯಾಖ್ಯಾನಿತವಾಗಿಲ್ಲ</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>ಸಾಕಷ್ಟು ಸ್ಮರಣೆ ಇಲ್ಲ</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>ಓವರ್‌ಫ್ಲೋ</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>ಫಲಿತಾಂಶವು ವ್ಯಾಖ್ಯಾನಿತವಾಗಿಲ್ಲ</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>ಫಲಿತಾಂಶವು ವ್ಯಾಖ್ಯಾನಿತವಾಗಿಲ್ಲ</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>ಓವರ್‌ಫ್ಲೋ</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>ಓವರ್‌ಫ್ಲೋ</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>ಸೊನ್ನೆಯಿಂದ ವಿಭಾಗಿಸಲಾಗುವುದಿಲ್ಲ</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/kn-IN/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾಲ್ಕುಲೇಟರ್</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾಲ್ಕುಲೇಟರ್ [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows ಕ್ಯಾಲ್ಕುಲೇಟರ್</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows ಕ್ಯಾಲ್ಕುಲೇಟರ್ [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾಲ್ಕುಲೇಟರ್</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾಲ್ಕುಲೇಟರ್ [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>ನಕಲಿಸು</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>ಅಂಟಿಸು</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>ಸುಮಾರು ಇದಕ್ಕೆ ಸಮಾನ</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, ಮೌಲ್ಯ %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 ಬಿಟ್</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1 ನೆಯ</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>ಕನಿಷ್ಠ ಮಹತ್ವದ ಬಿಟ್</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಫ್ಲೈಔಟ್ ತೆರೆಯಿರಿ</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಫ್ಲೈಔಟ್ ಮುಚ್ಚು</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>ಮೇಲೆ ಇರಿಸಿ</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>ಪೂರ್ಣ ವೀಕ್ಷಣೆಗೆ ಹಿಂತಿರುಗಿ</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸ (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಬಿಟ್ ಟಾಗ್ಲಿಂಗ್ ಕೀಪ್ಯಾಡ್</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಪೂರ್ಣ ಕೀಪ್ಯಾಡ್</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಎಲ್ಲಾ ಸ್ಮರಣೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸ</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸ</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>ಕನ್ವರ್ಟರ್</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>ವೈಜ್ಞಾನಿಕ</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>ಪ್ರಮಾಣಿತ</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕನ್ವರ್ಟರ್ ಮೋಡ್</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ವೈಜ್ಞಾನಿಕ ಮೋಡ್</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಪ್ರಮಾಣಿತ ಮೋಡ್</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>ಎಲ್ಲಾ ಇತಿಹಾಸ ತೆರವುಗೊಳಿಸಿ</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಎಲ್ಲಾ ಇತಿಹಾಸ ತೆರವುಗೊಳಿಸಿ</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>ಮರೆಮಾಡಿ</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>ಪ್ರಮಾಣಿತ</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>ವೈಜ್ಞಾನಿಕ</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>ಪ್ರೋಗ್ರಾಮರ್</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>ಕನ್ವರ್ಟರ್</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾಲ್ಕುಲೇಟರ್</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>ಕನ್ವರ್ಟರ್</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾಲ್ಕುಲೇಟರ್</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>ಪರಿವರ್ತಕಗಳು</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾಲ್ಕುಲೇಟರ್‌‍ಗಳು</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>ಡಿಸ್‍ಪ್ಲೇ %1 ಆಗಿದೆ</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>ಅಭಿವ್ಯಕ್ತಿ %1, ಪ್ರಸ್ತುತ ಇನ್‌ಪುಟ್ %2 ಆಗಿದೆ</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>ಪ್ರದರ್ಶನವು %1 ಬಿಂದುವಾಗಿದೆ</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>ಪದವಿನ್ಯಾಸ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>ಪ್ರದರ್ಶನ ಮೌಲ್ಯವನ್ನು ಕ್ಲಿಪ್‍ಬೋರ್ಡ್‍ಗೆ ನಕಲಿಸಲಾಗಿದೆ</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸ</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>ಹೆಕ್ಸಾಡೆಸಿಮಲ್ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>ದಶಮಾಂಶ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>ಓಕ್ಟಲ್ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>ಬೈನರಿ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಎಲ್ಲಾ ಇತಿಹಾಸ ತೆರವುಗೊಳಿಸಿ</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸ ಖಾಲಿ ಮಾಡಲಾಗಿದೆ</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸ ಮರೆಮಾಡಿ</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸದ ಫ್ಲೈಔಟ್ ತೆರೆಯಿರಿ</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸದ ಫ್ಲೈಔಟ್ ಮುಚ್ಚು</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಸಂಗ್ರಹ</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಸಂಗ್ರಹಣೆ (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಎಲ್ಲಾ ಸ್ಮರಣೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ತೆರವುಗೊಳಿಸಲಾಗಿದೆ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಮರುಪಡೆ</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಮರುಪಡೆಯಿರಿ (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಸೇರಿಸಿ</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಸಂಕಲನ (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಕಳೆಯಿರಿ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ವ್ಯವಕಲನ (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಅಂಶ ತೆರವುಗೊಳಿಸಿ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಅಂಶ ತೆರವುಗೊಳಿಸಿ</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಅಂಶಕ್ಕೆ ಸೇರಿಸಿ</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಅಂಶಕ್ಕೆ ಸೇರಿಸಿ</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಐಟಂನಿಂದ ಕಳೆಯಿರಿ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಐಟಂನಿಂದ ಕಳೆಯಿರಿ</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಅಂಶ ತೆರವುಗೊಳಿಸಿ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಅಂಶ ತೆರವುಗೊಳಿಸಿ</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಅಂಶಕ್ಕೆ ಸೇರಿಸಿ</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಅಂಶಕ್ಕೆ ಸೇರಿಸಿ</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಐಟಂನಿಂದ ಕಳೆಯಿರಿ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಐಟಂನಿಂದ ಕಳೆಯಿರಿ</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>ಅಳಿಸಿ</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>ನಕಲಿಸಿ</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>ಅಳಿಸಿ</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸ ಐಟಂ ಅಳಿಸಿ</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸ ಐಟಂ ಅಳಿಸಿ</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬ್ಯಾಕ್ ಸ್ಪೇಸ್</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸೊನ್ನೆ</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಒಂದು</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಎರಡು</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಮೂರು</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ನಾಲ್ಕು</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಐದು</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಆರು</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಏಳು</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಎಂಟು</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಒಂಬತ್ತು</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬಿ</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಮತ್ತು</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಅಥವಾ</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಅಥವಾ</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಎಡದಲ್ಲಿ ತಿರುಗಿಸು</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬಲದಲ್ಲಿ ತಿರುಗಿಸು</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಎಡ ಶಿಫ್ಟ್</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬಲ ಶಿಫ್ಟ್</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಏಕೈಕ ಅಥವಾ</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ನಾಲ್ಮಡಿ ಪದ ಟಾಗಲ್</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ದ್ವಿ ಪದ ಟಾಗಲ್</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಪದ ಟಾಗಲ್</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬೈಟ್ ಟಾಗಲ್</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬಿಟ್ ಟಾಗ್ಲಿಂಗ್ ಕೀಪ್ಯಾಡ್</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಪೂರ್ಣ ಕೀಪ್ಯಾಡ್</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ದಶಮಾಂಶ ವಿಭಾಜಕ</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ನಮೂದು ತೆರವುಗೊಳಿಸಿ</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ತೆರವುಗೊಳಿಸು</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇದರಿಂದ ವಿಭಾಗಿಸಿ</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇದರಿಂದ ಗುಣಿಸಿ</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸಮ</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಕಾರ್ಯ</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕಳೆ</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>ಕಳೆ</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕೂಡು</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ವರ್ಗಮೂಲ</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಶೇಕಡಾ</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಧನಾತ್ಮಕ ಋಣಾತ್ಮಕ</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಧನಾತ್ಮಕ ಋಣಾತ್ಮಕ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ವ್ಯುತ್ಕ್ರಮ</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಎಡ ಆವರಣ ಚಿಹ್ನೆ</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>ಎಡ ಆವರಣ, ಬಲ ಆವರಣ ಎಣಿಕೆ %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬಲ ಆವರಣ ಚಿಹ್ನೆ</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>ತೆರೆದ ಆವರಣ ಎಣಿಕೆ %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>ಮುಚ್ಚಲು ಯಾವುದೇ ತೆರೆದ ಆವರಣ ಇಲ್ಲ.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ವೈಜ್ಞಾನಿಕ ಸಂಕೇತನ</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಕಾರ್ಯ</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸೈನ್</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕೋಸೈನ್</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಟ್ಯಾಂಜೆಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಸೈನ್</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಕೋಸೈನ್</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಟ್ಯಾಂಜೆಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಚೌಕ</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಘನಾಕೃತಿ</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಆರ್ಕ್ ಸೈನ್</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಆರ್ಕ್ ಕೊಸೈನ್</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಆರ್ಕ್ ಟ್ಯಾಂಜೆಂಟ್</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಆರ್ಕ್ ಸೈನ್</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಆರ್ಕ್ ಕೋಸೈನ್</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಆರ್ಕ್ ಟ್ಯಾಂಜೆಂಟ್</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>’X’ ಘಾತ</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹತ್ತು ಘಾತ</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>’e’ ಘಾತ</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>’x’ ನ ವರ್ಗಮೂಲ ’y’</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಲಾಗ್</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ನ್ಯಾಚುರಲ್ ಲಾಗ್</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಮಾಡ್ಯುಲೋ</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಘಾತೀಯ</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಡಿಗ್ರಿ ನಿಮಿಷ ಸೆಕೆಂಡ್</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಡಿಗ್ರಿಗಳು</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಪೂರ್ಣಸಂಖ್ಯೆಯ ಭಾಗ</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಭಿನ್ನಾಂಕ ಭಾಗ</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಗುಣಲಬ್ಧ</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕೋನಗಳ ಟಾಗಲ್</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಗ್ರೇಡಿಯನ್ಸ್ ಟಾಗಲ್</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ರೇಡಿಯನ್ಸ್ ಟಾಗಲ್</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಮೋಡ್ ಡ್ರಾಪ್‍ಡೌನ್</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ವರ್ಗಗಳ ಡ್ರಾಪ್‍ಡೌನ್</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಮೇಲೆ ಇರಿಸಿ</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಪೂರ್ಣ ವೀಕ್ಷಣೆಗೆ ಹಿಂತಿರುಗಿ</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಮೇಲೆ ಇರಿಸಿ (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಪೂರ್ಣ ವೀಕ್ಷಣೆಗೆ ಹಿಂತಿರುಗಿ (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>%1 %2 ನಿಂದ ಪರಿವರ್ತಿಸಿ</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>%1 ಪಾಯಿಂಟ‍ನಿಂದ %2 ಗೆ ಪರಿವರ್ತಿಸಿ</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>%1 %2 ಗೆ ಪರಿವರ್ತಿಸುತ್ತದೆ</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 ಇದು %3 %4 ಆಗಿದೆ</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>ಇನ್‌ಪುಟ್ ಯುನಿಟ್</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>ಔಟ್‍ಪುಟ್ ಯುನಿಟ್</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>ವಿಸ್ತೀರ್ಣ</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>ಡೇಟಾ</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>ಶಕ್ತಿ</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>ಉದ್ದ</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>ಪವರ್</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>ವೇಗ</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>ಸಮಯ</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>ಪ್ರಮಾಣ</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>ಉಷ್ಣತೆ</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>ತೂಕ</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>ಒತ್ತಡ</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>ಕೋನ</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>ಕರೆನ್ಸಿ</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>ಫ್ಲೂಯಿಡ್ ಔನ್ಸ್‌ಗಳು (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>ಫ್ಲೂಯಿಡ್ ಔನ್ಸ್‌ಗಳು (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>ಗ್ಯಾಲನ್‍ಗಳು (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>ಗ್ಯಾಲನ್ (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>ಗ್ಯಾಲನ್‍ಗಳು (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>ಗ್ಯಾಲನ್ (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>ಲೀಟರ್‌‍ಗಳು</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>ಲೀ</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>ಮಿಲಿಲೀಟರ್‌‍ಗಳು</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ಮಿಲೀ</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>ಪಿಂಟ್ಸ್ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>ಪಿಂಟ್ಸ್ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>ಟೇಬಲ್‍ಸ್ಪೂನ್‍ಗಳು (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>ಟೇಬಲ್ ಸ್ಪೂನ್ (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ಟೀಸ್ಪೂನ್‍ಗಳು (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ಟೀ ಸ್ಪೂನ್ (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>ಟೇಬಲ್‍ಸ್ಪೂನ್‍ಗಳು (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>ಟೇಬಲ್ ಸ್ಪೂನ್ (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>ಟೀಸ್ಪೂನ್‍ಗಳು (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>ಟೀ ಸ್ಪೂನ್ (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>ಕ್ವಾರ್ಟ್ಸ್ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>ಕ್ಯೂಟಿ (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>ಕ್ವಾರ್ಟ್ಸ್ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>ಕಪ್‍ಗಳು (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>ಕಪ್ (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/ನಿಮಿಷ</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>ಬಿ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾಲೊರಿ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>ಸೆಂಮಿ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>ಸೆಂಮೀ/ಸೆ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>ಸೆಂಮೀ³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>ಮೀ³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>ಯಾರ್ಡ್³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>ಇವಿ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ಅಡಿ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ಅಡಿ/ಸೆ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (US)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>ಗಂಟೆ</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>ಕಿಲೋಕ್ಯಾಲೋರಿ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>ಕಿಲೋಜೌಲ್</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>ಕಿಮೀ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>ಕಿಮೀ/ಗಂ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>ಕಿಲೋವ್ಯಾಟ್</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>ಮಿಮೀ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>ನಿಮಿಷ</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>ಸೆ</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>ಸೆಂಮೀ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ಅಡಿ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>ಕಿಮೀ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>ಮೀ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>ಮಿಲಿ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>ಮಿಮಿ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>ಯಾರ್ಡ್²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>ವಾರ</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>ಯಾರ್ಡ್</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>ವರ್ಷ</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>ಎಕರೆಗಳು</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>ಬಿಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>ಬ್ರಿಟಿಷ್ ಥರ್ಮಲ್ ಘಟಕಗಳು</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU ಗಳು/ನಿಮಿಷ</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>ಬೈಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>ಥರ್ಮಲ್ ಕ್ಯಾಲೋರಿಗಳು</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>ಸೆಂಟಿಮೀಟರುಗಳು</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>ಪ್ರತಿ ಸೆಕೆಂಡಿಗೆ ಸೆಂಟಿಮೀಟರ್‌‍ಗಳು</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>ಘನ ಸೆಂಟಿಮೀಟರ್‌‍ಗಳು</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>ಘನ ಅಡಿ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>ಘನ ಇಂಚುಗಳು</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>ಘನ ಮೀಟರ್‌‍ಗಳು</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>ಘನ ಯಾರ್ಡ್‍ಗಳು</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>ದಿನಗಳು</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>ಸೆಲ್ಸಿಯಸ್</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>ಫ್ಯಾರೆನ್‍ಹೀಟ್</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>ಎಲೆಕ್ಟ್ರಾನ್ ವೋಲ್ಟ್‌ಗಳು</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>ಅಡಿ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ಪ್ರತಿ ಸೆಕೆಂಡಿಗೆ ಅಡಿ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>ಫೂಟ್-ಪೌಂಡ್‍ಗಳು</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ಫೂಟ್-ಪೌಂಡ್‍ಗಳು/ನಿಮಿಷಕ್ಕೆ</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>ಗಿಗಾಬಿಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>ಗಿಗಾಬೈಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>ಹೆಕ್ಟೇರ್‌‍ಗಳು</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>ಹಾರ್ಸ್ ಪವರ್ (US)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>ಗಂಟೆಗಳು</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>ಇಂಚುಗಳು</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>ಜೌಲ್‍ಗಳು</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>ಕಿಲೋವ್ಯಾಟ್-ಸಮಯ</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>ಕೆಲ್ವಿನ್</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>ಕಿಲೋಬಿಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>ಕಿಲೋಬೈಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>ಆಹಾರ ಕ್ಯಾಲೋರಿಗಳು</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>ಕಿಲೋಜೌಲ್‍ಗಳು</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>ಕಿಲೋಮೀಟರ್‌‍ಗಳು</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>ಪ್ರತಿ ಗಂಟೆಗೆ ಕಿಲೋಮೀಟರ್‌‍ಗಳು</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>ಕಿಲೋವ್ಯಾಟ್ಸ್</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>ನಾಟ್ಸ್</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>ಮ್ಯಾಕ್</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>ಮೆಗಾಬಿಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>ಮೆಗಾಬೈಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>ಮೀಟರ್‌ಗಳು</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>ಪ್ರತಿ ಸೆಕೆಂಡಿಗೆ ಮೀಟರ್‌‍ಗಳು</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>ಮೈಕ್ರಾನ್‍ಗಳು</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>ಮೈಕ್ರೋಸೆಕೆಂಡುಗಳು</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>ಮೈಲುಗಳು</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>ಪ್ರತಿ ಗಂಟೆಗೆ ಮೈಲುಗಳು</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>ಮಿಲಿಮೀಟರ್‌‍ಗಳು</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>ಮಿಲಿಸೆಕೆಂಡುಗಳು</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>ನಿಮಿಷಗಳು</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>ನಿಬ್ಬಲ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>ನ್ಯಾನೋಮೀಟರ್‌‍ಗಳು</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>ಆಂಗ್‌ಸ್ಟ್ರೋಮ್ಸ್</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>ನಾಟಿಕಲ್ ಮೈಲುಗಳು</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>ಪೆಟಾಬಿಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>ಪೆಟಾಬೈಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>ಸೆಕೆಂಡ್‍ಗಳು</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>ಚದರ ಸೆಂಟಿಮೀಟರುಗಳು</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>ಚದರ ಅಡಿ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>ಚದರ ಇಂಚುಗಳು</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>ಚದರ ಕಿಲೋಮೀಟರುಗಳು</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>ಚದರ ಮೀಟರುಗಳು</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>ಚದರ ಮೈಲುಗಳು</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>ಚದರ ಮಿಲಿಮೀಟರುಗಳು</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>ಚದರ ಯಾರ್ಡುಗಳು</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>ಟೆರಾಬಿಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>ಟೆರಾಬೈಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>ವ್ಯಾಟ್‍ಗಳು</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>ವಾರಗಳು</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>ಯಾರ್ಡುಗಳು</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>ವರ್ಷಗಳು</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>ಡ್ಯಾಗ್</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>ಜಿ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ಟನ್ (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>ಮಿಗ್ರಾಂ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>ಔನ್ಸ್</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ಟನ್ (US)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾರಟ್‍ಗಳು</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>ಡಿಗ್ರಿಗಳು</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>ಗ್ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>ವಾತಾವರಣಗಳು</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>ಪಟ್ಟಿಗಳು</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>ಕಿಲೋಪ್ಯಾಸ್ಕಲ್‍ಗಳು</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>ಪಾದರಸದ ಮಿಲಿಮೀಟರ್‌‍ಗಳು</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>ಪ್ಯಾಸ್ಕಲ್</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>ಪ್ರತಿ ಚದರ ಇಂಚಿಗೆ ಪೌಂಡ್‍ಗಳು</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>ಸೆಂಟಿಗ್ರಾಂಗಳು</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>ಡೆಕಾಗ್ರಾಂಗಳು</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>ಡೆಸಿಗ್ರಾಂಗಳು</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>ಗ್ರಾಂಗಳು</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>ಹೆಕ್ಟೋಗ್ರಾಂಗಳು</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>ಕಿಲೋಗ್ರಾಂಗಳು</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>ಲಾಂಗ್ ಟನ್‍ಗಳು (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>ಮಿಲಿಗ್ರಾಂಗಳು</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>ಔನ್ಸ್‌ಗಳು</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>ಪೌಂಡ್ಸ್</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>ಶಾರ್ಟ್ ಟನ್‍ಗಳು (US)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>ಸ್ಟೋನ್</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>ಮೆಟ್ರಿಕ್ ಟನ್‍ಗಳು</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD ಗಳು</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD ಗಳು</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>ಸಾಕರ್ ಅಂಗಣಗಳು</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>ಸಾಕರ್ ಅಂಗಣಗಳು</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>ಫ್ಲಾಪಿ ಡಿಸ್ಕ್‌ಗಳು</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>ಫ್ಲಾಪಿ ಡಿಸ್ಕ್‌ಗಳು</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD ಗಳು</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD ಗಳು</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>ಬ್ಯಾಟರಿಗಳು</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>ಬ್ಯಾಟರಿಗಳು</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>ಪೇಪರ್‌ಕ್ಲಿಪ್‌ಗಳು</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>ಪೇಪರ್‌ಕ್ಲಿಪ್‌ಗಳು</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>ಜಂಬೋ ಜೆಟ್‍ಗಳು</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>ಜಂಬೋ ಜೆಟ್‍ಗಳು</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>ಲೈಟ್ ಬಲ್ಬ್‌ಗಳು</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>ಲೈಟ್ ಬಲ್ಬ್‌ಗಳು</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>ಹಾರ್ಸ್‍ಗಳು</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>ಹಾರ್ಸ್‍ಗಳು</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>ಬಾತ್‍ಟಬ್‍ಗಳು</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>ಬಾತ್‍ಟಬ್‍ಗಳು</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>ಸ್ನೋಫ್ಲೇಕ್‍ಗಳು</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>ಸ್ನೋಫ್ಲೇಕ್‍ಗಳು</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>ಆನೆಗಳು</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>ಆನೆಗಳು</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>ಆಮೆಗಳು</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>ಆಮೆಗಳು</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>ಜೆಟ್‍‍ಗಳು</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>ಜೆಟ್‍‍ಗಳು</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>ತಿಮಿಂಗಿಲಗಳು</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>ತಿಮಿಂಗಿಲಗಳು</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>ಕಾಫಿ ಕಪ್‍ಗಳು</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>ಕಾಫಿ ಕಪ್‍ಗಳು</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>ಈಜುಕೊಳಗಳು</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>ಈಜುಕೊಳಗಳು</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>ಕೈಗಳು</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>ಕೈಗಳು</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>ಕಾಗದದ ಹಾಳೆಗಳು</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>ಕಾಗದದ ಹಾಳೆಗಳು</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>ಕೋಟೆಗಳು</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>ಕೋಟೆಗಳು</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>ಬಾಳೆಹಣ್ಣುಗಳು</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>ಬಾಳೆಹಣ್ಣುಗಳು</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>ಕೇಕ್ ತುಣುಕುಗಳು</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>ಕೇಕ್ ತುಣುಕುಗಳು</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>ರೈಲು ಇಂಜಿನ್‍ಗಳು</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>ರೈಲು ಇಂಜಿನ್‍ಗಳು</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>ಸಾಕರ್ ಚೆಂಡುಗಳು</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>ಸಾಕರ್ ಚೆಂಡುಗಳು</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ಐಟಂ</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹಿಂದೆ</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಹಿಂದೆ</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft ಸಾಫ್ಟ್‌ವೇರ್ ಪರವಾನಗಿ ನಿಯಮಗಳು</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>ಮುನ್ನೋಟ</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft ಗೌಪ್ಯತೆ ಹೇಳಿಕೆ</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. ಎಲ್ಲ ಹಕ್ಕುಗಳನ್ನು ಕಾಯ್ದಿರಿಸಲಾಗಿದೆ.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>ನೀವು Windows ಕ್ಯಾಲ್ಕುಲೇಟರ್‌ಗೆ ಹೇಗೆ ಕೊಡುಗೆ ನೀಡಬಹುದು ಎಂದು ತಿಳಿಯಲು, %HL%GitHub%HL% ನಲ್ಲಿ Project ಅನ್ನು ಪರಿಶೀಲಿಸಿ.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>ಬಗ್ಗೆ</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>ಪ್ರತಿಕ್ರಿಯೆ ಕಳುಹಿಸಿ</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>ಇನ್ನೂ ಯಾವುದೇ ಇತಿಹಾಸವಿಲ್ಲ.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆಯಲ್ಲಿ ಏನನ್ನೂ ಉಳಿಸಲಾಗಿಲ್ಲ.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>ಈ ಅಭಿವ್ಯಕ್ತಿಯನ್ನು ಅಂಟಿಸಲಾಗುವುದಿಲ್ಲ</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>ಜಿಬಿಬಿಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>ಜಿಬಿಬೈಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>ಕಿಬಿಬೈಟ್‍‌ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>ಕಿಬಿಬೈಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>ಮೆಬಿಬಿಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>ಮೆಬಿಬೈಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>ಪೆಬಿಬಿಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>ಪೆಬಿಬೈಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>ಟೆಬಿಬಿಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>ಟೆಬಿಬೈಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>ಎಕ್ಸಾಬಿಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>ಎಕ್ಸಾಬೈಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>ಎಕ್ಸ್‌ಬಿ‌ಬೈಟ್‌ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>ಎಕ್ಸ್‌ಬಿ‌ಬೈಟ್‌ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>ಝೆಟಾಬಿಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>ಝೆಟಾಬೈಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>ಝೆಬಿಬಿಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>ಝೆಬಿಬೈಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>ಯೋಟಾ ಬಿಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>ಯೊಟಾಬೈಟ್ಸ್</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>ಯೊಬಿಬಿಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>ಯೊಬಿಬೈಟ್‍ಗಳು</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>ದಿನಾಂಕ ಲೆಕ್ಕಾಚಾರ</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಲೆಕ್ಕಾಚಾರ ಮೋಡ್</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>ಸೇರಿಸು</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>ದಿನಗಳನ್ನು ಸಂಕಲಿಸಿ ಅಥವಾ ವ್ಯವಕಲಿಸಿ</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>ದಿನಾಂಕ</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>ದಿನಾಂಕಗಳ ನಡುವಿನ ವ್ಯತ್ಯಾಸ</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>ದಿನಗಳು</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>ವ್ಯತ್ಯಾಸ</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>ಇಂದ</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>ತಿಂಗಳು</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>ವ್ಯವಕಲನ</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>ಇವರಿಗೆ</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>ವರ್ಷಗಳು</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>ದಿನಾಂಕ ವ್ಯಾಪ್ತಿ ಮೀರಿದೆ</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>ದಿನ</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>ದಿನಗಳು</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>ತಿಂಗಳು</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>ತಿಂಗಳು</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>ಒಂದೇ ದಿನಾಂಕಗಳು</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>ವಾರ</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>ವಾರಗಳು</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>ವರ್ಷ</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>ವರ್ಷಗಳು</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>ವ್ಯತ್ಯಾಸ %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>ಪರಿಣಾಮದ ದಿನಾಂಕ %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 ಕ್ಯಾಲ್ಕುಲೇಟರ್ ಮೋಡ್</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 ಕನ್ವರ್ಟರ್ ಮೋಡ್</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>ದಿನಾಂಕ ಲೆಕ್ಕಾಚಾರ ಮೋಡ್</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸ ಮತ್ತು ಸ್ಮರಣೆ ಪಟ್ಟಿಗಳು</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಮರಣೆ ನಿಯಂತ್ರಣಗಳು</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಪ್ರಮಾಣಿತ ಕಾರ್ಯಗಳು</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಪ್ರದರ್ಶನ ನಿಯಂತ್ರಣಗಳು</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಪ್ರಮಾಣಿತ ಆಪರೇಟರ್‌‍ಗಳು</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸಂಖ್ಯೆ ಪ್ಯಾಡ್</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಆಪರೇಟರ್‌ಗಳು</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ವೈಜ್ಞಾನಿಕ ಕಾರ್ಯಗಳು</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ರೇಡಿಕ್ಸ್ ಆಯ್ಕೆ</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಪ್ರೋಗ್ರಾಮರ್ ಆಪರೇಟರ್‌‍ಗಳು</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇನ್ಪುಟ್ ಮೋಡ್ ಆಯ್ಕೆ</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬಿಟ್ ಟಾಗ್ಲಿಂಗ್ ಕೀಪ್ಯಾಡ್</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಎಡಕ್ಕೆ ಅಭಿವ್ಯಕ್ತಿಯನ್ನು ಸ್ಕ್ರಾಲ್ ಮಾಡಿ</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬಲಕ್ಕೆ ಅಭಿವ್ಯಕ್ತಿಯನ್ನು ಸ್ಕ್ರಾಲ್ ಮಾಡಿ</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>ಗರಿಷ್ಠ ಅಂಕಿಗಳನ್ನು ತಲುಪಿದೆ. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 ಅನ್ನು ಸ್ಮರಣೆಗೆ ಉಳಿಸಲಾಗಿದೆ</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>ಮೆಮೊರಿ ಸ್ಲಾಟ್ %1 ಅಂದರೆ %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>ಮೆಮೊರಿ ಸ್ಲಾಟ್ %1 ಖಾಲಿ ಮಾಡಲಾಗಿದೆ</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಇದರಿಂದ ವಿಭಾಗಿಸಿ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಸಮಯಗಳು</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಕಳೆ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಕೂಡು</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಪವರ್</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y ರೂಟ್</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಮಾಡ್</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಎಡ ಶಿಫ್ಟ್</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಬಲ ಶಿಫ್ಟ್</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಅಥವಾ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x ಅಥವಾ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಮತ್ತು</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>%1 %2 ನವೀಕರಿಸಲಾಗಿದೆ</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>ದರಗಳನ್ನು ಪರಿಷ್ಕರಿಸಿ</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>ಡೇಟಾ ಶುಲ್ಕಗಳು ಅನ್ವಯವಾಗಬಹುದು.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>ಹೊಸ ದರಗಳನ್ನು ಪಡೆಯಲಾಗಲಿಲ್ಲ. ನಂತರ ಮತ್ತೊಮ್ಮೆ ಪ್ರಯತ್ನಿಸಿ.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>ಆಫ್‌ಲೈನ್. ದಯವಿಟ್ಟು ನಿಮ್ಮ %HL%ನೆಟ್‌ವರ್ಕ್ ಸೆಟ್ಟಿಂಗ್‌ಗಳು %HL% ಅನ್ನು ಪರಿಶೀಲಿಸಿ</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>ಕರೆನ್ಸಿ ದರಗಳನ್ನು ನವೀಕರಿಸಲಾಗುತ್ತಿದೆ</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>ಕರೆನ್ಸಿ ದರಗಳು ನವೀಕರಿಸಲಾಗಿದೆ</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>ದರಗಳನ್ನು ನವೀಕರಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>ಲೀ</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಎಲ್ಲಾ ಸ್ಮರಣೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಎಲ್ಲಾ ಸ್ಮರಣೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>ಸೈನ್ ಡಿಗ್ರಿಗಳು</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>ಸೈನ್ ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>ಸೈನ್ ಗ್ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಸೈನ್ ಡಿಗ್ರಿಗಳು</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಸೈನ್ ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಸೈನ್ ಗ್ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಸೈನ್</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಹೈಪರ್‌ಬೋಲಿಕ್ ಸೈನ್</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>ಕೊಸೈನ್ ಡಿಗ್ರಿಗಳು</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>ಕೊಸೈನ್ ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>ಕೊಸೈನ್ ಗ್ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಕೊಸೈನ್ ಡಿಗ್ರಿಗಳು</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಕೊಸೈನ್ ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಕೋಸೈನ್ ಗ್ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಕೋಸೈನ್</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಹೈಪರ್‌ಬೋಲಿಕ್ ಕೋಸೈನ್</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>ಸ್ಪರ್ಶಕ ಡಿಗ್ರಿಗಳು</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>ಟ್ಯಾಂಜೆಂಟ್ ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>ಟ್ಯಾಂಜೆಂಟ್ ಗ್ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಸ್ಪರ್ಶಕ ಡಿಗ್ರಿಗಳು</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಸ್ಪರ್ಶಕ ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಟ್ಯಾಂಜೆಂಟ್ ಗ್ರೇಡಿಯನ್‍ಗಳು</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಟ್ಯಾಂಜೆಂಟ್</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಹೈಪರ್‌ಬೋಲಿಕ್ ಟ್ಯಾಂಜೆಂಟ್</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>ಸೀಕಂಟ್ ಡಿಗ್ರಿಗಳು</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>ಸೀಕಂಟ್ ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>ಸೀಕಂಟ್ ಗ್ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಸೀಕಂಟ್‌ ಡಿಗ್ರಿಗಳು</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಸೀಕಂಟ್‌ ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಸೀಕಂಟ್‌ ಗ್ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಸೀಕಂಟ್‌</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಹೈಪರ್‌ಬೋಲಿಕ್ ಸೀಕಂಟ್‌</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>ಕೊಸಿಕೆಂಟ್ ಡಿಗ್ರಿಗಳು</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>ಕೊಸಿಕೆಂಟ್ ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>ಕೊಸಿಕೆಂಟ್ ಗ್ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಕೊಸಿಕೆಂಟ್ ಡಿಗ್ರಿಗಳು</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಕೊಸಿಕೆಂಟ್ ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಕೊಸಿಕೆಂಟ್ ಗ್ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಕೊಸಿಕೆಂಟ್</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಹೈಪರ್‌ಬೋಲಿಕ್ ಕೊಸಿಕೆಂಟ್</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>ಕೊಟ್ಯಾಂಜೆಂಟ್ ಡಿಗ್ರಿಗಳು</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>ಕೊಟ್ಯಾಂಜೆಂಟ್ ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>ಕೊಟ್ಯಾಂಜೆಂಟ್ ಗ್ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಕೊಟ್ಯಾಂಜೆಂಟ್ ಡಿಗ್ರಿಗಳು</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಕೊಟ್ಯಾಂಜೆಂಟ್ ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಕೊಟ್ಯಾಂಜೆಂಟ್ ಗ್ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್ ಬೋಲಿಕ್ ಕೊಟ್ಯಾಂಜೆಂಟ್</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಹೈಪರ್‌ಬೋಲಿಕ್ ಕೊಟ್ಯಾಂಜೆಂಟ್</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>ಘನ ಮೂಲ</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>ಲಾಗ್ ಬೇಸ್</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>ಪರಿಪೂರ್ಣ ಮೌಲ್ಯ</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>ಎಡ ಶಿಫ್ಟ್</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>ಬಲ ಶಿಫ್ಟ್</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>ಗುಣಲಬ್ಧ</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>ಡಿಗ್ರಿ ನಿಮಿಷ ಸೆಕೆಂಡ್</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>ನ್ಯಾಚುರಲ್ ಲಾಗ್</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>ಚೌಕ</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y ರೂಟ್</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 ವರ್ಗ</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft ಸೇವೆಗಳ ಒಪ್ಪಂದ</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>ಇಂದ</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಲೆಕ್ಕಾಚಾರ ಫಲಿತಾಂಶವನ್ನು ಎಡಕ್ಕೆ ಸ್ಕ್ರಾಲ್ ಮಾಡಿ</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಲೆಕ್ಕಾಚಾರ ಫಲಿತಾಂಶವನ್ನು ಬಲಕ್ಕೆ ಸ್ಕ್ರಾಲ್ ಮಾಡಿ</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>ಲೆಕ್ಕಾಚಾರ ವಿಫಲವಾಗಿದೆ</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಲಾಗ್ ಬೇಸ್ Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>ಟ್ರಿಗ್ನೊಮೆಟ್ರಿ</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯ</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>ಅಸಮಾನತೆಗಳು</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಅಸಮಾನತೆಗಳು</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>ಬಿಟ್‌ವೈಸ್</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>ಬಿಟ್ ಶಿಫ್ಟ್</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ವಿಲೋಮ ಕಾರ್ಯ</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಕಾರ್ಯ</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸೀಕಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಸೀಕಂಟ್‌</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಆರ್ಕ್ ಸೀಕಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಆರ್ಕ್ ಸೀಕಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕೊಸಿಕೆಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಕೊಸಿಕೆಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಆರ್ಕ್ ಕೊಸಿಕೆಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಆರ್ಕ್ ಕೊಸಿಕೆಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕೊಟ್ಯಾಂಜೆಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಕೊಟ್ಯಾಂಜೆಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಆರ್ಕ್ ಕೊಟ್ಯಾಂಜೆಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೈಪರ್‌ಬೋಲಿಕ್ ಆರ್ಕ್ ಕೊಟ್ಯಾಂಜೆಂಟ್</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಫ್ಲೋರ್</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸೀಲಿಂಗ್</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಯಾದೃಚ್ಛಿಕ</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಪರಿಪೂರ್ಣ ಮೌಲ್ಯ</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಯೂಲರ್ಸ್ ನಂಬರ್</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಘಾತಾಂಕಕ್ಕೆ ಎರಡು</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇಲ್ಲ ಮತ್ತು</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಇಲ್ಲ ಮತ್ತು</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಅಥವಾ</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಅಥವಾ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾರಿಯೊಂದಿಗೆ ಎಡಗಡೆಗೆ ತಿರುಗಿಸಿ</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾರಿಯೊಂದಿಗೆ ಬಲಗಡೆಗೆ ತಿರುಗಿಸಿ</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಎಡ ಶಿಫ್ಟ್</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಎಡ ಶಿಫ್ಟ್</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬಲ ಶಿಫ್ಟ್</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ಬಲ ಶಿಫ್ಟ್</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>ಅಂಕಗಣಿತ ಶಿಫ್ಟ್</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>ಲಾಜಿಕಲ್ ಶಿಫ್ಟ್</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>ವೃತ್ತಾಕಾರದ ಶಿಫ್ಟ್ ತಿರುಗಿಸಿ</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾರಿ ವೃತ್ತಾಕಾರದ ಶಿಫ್ಟ್ ಮೂಲಕ ತಿರುಗಿಸಿ</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಘನ ಮೂಲ</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಟ್ರಿಗ್ನೊಮೆಟ್ರಿ</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯಗಳು</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬಿಟ್‌ವೈಸ್</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬಿಟ್ಶಿಫ್ಟ್</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ವೈಜ್ಞಾನಿಕ ಆಪರೇಟರ್ ಪ್ಯಾನೆಲ್‌ಗಳು</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಪ್ರೋಗ್ರಾಮರ್ ಆಪರೇಟರ್ ಪ್ಯಾನೆಲ್‌ಗಳು</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>ಅತ್ಯಂತ ಮಹತ್ವದ ಬಿಟ್</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>ಗ್ರಾಫಿಂಗ್</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಪ್ಲಾಟ್</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸ್ವಯಂಚಾಲಿತವಾಗಿ ನೋಟವನ್ನು ಪುನಶ್ಚೇತನಗೊಳಿಸು (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಗ್ರಾಫ್ ವೀಕ್ಷಣೆ</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>ಸ್ವಯಂಚಾಲಿತ ಅತ್ಯುತ್ತಮ ಹೊಂದಿಕೆ</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>ಹಸ್ತಚಾಲಿತ ಹೊಂದಾಣಿಕೆ</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>ಗ್ರಾಫ್ ವೀಕ್ಷಣೆಯನ್ನು ಮರುಹೊಂದಿಸಲಾಗಿದೆ</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಝೂಮ್ ಇನ್ (Ctrl + ಪ್ಲಸ್)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಜೂಮ್ ಇನ್</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಝೂಮ್ ಔಟ್ (Ctrl + ಮೈನಸ್)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಜೂಮ್ ಔಟ್</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣ ಸೇರಿಸಿ</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>ಈ ಸಮಯದಲ್ಲಿ ಹಂಚಿಕೊಳ್ಳಲು ಸಾಧ್ಯವಿಲ್ಲ.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>ಸರಿ</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Windows ಕ್ಯಾಲ್ಕುಲೇಟರ್‌ನೊಂದಿಗೆ ನಾನು ಏನು ಗ್ರಹಿಸಿದ್ದೇನೆ ಎಂಬುದನ್ನು ನೋಡಿ</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣಗಳು</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>ವೇರಿಯೇಬಲ್‌ಗಳು</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣಗಳೊಂದಿಗೆ ಗ್ರಾಫ್ ಚಿತ್ರ</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>ವೇರಿಯೇಬಲ್‌ಗಳು</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>ಹಂತ</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>ಕನಿಷ್ಠ</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>ಗರಿಷ್ಠ</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>ಬಣ್ಣ</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>ಶೈಲಿ</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯ ವಿಶ್ಲೇಷಣೆ</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಯಾವುದೇ ಅಡ್ಡ ಅಸಂಪಾತಗಳನ್ನು ಹೊಂದಿಲ್ಲ.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಯಾವುದೇ ಇನ್ಫ್ಲೆಕ್ಷನ್ ಪಾಯಿಂಟ್‌ಗಳನ್ನು ಹೊಂದಿಲ್ಲ.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಯಾವುದೇ ಗರಿಷ್ಠ ಪಾಯಿಂಟ್‌ಗಳನ್ನು ಹೊಂದಿಲ್ಲ.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಯಾವುದೇ ಕನಿಷ್ಠ ಪಾಯಿಂಟ್‌ಗಳನ್ನು ಹೊಂದಿಲ್ಲ.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>ನಿರಂತರ</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>ಕಡಿಮೆಯಾಗುತ್ತಿದೆ</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್‌ನ ಏಕತಾನತೆಯನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>ಹೆಚ್ಚುತ್ತಿದೆ</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್‌ನ ಏಕತಾನತೆ ಅಜ್ಞಾತವಾಗಿದೆ.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಯಾವುದೇ ಓರೆಯಾದ ಅಸಂಪಾತಗಳನ್ನು ಹೊಂದಿಲ್ಲ.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್‌ನ ಸಮಾನತೆಯನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಸಮವಾಗಿದೆ.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಸಮ ಅಥವಾ ಬೆಸ ಆಗಿಲ್ಲ.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಬೆಸವಾಗಿದೆ.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್‌ನ ಸಮಾನತೆ ಅಜ್ಞಾತವಾಗಿದೆ.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>ಈ ಫಂಕ್ಷನ್‌ಗಾಗಿ ಆವರ್ತಕತೆ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಆವರ್ತಕವಲ್ಲ.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಆವರ್ತಕತೆ ಅಜ್ಞಾತವಾಗಿದೆ.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>ಈ ವೈಶಿಷ್ಟ್ಯಗಳು ಲೆಕ್ಕಾಚಾರ ಮಾಡಲು ಕ್ಯಾಲ್ಕುಲೇಟರ್‌ಗೆ ತುಂಬಾ ಸಂಕೀರ್ಣವಾಗಿವೆ:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಯಾವುದೇ ಲಂಬ ಅಸಂಪಾತಗಳನ್ನು ಹೊಂದಿಲ್ಲ.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಯಾವುದೇ x-ಪ್ರತಿಬಂಧಗಳನ್ನು ಹೊಂದಿಲ್ಲ.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್ ಯಾವುದೇ y-ಪ್ರತಿಬಂಧಗಳನ್ನು ಹೊಂದಿಲ್ಲ.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>ಡೊಮೇನ್</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>ಅಡ್ಡ ಅಸಂಪಾತಗಳು</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>ರೂಪನಿಷ್ಪತ್ತಿ ಬಿಂದುಗಳು</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>ಈ ಫಂಕ್ಷನ್‌ಗಾಗಿ ವಿಶ್ಲೇಷಣೆಯನ್ನು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>ವಿಶ್ಲೇಷಣೆಯನ್ನು f(x) ಸ್ವರೂಪದಲ್ಲಿ ಕಾರ್ಯಗಳಿಗೆ ಮಾತ್ರ ಬೆಂಬಲಿಸಲಾಗಿದೆ. ಉದಾಹರಣೆ: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>ಗರಿಷ್ಠ</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>ಕನಿಷ್ಠ</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>ಏಕತಾನತೆ</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>ಓರೆಯಾದ ಅಸಂಪಾತಗಳು</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>ಸಮಾನತೆ</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>ಅವಧಿ</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>ವ್ಯಾಪ್ತಿ</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>ಲಂಬ ಅಸಂಪಾತಗಳು</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-ಪ್ರತಿಬಂಧ</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-ಪ್ರತಿಬಂಧ</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>ಫಂಕ್ಷನ್‌ಗಾಗಿ ವಿಶ್ಲೇಷಣೆ ನಡೆಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>ಈ ಫಂಕ್ಷನ್‌ಗಾಗಿ ಡೊಮೇನ್ ಅನ್ನು ಲೆಕ್ಕಹಾಕಲು ಸಾಧ್ಯವಿಲ್ಲ.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>ಈ ಫಂಕ್ಷನ್‌ಗಾಗಿ ಶ್ರೇಣಿಯನ್ನು ಲೆಕ್ಕಹಾಕಲು ಸಾಧ್ಯವಿಲ್ಲ.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>ಅತ್ಯಾಧಿಕ (ಸಂಖ್ಯೆ ತುಂಬಾ ದೊಡ್ಡದಿದೆ)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>ಈ ಸಮೀಕರಣದ ಗ್ರಾಫ್‌ ಮಾಡಲು ರೇಡಿಯನ್ಸ್ ಮೋಡ್ ಅಗತ್ಯವಿದ್ದೆ.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>ಈ ಫಲನವು ಗ್ರಾಫ್ ರಚಿಸಲು ತುಂಬಾ ಸಂಕೀರ್ಣವಾಗಿದೆ</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>ಈ ಸಮೀಕರಣದ ಗ್ರಾಫ್‌ ತಯಾರಿಸಲು ಡಿಗ್ರೀ ಮೋಡ್‌ನ ಅಗತ್ಯವಿದ್ದೆ</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>ಅಪವರ್ತನೀಯ ಫಲನವು ಒಂದು ಅಮಾನ್ಯ ಚರಪರಿಮಾಣವನ್ನು ಹೊಂದಿದೆ</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>ಅಪವರ್ತನೀಯ ಫಲನವು ಗ್ರಾಫ್ ರಚಿಸಲು ಅಗತ್ಯವಿರುವುದಕ್ಕಿಂತಲೂ ತುಂಬಾ ದೊಡ್ಡದಾದ ಒಂದು ಚರಪರಿಮಾಣವನ್ನು ಹೊಂದಿದೆ</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>ಮಾಡ್ಯುಲೋ ಅನ್ನು ಪೂರ್ಣ ಸಂಖ್ಯೆಗಳೊಂದಿಗೆ ಮಾತ್ರ ಬಳಸಬಹುದಾಗಿದೆ</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣವು ಯಾವುದೇ ಪರಿಹಾರವನ್ನು ಹೊಂದಿಲ್ಲ</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>ಸೊನ್ನೆಯಿಂದ ವಿಭಾಗಿಸಲಾಗುವುದಿಲ್ಲ</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>ಈ ಸಮೀಕರಣವು ಪರಸ್ಪರ ವ್ಯಾವರ್ತಕವಾಗಿರುವ ತಾರ್ಕಿಕ ಪರಿಸ್ಥಿತಿಗಳನ್ನು ಹೊಂದಿದೆ</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣ ಜ್ಞಾನ ನೆಲೆಯ ಹೊರಗಿನದ್ದಾಗಿದೆ</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>ಈ ಸಮೀಕರಣದ ಗ್ರಾಫಿಂಗ್‌ಗೆ ಬೆಂಬಲ ಇಲ್ಲ</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣದಲ್ಲಿ ಆರಂಭಿಕ ಪ್ರಕ್ಷೇಪ ಚಿಹ್ನೆಯು ಕಾಣೆಯಾಗಿದೆ</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣದಲ್ಲಿ ಮುಚ್ಚುವ ಪ್ರಕ್ಷೇಪ ಚಿಹ್ನೆಯು ಕಾಣೆಯಾಗಿದೆ</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>ಒಂದು ಸಂಖ್ಯೆಯಲ್ಲಿ ಹಲವಾರು ದಶಮಾಂಶ ಬಿಂದುಗಳಿವೆ</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>ಒಂದು ದಶಮಾಂಶ ಬಿಂದುವಿನಲ್ಲಿ ಅಂಕೆಗಳು ಕಾಣೆಯಾಗಿವೆ</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>ಅಭಿವ್ಯಕ್ತಿಯ ಅನಿರೀಕ್ಷಿತ ಅಂತ್ಯ</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>ಅಭಿವ್ಯಕ್ತಿಯಲ್ಲಿ ಅನಪೇಕ್ಷಿತ ಅಕ್ಷರಗಳಿರುವವು</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>ಅಭಿವ್ಯಕ್ತಿಯಲ್ಲಿ ಅಮಾನ್ಯವಾದ ಅಕ್ಷರಗಳಿರುವವು</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>ಹಲವಾರು ಸಮಾನ ಚಿಹ್ನೆಗಳು ಇರುವವು</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>ಫಲನವು ಕನಿಷ್ಟ ಒಂದು x ಅಥವಾ y ಚರವನ್ನು ಹೊಂದಿರತಕ್ಕದ್ದು</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>ಅಮಾನ್ಯವಾದ ಅಭಿವ್ಯಕ್ತಿ</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>ಅಭಿವ್ಯಕ್ತಿಯು ಖಾಲಿ ಇದೆ</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣವಿಲ್ಲದೆ ಸಮಾನ ಚಿಹ್ನೆಯನ್ನು ಬಳಸಲಾಗಿತ್ತು</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>ಫಲನದ ಹೆಸರಿನ ನಂತರ ಪ್ರಕ್ಷೇಪ ಚಿಹ್ನೆಗಳು ಕಾಣೆಯಾಗಿರುವವು</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>ಗಣಿತೀಯ ಕಾರ್ಯಾಚರಣೆಯು ತಪ್ಪಾದ ಸಂಖ್ಯೆಯ ನಿಯತಾಂಕಗಳನ್ನು ಹೊಂದಿದೆ</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>ಒಂದು ಚರದ ಹೆಸರು ಅಮಾನ್ಯವಾಗಿದೆ</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣದಲ್ಲಿ ಆರಂಭಿಕ ಆವರಣವು ಕಾಣೆಯಾಗಿದೆ</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣದಲ್ಲಿ ಮುಚ್ಚುವ ಆವರಣವು ಕಾಣೆಯಾಗಿದೆ</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" ಮತ್ತು \"I\" ಗಳನ್ನು ಚರ ಹೆಸರುಗಳನ್ನಾಗಿ ಬಳಸುವಂತಿಲ್ಲ</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>ಈ ಸಮೀಕರಣದ ಗ್ರಾಫ್‌ ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>ನೀಡಲಾದ ಮೂಲ ಸಂಖ್ಯೆಗೆ ಅಂಕೆಯನ್ನು ಪರಿಹರಿಸಲಾಗಲಿಲ್ಲ</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>ಮೂಲ ಸಂಖ್ಯೆಯು 2 ಕ್ಕಿಂತ ಹೆಚ್ಚಾಗಿರಬೇಕು ಮತ್ತು 36 ಕ್ಕಿಂತ ಕಡಿಮೆ ಇರಬೇಕು</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>ಗಣಿತೀಯ ಕಾರ್ಯಾಚರಣೆಗಾಗಿ ಅದರ ಒಂದು ಪರಮಾಂಶವು ಒಂದು ವೇರಿಯಬಲ್ ಆಗಿರಬೇಕಾಗುತ್ತದೆ</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣವು ತಾರ್ಕಿಕ ಮತ್ತು ಸದಿಶ ಪರಿಕರ್ಮ್ಯಗಳನ್ನು ಮಿಶ್ರಣ ಮಾಡುತ್ತಿದೆ</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x ಅಥವಾ y ಅನ್ನು ಮೇಲಿನ ಅಥವಾ ಕೆಳಗಿನ ಮಿತಿಗಳಲ್ಲಿ ಬಳಸಲಾಗುವುದಿಲ್ಲ</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x ಅಥವಾ y ಅನ್ನು ಮಿತಿಯ ಬಿಂದುವಿನಲ್ಲಿ ಬಳಸಲಾಗುವುದಿಲ್ಲ</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>ಸಂಕೀರ್ಣ ಅನಂತತೆಯನ್ನು ಬಳಸುವಂತಿಲ್ಲ</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>ಅಸಮಾನತೆಗಳಲ್ಲಿ ಸಂಕೀರ್ಣ ಸಂಖ್ಯೆಗಳನ್ನು ಬಳಸುವಂತಿಲ್ಲ</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯದ ಪಟ್ಟಿಗೆ ಹಿಂತಿರುಗಿ</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯದ ಪಟ್ಟಿಗೆ ಹಿಂತಿರುಗಿ</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯ ವಿಶ್ಲೇಷಿಸಿ</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯ ವಿಶ್ಲೇಷಿಸಿ</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯ ವಿಶ್ಲೇಷಿಸಿ</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣವನ್ನು ತೆಗೆದುಹಾಕಿ</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣವನ್ನು ತೆಗೆದುಹಾಕಿ</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣವನ್ನು ತೆಗೆದುಹಾಕಿ</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಹಂಚಿಕೊಳ್ಳಿ</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹಂಚಿಕೊಳ್ಳಿ</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣದ ಶೈಲಿಯನ್ನು ಬದಲಾಯಿಸಿ</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣದ ಶೈಲಿಯನ್ನು ಬದಲಾಯಿಸಿ</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣದ ಶೈಲಿಯನ್ನು ಬದಲಾಯಿಸಿ</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣ ತೋರಿಸಿ</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣ ಮರೆಮಾಡಿ</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣ ತೋರಿಸಿ %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣ ಮರೆಮಾಡಿ %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>ಪತ್ತೆಹಚ್ಚುತ್ತಿರುವುದನ್ನು ನಿಲ್ಲಿಸಿ</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>ಪತ್ತೆಹಚ್ಚುತ್ತಿರುವುದನ್ನು ಪ್ರಾರಂಭಿಸಿ</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>ಗ್ರಾಫ್ ವೀಕ್ಷಣೆ ವಿಂಡೋ, x- ಅಕ್ಷವು %1 ಮತ್ತು %2 ರಿಂದ ಸುತ್ತುವರಿಯಲ್ಪಟ್ಟಿದೆ, y- ಅಕ್ಷವು %3 ಮತ್ತು %4 ರಿಂದ ಸುತ್ತುವರೆದಿದೆ, %5 ಸಮೀಕರಣಗಳನ್ನು ಪ್ರದರ್ಶಿಸುತ್ತದೆ</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಸ್ಲೈಡರ್ ಅನ್ನು ಕಾನ್ಫಿಗರ್ ಮಾಡಿ</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸ್ಲೈಡರ್ ಅನ್ನು ಕಾನ್ಫಿಗರ್ ಮಾಡಿ</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣ ಮೋಡ್‌ಗೆ ಬದಲಿಸಿ</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>ಗ್ರಾಫ್ ಮೋಡ್‌ಗೆ ಬದಲಿಸಿ</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸಮೀಕರಣ ಮೋಡ್‌ಗೆ ಬದಲಿಸಿ</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>ಪ್ರಸ್ತುತ ಮೋಡ್ ಸಮೀಕರಣ ಮೋಡ್ ಆಗಿದೆ</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>ಪ್ರಸ್ತುತ ಮೋಡ್ ಗ್ರಾಫ್ ಮೋಡ್ ಆಗಿದೆ</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>ವಿಂಡೋ</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>ಡಿಗ್ರಿಗಳು</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>ಗ್ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>ರೇಡಿಯನ್‌ಗಳು</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>ಯುನಿಟ್‌ಗಳು</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>ಮರುಹೊಂದಿಸಿ ವೀಕ್ಷಣೆ</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-ಗರಿಷ್ಠ</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-ಕನಿಷ್ಠ</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-ಗರಿಷ್ಠ</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-ಕನಿಷ್ಠ</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ಗ್ರಾಫ್ ಆಯ್ಕೆಗಳು</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಗ್ರಾಫ್ ಆಯ್ಕೆಗಳು</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>ರೇಖಾನಕ್ಷೆ ಆಯ್ಕೆಗಳು</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ವೇರಿಯೇಬಲ್ ಆಯ್ಕೆಗಳು</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ವೇರಿಯಬಲ್ ಆಯ್ಕೆಗಳನ್ನು ಟಾಗಲ್ ಮಾಡಿ</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>ಸಾಲಿನ ದಪ್ಪ</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>ಸಾಲು ಆಯ್ಕೆಗಳು</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ಚಿಕ್ಕ ಸಾಲಿನ ಅಗಲ</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ಮಧ್ಯಮ ಸಾಲಿನ ಅಗಲ</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ದೊಡ್ಡ ಸಾಲಿನ ಅಗಲ</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ಹೆಚ್ಚು ದೊಡ್ಡ ಸಾಲಿನ ಅಗಲ</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>ಅಭಿವ್ಯಕ್ತಿಯನ್ನು ನಮೂದಿಸಿ</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>ನಕಲಿಸಿ</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ಕತ್ತರಿಸು</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ನಕಲಿಸಿ</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ಅಂಟಿಸು</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ರದ್ದುಮಾಡು</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ಎಲ್ಲವನ್ನೂ ಆಯ್ಕೆಮಾಡಿ</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯದ ಇನ್‌ಪುಟ್</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯದ ಇನ್‌ಪುಟ್</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯದ ಇನ್‌ಪುಟ್ ಪ್ಯಾನಲ್</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬದಲಾಗಬಹುದಾದ ಪ್ಯಾನಲ್</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬದಲಾಗಬಹುದಾದ ಪಟ್ಟಿ</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>ಬದಲಾಗಬಹುದಾದ %1 ಪಟ್ಟಿಯ ಐಟಂ</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬದಲಾಗಬಹುದಾದ ಮೌಲ್ಯದ ಪಠ್ಯಪೆಟ್ಟಿಗೆ</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬದಲಾಗಬಹುದಾದ ಮೌಲ್ಯದ ಸ್ಲೈಡರ್</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬದಲಾಗಬಹುದಾದ ಕನಿಷ್ಠ ಮೌಲ್ಯದ ಪಠ್ಯಪೆಟ್ಟಿಗೆ</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬದಲಾಗಬಹುದಾದ ಹಂತ ಮೌಲ್ಯದ ಪಠ್ಯಪೆಟ್ಟಿಗೆ</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಬದಲಾಗಬಹುದಾದ ಗರಿಷ್ಠ ಮೌಲ್ಯದ ಪಠ್ಯಪೆಟ್ಟಿಗೆ</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ಗಾಢಸಾಲಿನ ಶೈಲಿ</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ಬಿಂದು ಸಾಲಿನ ಶೈಲಿ</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ಅಡ್ಡಸಾಲಿನ ಶೈಲಿ</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>ಗಾಢ ನೀಲಿ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>ಸೀಫೋಮ್</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>ನೇರಿಳೆ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>ಹಸಿರು</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>ಮಿಂಟ್ ಹಸಿರು</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>ಗಾಢ ಹಸಿರು</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>ಇದ್ದಿಲು</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>ಕೆಂಪು</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>ತಿಳಿ ಪ್ಲಮ್</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>ಕೆನ್ನೇರಿಳೆ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>ಸ್ವರ್ಣ ಹಳದಿ </value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>ಪ್ರಕಾಶಮಾನವಾದ ಕಿತ್ತಳೆ ಬಣ್ಣ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>ಕಂದು</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>ಕಪ್ಪು</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>ಬಿಳಿ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>ಬಣ್ಣ 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>ಬಣ್ಣ 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>ಬಣ್ಣ 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>ಬಣ್ಣ 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>ರೇಖಾನಕ್ಷೆಯ ಥೀಮ್</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>ಸದಾ ಹಗುರ</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>ಹೋಲಿಕೆ ಅಪ್ಲಿ ಥೀಮ್</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಥೀಮ್</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸದಾ ಹಗುರ</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹೋಲಿಕೆ ಅಪ್ಲಿ ಥೀಮ್</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯವನ್ನು ತೆಗೆದುಹಾಕಲಾಗುತ್ತದೆ</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯನಿರ್ವಹಣೆ ವಿಶ್ಲೇಷಣೆ ಸಮೀಕರಣ ಪೆಟ್ಟಿಗೆ</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸಮ</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇದಕ್ಕೂ ಕಡಿಮೆ</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇದಕ್ಕಿಂತ ಕಡಿಮೆ ಅಥವಾ ಸಮ</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸಮ</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇದಕ್ಕಿಂತ ಹೆಚ್ಚು ಅಥವಾ ಸಮ</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಇದಕ್ಕಿಂತ ಹೆಚ್ಚಿನದು</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಸಲ್ಲಿಸು</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಕಾರ್ಯ ವಿಶ್ಲೇಷಣೆ</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ರೇಖಾನಕ್ಷೆ ಆಯ್ಕೆಗಳು</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸ ಮತ್ತು ಮೆಮೊರಿ ಪಟ್ಟಿಗಳು</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>ಮೆಮೊರಿ ಪಟ್ಟಿ</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>ಇತಿಹಾಸ ಸ್ಲಾಟ್ %1 ತೆರವುಗೊಳಿಸಲಾಗಿದೆ</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>ಯಾವಾಗಲೂ ಮೇಲ್ಭಾಗದಲ್ಲಿ ಕ್ಯಾಲ್ಕುಲೇಟರ್</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>ಕ್ಯಾಲ್ಕುಲೇಟರ್ ಮರಳಿ ಪೂರ್ಣ ವೀಕ್ಷಣೆಗೆ</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>ಅಂಕಗಣಿತ ಶಿಫ್ಟ್ ಆಯ್ಕೆಮಾಡಲಾಗಿದೆ</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>ತಾರ್ಕಿಕ ಶಿಫ್ಟ್ ಆಯ್ಕೆಮಾಡಲಾಗಿದೆ</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>ಆಯ್ಕೆಮಾಡಿದ ವೃತ್ತಾಕಾರದ ಶಿಫ್ಟ್ ತಿರುಗಿಸಿ</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>ಆಯ್ಕೆಮಾಡಿದ ಕ್ಯಾರಿ ವೃತ್ತಾಕಾರದ ಶಿಫ್ಟ್ ಮೂಲಕ ತಿರುಗಿಸಿ</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>ಸೆಟ್ಟಿಂಗ್‍ಗಳು</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>ನೋಟ</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>ಅಪ್ಲಿ ಥೀಮ್</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>ಯಾವ ಅಪ್ಲಿ ಥೀಮ್ ಪ್ರದರ್ಶಿಸಬೇಕೆಂದು ಆಯ್ಕೆಮಾಡಿ</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ತಿಳಿ</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ಗಾಢ</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ಸಿಸ್ಟಂ ಸೆಟ್ಟಿಂಗ್ ಅನ್ನು ಬಳಸಿ</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಹಿಂದೆ</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>ಸೆಟ್ಟಿಂಗ್‌ಗಳ ಪುಟ</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ಲಭ್ಯವಿರುವ ಕ್ರಿಯೆಗಳಿಗೆ ಸಂದರ್ಭ ಮೆನು ತೆರೆಯಿರಿ</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>ಸರಿ</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>ಈ ಸ್ನ್ಯಾಪ್‌ಶಾಟ್ ಅನ್ನು ಪುನಃಸ್ಥಾಪಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ko-KR/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>입력이 잘못되었습니다.</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>정의되지 않은 결과입니다.</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>메모리가 부족합니다.</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>오버플로</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>결과가 정의되지 않음</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>결과가 정의되지 않음</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>오버플로</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>오버플로</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>0으로 나눌 수 없습니다</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ko-KR/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>계산기</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>계산기[Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows 계산기</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows 계산기[Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>계산기</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>계산기 [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>복사</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>붙여넣기</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>대략 같음</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, 값 %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 비트</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63번째</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62번째</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61번째</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60번째</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59번째</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58번째</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57번째</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56번째</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55번째</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54번째</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53번째</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52번째</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51번째</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50번째</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49번째</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48번째</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47번째</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46번째</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45번째</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44번째</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43번째</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42번째</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41번째</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40번째</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39번째</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38번째</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37번째</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36번째</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35번째</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34번째</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33번째</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32번째</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31번째</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30번째</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29번째</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28번째</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27번째</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26번째</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25번째</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24번째</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23번째</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22번째</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21번째</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20번째</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19번째</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18번째</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17번째</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16번째</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15번째</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14번째</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13번째</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12번째</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11번째</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10번째</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9번째</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8번째</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7번째</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6번째</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5번째</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4번째</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3번째</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2번째</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1번째</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>최하위 비트</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>메모리 플라이아웃 열기</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>메모리 플라이아웃 닫기</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>항상 위에 유지</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>전체 보기로 돌아가기</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>메모리</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>기록(Ctrl + H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>비트 전환 키패드</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>전체 키패드</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>모든 메모리 지우기(Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>메모리</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>기록</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>기록</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>변환기</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>공학용</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>표준</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>변환기 모드</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>공학용 모드</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>표준 모드</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>모든 기록 지우기</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>모든 기록 지우기</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>숨기기</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>표준</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>공학용</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>프로그래머</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>변환기</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>계산기</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>변환기</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>계산기</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>변환기</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>계산기</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>표시는 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>식: %1, 현재 입력: %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>표시는 %1점</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>식은 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>클립 보드에 복사된 값 표시</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>기록</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>메모리</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>16진수 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>소수 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>8진수 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>이진수 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>모든 기록 지우기</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>검색 기록 삭제됨</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>기록 숨기기</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>검색 기록 플라이아웃 열기</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>검색 기록 플라이아웃 닫기</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리 값 저장</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>메모리 값 저장(Ctrl + M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>모든 메모리 지우기</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>메모리 삭제됨</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리 값 읽기</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>메모리 값 읽기(Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리 값 더하기</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>메모리 값 더하기(Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리 값 빼기</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>메모리 값 빼기(Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리 항목 지우기</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>메모리 항목 지우기</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리 항목에 추가</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>메모리 항목에 추가</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리 항목에서 빼기</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>메모리 항목에서 빼기</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리 항목 지우기</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>메모리 항목 지우기</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리 항목에 추가</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>메모리 항목에 추가</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리 항목에서 빼기</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>메모리 항목에서 빼기</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>삭제</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>복사</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>삭제</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>기록 항목 삭제</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>기록 항목 삭제</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>백스페이스</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>공</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>2</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>3</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>4</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>5</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>6</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>7</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>8</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>9</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>And</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Or</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Not</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>왼쪽으로회전</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>오른쪽으로회전</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>왼쪽으로 시프트</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>오른쪽 Shift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>배타적 논리합</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>네 배 워드 토글</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>더블 워드 토글</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>워드 켜기/끄기</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>음소거 토글</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>비트전환키패드</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>전체 키패드</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>소수점 구분 기호</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>입력 지우기</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>지우기</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>나누기</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>곱</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>일치</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>역함수</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>빼기</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>빼기</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>더하기</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>제곱근</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>백분율</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>양수 음수</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>양수 음수</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>역</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>왼쪽 괄호</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>왼쪽 괄호 또는 여는 괄호 수 %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>오른쪽 괄호</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>여는 괄호 수 %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>닫을 여는 괄호가 없습니다.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>과학적 표기법</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡선 함수</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>파이</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>사인</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>코사인</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>탄젠트</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡선 사인</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡선 코사인</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡선 탄젠트</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>제곱</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>세제곱</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>아크사인</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>아크코사인</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>아크탄젠트</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡선 아크사인</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡선 아크코사인</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡선 아크탄젠트</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X'의 지수</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'10'의 지수</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e'의 지수</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'x'의 'y' 루트</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>로그</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>자연 로그</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>모듈로</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>지수</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>도/분/초</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>도</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>정수부</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>소수부</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>계승</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>도 켜기/끄기</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>그라이던 전환</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>라디안 켜기/끄기</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>모드 드롭다운</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>범주 드롭다운</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>항상 위에 유지</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>전체 보기로 돌아가기</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>항상 위에 유지(Alt+위쪽 화살표)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>전체 보기로 돌아가기(Alt+아래쪽 화살표)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>%1 %2에서 변환</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>%1점 %2에서 변환</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>%1 %2(으)로 변환</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2은(는) %3%4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>입력 장치</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>출력 장치</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>면적</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>데이터</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>에너지</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>길이</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>일률</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>속도</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>시간</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>부피</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>온도</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>무게 및 질량</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>압력</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>각도</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>통화 환율</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>액량 온스(영국)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz(영국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>액량 온스(미국)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz(미국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>갤런(영국)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal(영국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>갤런(미국)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal(미국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>리터</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>밀리리터</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>파인트(영국)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt(영국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>파인트(미국)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>파인트(미국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>테이블 스푼(미국)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp.(미국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>티스푼(미국)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp.(미국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>테이블 스푼(영국)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp(미국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>티스푼(영국)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp.(미국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>쿼트(영국)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt(영국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>쿼트(미국)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt(미국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Cups(미국)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>컵(미국)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/분</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>HA</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp(미국)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>시간</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>KW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>미터/초</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>분</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>주</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>yr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>마일</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>파이</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>에이커</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>비트</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>영국 열량 단위</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTUs/분</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>바이트</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>열량 칼로리</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>센티미터</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>센티미터/초</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>입방 센티미터</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>입방 피트</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>입방 인치</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>입방 미터</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>입방 야드</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>일</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>섭씨</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>화씨</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>전자 볼트</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>피트</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>피트/초</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>피트-파운드</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>피트파운드/분</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>기가비트(Gb)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>기가바이트(GB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>헥타르</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>마력(미국)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>시간</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>인치</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>줄</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>킬로와트시</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>절대 온도</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>킬로비트(Kb)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>킬로바이트(KB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>열량</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>킬로줄</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>킬로미터</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>킬로미터/시간</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>킬로와트</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>노트</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>마하</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>메가비트(Mb)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>메가바이트(MB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>미터</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>미터/초</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>미크론</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>마이크로초</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>마일</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>마일/시간</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>밀리미터</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>밀리초</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>분</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>니블</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>나노미터</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>옹스트롬</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>해리</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>페타비트(Pb)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>페타바이트(PB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>초</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>평방 센티미터</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>평방 피트</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>평방 인치</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>평방 킬로미터</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>평방 미터</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>평방 마일</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>평방 밀리미터</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>평방 야드</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>테라비트(Tb)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>테라바이트(TB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>와트</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>주</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>야드</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>년</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>라디안</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>그라디안</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>ATM</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>BA</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kpa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>PA</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>평방 인치당 파운드</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>톤(영국)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>LB</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>톤(미국)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>ST</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>캐럿</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>도</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>라디안</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>그라디안</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>기압</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>바</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>킬로파스칼</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>수은주 밀리미터 </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>파스칼</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>평방 인치 당 파운드</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>센티그램</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>데카그램</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>데시그램</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>그램</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>헥토그램</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>킬로그램</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>롱톤(영국)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>밀리그램</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>온스</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>파운드</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>톤(미국)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>스톤</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>톤</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>축구장</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>축구장</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>플로피 디스크</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>플로피 디스크</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>배터리</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>배터리</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>종이 클립</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>종이 클립</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>점보제트</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>점보제트</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>백열 전구</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>백열 전구</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>홀스</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>홀스</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>욕조</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>욕조</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>눈송이</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>눈송이</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>코끼리</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>코끼리</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>거북이</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>거북이</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>제트</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>제트</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>고래</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>고래</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>커피잔</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>커피잔</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>수영장</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>수영장</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>손</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>손</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>장</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>장</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>성</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>성</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>바나나</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>바나나</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>케이크 조각</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>케이크 조각</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>기차 엔진</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>기차 엔진</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>축구공</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>축구공</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>메모리 항목</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>뒤로</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>뒤로</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft 소프트웨어 사용 조건</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>미리 보기</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft 개인정보처리방침</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. All rights reserved.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Windows 계산기에 기여할 수 있는 방법을 알아보려면 %HL%GitHub%HL% 프로젝트를 확인하세요.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>정보</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>피드백 보내기</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>아직 기록이 없습니다.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>메모리에 저장된 내용이 없습니다.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>이 식을 붙여넣을 수 없습니다.</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>기비비트(Gib)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>기비바이트(GiB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>키비비트(Kib)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>키비바이트(KiB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>메비비트(Mib)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>메비바이트(MiB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>페비비트(Pib)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>페비바이트(PiB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>테비비트(Tib)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>테비바이트(TiB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>엑사비트(Eb)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>엑사바이트(EB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>엑스비비트(Eib)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>엑스비바이트(EiB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>제타비트(Zb)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>제타바이트(ZB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>제비비트(Zib)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>제비바이트(ZiB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>요타비트(Yb)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>요타바이트(YB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>요비비트(Yib)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>요비바이트(YiB)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>날짜 계산</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>계산 모드</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>추가</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>일 합산 또는 빼기</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>날짜</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>날짜 간 차이</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>일</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>차이</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>시작일</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>월</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>빼기</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>종료일</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>년</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>날짜가 범위를 벗어남</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>일</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>일</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>월</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>월</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>동일한 날짜</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>주</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>주</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>년</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>년</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>차이 %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>결과 날짜 %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 계산기 모드</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 변환기 모드</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>날짜 계산 모드</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>기록 및 메모리 목록</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>메모리 제어</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>표준 함수</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>디스플레이 제어</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>표준 연산자</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>숫자 패드</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>각도 연산자</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>과학적 함수</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>라딕스 구역</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>프로그래머용 연산자</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>입력 모드 선택</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>비트 전환 키패드</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>식을 완쪽으로 스크롤</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>식을 오른쪽으로 스크롤</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>최대 자릿수 도달. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1이(가) 메모리에 저장되었습니다.</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>메모리 슬롯 %1이(가) %2입니다.</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>메모리 슬롯 %1 삭제됨</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>나누기</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>곱하기</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>빼기</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>더하기</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>거듭제곱</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y 루트</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>모드</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>왼쪽 시프트</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>오른쪽으로 이동</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>또는</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x 또는</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>및</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>업데이트됨 %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>환율 업데이트</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>데이터 요금이 부과될 수 있습니다.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>환율을 갱신하지 못했습니다. 나중에 다시 시도하세요.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>오프라인 상태입니다. %HL%네트워크 설정%HL%을 확인하십시오.</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>환율 업데이트</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>환율이 업데이트되었습니다.</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>환율을 업데이트할 수 없습니다.</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>모든 메모리 지우기(Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>모든 메모리 지우기</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>사인 각도</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>사인 라디안</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>사인 그라디안</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>역사인 각도</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>역사인 라디안</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>역사인 그라디안</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>쌍곡선 사인</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>역쌍곡선 사인</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>코사인 각도</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>코사인 라디안</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>코사인 그라디안</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>역코사인 각도</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>역코사인 라디안</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>역코사인 그라디안</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>쌍곡선 코사인</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>역쌍곡선 코사인</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>탄젠트 각도</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>탄젠트 라디안</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>탄젠트 그라디안</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>역탄젠트 각도</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>역탄젠트 라디안</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>역탄젠트 그라디안</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>쌍곡선 탄젠트</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>역쌍곡선 탄젠트</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>시컨트 각도</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>시컨트 라디안</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>시컨트 그라디안</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>역시컨트 각도</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>역시컨트 라디안</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>역시컨트 그라디안</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>쌍곡 시컨트</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>역쌍곡 시컨트</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>코시컨트 각도</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>코시컨트 라디안</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>코시컨트 그라디안</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>역코시컨트 각도</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>역코시컨트 라디안</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>역코시컨트 그라디안</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>쌍곡 코시컨트</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>역쌍곡 코시컨트</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>코탄젠트 각도</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>코탄젠트 라디안</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>코탄젠트 그라디안</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>역코탄젠트 각도</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>역코탄젠트 라디안</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>역코탄젠트 그라디안</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>쌍곡 코탄젠트</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>역쌍곡 코탄젠트</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>세제곱근</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>로그 기준</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>절대값</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>왼쪽 시프트</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>오른쪽으로 이동</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>계승</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>도/분/초</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>자연 로그</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>제곱</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y 루트</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 범주</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft 서비스 계약</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>평</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>평</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>시작일</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>계산 결과 왼쪽으로 스크롤</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>계산 결과 오른쪽으로 스크롤</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>계산에 실패했습니다.</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y 기준 로그</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>삼각법</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>함수</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>부등식</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>부등식</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>비트</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>비트 시프트</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>역함수</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡선 함수</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>시컨트</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡 시컨트</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>호 시컨트</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡선 아크 시컨트</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>코시컨트</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡 코시컨트</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>호 코시컨트</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡 호 코시컨트</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>코탄젠트</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡 코탄젠트</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>호 코탄젠트</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>쌍곡 호 코탄젠트</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>내림</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>올림</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>임의</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>절대값</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>오일러의 수</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>2의 지수</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>자리올림으로 왼쪽으로 회전</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>자리올림으로 오른쪽으로 회전</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>왼쪽으로 시프트</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>왼쪽 시프트</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>오른쪽 시프트</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>오른쪽 시프트</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>산술 시프트</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>논리적 시프트</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>원형 시프트 회전</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>자리올림 순환 시프트를 통해 회전</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>세제곱근</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>삼각법</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>함수</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>비트</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>비트시프트</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>공학용 연산자 패널</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>프로그래머용 연산자 패널</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>최상위 비트</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>그래프</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>플롯</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>보기 자동 새로 고침(Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>그래프 보기</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>자동 맞춤</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>수동 조정</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>그래프 보기가 다시 설정되었습니다.</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>확대(Ctrl + 더하기)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>확대</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>축소(Ctrl + 빼기)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>축소</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>수식 추가</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>지금은 공유할 수 없습니다.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>확인</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Windows 계산기를 사용하여 내가 표시한 그래프</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>수식</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>변수</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>수식이 있는 그래프의 이미지</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>변수</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>단계</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>최소</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>최대</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>색</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>스타일</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>함수 분석</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>함수에 수평 점근선이 없습니다.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>함수에 변곡점이 없습니다.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>함수에 최대값이 없습니다.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>함수에 최소점이 없습니다.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>일정</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>감소</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>함수의 단조를 확인할 수 없습니다.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>증가</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>함수의 단조를 알 수 없습니다.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>함수에 사선 점근선이 없습니다.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>함수의 패리티를 확인할 수 없습니다.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>이 함수는 짝수입니다.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>이 함수는 짝수도 홀수도 아닙니다.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>함수가 홀수입니다.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>함수 패리티를 알 수 없습니다.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>이 함수에 대한 주기성이 지원되지 않습니다.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>함수가 주기적이지 않습니다.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>함수 주기성을 알 수 없습니다.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>이러한 기능은 너무 복잡하여 계산기가 계산할 수 없습니다.</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>함수에 수직 점근선이 없습니다.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>함수에 X절편이 없습니다.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>함수에 Y절편이 없습니다.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>도메인</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>수평 점근선</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>변곡점</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>이 함수에 대한 분석이 지원되지 않습니다.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>분석은 f(x) 형식의 함수에 대해서만 지원됩니다. 예: y = x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>최대값</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>최소값</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>단조</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>사선 점근선</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>패리티</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>주기</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>범위</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>수직 점근선</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X절편</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y절편</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>함수에 대한 분석을 수행할 수 없습니다.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>이 함수에 대한 도메인을 계산할 수 없습니다.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>이 함수에 대한 범위를 계산할 수 없습니다.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>오버플로(숫자가 너무 큼)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>이 방정식을 그래프에는 라디안 모드가 필요 합니다.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>이 함수는 그래프로 나타내기에는 너무 복잡합니다</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>이 함수를 그래프로 나타내려면 도 모드가 필요합니다.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>계승 함수에 잘못된 인수가 있습니다</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>계승 함수의 인수가 너무 커서 그래프에 포함되지 않습니다.</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>모듈로는 정수만 사용할 수 있습니다.</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>수식에 해답이 없습니다</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>0으로 나눌 수 없습니다</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>방정식은 상호 배타적인 논리 조건을 포함합니다</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>방정식이 도메인을 벗어남</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>이 수식을 그래프로 표시하는 것은 지원되지 않습니다</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>수식에 여는 괄호가 없습니다</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>수식에 닫는 괄호가 없습니다</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>숫자에 소수점이 너무 많습니다.</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>소수점에 숫자가 없습니다</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>예기치 않은 식 종료</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>식에 예기치 않은 문자가 있습니다</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>식에 잘못된 문자가 있습니다.</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>동일한 서명이 너무 많습니다.</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>함수는 하나 이상의 x 또는 y 변수를 포함해야 합니다</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>잘못된 식</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>식이 비어 있습니다</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>등호가 등식 없이 사용되었습니다</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>함수 이름 뒤에 괄호가 없습니다</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>수학 연산에 매개 변수의 수가 잘못되었습니다.</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>변수 이름이 잘못되었습니다</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>수식에 여는 대괄호가 없습니다</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>수식에 닫는 대괄호가 없습니다</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\"와 \"I\"는 변수 이름으로 사용할 수 없습니다</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>방정식을 그래프로 나타낼 수 없습니다</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>주어진 기준에 대한 숫자를 확인할 수 없습니다</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>밑은 2보다 크고 36보다 작아야 합니다</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>수학 연산은 매개 변수 중 하나가 변수여야 합니다</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>논리와 스칼라 피연산자가 혼합된 수식</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x 또는 y는 상한 또는 하한에 사용할 수 없습니다</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x 또는 y는 한계점에서 사용할 수 없습니다</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>복잡한 무한대를 사용할 수 없음</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>부등식에서 복소수를 사용할 수 없습니다</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>함수 목록으로 돌아가기</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>함수 목록으로 돌아가기</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>함수 분석</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>함수 분석</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>함수 분석</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>수식 제거</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>수식 제거</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>수식 제거</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>공유</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>공유</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>수식 스타일 변경</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>수식 스타일 변경</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>수식 스타일 변경</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>수식 표시</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>수식 숨기기</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>수식 %1 표시</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>수식 %1 숨기기</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>추적 중지</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>추적 시작</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>그래프 보기 창, %1 및 %2에 의해 경계가 지정된 x-축, %3 및 %4에 의해 경계가 지정된 y-축, %5 방정식 표시</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>슬라이더 구성</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>슬라이더 구성</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>수식 모드로 전환</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>그래프 모드로 전환</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>수식 모드로 전환</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>현재 모드는 수식 모드입니다.</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>현재 모드는 그래프 모드입니다.</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>창</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>도</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>그라디안</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>라디안</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>단위</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>보기 다시 설정</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-최대</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-최소</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-최대</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-최소</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>그래프 옵션</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>그래프 옵션</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>그래프 옵션</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>변경 가능 옵션</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>변수 옵션 토글</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>선 굵기</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>선 옵션</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>작은 선 폭</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>중간 선 폭</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>큰 선 폭</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>추가 큰 선 폭</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>식 입력</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>복사</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>잘라내기</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>복사</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>붙여넣기</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>실행 취소</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>모두 선택</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>함수 입력</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>함수 입력</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>함수 입력 패널</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>변수 패널</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>변수 목록</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>변수 %1 목록 항목</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>변수 값 텍스트 상자</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>변수 값 슬라이더</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>변수 최소값 텍스트 상자</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>변수 단계 값 텍스트 상자</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>변수 최대값 텍스트 상자</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>실선 스타일</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>점 선 스타일</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>대시 선 스타일</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>군청색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>옥색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>보라색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>녹색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>민트 그린</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>어두운 녹색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>짙은 회색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>빨간색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>밝은 진자주색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>자홍색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>황금색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>밝은 주황</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>밤색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>검정색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>흰색</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>색 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>색 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>색 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>색 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>그래픽 테마</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>항상 밝게</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>앱 테마 일치</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>테마</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>항상 밝게</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>앱 테마 일치</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>기능이 삭제됨</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>함수 분석 수식 상자</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>=</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>보다 작음</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>작거나 같음</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>과(와) 같음</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>크거나 같음</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>보다 큼</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>제출</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>함수 분석</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>그래프 옵션</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>기록 및 메모리 목록</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>메모리 목록</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>기록 슬롯이 %1 지워졌습니다.</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>계산기 항상 위에 두기</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>계산기 전체 화면 뒤에 두기</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>산술 시프트 선택됨</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>논리적 시프트 선택됨</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>선택한 원형 시프트 회전</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>선택한 자리올림 원형 시프트를 통해 회전</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>설정</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>모양</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>앱 테마</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>표시할 앱 테마 선택</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>밝게</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>어둡게</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>시스템 설정 사용</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>뒤로</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>설정 페이지</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>바로 가기 메뉴를 열어 사용 가능한 작업 보기</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>확인</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>이 스냅샷을 복원할 수 없습니다.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/lo-LA/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>ການປ້ອນຂໍ້ມູນໃຊ້ບໍ່ໄດ້</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>ຜົນບໍ່ຖືກກໍານົດ</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>ຄວາມຈໍາບໍ່ພຽງພໍ</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>ກັບຄືນ</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>ຜົນບໍ່ຖືກກໍານົດ</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>ຜົນບໍ່ຖືກກໍານົດ</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>ກັບຄືນ</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>ກັບຄືນ</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດຫານໃຫ້ສູນໄດ້</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/lo-LA/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>ເຄື່ອງຄິດເລກ</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>ເຄື່ອງຄິດເລກ [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows ເຄື່ອງ​ຄິດ​ເລກ</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>ເຄື່ອງຄິດເລກ Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>ເຄື່ອງຄິດເລກ</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>ເຄື່ອງຄິດເລກ [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>ກັອບປີ່</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>ແປະໃສ່</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>ປະມານເທົ່າກັບ</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, ຄ່າ %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 ບິດ</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>ທີ 63</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>ທີ 62</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>ທີ 61</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>ທີ 60</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>ທີ 59</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>ທີ 58</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>ທີ 57</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>ທີ 56</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>ທີ 55</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>ທີ 54</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>ທີ 53</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>ທີ 52</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>ທີ 51</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>ທີ 50</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>ທີ 49</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>ທີ 48</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>ທີ 47</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>ທີ 46</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>ທີ 45</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>ທີ 44</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>ທີ 43</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>ທີ 42</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>ທີ 41</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>ທີ 40</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>ທີ 39</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>ທີ 38</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>ທີ 37</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>ທີ 36</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>ທີ 35</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>ທີ 34</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>ທີ 33</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>ທີ 32</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>ທີ 31</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>ທີ 30</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>ທີ 29</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>ທີ 28</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>ທີ 27</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>ທີ 26</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>ທີ 25</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>ທີ 24</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>ທີ 23</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>ທີ 22</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>ທີ 21</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>ທີ 20</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>ທີ 19</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>ທີ 18</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>ທີ 17</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>ທີ 16</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>ທີ 15</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>ທີ 14</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>ທີ 13</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>ທີ 12</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>ທີ 11</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>ທີ 10</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>ທີ 9</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>ທີ 8</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>ທີ 7</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>ທີ 6</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>ທີ 5</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>ທີ 4</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>ທີ 3</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>ທີ 2</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>ທີ 1</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>ບິດທີ່ຕ່ຳສຸດ</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>ເປີດໜ່ວຍຄວາມຈຳແບບລອຍອອກມາ</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>ປິດໜ່ວຍຄວາມຈຳແບບລອຍອອກມາ</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>ຮັກສາໄວ້ດ້ານເທິງສຸດ</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>ກັບຄືນມຸມມອງເຕັມ</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ຄວາມຈຳ</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ປະຫວັດ (Ctrl + H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ສະຫຼັບປຸ່ມກົດເລັກນ້ອຍ</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ປຸ່ມກົດແບບເຕັມ</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ລຶບຄວາມຈໍາທັງໝົດ (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>ຄວາມຈຳ</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຄວາມຈຳ</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>ປະຫວັດ</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ປະຫວັດ</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>ຕົວປ່ຽນ</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>ວິ​ທະຍາ​ສາດ</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>ມາດຕະຖານ</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ແບບຕົວປ່ຽນ</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຮູບແບບທາງວິທະຍາສາດ</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຮູບແບບມາດຕະຖານ</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>ລ້າງປະຫວັດທັງໝົດ</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ລ້າງປະຫວັດທັງໝົດ</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>ເຊື່ອງ</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>ມາດຕະຖານ</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>ວິ​ທະຍາ​ສາດ</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>ໂປຣແກຣມເມີ</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>ຕົວປ່ຽນ</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>ເຄື່ອງຄິດເລກ</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>ຕົວປ່ຽນ</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>ເຄື່ອງຄິດເລກ</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>ເຄື່ອງປ່ຽນ</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>ເຄື່ອງຄິດເລກ</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>ໜ້າຈໍແມ່ນ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>ສະແດງສົມຜົນແມ່ນ %1, ຂໍ້ມູນປ້ອນເຂົ້າຂະນະນີ້ແມ່ນ %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>ສະແດງຜົນແມ່ນ %1 ຄະແນນ</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>ການສະແດງອອກແມ່ນ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>ຄ່າສະແດງກອັບປີ້ຫາຄລິບບອດແລ້ວ</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>ປະຫວັດ</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>ຄວາມຈຳ</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>HexaDecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>ເລກທົດສະນິຍົມ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>ຖານແປດ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>ຖານສອງ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລ້າງປະຫວັດທັງໝົດ</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>ປະຫວັດລົບແລ້ວ</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເຊື່ອງປະຫວັດ</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>ເປີດປະຫວັດແບບລອຍອອກມາ</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>ປິດປະຫວັດແບບລອຍອອກມາ</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຄັງໜ່ວຍຄວາມຈຳ</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ຄັງເກັບຄວາມຈຳ (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລຶບຄວາມຈໍາທັງໝົດ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>ຄວາມຈຳລົບແລ້ວ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ການຮຽກກັບຄືນຄວາມຈຳ</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ການຮຽກກັບຄືນຄວາມຈຳ (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເພີ່ມຄວາມຈຳ</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ເພີ່ມຄວາມຈຳ (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລົບອອກຄວາມຈຳ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ລົບອອກຄວາມຈຳ (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລຶບລາຍການຄວາມຈຳ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ລຶບລາຍການຄວາມຈຳ</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເພີ່ມໄປທີ່ລາຍການຄວາມຈຳ</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ເພີ່ມໄປທີ່ລາຍການຄວາມຈຳ</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລົບອອກຈາກລາຍການຄວາມຈຳ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ລົບອອກຈາກລາຍການຄວາມຈຳ</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລຶບລາຍການຄວາມຈຳ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>ລຶບລາຍການຄວາມຈຳ</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເພີ່ມໄປທີ່ລາຍການຄວາມຈຳ</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>ເພີ່ມໄປທີ່ລາຍການຄວາມຈຳ</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລົບອອກຈາກລາຍການຄວາມຈຳ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>ລົບອອກຈາກລາຍການຄວາມຈຳ</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>ລຶບ</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>ກັອບປີ້</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>ລຶບ</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລຶບລາຍການປະຫວັດ</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລຶບລາຍການປະຫວັດ</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຍະຫວ່າງ</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສູນ</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໜຶ່ງ</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສອງ</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສາມ</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສີ່</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຫ້າ</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຫົກ</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເຈັດ</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ແປດ</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເກົ້າ</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ແລະ</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຫຼື</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ບໍ່</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໝູນດ້ານຊ້າຍ</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໝູນດ້ານຂວາ</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ປຸ່ມຊີບດ້ານຊ້າຍ</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ປຸ່ມຊີບດ້ານຂວາ</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ພິເສດ ຫຼື</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສະວິດຄັນໂຍກຄຳສັບແບບສີ່ເທົ່າ</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສະວິດຄັນໂຍກ ຄຳສັບແບບຄູ່</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສະວິດຄັນໂຍກຄຳສັບ</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສະວິດຄັນໂຍກ ໄບທ໌</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສະຫຼັບປຸ່ມກົດເລັກນ້ອຍ</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ປຸ່ມກົດແບບເຕັມ</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຕົວແຍກທົດ​ສະ​ນິ​ຍົມ:</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລ້າງຂໍ້ມູນບັນທຶກ</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລຶບ</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ແບ່ງໂດຍ</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຄູນໃຫ້</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເທົ່າກັນ</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຟັງຄ໌ຊັນກັບກັນ</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລົບ</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>ລົບ</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ບວກ</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຮາກຂັ້ນສອງ</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສ່ວນຮ້ອຍ</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ບວກ ລົບ</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ບວກ ລົບ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເຊີ່ງກັນແລະກັນ</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ວົງເລັບຊ້າຍ</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>ວົງເລັບຊ້າຍ, ເປີດຍອດລວມວົງເລັບ %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ວົງເລັບຂວາ</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>ຈຳນວນວົງເລັບເປີດ %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>ບໍ່ມີວົງເລັບເປີດເພື່ອປິດ.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສັນຍາລັກທາງວິທະຍາສາດ</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໜ້າທີ່ເກີນຄວາມຈິງ</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຊີນ</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໂຄຊີນ</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ແທັງເຈັນ</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໄຮເປີຣໂບລິກ ຊີນ</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໄຮເປີຣໂບລິກ ໂຄຊີນ</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໄຮເປີຣໂບລິກ ແທັງເຈັນ</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສີ່ຫຼ່ຽມມົນທົນ</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຮູບກ້ອນ</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc ຊີນ</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc ໂຄຊີນ</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc ແທັງເຈັນ</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ອາຣ໌ ຊີນທີ່ເກີນຄວາມຈິງ</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ອາຣ໌ ໂຄຊີນທີ່ເກີນຄວາມຈິງ</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ອາຣ໌ ແທັງເຈັນທີ່ເກີນຄວາມຈິງ</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' ຍົກກຳລັງ</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສິບຍົກກຳລັງ</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' ຍົກກຳລັງ</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>y' ຮາກກຳລັງສອງຂອງ 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ການບັນທຶກແບບທຳມະຊາດ</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໂມດູນ</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເລກກຳລັງ</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ອົງສາ ນາທີ ວິນາທີ</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ອົງສາ</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ພາກສ່ວນຖ້ວນ</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ພາກສ່ວນເສດສ່ວນ</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ການປະກອບ</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສະວິດຄັນໂຍກ ລະດັບ</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສະວິດຄັນໂຍກ ກຣາດຽນ</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສະວິດຄັນໂຍກ ຣາດຽນ</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ການເລື່ອນໂໝດລົງ</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ການເລື່ອນໝວດໝູ່ລົງ</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຮັກສາໄວ້ດ້ານເທິງສຸດ</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ກັບຄືນມຸມມອງເຕັມ</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ຮັກສາໄວ້ດ້ານເທິງສຸດ (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ກັບຄືນມຸມມອງເຕັມ (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>ແປງຈາກ %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>ແປງຈາກ %1 ຈຸດ %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>ແປງເປັນ %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 ແມ່ນ %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>ຫົວໜ່ວຍເຂົ້າ</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>ຫົວໜ່ວຍອອກ</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>ພື້ນທີ່</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>ຂໍ້ມູນ</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>ພະລັງງານ</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>ຄວາມຍາວ</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>ກຳລັງ</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>ຄວາມໄວ</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>ເວລາ</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>ບໍລິມາດ</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>ອຸນຫະພູມ</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>ນ້ຳໜັກ ແລະ ມວນສານ</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>ຄວາມດັນ</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>ມຸມ</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>ສະກຸນເງິນ</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>ອອນທາດແຫຼວ (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>ອອນທາດແຫຼວ (ສະຫະລັດ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (ສະຫະລັດ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>ແກລອນ (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>ແກຼລອນ (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>ແກລອນ (ສະຫະລັດ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>ແກຼລອນ (ສະຫະລັດ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>ລິດ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>ມີລີລິດ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ມລ</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>ພາຍທ໌ (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>ພາຍທ໌ (ສະຫະລັດ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (ສະຫະລັດ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>ຊ້ອນໂຕະ (ສະຫະລັດ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (ສະຫະລັດ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ຊ້ອນຊາ (ສະຫະລັດ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (ສະຫະລັດ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>ຊ້ອນໂຕະ (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>ຊ້ອນຊາ (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>ມາດຕາຜອງ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>ມາດຕາຜອງ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (ສະຫະລັດ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>ຈອກ (ສະຫະລັດ)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>ຈອກ (ສະຫະລັດ)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>ບີທີຢູ</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>ບີທີຢູ/ນາທີ</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>ຊມ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>ຊມ/ວ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>ຊມ3</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ຟຸດ3</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>ນີ້ວ3</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>ມ3</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>ຫຼາ3</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ຟຸດ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ຟຸດ/ວິນາທີ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ເຮັກຕາ</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (ສະຫະລັດ)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>ຊົ່ວໂມງ</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>ນີ້ວ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>ກມ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>ກມ/ຊ</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>ກວ</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>ໄມລ໌</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>ນທ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>ນມ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>ອາທິດ</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>yr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>ຢີ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>ເອເຄີ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>ບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>ຫົວໜ່ວຍຄວາມຮ້ອນອັງກິດ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>ບີທີຢູ/ນາທີ</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>ໄບທ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>ແຄລໍລີ່ຄວາມຮ້ອນ</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>ຊັງຕີແມັດ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>ຊັງຕີແມັດຕໍ່ວິນາທີ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>ຊັງຕີແມັດກ້ອນ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>ລູກບາດຟຸດ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>ລູກບາດນີ້ວ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>ແມັດກ້ອນ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>ລູກບາດຫຼາ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>ມື້</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>ເຊວຊຽສ</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>ຟາເຣນຮາຍ</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>ກະແສໄຟຟ້າອີເລັກຕຣອນ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>ຟຸດ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ຟຸດຕໍ່ວິນາທີ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>ຟຸດ-ປອນ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ຟຸດ-ປອນ/ນາທີ</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>ກິກາບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>ກິກະໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>ເຮັກຕາ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>ແຮງມ້າ (ສະຫະລັດ)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>ຊົ່ວໂມງ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>ນິ້ວ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>ຈູນ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>ກິໂລວັດ-ຊົ່ວໂມງ</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>ເຄລວິນ</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>ກິໂລບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>ກິໂລໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>ພະລັງງານອາຫານ</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>ກິໂລຈູນ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>ກິໂລແມັດ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>ກິໂລແມັດຕໍ່ຊົ່ວໂມງ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>ກິໂລວັດ</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>ນັອດ</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>ໜ່ວຍມັດ</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>ເມກາບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>ເມກະໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>ແມັດ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>ແມັດຕໍ່ນາທີ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>ໄມຄອນ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>ມີໂຄຣວິນາທີ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>ໄມ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>ໄມຕໍ່ຊົ່ວໂມງ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>ມິລິແມັດ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>ມີລີວິນາທີ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>ນາທີ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>ເລັມ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>ນາໂນແມັດ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>ອັງສະຕອມ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>ໄມທະເລ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>ເປຕາບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>ເປຕາໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>ວິນາທີ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>ຊັງຕີຕາແມັດ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>ຕາລາງຟີດ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>ຕາລາງນີ້ວ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>ກິໂລຕາແມັດ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>ຕາມແມັດ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>ຕາລາງໄມ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>ມີລີຕາແມັດ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>ຕາລາງຫຼາ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>ເຕຣາບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>ເຕຣາໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>ວັດ</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>ອາທິດ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>ຫຼາ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>ປີ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>ອົງສາ</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ບາ</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kpa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>ຊກ.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>ຮກ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ໂຕ່ນ (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>ມກ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ໂຕນ (ສະຫະລັດ)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>T</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>ກາຣັດ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>ອົງສາ</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>ເຣດຽນ</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>ໄລ່ສີ</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>ບັນຍາກາດ</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>ແທ່ງ</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>ກິໂລ ປາສຄາລ</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>ມີລີແມັດຂອງເມີຄິວຣີ </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>ປາສກໍ</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>ປອນຕໍ່ນີ້ວກ້ອນ (PSI)</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>ຊັງຕີກຼາມ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>ເດກາກຼາມ</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>ເດຊີກຼາມ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>ກຼາມ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>ເຮັກໂຕກຼາມ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>ກິໂລກກຼາມ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>ປອນຍາວ (ສະຫະລາຊະອານາຈັກ)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>ມີລີກຼາມ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>ອອນ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>ປອນ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>ໂຕນສັ້ນ (ສະຫະລັດ)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>ຫີນ</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>ເມັດຕຼິກໂຕນ</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>ຊີດີ</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>ຊີດີ</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>ສະໜາມເຕະບານ</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>ສະໜາມເຕະບານ</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>ຟຣັອບພີ ດີສທ໌</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>ຟຣັອບພີ ດີສທ໌</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>ດີວີດີ</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>ດີວີດີ</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>ໝໍ້ໄຟ</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>ໝໍ້ໄຟ</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>ຄລິບໜີບເຈ້ຍ</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>ຄລິບໜີບເຈ້ຍ</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>ຈຳໂບ້ ເຈັດ</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>ຈຳໂບ້ ເຈັດ</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>ດອກໄຟ</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>ດອກໄຟ</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>ແຮງມ້າ</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>ແຮງມ້າ</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>ອ່າງນ້ຳ</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>ອ່າງນ້ຳ</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>ເກັດຫີມະ</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>ເກັດຫີມະ</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>ຊ້າງ</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>ຊ້າງ</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>ເຕົ່າ</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>ເຕົ່າ</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>ເຈັດ</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>ເຈັດ</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>ປາວານ</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>ປາວານ</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>ຈອກກາເຟ</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>ຈອກກາເຟ</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>ສະລອຍນ້ຳ</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>ສະລອຍນ້ຳ</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>ມື</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>ມື</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>ແຜ່ນເຈ້ຍ</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>ແຜ່ນເຈ້ຍ</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>ຫໍປາສາດ</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>ຫໍປາສາດ</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>ກ້ວຍ</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>ກ້ວຍ</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>ປ່ຽງເຄັກ</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>ປ່ຽງເຄັກ</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>ເຄື່ອງຈັກລົດໄຟ</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>ເຄື່ອງຈັກລົດໄຟ</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>ໝາກບານ</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>ໝາກບານ</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>ລາຍການໜ່ວຍຄວາມຈຳ</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ກັບ​ຄືນ</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ກັບ​ຄືນ</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>ຂໍ້ກຳນົດໃບອະນຸຍາດຊອບແວຂອງ Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>ເບິ່ງຕົວຢ່າງ</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>ຄໍາຖະແຫຼງຄວາມເປັນສ່ວນຕົວຂອງ Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. ສະຫງວນລິຂະສິດ.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>ເພື່ອຮຽນຮູ້ວິທີທີ່ທ່ານສາມາດມີສ່ວນຮ່ວມໃນ Windows ເຄື່ອງ​ຄິດ​ເລກ, ໃຫ້ກວດເບິ່ງໂປຣເຈັກໃນ %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>ກ່ຽວກັບ</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>ສົ່ງຄຳຕິຊົມ</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>ຍັງບໍ່ມີປະຫວັດເທື່ອ.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>ບໍ່ໄດ້ມີການບັນທຶກໃດໆໃນໜ່ວຍຄວາມຈຳ.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຄວາມຈຳ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>ຖ້ອຍຄຳນີ້ບໍ່ສາມາດວາງໄດ້</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>ກິບິບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>ກິບິໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>ຄິບິບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>ຄິບິໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>ເມບິບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>ເມບິໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>ເປບິບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>ເປບິໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>ເຕບິບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>ເຕບິໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>ເອັກຊາບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>ເອັກຊາໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>ເອັກບີບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>ເອັກບີໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>ເຊຕາບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>ເຊຕາໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>ເຊບິບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>ເຊບິໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>ຍອດຕະບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>ຍອດຕະໄບຕ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>ໂຢບິບິດ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>ໂຢບິໄບທ໌</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>ການຄິດໄລ່ວັນທີ</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໂໝດການຄຳນວນ</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>ເພີ່ມ</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>ເພີ່ມ ຫຼື ລົບວັນອອກ</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>ວັນທີ</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>ຄວາມແຕກຕ່າງລະຫວ່າງວັນທີ</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>ມື້</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>ຄວາມແຕກຕ່າງ</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>ຈາກ</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>ເດືອນ</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>ລົບ</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>ເຖິງ</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>ປີ</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>ວັນທີເກີນຂອບເຂດ</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>ວັນ</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>ມື້</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>ເດືອນ</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>​ເດືອນ</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>ວັນທີດຽວກັນ</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>ອາທິດ</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>ອາທິດ</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>ປີ</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>ປີ</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>ຄວາມແຕກຕ່າງ %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>ວັນທີໄດ້ຮັບ %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>ໂໝດເຄື່ອງຄິດເລກ %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>ໂໝດຕົວແປງ %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>ໂໝດການຄຳນວນວັນທີ</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລາຍການປະຫວັດ ແລະ ຄວາມຈຳ</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຄວບຄຸມຄວາມຈຳ</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຟັງຄ໌ຊັນມາດຕະຖານ</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຄວາມຄຸມການສະແດງໜ້າຈໍ</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>&lt;mrk mtype=\"seg\" mid=\"26\"&gt;ສັນຍາລັກ ມາດຕະຖານ&lt;/mrk&gt;</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ແປ້ນໝາຍເລກ</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>&lt;mrk mtype=\"seg\" mid=\"35\"&gt;ສັນຍາລັກມຸມ&lt;/mrk&gt;</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຟັງຄ໌ຊັນທາງວິທະຍາສາດ</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ການເລືອກ Radix</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>&lt;mrk mtype=\"seg\" mid=\"39\"&gt;ສັນຍາລັກຜູ້ຂຽນໂປຣແກຣມ&lt;/mrk&gt;</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ການເລືອກໂໝດປ້ອນຂໍ້ມູນ</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສະຫຼັບປຸ່ມກົດເລັກນ້ອຍ</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເລື່ອນການສະແດງອອກເບື້ອງຊ້າຍ</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເລື່ອນການສະແດງອອກເບື້ອງຂວາ</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>ຕົວເລກສູງສຸດເຖິງແລ້ວ. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 ຖືກບັນທຶກໃສ່ຄວາມຈຳແລ້ວ</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>ຊ່ອງຄວາມຈຳ %1 ແມ່ນ %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>ຊ່ອງຄວາມຈຳt %1 ລົບແລ້ວ</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ແບ່ງໂດຍ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ເວລາ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ລົບ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ບວກ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ໄປທີ່ປຸ່ມເປີດປິດຂອງ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y ຣູທ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ໂມດ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ປຸ່ມ shift ຊ້າຍ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ປຸ່ມ shift ຂວາ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ຫຼື</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x ຫຼື</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ແລະ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>ອັບເດດແລ້ວ %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>ອັບເດດອັດຕາ</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>ອາດມີການຄິດຄ່າຂໍ້ມູນ.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດຮັບອັດຕາໃໝ່ໄດ້. ລອງໃໝ່ພາຍຫຼັງ.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>ອອຟລາຍນ໌. ກະລຸນາກວດເບິ່ງ %HL%ການຕັ້ງຄ່າເຄືອຂ່າຍ%HL% ຂອງທ່ານ</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>ການອັບເດດອັດຕາສະກຸນເງິນ</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>ອັບເດດອັດຕາສະກຸນເງິນແລ້ວ</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດອັບເດດອັດຕາ</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ລຶບຄວາມຈໍາທັງໝົດ (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລຶບຄວາມຈໍາທັງໝົດ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>ລະດັບ Sin</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>Sin ຣາດຽນ</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>Sin ກຣາດຽນ</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>ລະດັບ Sin ປີ້ນກັບ</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>Sin ຣາດຽນປີ້ນກັບ</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>Sin ກຣາດຽນ ປີ້ນກັບ</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>ໄຮເປີຣໂບລິກ Sin</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>ໄຮເປີຣໂບລິກ Sin ປີ້ນກັບ</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>ລະດັບ Cos</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>Cos ຣາດຽນ</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>Cos ກຣາດຽນ</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>ລະດັບ Cos ປີ້ນກັບ</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>Cos ຣາດຽນປີ້ນກັບ</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>Cos ກຣາດຽນ ປີ້ນກັບ</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>ໄຮເປີຣໂບລິກ Cos</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>ໄຮເປີຣໂບລິກ Cos ປີ້ນກັບ</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>ລະດັບ Tan</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>Tan ຣາດຽນ</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>Tan ກຣາດຽນ</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>ລະດັບ Tan ປິ້ນກັບ</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>Tan ຣາດຽນປິ້ນກັບ</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>Tan ກຣາດຽນປີ້ນກັບ</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>ໄຮເປີຣໂບລິກ Tan</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>ໄຮເປີຣໂບລິກ Tan ປີ້ນກັບ</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>ອົງສາຊີແຄນ</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>ຣາດຽນຊີແຄນ</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>ກຣາດຽນຊີແຄນ</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>ອົງສາຊີແຄນປີ້ນກັບ</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>ຣາດຽນຊີແຄນປີ້ນກັບ</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>ກຣາດຽນຊີແຄນປີ້ນກັບ</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>ໄຮເປີບໍລິກຊີແຄນທ໌</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>ໄຮເປີບໍລິກຊີແຄນປີ້ນກັບ</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>ອົງສາໂຄຊີແຄນ</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>ໂຄຊີແຄນຣາດຽນ</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>ໂຄຊີແຄນກຣາດຽນ</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>ອົງສາໂຄຊີແຄນປີ້ນກັບ</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>ຣາດຽນໂຄຊີແຄນປີ້ນກັບ</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>ກຣາດຽນໂຄຊີແຄນປີ້ນກັບ</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>ໄຮເປີບໍລິກໂຄຊີແຄນ</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>ໄຮເປີບໍລິກໂຄຊີແຄນປີ້ນກັບ</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>ອົງສາໂຄແທນເຈນ</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>ໂຄແທນເຈນຣາດຽນ</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>ໂຄແທນເຈນກຣາດຽນ</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>ອົງສາໂຄແທນເຈນປີ້ນກັບ</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>ຣາດຽນໂຄແທນເຈນປີ້ນກັບ</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>ກຣາດຽນໂຄແທນເຈນປີ້ນກັບ</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>ໄຮເປີບໍລິກໂຄແທນເຈນ</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>ໄຮເປີບໍລິກໂຄແທນເຈນປີ້ນກັບ</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>ຮາກທີສາມ</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>ຖານບັນທຶກ</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>ຄ່າຕາຍຕົວ</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>ປຸ່ມ shift ຊ້າຍ</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>ປຸ່ມ shift ຂວາ</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>ແຟັກທໍຣຽວ</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>ອົງສາ ນາທີ ວິນາທີ</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>ການບັນທຶກແບບທຳມະຊາດ</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>ຮູບຈະຕຸລັດ</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y ຣູທ</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>ໝວດ %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>ຂໍ້​ຕົກ​ລົງ​ການ​ບໍ​ລິ​ການ Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>ຈາກ</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເລື່ອນຜົນການຄິດໄລ່ໄປຊ້າຍ</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເລື່ອນຜົນການຄິດໄລ່ໄປຂວາ</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>ການຄິດໄລ່ບໍ່ສຳເລັດ</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຖານບັນທຶກ Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>ຕຣິໂກໂນເມຕຣີ</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>ຟັງຄ໌ຊັນ</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>ບໍ່ເທົ່າກັນ</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ບໍ່ເທົ່າກັນ</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bit Shift</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຟັງຄ໌ຊັນກັບກັນ</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໄຮເປີບໍລິກຟັງຄ໌ຊັນ</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຊີແຄນທ໌</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໄຮເປີບໍລິກຊີແຄນທ໌</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສ່ວນໂຄ້ງຊີແຄນທ໌</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສ່ວນໂຄ້ງຊີແຄນທ໌ແບບໄຮເປີບໍລິກ</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໂຄຊີແຄນ</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໄຮເປີບໍລິກໂຄຊີແຄນ</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສ່ວນໂຄ້ງໂຄຊີແຄນ</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສ່ວນໂຄ້ງໂຄຊີແຄນແບບໄຮເປີບໍລິກ</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໂຄແທນເຈນ</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໄຮເປີບໍລິກໂຄແທນເຈນ</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສ່ວນໂຄ້ງໂຄແທນເຈນ</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສ່ວນໂຄ້ງໂຄແທນເຈນແບບໄຮເປີບໍລິກ</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຊັ້ນອາຄານ</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເພດານ</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສຸ່ມ</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຄ່າຕາຍຕົວ</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເລກຂອງ Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຍົກກຳລັງສອງ</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໜຸນໄປຊ້າຍດ້ວຍການເພີ່ມຕົວເລກໃສ່ທີ່ວ່າງຂວາ</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໜຸນໄປຂວາດ້ວຍການເພີ່ມຕົວເລກໃສ່ທີ່ວ່າງຊ້າຍ</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ປຸ່ມຊີບດ້ານຊ້າຍ</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Shift ຊ້າຍ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ປຸ່ມຊີບດ້ານຂວາ</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Shift ຂວາ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>ປ່ຽນການຄຳນວນ</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Shift ທາງໂລຈິກ</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>ໝຸນ Circular Shift</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>ໝຸນຜ່ານ Carry Circular Shift</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຮາກທີສາມ</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຕຣິໂກໂນເມຕຣີ</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຟັງຄ໌ຊັນຕ່າງໆ</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ແຜງຜູ້ຄວບຄຸມທາງວິທະຍາສາດ</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ແຜງຜູ້ຄວບຄຸມໂປຣແກຣມເມີ້</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>ບິດທີ່ສູງສຸດ</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>ສ້າງກຣາບ</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລົງຈຸດ</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ໂຫຼດມຸມມອງອັດຕະໂນມັດ (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ມຸມມອງກຣາບ</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>ປັບໃຫ້ພໍດີອັດຕະໂນມັດ</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>ປັບແຕ່ງເອງ</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>ຣີເຊັດມຸມມອງກຣາບແລ້ວ</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ຊູມເຂົ້າ (Ctrl + ບວກ)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຂະຫຍາຍເຂົ້າ</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ຊູມອອກ (Ctrl + ລົບ)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຂະຫຍາຍອອກ</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ເພີ່ມສົມຜົົນ</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດແບ່ງປັນໃນເວລານີ້.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>ຕົກລົງ</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>ຊອກຫາສິ່ງທີ່ຂ້ອຍໄດ້ສະແດງເປັນເສັ້ນກຣາຟດ້ວຍ Windows ເຄື່ອງຄິດເລກ</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>ສົມຜົນ</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>ຕົວແປ</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>ຮູບພາບຂອງແຜ່ນວາດກັບສົມຜົນ</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>ຕົວແປ</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>ບາດກ້າວ</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>ຕ່ຳສຸດ</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>ສູງສຸດ</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>ສີ</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>ຮູບແບບ</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>ການວິເຄາະຟັງຄ໌ຊັນ</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>ຟັງຊັນບໍ່ມີເສັ້ນກຳກັບລວງນອນໃດໜຶ່ງ.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>ຟັງຊັນບໍ່ມີຈຸດການຜັນໃດໜຶ່ງ.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>ຟັງຊັນບໍ່ມີຈຸດສູງສຸດໃດໜຶ່ງ.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>ຟັງຊັນບໍ່ມີຈຸດຕ່ຳສຸດໃດໜຶ່ງ.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>ຄົງທີ່</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>ການຫລຸດລົງ</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດກໍານົດການຊ້ຳຂອງຟັງຊັນ.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>ການເພີ່ມຂຶ້ນ</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>ການຊ້ຳຂອງຟັງຊັນແມ່ນບໍ່ຮູ້ຈັກ.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>ຟັງຊັນບໍ່ມີເສັ້ນກຳກັບອຽງໃດໜຶ່ງ.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດກໍານົດການເທົ່າກັນຂອງຟັງຊັນ.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>ຟັງຊັນແມ່ນຄູ່.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>ຟັງຊັນບໍ່ແມ່ນຄູ່ແລະຄີກ.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>ຟັງຊັນແມ່ນຄີກ.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>ການເທົ່າກັນຂອງຟັງຊັນແມ່ນບໍ່ຮູ້ຈັກ.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>ການເກີດຂຶ້ນຊ້ຳໆບໍ່ຖືກຮອງຮັບສຳລັບຟັງຊັນນີ້.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>ຟັງຊັນນີ້ແມ່ນເກີດຂຶ້ນຊ້ຳໆ.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>ການເກີດຂຶ້ນຊ້ຳໆຂອງຟັງຊັນແມ່ນບໍ່ຮູ້ຈັກ.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>ຄຸນສົມບັດເຫລົ່ານີ້ສັບສົນເກີນໄປສຳລັບ ເຄື່ອງຄິດເລກໃນການຄຳນວນ:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>ຟັງຊັນບໍ່ມີເສັ້ນກຳກັບລວງຕັ້ງໃດໜຶ່ງ.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>ຟັງຊັນບໍ່ມີຈຸດ x-intercept ໃດໜຶ່ງ.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>ຟັງຊັນບໍ່ມີຈຸຸດ y-intercept ໃດໜຶ່ງ.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>ໂດເມນ</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>ເສັ້ນກຳກັບລວງນອນ</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>ຈຸດການຜັນ</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>ການວິເຄາະບໍ່ຖືກຮອງຮັບສຳລັບຟັງຊັນນີ້.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>ການວິເຄາະພຽງແຕ່ສໍາລັບການທຳງານ ໃນຮູບແບບ f(x). ຕົວຢ່າງ: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>ສູງສຸດ</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>ຕ່ຳສຸດ</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>ການຊ້ຳ</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>ເສັ້ນກຳກັບສະຫຼຽງ</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>ການເທົ່າກັນ</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>ໄລຍະເວລາ</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>ຂອບເຂດ</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>ເສັ້ນກຳກັບແນວຕັ້ງ</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-Intercept</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-Intercept</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດເຮັດການວິເຄາະສຳລັບຟັງຊັນ.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດຄໍານວນໂດເມນສໍາລັບຟັງຊັນນີ້.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດຄໍານວນຂອບເຂດສໍາລັບຟັງຊັນນີ້.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>ລົ້ນ (ຈຳນວນໃຫຍ່ເກີນໄປ)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>ຕ້ອງໃຊ້ໂໝດເຣດດຽນເພື່ອສ້າງກຣາບໃຫ້ສົມຜົນນີ້.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>ຟັງຊັນນີ້ມີຄວາມຊັບຊ້ອນຫຼາຍເກີນກວ່າຈະສ້າງກຣາບໄດ້</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>ຕ້ອງໃຊ້ໂໝດດີກຣີເພື່ອສ້າງກຣາບໃຫ້ຟັງຊັນນີ້</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>ຟັງຊັນຕົວປະກອບມີອາກິວເມັນທີ່ບໍ່ຖືກຕ້ອງ</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>ຟັງຊັນຕົວປະກອບມີອາກິວເມັນທີ່ໃຫຍ່ເກີນກວ່າທີ່ຈະສ້າງກຣາບໄດ້</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>ສາມາດໃຊ້ Modulo ກັບຈຳນວນຖ້ວນເທົ່ານັ້ນ</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>ສົມຜົນບໍ່ມີຄຳຕອບ</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດຫານໃຫ້ສູນໄດ້</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>ສົມຜົນມີເງື່ອນໄຂໂລຈິກທີ່ຖືກແຍກອອກຮ່ວມກັນ</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>ສົມຜົນຢູ່ນອກໂດເມນ</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>ບໍ່ຮອງຮັບການສ້າງກຣາບໃຫ້ສົມຜົນນີ້</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>ສົມຜົນບໍ່ມີວົງເລັບເປີດ</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>ສົມຜົນບໍ່ມີວົງເລັບປິດ</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>ມີຈຸດທົດສະນິຍົມຫຼາຍເກີນໄປໃນຈຳນວນໃດໜຶ່ງ</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>ຈຸດທົດສະນິຍົມບໍ່ມີຕົວເລກ</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>ນິພົດສິ້ນສຸດໂດຍບໍ່ຄາດຄິດ</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>ມີຕົວອັກສອນທີ່ບໍ່ຄາດຄິດໃນນິພົດ</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>ມີຕົວອັກສອນທີ່ບໍ່ຖືກຕ້ອງໃນນິພົດ</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>ມີເຄື່ອງໝາຍເທົ່າກັບຫຼາຍເກີນໄປ</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>ຟັງຊັນຕ້ອງມີຕົວແປຢ່າງໜ້ອຍ x ຫຼື y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>ນິພົດບໍ່ຖືກຕ້ອງ</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>ນິພົດຫວ່າງເປົ່າ</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>ເທົ່າກັບຖືກໃຊ້ໂດຍບໍ່ມີສົມຜົນ</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>ບໍ່ມີວົງເລັບຫຼັງຈາກຊື່ຟັງຊັນ</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>ຄຳສັ່ງທາງຄະນິດສາດມີຈຳນວນພາຣາມິເຕີບໍ່ຖືກຕ້ອງ</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>ຊື່ຕົວແປບໍ່ຖືກຕ້ອງ</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>ສົມຜົນບໍ່ມີວົງປີກກາເປີດ</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>ບໍ່ມີສົມຜົນໃນວົງປີກກາປິດ</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດໃຊ້ \"i\" ແລະ \"I\" ເປັນຊື່ຕົວແປໄດ້</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດສ້າງກຣາບສົມຜົນໄດ້</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດແກ້ເລກສຳລັບຖານທີ່ລະບຸໄດ້</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>ຖານຕ້ອງໃຫຍ່ກວ່າ 2 ແລະ ໜ້ອຍກວ່າ 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>ຄຳສັ່ງທາງຄະນິດສາດຕ້ອງການໃຫ້ໜຶ່ງໃນພາຣາມິເຕີຂອງມັນເປັນຕົວແປ</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>ສົມຜົນມີໂລຈິກປະສົມ ແລະ ຕົວຖືກດຳເນີນການ scalar</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດໃຊ້ x ຫຼື y ໃນຂີດຈຳກັດສູງສຸດ ຫຼື ຕ່ຳສຸດໄດ້</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດໃຊ້ x ຫຼື y ໃນຈຸດຈຳກັດໄດ້</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດໃຊ້ອະສົງໄຂແບບຊັບຊ້ອນໄດ້</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>ບໍ່ສາມາດໃຊ້ຈຳນວນຊັບຊ້ອນໃນຈຳນວນບໍ່ສະເໝີພາກໄດ້</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ກັບໄປທີ່ລາຍຊື່ຟັງຊັນ</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ກັບໄປທີ່ລາຍຊື່ຟັງຊັນ</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ວິເຄາະຟັງຄ໌ຊັນ</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ວິເຄາະຟັງຄ໌ຊັນ</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>ວິເຄາະຟັງຄ໌ຊັນ</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ເອົາສົມຜົນອອກ</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເອົາສົມຜົນອອກ</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>ເອົາສົມຜົນອອກ</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ແຊຣ໌</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ແຊຣ໌</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ປ່ຽນຮູບແບບສົມຜົນ</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ປ່ຽນຮູບແບບສົມຜົນ</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>ປ່ຽນຮູບແບບສົມຜົນ</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>ສະແດງສົມຜົນ</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>ເຊື່ອງສົມຜົນ</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>ສະແດງສົມຜົນ %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>ເຊື່ອງສົມຜົນ %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>ຢຸດຕິດຕາມ</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>ເລີ່ມຕິດຕາມ</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>ໜ້າຕ່າງເບິ່ງກຣາຟ, ແກນ x ກັ້ນໂດຍ %1 ແລະ %2, ແກນ y ກັ້ນໂດຍ %3 ແລະ %4, ການສະແດງຜົນ %5 ສະແດງສົມຜົນ</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ກຳນົດຄ່າຕົວເລື່ອນ</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ກຳນົດຄ່າຕົວເລື່ອນ</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>ສັບປ່ຽນ​ເປັນ​ໂໝດ ສົມຜົນ</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>ສັບປ່ຽນ​ເປັນ​ໂໝດ ແຜ່ນວາດ</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສັບປ່ຽນ​ເປັນ​ໂໝດ ສົມຜົນ</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>ໂໝດປະຈຸບັນແມ່ນໂໝດສົມຜົນ</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>ໂໝດປະຈຸບັນແມ່ນໂໝດແຜ່ນວາດ</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>ໜ້າຕ່າງ</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>ອົງສາ</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>ກາດຽນ</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>ຣາ​ດ່ຽງ</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>ຫົວ​ໜ່ວຍ</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>ຕັ້ງມຸມມອງຄືນໃໝ່</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ຕົວເລືອກກຣາບ</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຕົວເລືອກກຣາບ</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>ຕົວເລືອກກຣາບ</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຕົວເລືອກຕົວແປ</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ສະຫຼັບຕົວເລືອກຕົວແປ</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>ຄວາມໜາຂອງເສັ້ນ</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>ຕົວເລືອກແຖວ</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ຄວາມກວ້າງຂອງເສັ້ນແນວ</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ຄວາມກວ້າງຂອງເສັ້ນປານກາງ</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ຄວາມກວ້າງຂອງເສັ້ນໃຫຍ່</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ຄວາມກວ້າງຂອງເສັ້ນຂະໜາດໃຫຍ່ພິເສດ</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>ປ້ອນການສະແດງສົມຜົນ</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>ກັອບປີ້</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ຕັດ</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ສຳເນົາ</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ວາງ</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ຍົກເລີກ</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ເລືອກທັງໝົດ</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ປ້ອນຂໍ້ມູນຟັງຊັນ</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ປ້ອນຂໍ້ມູນຟັງຊັນ</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ແຜງປ້ອນຂໍ້ມູນຟັງຊັນ</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ແຜງຕົວແປ</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ລາຍຊື່ຕົວແປ</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>ລາຍການລາຍຊື່ %1 ຕົວແປ</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ກ່ອງຂໍ້ຄວາມຄ່າຕົວແປ</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຕົວເລື່ອນຄ່າຕົວແປ</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ກ່ອງຂໍ້ຄວາມຄ່າຂັ້ນຕ່ຳຕົວແປ</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ກ່ອງຂໍ້ຄວາມຄ່າຂັ້ນຕອນຕົວແປ</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ກ່ອງຂໍ້ຄວາມຄ່າສູງສຸດຕົວແປ</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ຮູບແບບເສັ້ນທຶບ</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ຮູບແບບເສັ້ນຈຸດ</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ຮູບແບບເສັ້ນຈໍ້າ</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>ສີຟ້າແກ່</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>ສີທະເລ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>ສີມ່ວງ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>ຂຽວ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>ສີຂຽວຜັກເສີມ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>ສີຂຽວແກ່</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>ຖ່ານ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>ສີແດງ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Plum light</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>ສີແດງມ່ວງ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>ຄຳເຫຼືອງ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>ສີສົ້ມສົດໃສ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>ສີນໍ້າຕານ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>ສີດໍາ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>ສີຂາວ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>ສີ 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>ສີ 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>ສີ 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>ສີ 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>ຮູບແບບສີສັນກຣາບ</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>ສະຫວ່າງສະເໝີ</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>ກົງກັບຮູບແບບສີສັນຂອງແອັບ</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຮູບແບບສີສັນ</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສະຫວ່າງສະເໝີ</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ກົງກັບຮູບແບບສີສັນຂອງແອັບ</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>ລຶບຟັງຊັນອອກແລ້ວ</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ກ່ອງສົມຜົນການວິເຄາະຟັງຊັນ</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເທົ່າກັນ</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໜ້ອຍກວ່າ</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໜ້ອຍກວ່າ ຫຼື ເທົ່າກັບ</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເທົ່າກັບ</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໃຫຍ່ກວ່າ ຫຼື ເທົ່າກັບ</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ໃຫຍ່ກວ່າ</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ສົ່ງຊໍ້ມູນ</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ການວິເຄາະຟັງຄ໌ຊັນ</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ຕົວເລືອກກຣາບ</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>ລາຍການປະຫວັດ ແລະ ຄວາມຈຳ</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>ລາຍການຄວາມຈຳ</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>ລຶບລ້າງຊ່ວງເວລາປະຫວັດ %1 ແລ້ວ</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>ເຄື່ອງຄິດເລກຢູ່ໜ້າສຸດສະເໝີ</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>ເຄື່ອງຄິດເລກກັບໄປມຸມມອງເຕັມຈໍ</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>ເລືອກ Arithmetic Shift ແລ້ວ</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>ເລືອກ Logical Shift ແລ້ວ</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>ເລືອກ Rotate Circular Shift ແລ້ວ</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>ເລືອກ Rotate Through Carry Circular Shift ແລ້ວ</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>ການຕັ້ງຄ່າ</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>ຮູບພາຍນອກ</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>ຮູບແບບສີສັນແອັບ</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>ເລືອກເທມຂອງແອັບເພື່ອສະແດງຜົນ</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ແຈ້ງ</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ມືດ</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ໃຊ້ການຕັ້ງຄ່າລະບົບ</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ກັບຄືນ</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>ຕັ້ງຄ່າໜ້າ</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ເປີດລາຍການຄຳສັ່ງສໍາລັບການດໍາເນີນການທີ່ມີຢູ່</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>ຕົກລົງ</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>ພວກເຮົາບໍ່ສາມາດກູ້ສະແນັບຊັອດນີ້ໄດ້.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/lt-LT/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Netinkama įvestis</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Rezultatas neapibrėžtas</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Nepakanka atminties</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Perpilda</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Rezultatas neapibrėžtas</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Rezultatas neapibrėžtas</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Perpilda</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Perpilda</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Dalyba iš nulio negalima</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/lt-LT/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Skaičiuotuvas</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Skaičiuotuvas [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>„Windows“ skaičiuotuvas</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>„Windows“ skaičiuotuvas [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Skaičiuotuvas</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Skaičiuotuvas [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopijuoti</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Įklijuoti</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Apytiksliai lygu</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, reikšmė %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bitas</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63-ias</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62-as</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61-as</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60-as</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59-as</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58-as</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57-as</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56-as</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55-as</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54-as</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53-ias</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52-as</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51-as</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50-as</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49-as</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48-as</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47-as</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46-as</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45-as</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44-as</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43-ias</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42-as</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41-as</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40-as</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39-as</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38-as</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37-as</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36-as</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35-as</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34-as</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33-ias</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32-as</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31-as</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30-as</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29-as</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28-as</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27-as</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26-as</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25-as</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24-as</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23-ias</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22-as</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21-as</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20-as</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19-as</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18-as</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17-as</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16-as</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15-as</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14-as</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13-as</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12-as</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11-as</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10-as</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9-as</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8-as</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7-as</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6-as</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5-as</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4-as</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3-ias</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2-as</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1-as</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>mažiausias svarbus bitas</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Atidaryti atminties iškeliamąjį meniu</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Uždaryti atminties iškeliamąjį meniu</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Palikti viršuje</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Grįžti į bendrą rodinį</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atmintis</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Istorija (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bitų perjungimo klaviatūra</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Visa klaviatūra</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Valyti visą atmintį (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Atmintis</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atmintis</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Istorija</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Istorija</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Keitiklis</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Mokslinis</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standartinis</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Keitiklio režimas</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mokslinis režimas</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standartinis režimas</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Valyti visą istoriją</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Valyti visą istoriją</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Slėpti</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standartinis</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Mokslinis</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programuotojas</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Keitiklis</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Skaičiuotuvas</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Keitiklis</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Skaičiuotuvas</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Keitikliai</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Skaičiuotuvai</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Rodoma %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Reiškinys yra %1, dabartinė įvestis yra %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Rodoma %1 kablelis</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Reiškinys %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Rodoma reikšmė nukopijuota į mainų sritį</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Istorija</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Atmintis</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Šešioliktainė reikšmė %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Dešimtainė reikšmė %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Aštuntainė reikšmė %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Dvejetainė reikšmė %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valyti visą istoriją</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Istorija išvalyta</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slėpti retrospektyvą</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Atidaryti retrospektyvos iškeliamąjį meniu</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Uždaryti retrospektyvos iškeliamąjį meniu</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atminties saugykla</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atminties saugykla (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valyti visą atmintį</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Atmintis išvalyta</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atminties atkūrimas</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atminties atkūrimas (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atminties sudėtis</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atminties sudėtis (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atminties atimtis</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atminties atimtis (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valyti atminties elementą</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Valyti atminties elementą</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pridėti prie atminties elemento</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pridėti prie atminties elemento</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atimti iš atminties elemento</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atimti iš atminties elemento</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valyti atminties elementą</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Valyti atminties elementą</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pridėti prie atminties elemento</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Pridėti prie atminties elemento</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atimti iš atminties elemento</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Atimti iš atminties elemento</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Naikinti</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopijuoti</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Naikinti</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naikinti istorijos elementą</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naikinti istorijos elementą</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naikinimo mygtukas</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nulis</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vienas</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Du</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trys</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Keturi</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Penki</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Šeši</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Septyni</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aštuoni</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Devyni</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ir</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arba</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ne</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pasukti kairėn</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pasukti dešinėn</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Poslinkis į kairę</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Poslinkis į dešinę</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Išskirtinis arba</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Keturgubų žodžių perjungimo mygtukas</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dvigubų žodžių perjungimo mygtukas</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Žodžių perjungimo mygtukas</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Baitų perjungimo mygtukas</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitų perjungimo klaviatūra</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Visa klaviatūra</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dešimtainis skyriklis</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valyti įrašą</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valyti</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dalyti iš</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dauginti iš</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lygu</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atvirkštinė funkcija</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minusas</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minusas</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pliusas</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadratinė šaknis</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Procentai</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teigiamas neigiamas</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teigiamas neigiamas</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atvirkštinis</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kairysis lenktinis skliaustas</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Kairysis skliaustas, atidarančio skliausto skaičius %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dešinysis lenktinis skliaustas</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Atidarytų skliaustelių skaičius – %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Nėra atidarytų skliaustelių, kuriuos būtų galima uždaryti.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mokslinis žymėjimas</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinė funkcija</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinusas</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinusas</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangentas</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinis sinusas</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinis kosinusas</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinis tangentas</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadratas</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubas</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arksinusas</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkkosinusas</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arktangentas</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinis arksinusas</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinis arkkosinusas</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinis arktangentas</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X laipsnio rodiklis</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dešimties laipsnio rodiklis</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>e laipsnio rodiklis</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>y šaknis iš x</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Žurnalas</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natūralusis logaritmas</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulinis</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponentinis</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Laipsnis minutė sekundė</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Laipsniai</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sveikoji dalis</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trupmeninė dalis</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktorialas</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Laipsnių perjungimo mygtukas</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gradientų perjungimo mygtukas</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radianų perjungimo mygtukas</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Režimo išplečiamasis sąrašas</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kategorijų išplečiamasis sąrašas</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Palikti viršuje</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grįžti į bendrą rodinį</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Palikti viršuje („Alt“ + aukštyn)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Grįžti į bendrą rodinį („Alt“ + žemyn)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Konvertuoti iš %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Konvertuoti iš %1 kablelis %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Konvertuojama į %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 yra %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Įvesties vienetas</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Išvesties vienetas</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Plotas</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Duomenys</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energija</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Ilgis</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Galia</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Greitis</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Laikas</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Tūris</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatūra</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Svoris ir masė</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Slėgis</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Kampas</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valiuta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Skysčių uncijos (JK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>sk. uncijos (JK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Skysčių uncijos (JAV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>sk. uncijos (JAV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galonai (JK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal. (JK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galonai (JAV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal. (JAV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litrai</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitrai</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pintos (JK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (JK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pintos (JAV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (JAV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Valgomieji šaukštai (JAV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>valgomasis šaukštas (JAV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Arbatiniai šaukšteliai (JAV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>arbatinis šaukštelis (JAV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Valgomieji šaukštai (JK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>valgomasis šaukštas (JK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Arbatiniai šaukšteliai (JK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>arbatinis šaukštelis (JK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Kvortos (JK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>kvort. (JK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Kvortos (JAV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>kvort. (JAV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Puodeliai (JAV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>puodelis (JAV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min.</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>pėd.³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>col.³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>jard.³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>pėd.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>pėd./s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>pėd.•svar.</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>AG (JAV)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>val.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>col.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>kB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mylios/val.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>pėd.•svar./min.</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>pėd.²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>col.²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>jard.²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>sav.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>jard.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>m.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>myl.</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>kąsn.</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Akrai</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Britų terminiai vienetai</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min.</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Baitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Šilumos kalorijos</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimetrai</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimetrai per sekundę</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Kubiniai centimetrai</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kubinės pėdos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Kubiniai coliai</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Kubiniai metrai</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Kubiniai jardai</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dienos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsijus</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Farenheitas</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektronvoltai</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Pėdos</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Pėdos per sekundę</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Pėdos svarams</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Pėdos svarams/min.</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektarai</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Arklio galia (JAV)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Valandos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Coliai</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Džauliai</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilovatvalandės</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvinas</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Maisto kalorijos</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilodžauliai</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometrai</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometrai per valandą</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilovatai</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Mazgai</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Machas</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metrai</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metrai per sekundę</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikronai</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekundės</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Mylios</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Mylios per valandą</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milimetrai</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisekundės</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minutės</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Kąsnelis</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometrai</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstremai</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Jūrmylės</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekundės</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Kvadratiniai centimetrai</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Kvadratinės pėdos</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Kvadratiniai coliai</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kvadratiniai kilometrai</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Kvadratiniai metrai</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Kvadratinės mylios</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Kvadratiniai milimetrai</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Kvadratiniai jardai</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Vatai</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Savaitės</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Jardai</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Metai</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>laips.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tona (JK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>unc.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>sv.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tona (JAV)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karatai</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Laipsniai</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radianai</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradientai</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosferos</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Barai</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopaskaliai</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Gyvsidabrio milimetrai </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Paskaliai</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Svarai į kvadratinį colį</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigramai</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagramai</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigramai</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gramai</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektogramai</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogramai</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Didžiosios tonos (JK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligramai</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Uncijos</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Svarai</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Mažosios tonos (JAV)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stonas</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Metrinės tonos</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD diskai</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD diskai</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>futbolo laukai</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>futbolo laukai</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>lankstieji diskeliai</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>lankstieji diskeliai</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD diskai</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD diskai</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>baterijos</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>baterijos</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>sąvaržėlės</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>sąvaržėlės</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>dideli keleiviniai reaktyviniai lėktuvai</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>dideli keleiviniai reaktyviniai lėktuvai</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>elektros lemputės</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>elektros lemputės</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>arkliai</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>arkliai</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>vonios</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>vonios</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>snaigės</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>snaigės</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>drambliai</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>drambliai</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>vėžliai</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>vėžliai</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>reaktyviniai lėktuvai</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>reaktyviniai lėktuvai</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>banginiai</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>banginiai</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>kavos puodeliai</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>kavos puodeliai</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>baseinai</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>baseinai</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>plaštak.</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>plaštak.</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>popieriaus lap.</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>popieriaus lap.</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>pilys</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>pilys</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>bananai</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>bananai</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>pyrago gabalėliai</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>pyrago gabalėliai</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>traukinių varikl.</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>traukinių varikl.</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>futbolo kamuoliai (-ių)</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>futbolo kamuoliai (-ių)</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Atminties elementas</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atgal</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atgal</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>„Microsoft“ programinės įrangos licencijos sąlygos</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Peržiūra</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>„Microsoft“ privatumo patvirtinimas</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© „Microsoft“, %1. Visos teisės ginamos.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Norėdami sužinoti, kaip galite prisidėti prie Windows skaičiuotuvas, peržiūrėkite vaizdą %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Apie</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Siųsti atsiliepimą</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Istorijos dar nėra.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Atmintyje nieko neišsaugota.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atmintis</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Šio reiškinio įklijuoti negalima</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Eksabitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Eksabaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Eksbibitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Eksbibaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Jotabitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Jotabaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Jobibitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Jobibaitai</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Datos apskaičiavimas</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skaičiavimo režimas</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Įtraukti</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Pridėti arba atimti dienų</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Skirtumas tarp datų</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dienos</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Skirtumas</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Nuo</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Mėnesiai</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Atimti</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Iki</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Metai</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Data už ribų</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>diena</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dienos</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mėnuo</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>mėnesiai</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Tokios pačios datos</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>savaitė</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>savaitės</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>metai</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>metai</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Skirtumas %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Apskaičiuota data %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Skaičiuotuvo režimas %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Keitiklio režimas %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Datos apskaičiavimo režimas</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Istorijos ir atminties sąrašai</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atminties valdikliai</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standartinės funkcijos</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ekrano valdikliai</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standartiniai operatoriai</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skaičių klaviatūra</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kampų operatoriai</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mokslinės funkcijos</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pagrindo pasirinkimas</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programuotojo operatoriai</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Įvesties režimo pasirinkimas</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitų perjungimo klaviatūra</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slinkti reiškinį kairėn</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slinkti reiškinį dešinėn</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Pasiektas maks. skaitmenų skaičius. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 įrašyta į atmintį</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Atminties lizdas %1 yra %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Atminties lizdas %1 išvalytas</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>padalyta iš</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>kart</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plius</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>pakelta laipsniu</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y šaknis</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Poslinkis į kairę</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Poslinkis į dešinę</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>arba</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x arba</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ir</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Atnaujinta %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Naujinti tarifus</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Gali būti taikomi papildomi mokesčiai už duomenų perdavimą.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Nepavyko gauti naujų valiutų kursų. Bandykite vėliau.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Neprijungęs. Patikrinkite%HL%Tinklo parametrus%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Naujinami valiutų kursai</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Valiutų kursai atnaujinti</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Nepavyko atnaujinti kursų</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>KA</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>GA</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>SL</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>G</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>LA</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>TŪ</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Valyti visą atmintį (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valyti visą atmintį</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinuso laipsniai</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinuso radianai</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinuso gradianai</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>arksinuso laipsniai</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>arksinuso radianai</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>arksinuso gradianai</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hiperbolinis sinusas</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>hiperbolinis arksinusas</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>kosinuso laipsniai</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>kosinuso radianai</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>kosinuso gradianai</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>arkkosinuso laipsniai</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>arkkosinuso radianai</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>arkkosinuso gradianai</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hiperbolinis kosinusas</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>hiperbolinis arkkosinusas</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangento laipsniai</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangento radianai</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangento gradianai</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>arktangento laipsniai</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>arktangento radianai</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>arktangento gradianai</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hiperbolinis tangentas</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>hiperbolinis arktangentas</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sekanto laipsniai</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sekanto radianai</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sekanto gradianai</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>atvirkštiniai sekanto laipsniai</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>atvirkštiniai sekanto radianai</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>atvirkštiniai sekanto gradianai</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hiperbolinis sekantas</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>atvirkštinis hiperbolinis sekantas</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>kosekanto laipsniai</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>kosekanto radianai</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>kosekanto gradianai</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>atvirkštiniai kosekanto laipsniai</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>atvirkštiniai kosekanto radianai</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>atvirkštiniai kosekanto gradianai</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hiperbolinis kosekantas</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>atvirkštinis hiperbolinis kosekantas</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>kotangento laipsniai</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Kotangento radianai</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>kotangento gradianai</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>atvirkštiniai kotangento laipsniai</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>atvirkštinio kotangento radianai</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>atvirkštinio kotangento gradianai</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hiperbolinis kotangentas</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>atvirkštinis hiperbolinis kotangentas</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Kubinė šaknis</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Bazinis žurnalas</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absoliučioji reikšmė</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>Poslinkis į kairę</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>Poslinkis į dešinę</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktorialas</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>laipsnis minutė sekundė</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>natūralusis logaritmas</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>kvadratas</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y šaknis</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 kategorija</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>„Microsoft“ paslaugų teikimo sutartis</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Nuo</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slinkti skaičiavimo rezultatą į kairę</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slinkti skaičiavimo rezultatą į dešinę</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Nepavyko apskaičiuoti</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y bazinis žurnalas</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometrija</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funkcija</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Nelygybės</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nelygybės</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitų</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bito poslinkis</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atvirkštinė funkcija</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinė funkcija</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekantas</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinis sekantas</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arksekantas</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinis arksekantas</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekantas</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinis kosekantas</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkkosekantas</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinis arkkosekantas</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangentas</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinis kotangentas</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arktangentas</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolinis arkkotangentas</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Apatinė riba</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Viršutinė riba</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atsitiktinis</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absoliučioji reikšmė</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oilerio skaičius</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Antrojo laipsnio rodiklis</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sukti į kairę perkeliant</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sukti į dešinę perkeliant</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Poslinkis į kairę</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Poslinkis į kairę</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Poslinkis į dešinę</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Poslinkis į dešinę</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmetinis poslinkis</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Loginis poslinkis</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Sukimo ciklinis poslinkis</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Sukimo per perkėlimo ciklą poslinkis</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubinė šaknis</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometrija</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcijos</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitų</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mokslinių operatorių skydai</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programavimo priemonės operatoriaus skydai</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>reikšmingiausias bitas</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Grafikų braižymas</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Braižyti</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Automatiškai naujinti rodinį (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diagramos rodinys</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatinis geriausias talpinimas</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Neautomatinis koregavimas</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Diagramos rodinys nustatytas iš naujo</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Artinti („Ctrl“ + pliusas)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Artinti</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tolinti („Ctrl“ + minusas)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tolinti</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Įtraukti lygtį</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Šiuo metu negalima bendrinti.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>Gerai</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Pažiūrėkite, kokią diagramą sukūriau naudodamas „Windows“ skaičiuotuvą</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Lygtys</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Kintamieji</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Diagramos su lygtimis vaizdas</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Kintamieji</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Veiksmas</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maks.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Spalva</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stilius</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Funkcijos analizė</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcija neturi jokių horizontalių asimptočių.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funkcija neturi jokių infleksijos taškų.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funkcija neturi jokių maksimos taškų.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funkcija neturi jokių minimos taškų.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstanta</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Mažėjanti</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Neįmanoma nustatyti funkcijos monotoniškumo.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Didėjanti</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Funkcijos monotoniškumas nežinomas.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcija neturi jokių įstrižinių asimptočių.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Neįmanoma nustatyti funkcijos lyginumo.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funkcija yra lyginė.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funkcija nėra nei lyginė, nei nelyginė.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funkcija yra nelyginė.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Funkcijos lyginumas nežinomas.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Šios funkcijos periodiškumas nepalaikomas.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funkcija nėra periodinė.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Funkcijos periodiškumas nežinomas.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Šios funkcijos per sudėtingos, kad būtų galima apskaičiuoti skaičiuotuvu:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcija neturi jokių vertikalių asimptočių.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funkcija neturi jokių x sankirtos taškų.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funkcija neturi jokių y sankirtos taškų.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domenas</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Horizontalios asimptotės</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Linkio taškai</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Šios funkcijos analizė nepalaikoma.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analizė palaikoma tik f(x) formato funkcijoms. Pavyzdys: y = x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotoniškumas</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Įstrižos asimptotės</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Lyginumas</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Periodas</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Diapazonas</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Vertikalios asimptotės</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X sankirtos taškas</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y sankirtos taškas</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Nepavyko atlikti funkcijos analizės.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Nepavyko apskaičiuoti šios funkcijos domeno.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Neįmanoma apskaičiuoti šios funkcijos diapazono.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Perpilda (skaičius per didelis)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Norint diagramoje nustatyti šią lygtį, reikia radianų režimo.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Ši funkcija yra per sudėtinga diagramai</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Norint diagramoje nustatyti šią lygtį, reikia laipsnių režimo</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Trupmenos funkcija turi netinkamą argumentą</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Trupmenos funkcija turi argumentą, kuris yra per didelis diagramai</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulis gali būti naudojamas tik su sveikaisiais skaičiais</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Lygtis neturi sprendimo</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Dalyba iš nulio negalima</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Lygtyje yra loginės sąlygos, kurios yra abipusiai išimtinės</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Lygtis yra ne domenas</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Šios lygties grafikų braižymas nepalaikomas </value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Lygtyje nėra atidaromojo skliaustelio</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Lygtyje nėra uždaromojo skliaustelio</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Skaičiuje yra per daug dešimtainių skyriklių</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Dešimtainių skaičių reikšmėje trūksta skaitmenų</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Netikėta reiškinio pabaiga</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Neleistini reiškinio simboliai</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Neleistini reiškinio simboliai</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Yra per daug lygybės simbolių</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funkcijoje turi būti bent vienas „X“ arba „Y“ kintamasis</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Neleistinas reiškinys</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Reiškinys yra tuščias</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Lygybė buvo naudojama be lygties</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Po funkcijos pavadinimo nėra skliaustelių</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Matematinėje operacijoje yra netinkamas parametrų skaičius</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Netinkamas kintamojo pavadinimas</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Lygtyje nėra atidaromojo skliaustelio</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Lygtyje nėra uždaromojo skliaustelio</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>„i“ ir „I“ negalima naudoti kaip kintamųjų pavadinimų</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Negalima kurti lygčių diagramų</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Nepavyko nustatyti nurodytos bazės skaitmens</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Pagrindas turi būti didesnis nei 2 ir mažesnis nei 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Matematinė operacija reikalauja, kad vienas iš jos parametrų būtų kintamasis</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Lygtyje supainioti loginiai ir skaliariniai operandai</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x arba y negali būti naudojamos viršutinėje ar apatinėje ribose</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x arba y negalima naudoti limitui įvertinti</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Negalima naudoti sudėtingos begalybės</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Negalima naudoti sudėtingų skaičių nelygybėse</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Grįžti į funkcijų sąrašą</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grįžti į funkcijų sąrašą</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analizuoti funkciją</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analizuoti funkciją</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analizuoti funkciją</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pašalinti lygtį</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pašalinti lygtį</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Pašalinti lygtį</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bendrinti</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bendrinti</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Keisti lygties stilių</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Keisti lygties stilių</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Keisti lygties stilių</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Rodyti lygtį</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Slėpti lygtį</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Rodyti lygtį %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Slėpti lygtį %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Baigti sekimą</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Pradėti sekimą</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Diagramos peržiūros langas, x ašis bounded %1 ir %2, y ašis bounded pagal %3 ir %4, Rodyti %5 lygtis</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfigūruoti slankiklį</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfigūruoti slankiklį</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Perjungti į lango režimą</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Perjungti į diagramos režimą</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Perjungti į lango režimą</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Dabartinis režimas yra lygties režimas</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Dabartinis režimas yra diagramos režimas</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Langas</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Laipsniai</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradianai</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radianai</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Vienetai</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Nustatyti rodinį iš naujo</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X maks.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X min.</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y maks.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y min.</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Diagramos parinktys</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diagramos parinktys</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Diagramos parinktys</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kintamųjų parinktys</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kintamųjų parinkčių kaitaliojimas</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Linijos storis</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Linijos parinktys</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Mažos eilutės plotis</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Vidutinės eilutės plotis</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Didelės eilutės plotis</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ypač didelės eilutės plotis</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Įveskite išraišką</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopijuoti</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Iškirpti</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopijuoti</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Įklijuoti</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Anuliuoti</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Žymėti viską</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcijos įvestis</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcijos įvestis</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcijos įvesties skydas</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kintamųjų skydas</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kintamųjų sąrašas</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Kintamųjų %1 sąrašo elementas</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kintamųjų reikšmės teksto laukas</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kintamųjų reikšmės slankiklis</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kintamųjų minimalios reikšmės teksto laukas</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kintamųjų veiksmo reikšmės teksto laukas</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kintamųjų maksimalios reikšmės teksto laukas</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Ištisinės linijos stilius</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Taškinės linijos stilius</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Punktyrinės linijos stilius</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Tamsiai mėlyna</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Jūros putos</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violetinė</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Žalia</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mėtų žalia</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Tamsiai žalia</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Pilkšvai juoda</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Raudona</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Šviesi slyvinė</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Rausvai raudona</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Geltona auksinė</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Ryškiai oranžinė</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Ruda</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Juoda</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Baltas</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>1 spalva</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>2 spalva</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>3 spalva</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>4 spalva</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Diagramos tema</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Visada supaprastintoji</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Pritaikyti pagal programos temą</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Visada supaprastintoji</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pritaikyti pagal programos temą</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funkcija pašalinta</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcijos analizės lygčių laukas</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lygu</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mažiau nei</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mažiau nei arba lygu</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lygu</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Daugiau arba lygu</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>daugiau nei</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pateikti</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcijos analizė</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diagramos parinktys</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Istorijos ir atminties sąrašai</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Atminties sąrašas</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Retrospektyvos atkarpa%1 panaikinta</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Skaičiuotuvas visada viršuje</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Grąžinti skaičiuotuvą į visą rodinį</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Aritmetinis poslinkis pasirinktas</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Loginis poslinkis pasirinktas</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Sukimo ciklinis poslinkis pasirinktas</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Sukimo per perkėlimą ciklinis poslinkis pasirinktas</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Parametrai</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Išvaizda</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Programėlės tema</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Pasirinkite, kurią programėlės temą rodyti</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Šviesus</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Tamsus</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Naudoti sistemos parametrą</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atgal</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Parametrų puslapis</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atidaryti galimų veiksmų kontekstinį meniu</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>Gerai</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Mums nepavyko atkurti šios momentinės kopijos.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/lv-LV/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Nederīga ievade</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Rezultāts ir nedefinēts</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Nepietiek atmiņas</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Pārpilde</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Rezultāts nav definēts</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Rezultāts nav definēts</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Pārpilde</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Pārpilde</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Nevar dalīt ar nulli</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/lv-LV/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulators</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulators [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows kalkulators</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows kalkulators [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulators</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulators [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopēt</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Ielīmēt</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Aptuveni vienāds ar</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, vērtība %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bits(i)</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>vismazāk nozīmīgais bits</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Atvērt atmiņas izlidošanas logu</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Aizvērt atmiņas izlidošanas logu</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Paturēt augšpusē</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Atpakaļ uz pilnu skatu</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atmiņa</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vēsture (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bitu pārslēgšanas tastatūra</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pilna cipartastatūra</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Notīrīt visu atmiņu (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Atmiņa</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atmiņa</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Vēsture</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vēsture</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Pārveidotājs</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Zinātnisks</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standarta</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pārveidotāja režīms</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zinātniskais režīms</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standarta režīms</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Notīrīt visu vēsturi</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Notīrīt visu vēsturi</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Paslēpt</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standarta</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Zinātnisks</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmētājs</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Pārveidotājs</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulators</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Pārveidotājs</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulators</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Pārveidotāji</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulatori</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Displeja vērtība: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Izteiksme ir %1, pašreizējā ievade ir %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Displejs ir %1 punkts</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Izteiksme: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Rādīt nokopēto vērtību starpliktuvē</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Vēsture</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Atmiņa</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Heksadecimālā vērtība: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimāldaļa %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Oktālā vērtība: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binārā vērtība: %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notīrīt visu vēsturi</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Vēsture ir notīrīta</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paslēpt vēsturi</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Atvērt vēstures izlidošanas logu</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Aizvērt vēstures izlidošanas logu</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Saglabāt atmiņā</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Saglabāt atmiņā (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notīrīt visu atmiņu</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Atmiņa ir notīrīta</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izsaukt no atmiņas</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Izsaukt no atmiņas (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pieskaitīt atmiņā</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pieskaitīt atmiņā (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atņemt atmiņā</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atņemt atmiņā (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notīrīt atmiņas vienumu</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Notīrīt atmiņas vienumu</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pievienot atmiņas vienumam</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pievienot atmiņas vienumam</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atņemt no atmiņas vienuma</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atņemt no atmiņas vienuma</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notīrīt atmiņas vienumu</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Notīrīt atmiņas vienumu</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pievienot atmiņas vienumam</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Pievienot atmiņas vienumam</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atņemt no atmiņas vienuma</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Atņemt no atmiņas vienuma</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Dzēst</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopēt</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Dzēst</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dzēst vēstures vienumu</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dzēst vēstures vienumu</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atpakaļatkāpe</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>10</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nulle</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Viens</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Divi</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trīs</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Četri</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pieci</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seši</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Septiņi</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Astoņi</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deviņi</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Un</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vai</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nav</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pagriezt pa kreisi</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pagriezt pa labi</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kreisais taustiņš Shift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Labais taustiņš Shift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izņemot vai</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Četrkāršu vārdu pārslēgšanas poga</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dubultu vārdu pārslēgšanas poga</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vārdu pārslēgšanas poga</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Baitu pārslēgšanas poga</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitu pārslēgšanas tastatūra</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pilna cipartastatūra</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Decimāldaļu atdalītājs</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notīrīt ierakstu</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notīrīt</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dalīt ar</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reizināt ar</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vienāds ar</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inversā funkcija</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mīnus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Mīnus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pluss</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadrātsakne</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Procenti</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pozitīvs negatīvs</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pozitīvs negatīvs</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Apgrieztais lielums</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kreisās puses apaļā iekava</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Kreisā iekava, atvērto iekavu skaits: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Labās puses apaļā iekava</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Atverošo iekavu skaits %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Nav atverošo iekavu, kam jāpievieno aizverošā iekava.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zinātniskais pieraksts</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliska funkcija</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pī</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinuss</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinuss</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangenss</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliskais sinuss</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliskais kosinuss</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliskais tangenss</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadrāts</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubs</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arksinuss</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkkosinuss</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arktangenss</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliskais arksinuss</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliskais arkkosinuss</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliskais arktangenss</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X pakāpē</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desmit pakāpē</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>e pakāpē</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>y sakne no x</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmi</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naturālais logaritms</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dalījuma atlikums</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponenciāls</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grādi minūtes sekundes</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grādi</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veselā skaitļa daļa</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Daļa aiz komata</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktoriāls</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grādu pārslēgšanas poga</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Centigrādu pārslēgšanas poga</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radiānu pārslēgšanas poga</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Režīmu nolaižamais saraksts</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kategoriju nolaižamais saraksts</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paturēt augšpusē</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atpakaļ uz pilnu skatu</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Paturēt augšpusē (Alt+augšup)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atpakaļ uz pilnu skatu (Alt+lejup)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Pārveidot no %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Pārveidot no %1, komats, %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Tiek pārveidots par %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 ir %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Ievades vienība</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Izvades vienība</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Laukums</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Dati</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Enerģija</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Garums</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Jauda</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Ātrums</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Laiks</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Tilpums</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatūra</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Svars un masa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Spiediens</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Leņķis</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valūta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Šķidruma unces (Apvienotā Karaliste)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>šķidruma unces (Apvienotā Karaliste)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Šķidruma unces (ASV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>šķidruma unces (ASV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galoni (Apvienotā Karaliste)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>galoni (Apvienotā Karaliste)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galoni (ASV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>galoni (ASV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litri</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitri</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pintes (Apvienotā Karaliste)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pintes (Apvienotā Karaliste)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pintes (ASV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pintes (ASV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Ēdamkarotes (ASV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>ēdamkarotes (ASV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Tējkarotes (ASV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tējkarotes (ASV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Ēdamkarotes (Apvienotā Karaliste)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>ēdamkarotes (Apvienotā Karaliste)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Tējkarotes (Apvienotā Karaliste)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tējkarotes (Apvienotā Karaliste)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Kvartas (Apvienotā Karaliste)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>kvartas (Apvienotā Karaliste)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Kvartas (ASV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>kvartas (ASV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Glāzes (ASV)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>glāzes (ASV)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>akri</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Britu siltuma vienības</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>Britu siltuma vienības minūtē</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>pēdas³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>collas³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>jardi³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>pēdas</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>pēdas sekundē</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>ZS (ASV)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>collas</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>mezgli</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>jūdzes</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>jūdzes stundā</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>jūras jūdzes</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>jūras jūdzes</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>pēdas²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>collas²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>jūdzes²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>jardi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>ned.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>jardi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>gadi</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl (Jaunbl)</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Akri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Biti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Britu siltuma vienības</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU minūtē</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Baiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Termiskās kalorijas</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimetri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimetri sekundē</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Kubikcentimetri</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kubikpēdas</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Kubikcollas</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Kubikmetri</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Kubikjardi</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dienas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsija grādi</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fārenheita grādi</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektronvolti</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Pēdas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Pēdas sekundē</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Mārciņpēdas</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Pēdmārciņas minūtē</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektāri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Zirgspēki (ASV)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Stundas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Collas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Džouli</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilovatstundas</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvini</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Ēdiena kalorijas</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilodžouli</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometri stundā</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilovati</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Mezgli</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mahi</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metri sekundē</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikroni</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekundes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Jūdzes</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Jūdzes stundā</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milimetri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisekundes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minūtes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Pusbaits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstrēmi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Jūras jūdzes</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekundes</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Kvadrātcentimetri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Kvadrātpēdas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Kvadrātcollas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kvadrātkilometri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Kvadrātmetri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Kvadrātjūdzes</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Kvadrātmilimetri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Kvadrātjardi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Vati</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Nedēļas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Jardi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Gadi</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>Kompaktdisks</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>grādi</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tonna (Apvienotā Karaliste)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>unces</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>mārciņa</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tonna (ASV)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>stouni</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karāti</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Grādi</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radiāni</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradiāni</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfēras</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bāri</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopaskāli</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Dzīvsudraba milimetri </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Paskāli</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Mārciņas uz kvadrātcollu</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigrami</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagrami</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigrami</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Grami</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektogrami</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogrami</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Garās tonnas (Apvienotā Karaliste)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligrami</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Unces</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Mārciņas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Īsās tonnas (ASV)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stouni</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Metriskās tonnas</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>Kompaktdiski</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>Kompaktdiski</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>futbola laukumi</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>futbola laukumi</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD diski</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD diski</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>akumulatori</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>akumulatori</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>papīra saspraudes</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>papīra saspraudes</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>gigantiski reaktīvie laineri</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>gigantiski reaktīvie laineri</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>spuldzes</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>spuldzes</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>zirgi</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>zirgi</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>vannas</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>vannas</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>sniegpārslas</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>sniegpārslas</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>ziloņi</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>ziloņi</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>bruņurupuči</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>bruņurupuči</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>reaktīvās lidmašīnas</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>reaktīvās lidmašīnas</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>vaļi</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>vaļi</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>kafijas tases</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>kafijas tases</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>peldbaseini</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>peldbaseini</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>rokas</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>rokas</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>papīra loksnes</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>papīra loksnes</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>pilis</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>pilis</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banāni</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banāni</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>tortes šķēles</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>tortes šķēles</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>vilciena dzinēji</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>vilciena dzinēji</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>futbola bumbas</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>futbola bumbas</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Atmiņas vienums</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atpakaļ</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atpakaļ</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft programmatūras licences nosacījumi</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Priekšskatījums</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft paziņojums par konfidencialitāti</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Visas tiesības paturētas.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Lai uzzinātu, kā varat piedalīties Windows kalkulators, skatiet projektu %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Par</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Nosūtīt atsauksmes</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Vēstures vēl nav.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Atmiņā nekas nav saglabāts.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atmiņa</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Šo izteiksmi nevar ielīmēt</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Eksabiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Eksabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Eksbibiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Eksbibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Jotabiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Jotabaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Jobibiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Jobibaiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Datuma aprēķins</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aprēķina režīms</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Pievienot</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Dienu pievienošana vai atņemšana</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Datums</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Datumu starpība</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dienas</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Starpība</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>No</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Mēneši</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Atņemt</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Līdz</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Gadi</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Datums pārsniedz robežu</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>diena</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dienas</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mēnesis</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>mēneši</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Vienādi datumi</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>nedēļa</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>nedēļas</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>gads</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>gadi</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Starpība: %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Iegūtais datu vienums %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Kalkulatora režīms %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Pārveidotāja režīms %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Datuma aprēķina režīms</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vēsture un atmiņas saraksti</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atmiņas vadīklas</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standarta funkcijas</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Displeja vadīklas</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standarta operatori</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ciparu tastatūra</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Leņķa operatori</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zinātniskās funkcijas</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skaitīšanas sistēmas bāzes atlase</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmētāja operatori</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ievades režīma atlase</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitu pārslēgtastatūra</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ritināt izteiksmi pa kreisi</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ritināt izteiksmi pa labi</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Ir sasniegts maksimālais ciparu skaits. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 saglabāts atmiņā</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Atmiņas slots %1 ir %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Atmiņas slots %1 ir notīrīts</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dalīts ar</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>reizes</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mīnus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>pakāpē:</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y sakne</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>nobīde pa kreisi</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>nobīde pa labi</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>vai</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x vai</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>un</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Atjaunināšana veikta šādā datumā: %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Atjaunināt kursus</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Var tikt piemērota maksa par datu izmantošanu.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Neizdevās iegūt jaunus kursus. Vēlāk mēģiniet vēlreiz.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Bezsaistē. Pārbaudiet%HL%tīkla iestatījumus%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Valūtas kursu atjaunināšana</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Valūtu kursi atjaunināti</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Nevarēja atjaunināt likmes</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Notīrīt visu atmiņu (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notīrīt visu atmiņu</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinusa grādi</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinusa radiāni</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinusa gradiāni</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>inversie sinusa grādi</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>inversie sinusa radiāni</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>inversie sinusa gradiāni</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hiperboliskais sinuss</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>inversais hiperboliskais sinuss</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>kosinusa grādi</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>kosinusa radiāni</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>kosinusa gradiāni</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>inversie kosinusa grādi</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inversie kosinusa radiāni</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inversie kosinusa gradiāni</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hiperboliskais kosinuss</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>inversais hiperboliskais kosinuss</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangensa grādi</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangensa radiāni</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangensa gradiāni</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>inversie tangensa grādi</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inversie tangensa radiāni</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>inversie tangensa gradiāni</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hiperboliskais tangenss</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>inversais hiperboliskais tangenss</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sekansa grādi</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sekansa radiāni</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sekansa gradiāni</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>inversā sekansa grādi</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>inversā sekansa radiāni</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>inversā sekansa gradiāni</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hiperboliskais sekanss</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>inversais hiperboliskais sekanss</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>kosekansa grādi</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>kosekansa radiāni</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>kosekansa gradiāni</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>inversā kosekansa grādi</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>inversā kosekansa radiāni</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>inversā kosekansa gradiāni</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hiperboliskais kosekanss</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>inversais hiperboliskais kosekanss</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>kotangensa grādi</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Kotangensa radiāni</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>kotangensa gradiāni</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>inversā kontangensa grādi</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>inversā kotangensa radiāni</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>Inversā kontangensa gradiāni</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hiperboliskais kotangenss</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>inversais hiperboliskais kotangenss</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Kuba sakne</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Pamata žurnāls</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absolūtā vērtība</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>nobīde pa kreisi</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>nobīde pa labi</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktoriāls</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grāds, minūte, sekunde</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>naturālais logaritms</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>kvadrāts</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y sakne</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Kategorija %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft pakalpojumu līgums</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>No</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ritināt aprēķina rezultātu pa kreisi</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ritināt aprēķina rezultātu pa labi</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Aprēķins neizdevās</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pamata žurnāls Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometrija</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funkcija</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Nevienādības</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nevienādības</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitu</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bitu nobīde</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inversā funkcija</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliska funkcija</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekanss</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliskais sekanss</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Loka sekante</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliskais loka sekanss</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekanss</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliskais kosekanss</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Loka kosekanss</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliskais loka kosekanss</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangenss</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliskais kotangenss</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Loka kotangenss</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperboliskais loka kotangenss</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Floor funkcija</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ceiling funkcija</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izlases</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absolūtā vērtība</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eilera skaitlis</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otrajā pakāpē</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pagriezt pa kreisi, izmantojot pārnesi</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pagriezt pa labi, izmantojot pārnesi</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kreisais taustiņš Shift</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nobīde pa kreisi</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Labais Shift</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nobīde pa labi</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmētiskā nobīde</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Loģiskā nobīde</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Pagriezt cirkulāru nobīdi</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Pagriezt, izmantojot pārneses cirkulāru nobīdi</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuba sakne</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometrija</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcijas</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitu</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitu nobīde</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zinātniskā operatora paneļi</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmētāja operatora paneļi</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>visnozīmīgākais bits</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Grafiska attēlošana</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Punkts</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Automātiski atsvaidzināt skatu (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafa skats</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automātiska optimālā ietilpināšana</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Manuāla korekcija</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Diagrammas skats ir atiestatīts</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tuvināt (Ctrl + pluszīme)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tuvināt</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tālināt (Ctrl + mīnuszīme)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tālināt</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pievienot vienādojumu</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Pašlaik nevar koplietot.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>Labi</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Skatiet, ko esmu attēlojis grafiski ar Windows kalkulatoru</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Vienādojumi</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Mainīgie</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Diagrammas attēls ar vienādojumiem</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Mainīgie</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Darbība</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maks.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Krāsa</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stils</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Funkciju analīze</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcijai nav nevienas horizontālas asimptotas.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funkcijai nav neviena formveidošanas punkta.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funkcijai nav neviena maksimuma punkta.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funkcijai nav neviena minimuma punkta.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstante</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Samazinājums</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Nevar noteikt funkcijas monotoniskumu.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Palielinājums</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Funkcijas monotoniskums nav zināms.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcijai nav nevienas slīpas asimptotas.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Nevar noteikt funkcijas pārību.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funkcija ir pāra.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funkcija nav ne pāra, ne nepāra.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funkcija ir nepāra.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Funkcijas pārība nav zināma.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Šīs funkcijas periodiskums netiek atbalstīts.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funkcija nav periodiska.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Funkcijas periodiskums nav zināms.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Šie līdzekļi ir pārāk sarežģīti, lai kalkulators tos aprēķinātu:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcijai nav nevienas vertikālas asimptotas.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funkcijai nav neviena x krustpunkta.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funkcijai nav neviena y krustpunkta.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domēns</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Horizontālās asimptotas</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Galotnes punkti</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Šai funkcijai analīze netiek atbalstīta.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analīze tiek atbalstīta tikai f(x) formāta funkcijām. Piemērs: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksimumi</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minimumi</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotoniskums</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Slīpās asimptotas</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Pārība</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Cikliskums</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Diapazons</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Vertikālās asimptotas</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X krustpunkts</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y krustpunkts</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Funkcijai nevarēja veikt analīzi.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Nevar aprēķināt šīs funkcijas domēnu.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Nevar aprēķināt šīs funkcijas diapazonu.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Pārpilde (skaitlis ir pārāk liels)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Šī vienādojuma grafika izveidei ir nepieciešams radiānu režīms.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Šī funkcija ir pārāk sarežģīta attēlošanai grafikā</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Lai grafa šo funkciju, ir nepieciešams grādi režīms</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Faktoriāla funkcijai ir nederīgs arguments</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Faktoriālās funkcijas arguments ir pārāk liels grafika izveidošanai</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo var izmantot tikai ar veseliem skaitļiem</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Šim vienādojumam nav risinājuma</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Nevar dalīt ar nulli</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Vienādojums satur savstarpēji izslēdzošus loģiskos nosacījumus</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Vienādojums ir ārpus vērtību apgabala</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Šī vienādojuma grafiska attēlošana netiek atbalstīta</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Vienādojumā trūkst atverošās iekavas</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Vienādojumā trūkst aizverošās iekavas</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Skaitlī ir pārāk daudz decimālatdalītāju</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Decimālatdalītājam trūkst ciparu</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Neparedzēts izteiksmes nobeigums</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Neparedzētas rakstzīmes izteiksmē</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Nederīgas rakstzīmes izteiksmē</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Pārāk daudz vienādības zīmju</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funkcijai ir jāsatur vismaz viens x vai y mainīgais</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Nederīga izteiksme</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Izteiksme ir tukša</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Vienāds tika izmantots bez vienādojuma</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Pēc funkcijas nosaukuma trūkst iekavas</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Matemātiskai darbībai ir nepareizs parametru skaits</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Nederīgs mainīgā nosaukums</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Vienādojumā trūkst atverošās iekavas</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Vienādojumā trūkst aizverošās iekavas</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" un \"I\" nav iespējams izmantot kā mainīgo apzīmētājus</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Vienādojumu neizdevās attēlot grafikā</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Dotajā bāzē neizdevās noteikt skaitli</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Bāzes vērtībai ir jābūt lielākai par 2 un mazākam par 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Matemātiskai darbībai ir nepieciešams, lai viens no tās parametriem būtu mainīgais</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Vienādojums jauc loģiskus un skalārus operandus</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x vai y nav iespējams izmantot augšējo vai apakšējo robežvērtību apzīmēšanai</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x vai y nav iespējams izmantot ierobežojuma punkta apzīmēšanai</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Nav iespējams izmantot komplekso bezgalību</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Nevienādībās nav iespējams izmantot kompleksos skaitļus</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atpakaļ uz funkciju sarakstu</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atpakaļ uz funkciju sarakstu</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analizēt funkciju</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analizēt funkciju</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analizēt funkciju</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Noņemt vienādojumu</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Noņemt vienādojumu</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Noņemt vienādojumu</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kopīgot</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kopīgot</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mainīt vienādojuma stilu</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mainīt vienādojuma stilu</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Mainīt vienādojuma stilu</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Rādīt vienādojumu</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Paslēpt vienādojumu</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Rādīt vienādojumu %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Paslēpt vienādojumu %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Apturēt izsekošanu</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Sākt izsekošanu</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Grafa skatīšanas logs, x ass Bounded, %1 un %2, y ass Bounded, %3 un %4, rāda %5 vienādojumus</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfigurēt slīdni</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfigurēt slīdni</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Pārslēgt uz vienādojumu režīmu</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Pārslēgt uz diagrammu režīmu</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pārslēgt uz vienādojumu režīmu</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Pašreizējais režīms ir vienādojuma režīms</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Pašreizējais režīms ir diagrammas režīms</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Logs</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Grādi</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradiāni</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radiāni</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Vienības</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Atiestatīt skatu</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X maks.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X min.</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y maks.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y min.</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Diagrammas opcijas</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diagrammas opcijas</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Diagrammas opcijas</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mainīgas opcijas</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pārslēga mainīgas opcijas</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Līnijas biezums</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Līnijas opcijas</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Mazs līnijas platums</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Vidējs līnijas platums</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Liels līnijas platums</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ļoti liels līnijas platums</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Ievadiet izteiksmi</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopēt</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Izgriezt</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopēt</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ielīmēt</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Atsaukt</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Atlasīt visu</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcijas ievade</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcijas ievade</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcijas ievades panelis</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mainīgais panelis</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mainīgais saraksts</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Mainīgais %1 saraksta vienums</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mainīgais vērtības tekstlodziņš</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mainīgais vērtības slīdnis</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mainīgais minimālās vērtības tekstlodziņš</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mainīgais soļa vērtības tekstlodziņš</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mainīgais maksimālās vērtības tekstlodziņš</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Nepārtrauktas līnijas stils</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Punktētas līnijas stils</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Svītru līnijas stils</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Tumšzila</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Jūras putas</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violeta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Zaļa</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Piparmētru zaļš</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Tumši zaļa</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Ogļu pelēks</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Sarkana</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Gaiša plūmju</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Fuksīna</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Dzeltena zelta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Koši oranža</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Brūna</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Melna</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Balta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>1. krāsa</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>2. krāsa</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>3. krāsa</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>4. krāsa</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Diagrammas motīvs</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Vienmēr gaiša</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Saskaņot programmas dizainu</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Motīvs</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vienmēr gaiša</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Saskaņot programmas dizainu</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funkcija noņemta</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcijas analīzes vienādojuma lodziņš</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vienāds ar</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mazāk nekā</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mazāks vai vienāds ar</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ir vienāds ar</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lielāks vai vienāds ar</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lielāks par</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Iesniegt</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkciju analīze</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Diagrammas opcijas</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Vēsture un atmiņas saraksti</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Atmiņas saraksts</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Vēstures slots %1 notīrīts</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkulators vienmēr augšpusē</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkulators atpakaļ uz pilnu skatu</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Atlasīta aritmētiskā nobīde</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Atlasīta loģiskā nobīde</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Atlasīta cirkulārās nobīdes pagriešana</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Atlasīta pagriešana, izmantojot pārneses cirkulāro nobīdi</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Iestatījumi</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Izskats</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Programmas dizains</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Atlasiet, kuru programmas dizainu rādīt</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Gaišs</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Tumšs</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Izmantot sistēmas iestatījumu</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atpakaļ</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Iestatījumu lapa</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atveriet pieejamo darbību kontekstizvēlni</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>Labi</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Nevarēja atjaunot šo momentuzņēmumu.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/mk-MK/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Неважечки внес</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Резултатот е недефиниран</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Нема доволно меморија</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Прелевање</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Резултатот не е дефиниран</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Резултатот не е дефиниран</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Прелевање</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Прелевање</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Не може да се подели со нула</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/mk-MK/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Калкулатор</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Калкулатор [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows калкулатор</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows калкулатор [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Калкулатор</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Калкулатор [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Копирај</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Залепи</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Приближно еднакво на</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, вредност %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 бит</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63-ти </value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62-ри </value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61-ви </value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60-ти </value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59-ти </value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58-ми </value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57-ми </value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56-ти </value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55-ти </value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54-ти </value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53-ти </value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52-ри </value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51-ви </value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50-ти </value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49-ти </value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48-ми </value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47-ми </value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46-ти </value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45-ти </value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44-ти </value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43-ти </value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42-ри </value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41-ви </value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40-ти </value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39-ти </value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38-мк </value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37-мк </value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36-ти </value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35-ти </value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34-ти </value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33-ти </value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32-ри </value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31-ви </value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30-ти </value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29-ти </value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28-ми </value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27-ми </value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26-ти </value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25-ти </value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24-ти </value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23-ти </value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22-ри </value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21-ви </value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20-ти </value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19-ти </value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18-ти </value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17-ти </value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16-ти </value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15-ти </value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14-ти </value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13-ти </value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12-ти </value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11-ти </value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10-ти </value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9-ти </value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8-ми </value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7-ми </value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6-ти </value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5-ти </value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4-ти </value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3-ти </value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2-ри </value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1-ви </value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>најмалку значаен дел</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Отвори појавувач на меморијата</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Затвори појавувач на меморијата</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Задржи најгоре</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Назад на целосен приказ</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Меморија</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Историја (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Тастатура за вклучување битови</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Целосна тастатура</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Исчисти ја целата меморија (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Меморија</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Меморија</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Историја</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Историја</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Конвертор</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Научен</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Стандарден</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Режим на конвертор</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Научен режим</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Стандарден режим</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Исчисти ја цела историја</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Исчисти ја цела историја</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Скриј</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Стандарден</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Научно</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Програмер</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Конвертор</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Калкулатор</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Конвертор</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Калкулатор</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Конвертори</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Калкулатори</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Екранот е %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Изразот е %1, Тековното внесување е %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Екранот е %1 точка</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Изразот е %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Вредноста на екранот е ископирана во складот</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Историја</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Меморија</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Хексадецимално %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Децимално %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Октално %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Бинарно %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Исчисти ја цела историја</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Историјата е исчистена</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Сокриј ја историјата</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Отвори појавувач на историјата</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Затвори појавувач на историјата</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Мемориски склад</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Мемориски склад (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Исчисти ја целата меморија</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Меморијата е исчистена</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Отповикување меморија</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Отповикување меморија (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Додавање меморија</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Додавање меморија (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Одземање меморија</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Одземање меморија (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Исчисти ја ставката на меморијата</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Исчисти ја ставката на меморијата</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Додај во ставка на меморијата</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Додај во ставка на меморијата</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Одземи од ставка на меморијата</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Одземи од ставка на меморијата</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Исчисти ја ставката на меморијата</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Исчисти ја ставката на меморијата</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Додај во ставка на меморијата</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Додај во ставка на меморијата</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Одземи од ставка на меморијата</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Одземи од ставка на меморијата</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Избриши</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Копирај</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Избриши</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Избриши ставка од историјата</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Избриши ставка од историјата</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бришење назад</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Нула</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Еден</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Две</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Три</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Четири</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Пет</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Шест</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Седум</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Осум</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Девет</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>И</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Или</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Не е</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ротирај налево</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ротирај надесно</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Лев shift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Десен shift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ексклузивно или</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Префрлување четворни зборови</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Префрлување двојни зборови</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Префрлување зборови</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Префрлување бајти</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тастатура за вклучување битови</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Целосна тастатура</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Разделник на децимали:</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Исчисти го внесот</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Исчисти</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Подели со</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Помножи со</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Еднакво на</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Инверзна функција</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Минус</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Минус</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Плус</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Квадратен корен</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Процент</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Позитивно негативно</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Позитивно негативно</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Реципрочен</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Лева заграда</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Лева заграда, отворена заграда пресметува %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Десна заграда</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Број на отворени загради %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Нема отворени загради за затворање.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Научно означување</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболична функција</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Пи</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Синус</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Косинус</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тангенс</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен синус</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен косинус</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен тангенс</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Квадрат</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Коцка</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Аркус синус</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Аркус косинус</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Аркус тангенс</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен аркус синус</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен аркус косинус</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен аркус тангенс</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>„X“ на експонент</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Десет на експонент</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>„e“ на експонент</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>„y“ е корен од „x“</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Логаритам</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Природен логаритам</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Модул</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Експоненцијално</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Степен минута секунда</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Степени</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Цел број</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Децимален дел</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Факторијал</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Префрлување степени</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Префрлување градијани</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Префрлување радијани</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Паѓачко мени за режим</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Паѓачко мени со категории</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Задржи најгоре</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Назад на целосен приказ</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Задржи најгоре (Alt+стрелка за горе)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Назад на целосен приказ (Alt+стрелка за долу)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Конвертирај од %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Конвертира од %1 запирка %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Конвертира во %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 е %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Влезна единица</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Излезна единица</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Област</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Податоци</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Енергија</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Должина</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Моќност</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Брзина</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Време</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Волумен</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Температура</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Тежина и маса</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Притисок</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Агол</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Валута</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Унци за течност (ОК)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>унци за течност (ОК)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Унци за течност (САД)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>унци за течност (САД)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Галони (ОК)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>галон (ОК)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Галони (САД)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>галон (САД)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Литри</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Милилитри</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>мл</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Пинти (ОК)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (ОК)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Пинти (САД)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (САД)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Супени лажици (САД)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>супена лажица (САД)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Лажичиња (САД)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>лажиче (САД)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Супени лажици (ОК)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>супена лажица (ОК)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Лажичиња (ОК)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>лажиче (ОК)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Кварта (ОК)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>кварти (ОК)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Кварта (САД)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>кварти (САД)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Шолји (САД)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>шолја (САД)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>А</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>б</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>БТУ</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>БТУ/мин</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>Б</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>см</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>см/с</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>см³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>стапки³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>инчи³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>м³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>јарди³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>стапки</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>стапки/с</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>стапки•фунти</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Гб</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>ГБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ха</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>кс (САД)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>ч</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>инчи</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Кб</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>КБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>км</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>км/ч</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>јазли</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Мб</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>МБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>м</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>м/с</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>милји</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mi/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>мм</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>мин</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>нм</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>наутички милји</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Пб</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>ПБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>стапки•фунти/мин</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>с</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>см²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>стапки²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>инчи²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>км²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>м²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>милји²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>мк²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>јарди²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Тб</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>ТБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>седм.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>јарди</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>г.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>ГиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>КиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>МиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>нибли</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Пи</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>ПиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>ТиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>ЕБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>ЕиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ЗБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ЗиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>ји</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>ЈиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Ари</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Бита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Британски термални единици</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>БТУ/минута</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>бајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Термални калории</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>сантиметри</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Сантиметри во секунда</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Кубни сантиметри</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Кубни стапки</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Кубни инчи</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Кубни метри</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Кубни јарди</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Дена</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Целзиусови</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Фаренхајтови</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Електронволти</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Стапки</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Стапки во секунда</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Стапки-фунти</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Стапки-фунти/минута</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Гигабита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Гигабајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Хектари</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Коњски сили (САД)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Часа</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Инчи</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Џули</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Киловат-часови</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Келвин</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Килобита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Килобајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Калории во храна</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Килоџули</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Километри</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Километри на час</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Киловати</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Јазли</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Маха</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Мегабита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Мегабајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Метри</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Метри во секунда</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Микрони</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Микросекунди</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Милји</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Милји на час</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Милиметри</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Милисекунди</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Минути</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Нибли</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Нанометри</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ангстреми</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Наутички милји</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Петабити</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Петабајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Секунди</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Квадратни сантиметри</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Квадратни стапки</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Квадратни инчи</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Квадратни километри</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Квадратни метри</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Квадратни милји</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Квадратни милиметри</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Квадратни јарди</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Терабити</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Терабајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Вати</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Седмици</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Јарди</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Години</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>ЦД</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>град</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>атм</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>кПа</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mm Hg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Па</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>дкг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>дг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>хг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>кг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>тон (ОК)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>мг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>унци</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>фунти</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>тон (САД)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>ви</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>т</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Карати</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Степени</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Радијани</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Градијани</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Aтмосфери</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Ленти</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Килопаскали</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Милиметри живин столб </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Паскали</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Фунти по квадратен инч</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Центиграми</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Декаграми</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Дециграми</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Грама</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Хектограми</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Килограми</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Тони (ОК)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Милиграми</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Унци</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Фунти</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Тони (САД)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Стони</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Метрички тони</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>ЦД-дискови</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>ЦД-дискови</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>фудбалски терени</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>фудбалски терени</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>дискети</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>дискети</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>ДВД-дискови</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>ДВД-дискови</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>батерии</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>батерии</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>спојувалки</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>спојувалки</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>големи авиони</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>големи авиони</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>светилки</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>светилки</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>коњи</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>коњи</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>кади</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>кади</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>снегулки</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>снегулки</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>слона</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>слона</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>желки</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>желки</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>авиони</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>авиони</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>кита</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>кита</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>шолји кафе</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>шолји кафе</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>пливачки базени</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>пливачки базени</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>дланки</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>дланки</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>листови хартија</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>листови хартија</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>замоци</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>замоци</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>банани</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>банани</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>парчиња торта</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>парчиња торта</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>мотори на возови</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>мотори на возови</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>фудбалски топки</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>фудбалски топки</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Ставка на меморија</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Назад</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Назад</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Лиценцни услови за софтверот на Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Преглед</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Изјава на Microsoft за заштита на личните податоци</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Сите права се задржани.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>За да дознаете како можете да придонесете за Windows калкулатор, проверете го проектот на %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Информации</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Испрати повратни информации</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Сѐ уште нема историја.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Нема ништо зачувано во меморијата.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Меморија</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Овој израз не може да се залепи</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Гибибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Гибибајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Кибибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Кибибајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Мебибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Мебибајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Пебибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Пебибајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Тебибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Тебибајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Ексабита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Ексабајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Ексбибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Ексбибајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Зетабита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Зетабајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Зебибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Зебибајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Јотабајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Јотабити</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Јобибита</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Јобибајти</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Пресметка на датуми</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Режим на пресметка</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Додај</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Додај или одземи денови</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Датум</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Разлика меѓу датумите</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Дена</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Разлика</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Од</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Месеци</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Одземи</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>До</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Години</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Датум надвор од дозволените граници</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>ден</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>дена</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>месец</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>месеци</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Исти датуми</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>седмица</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>седмици</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>година</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>години</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Разлика %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Добиен датум %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Режим на калкулатор за %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Режим на конвертор %1 за</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Режим на пресметување датуми</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Списоци на историја и меморија</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Мемориски контроли</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Стандардни функции</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Прикажи контроли</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Стандардни оператори</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Нумерички тастери</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Аглести оператори</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Научни функции</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Избор на Radix</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Оператори програмери</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Избор на режим за внесување</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Бинарна тастатура</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Лизгај го изразот налево</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Лизгај го изразот надесно</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Достигнати се максимални цифри. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 се зачува во меморијата</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Отворот за меморија %1 е %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Отворот за меморија %1 е исчистен</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>поделено со</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>пати</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>минус</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>плус</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>на</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y корен</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>мод</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>лев shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>десен shift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>или</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x или</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>и</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Ажурирано на %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Ажурирај ги цените</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Може да се наплатат трошоци.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Не може да се добијат нови цени. Обидете се повторно подоцна.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Исклучен. Проверете ги%HL%Мрежните параметри%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Ажурирање на валутните курсови</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Валутниот курс е ажуриран</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Не може да се ажурираат стапките</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Исчисти ја целата меморија (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Исчисти ја целата меморија</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>синус степени</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>синус радијани</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>синус градијани</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>обратни синус степени</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>обратни синус радијани</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>обратни синус градијани</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>хиперболичен синус</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>обратен хиперболичен синус</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>косинус степени</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>косинус радијани</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>косинус градијани</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>обратни косинус степени</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>обратни косинус радијани</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>обратни косинус градијани</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>хиперболичен косинус</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>обратен хиперболичен косинус</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>тангенс степени</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>тангенс радијани</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>тангенс градијани</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>обратни тангенс степени</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>обратни тангенс радијани</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>обратни тангенс градијани</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>хиперболичен тангенс</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>обратен хиперболичен тангенс</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>степени на секанс</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>радијани на секанс</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>градиенти на секанс</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>инверзни степени на секанс</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>инверзни радијани на секанс</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>инверзни градиенти на секанс</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>хиперболичен секанс</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>инверзен хиперболичен секанс</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>степени на косеканс</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>радијани на косеканс</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>градиенти на косеканс</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>инверзни степени на косеканс</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>инверзни радијани на косеканс</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>инверзни градиенти на косеканс</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>хиперболичен косеканс</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>инверзен хиперболичен косеканс</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>степени на котангенс</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Радијани на котангенс</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>градиенти на котангенс</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>инверзни степени на котангенс</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>инверзни радијани на котангенс</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>инверзни градиенти на котангенс</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>хиперболичен котангенс</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>инверзен хиперболичен котангенс</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Кубен корен</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Логаритамска основа</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Апсолутна вредност</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>лев shift</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>десен shift</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>факторијал</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>степен минута секунда</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>природен логаритам</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>квадрат</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y корен</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Категорија %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Договор за услуги на Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Пјеонг</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Пјеонг</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Од</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Лизгај го резултатот на пресметката налево</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Лизгај го резултатот на пресметката надесно</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Пресметката не успеа</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Логаритамска основа Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Тригонометрија</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Функција</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Нееднаквости</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Нееднаквости</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Поместување на битови</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Инверзна функција</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболична функција</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Секанс</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен секанс</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Секанс на лак</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен секанс на лак</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Косеканс</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен косеканс</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Косеканс на лак</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен косеканс на лак</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Котангенс</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен котангенс</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Котангенс на лак</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Хиперболичен контангенс на лак</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Под</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Горна заграда</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Случајни</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Апсолутна вредност</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Еулеров број</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Два на експонент</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Нанд</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Нанд</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ниту</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Ниту</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ротирај лево со носење</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ротирај десно со носи</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Лево поместување</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Лево поместување</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Десно поместување</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Десно поместување</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Аритметичко поместување</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Логичкo поместување</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Ротирај кружно поместување</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Ротирај преку кружно поместување со носење</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Кубен корен</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тригонометрија</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Функции</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Панели на научен оператор</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Панели на оператор на програматор</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>најзначаен дел</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Претставување со графикон</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Цртеж</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Освежувај приказ автоматски (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Графиконски приказ</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Автоматско најдобро вклопување</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Рачно подесување</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Графичкиот приказ е ресетиран</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Зумирај (Ctrl + плус)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Зумирај</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Одзумирај (Ctrl + минус)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Одзумирај</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Додај равенка</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Не може да се сподели во моментов.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Погледнете што претставив со графикон со Windows калкулатор</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Равенки</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Променливи</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Слика на графикон со равенки</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Променливи</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Чекор</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Минимално</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Максимално</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Боја</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Стил</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Анализа на функција</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Функцијата нема никакви хоризонтални асимптоти.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Функцијата нема никакви точки на флексија.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Функцијата нема никакви максимални точки.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Функцијата нема никакви минимални точки.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Константа</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Се намалува</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Не може да се одреди монотоноста на функцијата.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Зголемување</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Монотоноста на функцијата е непозната.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Функцијата нема никакви закосени асимптоти.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Не може да се одреди партитетот на функцијата.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Функцијата е парна.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Функцијата не е ниту парна, ниту непарна.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Функцијата е непарна.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Паритетот на функцијата е непознат.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Периодноста не е поддржана за оваа функција.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Функцијата не е периодична.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Периодноста на функцијата е непозната.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Овие карактеристики се премногу сложени за Калкулаторот да ги пресмета:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Функцијата нема никакви вертикални асимптоти.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Функцијата нема x-пресеци.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Функцијата нема y-пресеци.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Домен</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Хоризонтални асимптоти</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Точки на промена</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Анализата не е поддржана за оваа функција.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Анализата е поддржана само за функциите во форматот f(x). На пример: y = x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Максимум</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Минимум</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Монотоност</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Коси асимптоти</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Паритет</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Период</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Опсег</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Вертикални асимптоти</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-пресек</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-пресек</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Не може да се изврши анализа за функцијата.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Не може да се пресмета доменот за оваа функција.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Не може да се пресмета опсегот за оваа функција.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Прелевање (бројот е преголем)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Потребен е режим на радијани за равенката да се претстави со графикон.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Функцијата е премногу сложена за да се претстави со графикон</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Потребен е режим на степени за равенката да се претстави со графикон</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Факторијалната функција има неважечки аргумент</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Факторијалната функција има аргумент што е преголем за да се претстави со графикон</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Модулот може да се користи само со цели броеви</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Равенката нема решение</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Не може да се подели со нула</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Равенката содржи логички услови кои се меѓусебно исклучиви</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Равенката е надвор од домен</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Не е поддржано претставување на равенката со графикон</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Недостига отворена мала заграда на равенката</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Недостига затворена мала заграда на равенката</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Има премногу децимални точки во еден број</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Недостигаат цифри на децималната точка</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Неочекуван крај на изразот</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Неочекувани знаци во изразот</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Неважечки знаци во изразот</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Постојат премногу знаци за еднакво</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Функцијата мора да содржи најмалку една x или y променлива</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Неважечки израз</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Изразот е празен</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Еднакво е користен без равенка</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Недостига мала заграда по името на функцијата</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Математичката операција има неточен број на параметри</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Променливото име е неважечко</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Недостига отворена средна заграда на равенката</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Недостига затворена средна заграда на равенката</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>„i“ и „I“ не може да се користат како променливи имиња</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Равенката не може да се претстави со графикон</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Цифрата не може да се реши за дадената основа</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Основата мора да биде поголема од 2 и помала од 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Една математичка операција бара еден од нејзините параметри да биде променлива</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Равенката ги меша логичките и скаларните операнди</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x или y не може да се користат во горните или долните граници</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x или y не може да се користат во граничната точка</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Не може да се користи сложена бесконечност</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Не може да се користат комплексни броеви во нееднаквости</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Назад во списокот со функции</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Назад во списокот со функции</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Анализирај функција</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Анализирај функција</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Анализирај функција</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Отстрани равенка</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Отстрани равенка</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Отстрани равенка</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Сподели</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Сподели</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Промени стил на равенка</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Промени стил на равенка</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Промени стил на равенка</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Прикажи ја равенката</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Скриј ја равенката</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Прикажи ја равенката %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Скриј ја равенката %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Престани следење</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Започни следење</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Прикажување на прозорецот на графиконот, x-оската ограничена со %1 и %2, y-оската ограничена со %3 и %4, прикажување %5 равенки</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Конфигурирај лизгач</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Конфигурирај лизгач</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Префрли на режим на равенка</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Префрли на режим на графикон</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Префрли на режим на равенка</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Тековниот режим е режим на равенка</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Тековниот режим е режим на графикон</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Прозорец</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Степени</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Градијани</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Радијани</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Единици</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Ресетирај го приказот</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-максимум</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-минимум</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-максимум</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-минимум</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Опции за претставување со графикон</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Опции за претставување со графикон</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Опции за претставување со графикон</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Опции на променливи</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Променете ги опциите на променливи</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Дебелина на линија</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Опции за линија</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Мала ширина на линија</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Средна ширина на линија</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Голема ширина на линија</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Многу голема ширина на линија</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Внесете израз</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Копирај</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Отсечи</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Копирај</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Залепи</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Врати</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Избери ги сите</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Внесување функции</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Внесување функции</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Панел за внесување функции</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Панел со променливи</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Список со променливи</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Ставка од списокот со променливи %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Текстуална рамка за променлива вредност</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Лизгач за променлива вредност</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Текстуална рамка за променлива минимална вредност</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Текстуална рамка за променлива вредност на чекор</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Текстуална рамка за променлива максимална вредност</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Стил на непрекината линија</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Стил на линија со точки</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Стил на линија со цртички</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Темносина</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Морска пена</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Виолетова</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Зелена</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Ментол зелена</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Темнозелена</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Јаглен</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Црвена</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Светловиолетова</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Магента</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Жолто злато</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Светлопортокалова</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Кафена</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Црна</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Бела</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Боја 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Боја 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Боја 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Боја 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Тема на графиконот</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Секогаш светло</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Да одговара на темата на апликацијата</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тема</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Секогаш светло</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Да одговара на темата на апликацијата</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Функцијата е отстранета</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Рамка за равенка за анализа на функции</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Еднакво на</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Помалку од</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Помало од или еднакво</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Еднакво</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Поголемо од или еднакво</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Поголемо од</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Поднеси</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Анализа на функција</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Опции за претставување со графикон</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Списоци на историја и меморија</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Список на меморија</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Отворот за историја со бр. %1 е исчистен</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Калкулаторот секогаш на врвот</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Калкулаторот во целосен приказ</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Избрано е аритметичко поместување</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Избрано е логичко поместување</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Избрана е опцијата за ротирање преку кружно поместување</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Избрана е опцијата за ротирање преку кружно поместување со носење</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Параметри</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Изглед</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Тема на апликацијата</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Изберете која тема на апликацијата да се прикажува</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Светло</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Темно</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Користи ги системските параметри</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Назад</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Страницата со параметри</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Отворете го контекстуалното мени за достапни дејства</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Блиц-извештајот не може да се обнови.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ml-IN/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>ഇന്‍‌പുട്ട് അസാധുവാണ്</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>ഫലം അനിർവചനീയമാണ്</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>ആവശ്യത്തിന് മെമ്മറിയില്ല</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>കവിയുക</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>ഫലം നിർവചിച്ചിട്ടില്ല</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>ഫലം നിർവചിച്ചിട്ടില്ല</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>കവിയുക</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>കവിയുക</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>പൂജ്യമുപയോഗിച്ച് വിഭജിക്കാനാവില്ല</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ml-IN/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>കാല്‍ക്കുലേറ്റര്‍</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>കാല്‍ക്കുലേറ്റര്‍ [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows കാൽക്കുലേറ്റർ</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows കാൽക്കുലേറ്റർ [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>കാല്‍ക്കുലേറ്റര്‍</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>കാല്‍ക്കുലേറ്റര്‍ [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>പകര്‍ത്തുക</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>ഒട്ടിക്കുക</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>തുല്യമായതിനെ കുറിച്ച്</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, മൂല്യം %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 ബിറ്റ്</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63-മത്</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62-മത്</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61-മത്</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60-മത്</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59-മത്</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58-മത്</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57-മത്</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56-മത്</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55-മത്</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54-മത്</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53-മത്</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52-മത്</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51-മത്</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50-മത്</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49-മത്</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48-മത്</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47-മത്</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46-മത്</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45-മത്</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44-മത്</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43-മത്</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42-മത്</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41-മത്</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40-മത്</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39-മത്</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38-മത്</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37-മത്</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36-മത്</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35-മത്</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34-മത്</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33-മത്</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32-മത്</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31-മത്</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30-മത്</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29-മത്</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28-മത്</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27-മത്</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26-മത്</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25-മത്</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24-മത്</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23-മത്</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22-മത്</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21-മത്</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20-മത്</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19-മത്</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18-മത്</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17-മത്</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16-മത്</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15-മത്</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14-മത</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13-മത്</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12-മത്</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11-മത്</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10-മത്</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9-മത്</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8-മത്</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7-മത്</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6-മത്</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5-മത്</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4-മത്</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3-മത്</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2-മത്</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1-മത്</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>ഏറ്റവും പ്രാധാന്യം കുറഞ്ഞ ബിറ്റ്</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഫ്ലൈഔട്ട് തുറക്കുക</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഫ്ലൈഔട്ട് അടയ്ക്കുക</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>മുകളിൽ തുടരുക</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>പൂർണ്ണ വീക്ഷണത്തിലേക്കു മടങ്ങുക</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>മെമ്മറി</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ചരിത്രം (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ബിറ്റ് ടോഗിളിംഗ് കീപാഡ്</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>പൂർണ്ണ കീപാഡ്</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>എല്ലാ മെമ്മറിയും മായ്ക്കുക (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>മെമ്മറി</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>ചരിത്രം</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ചരിത്രം</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>കൺവേർട്ടർ</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>ശാസ്ത്രീയമായ</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>സ്റ്റാൻഡേർഡ്</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കൺവെർട്ടർ മോഡ്</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ശാസ്ത്രീയമായ മോഡ്</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സ്റ്റാൻഡേർഡ് മോഡ്</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>എല്ലാ ചരിത്രവും മായ്ക്കുക</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>എല്ലാ ചരിത്രവും മായ്ക്കുക</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>മറയ്ക്കുക</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>സ്റ്റാൻഡേർഡ്</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>ശാസ്ത്രീയമായത്</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>പ്രോഗ്രാമർ</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>കണ്‍വെര്‍ട്ടര്‍</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>കാല്‍ക്കുലേറ്റര്‍</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>കണ്‍വെര്‍ട്ടര്‍</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>കാൽക്കുലേറ്റർ</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>കണ്‍വെര്‍ട്ടറുകൾ</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>കാൽക്കുലേറ്ററുകൾ</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>%1 എന്നതാണ് പ്രദർശിപ്പിക്കുന്നത്</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>%1 എന്നതാണ് ഗണനപ്രയോഗം, %2 നിലവിലെ ഇൻപുട്ട്</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>ഡിസ്പ്ലേ %1 പോയിന്റ് ആണ്</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>%1 എന്നതാണ് എക്‌സ്‌പ്രഷന്‍</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>ഡിസ്പ്ലേ മൂല്യം ക്ലിപ്പ്ബോർഡിലേക്ക് പകർത്തി</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>ചരിത്രം</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>മെമ്മറി</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>ഹെക്സാഡെസിമൽ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>ഡെസിമൽ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>ഒക്റ്റൽ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>ബൈനറി %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എല്ലാ ചരിത്രവും മായ്ക്കുക</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>ചരിത്രം മായ്ച്ചു</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ചരിത്രം മറയ്ക്കുക</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>ഫ്ലൈഔട്ട് ചരിത്രം സൃഷ്‌ടിക്കുക</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>ചരിത്രം ഫ്ലൈഔട്ട് അടയ്ക്കുക</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി സ്റ്റോർ</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>മെമ്മറി സ്റ്റോർ (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എല്ലാ മെമ്മറിയും മായ്ക്കുക</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>മെമ്മറി മായ്ച്ചു</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി റീകോൾ</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>മെമ്മറി തിരിച്ചുവിളിക്കുന്നു (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി ചേർക്കുക</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>മെമ്മറി ചേർക്കുക (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി കുറയ്ക്കുക</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>മെമ്മറി കുറയ്ക്കുക (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനം മായ്ക്കുക</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനം മായ്ക്കുക</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനത്തിലേക്ക് ചേർക്കുക</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനത്തിലേക്ക് ചേർക്കുക</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനത്തിൽ നിന്ന് കുറയ്ക്കുക</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനത്തിൽ നിന്ന് കുറയ്ക്കുക</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനം മായ്ക്കുക</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനം മായ്ക്കുക</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനത്തിലേക്ക് ചേർക്കുക</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനത്തിലേക്ക് ചേർക്കുക</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനത്തിൽ നിന്ന് കുറയ്ക്കുക</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനത്തിൽ നിന്ന് കുറയ്ക്കുക</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>ഇല്ലാതാക്കുക</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>പകർത്തുക</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>ഇല്ലാതാക്കുക</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ചരിത്ര ഇനം ഇല്ലാതാക്കുക</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ചരിത്ര ഇനം ഇല്ലാതാക്കുക</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ബാക്ക്സ്പേസ്</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പൂജ്യം</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഒന്ന്</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>രണ്ട്</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മൂന്ന്</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>നാല്</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>അഞ്ച്</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ആറ്</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഏഴ്</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എട്ട്</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഒമ്പത്</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കൂടാതെ</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>അല്ലെങ്കിൽ</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>അല്ല</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഇടത്തേക്ക് തിരിക്കുക</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വലത്തേക്ക് തിരിക്കുക</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഇടത് ഷിഫ്‌റ്റ്</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വലത് ഷിഫ്‌റ്റ്</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എക്സ്ക്ലൂസീവ് അല്ലെങ്കിൽ</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ക്വാഡ്രപൽ Word ടോഗിൾ</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഇരട്ട വാക്ക് ടോഗിൾ</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വാക്ക് ടോഗിൾ</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ബൈറ്റ് ടോഗിൾ</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ബിറ്റ് ടോഗിളിംഗ് കീപാഡ്</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പൂർണ്ണ കീപാഡ്</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഡെസിമൽ സെപ്പറേറ്റർ</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എൻട്രി മായ്ക്കുക</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മായ്ക്കുക</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഇതുപയോഗിച്ച് വിഭജിക്കുക</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഇങ്ങനെ ഗുണിക്കുക</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സമമായവ</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverse Function</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മൈനസ്</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>മൈനസ്</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പ്ലസ്</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സ്ക്വയർ റൂട്ട്</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ശതമാനം</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പോസിറ്റീവ്, നെഗറ്റീവ്</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പോസിറ്റീവ്, നെഗറ്റീവ്</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പരസ്പരപൂരകമായ</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഇടത് ആവരണചിഹ്നം</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>ഇടത് പാരന്തെസിസ്, പാരന്തെസിസ് കൗണ്ട് %1 തുറക്കുക</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വലത് ബ്രാക്കറ്റ്</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>തുറന്ന പാരന്തെസിസ് കൗണ്ട് %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>അടയ്ക്കുന്നതിന് തുറന്ന പാരന്തെസിസ് ഇല്ല.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സയന്റിഫിക് നൊട്ടേഷൻ</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് പ്രവർത്തനം</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സൈൻ</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കോസൈൻ</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ടാൻജെന്റ്</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് സൈൻ</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോലിക് കോസൈൻ</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് ടാൻജെന്റ്</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സമചതുരം</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ക്യൂബ്</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ആർക്ക് സൈൻ</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ആർക്ക് കോസിൻ</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ആർക്ക് ടാൻജെന്റ്</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോലിക് ആർക്ക് സൈൻ</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർ ആർക്ക് കോസിൻ</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോലിക് ആർക്ക് ടാഞ്ചന്റ്</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എക്സ്പോണന്റിലേക്ക് 'X'</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എക്സ്പോണന്റിലേക്കുള്ള പത്ത്</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എക്സ്പോണന്റിലേക്ക് 'e'</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'x' ന്റെ 'y' റൂട്ട്</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ലോഗ്</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സ്വാഭാവിക ലോഗ്</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മൊഡ്യൂളോ</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എക്സ്പൊണൻഷ്യൽ</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഡിഗ്രി മിനിറ്റ് സെക്കന്റ്</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഡിഗ്രികൾ</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മുഴുവൻ ഭാഗം</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ചെറിയ ഭാഗം</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഫാക്റ്റോറിയൽ</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഡിഗ്രീസ് ടോഗിൾ</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഗാർഡിയൻസ് ടോഗിൾ</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>റേഡിയൻസ് ടോഗിൾ</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മോഡ് ഡ്രോപ്ഡൗൺ ചെയ്യുക</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വിഭാഗങ്ങൾ ഡ്രോപ്പ്ഡൗൺ ചെയ്യുക</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മുകളിൽ തുടരുക</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പൂർണ്ണ വീക്ഷണത്തിലേക്കു മടങ്ങുക</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>മുകളിൽ തുടരുക (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>പൂർണ്ണ കാഴ്ചയിലേക്ക് മടങ്ങുക (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>%1 %2 എന്നതിൽ നിന്ന് പരിവര്‍ത്തനം ചെയ്യുക</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>%1 പോയിന്റ് %2 എന്നതിൽ നിന്ന് പരിവർത്തനം ചെയ്യുക</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>%1 %2 എന്നതിലേക്ക് പരിവര്‍ത്തനം ചെയ്യുക</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 ആകുന്നു %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>ഇൻപുട്ട് യൂണിറ്റ്</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>ഔട്ട്പുട്ട് യൂണിറ്റ്</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>ഏരിയ</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>ഡാറ്റ</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>ഊർജ്ജം</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>ദൈർഘ്യം</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>പവർ</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>വേഗത</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>സമയം</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>അളവ്</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>താപനില</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>ഭാരവും പിണ്ഡവും</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>സമ്മർദ്ദം</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>കോൺ</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>കറൻസി</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>ദ്രാവക ഔൺസുകൾ (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>ഫ്ലൂയിഡ് ഔൺസ് (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>ദ്രാവക ഔൺസുകൾ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>ഫ്ലൂയിഡ് ഔൺസ് (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>ഗാലൻ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>GAL (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>ഗാലൻ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>ഗാലൻ (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>ലിറ്ററുകൾ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>മില്ലിലിറ്ററുകൾ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>മില്ലീലിറ്റർ</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>പിന്റ്സ് (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>പൈന്റ് (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>പിന്റ്സ് (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>പോയിന്‍റ് (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>ടേബിൾസ്പൂണുകൾ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>ടേബിൾസ്പൂൺ (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ടീസ്പൂൺ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ടീസ്പൂൺ (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>ടേബിൾസ്പൂണുകൾ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>ടേബിൾസ്പൂൺ. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>ടീസ്പൂണുകൾ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>ടീസ്പൂൺ (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>ക്വാർട്സ് (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>ക്വാർട്സ് (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>ക്വാർട്ട് (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>കപ്പുകൾ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>കപ്പ് (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/മിനിറ്റ്</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>CAL</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ഹെക്ടർ</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (US)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>hr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>ഇതില്‍</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>കിലോകാലറി</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>മൈൽ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>മി.സെ.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>മിനിറ്റ്</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>നാനോമീറ്റർ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>നോട്ടിക്കൽ മൈൽ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>പെറ്റാബൈറ്റ്</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>പെറ്റാബൈറ്റ്</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>മിമി²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>യാര്‍ഡ്²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>ആഴ്ച</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>യാഡ്</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>വർഷം</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>യി</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>ഏക്കറുകൾ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>ബിറ്റുകൾ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>ബ്രിട്ടീഷ് തെർമൽ യൂണിറ്റുകൾ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTUകള്‍/മിനിറ്റ്</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>ബൈറ്റുകള്‍</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>തെർമൽ കലോറികൾ</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>സെന്‍റിമീറ്റര്‍‌</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>ഒരു സെക്കന്റിലെ സെന്റിമീറ്ററുകൾ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>ക്യുബിക് സെന്റിമീറ്ററുകൾ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>ക്യുബിക് അടി</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>ക്യുബിക് ഇഞ്ചുകൾ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>ക്യുബിക് മീറ്ററുകൾ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>ക്യുബിക് യാർഡുകൾ</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>ദിവസങ്ങൾ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>സെൽഷ്യസ്</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>ഫാരൻഹീറ്റ്</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>ഇലക്ട്രോൺ വോൾട്ടുകൾ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>പാദം</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ഒരു സെക്കന്റിലെ അടി</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>ഫൂട്ട്-പൗണ്ടുകൾ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ഫൂട്ട്-പൗണ്ടുകൾ/മിനിറ്റ്</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>ജിഗാബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>ജിഗാബൈറ്റുകള്‍</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>ഹെക്ടേർസ്</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>ഹോഴ്സ്പവർ (US)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>മണിക്കൂർ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>ഇഞ്ചുകള്‍</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>ജൂൾസ്</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>കിലോവാട്ട്-മണിക്കൂർ</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>താപമാത്ര</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>കിലൊബൈറ്റുകൾ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>കിലോബൈറ്റുകള്‍</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>ഭക്ഷണ കലോറികൾ</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>കിലോജൂൾസ്</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>കിലോമീറ്ററുകൾ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>ഓരോ മണിക്കൂറിലെ കിലോമീറ്ററുകൾ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>കിലോവാട്സ്</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>നോട്ടുകൾ</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>മാച്ച്</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>മെഗാബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>മെഗാബൈറ്റുകള്‍</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>മീറ്ററുകൾ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>ഓരോ സെക്കന്റിലെ മീറ്ററുകൾ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>മൈക്രോൺസ്</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>മൈക്രോസെക്കന്റുകൾ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>മൈലുകൾ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>ഒരു മണിക്കൂറിലെ മൈലുകൾ</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>മില്ലിമീറ്ററുകൾ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>മില്ലിസെക്കന്റുകള്‍‌</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>മിനിറ്റ്</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>നിബിൾ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>നാനോമീറ്ററുകൾ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>ആങ്സ്ട്രോംസ്</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>നോട്ടിക്കൽ മൈലുകൾ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>പെറ്റാബിറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>പെറ്റാബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>സെക്കൻറ്</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>സ്ക്വയർ സെന്റിമീറ്ററുകൾ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>ചതുരശ്ര അടി</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>ചതുരശ്ര ഇഞ്ചുകൾ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>ചതുരശ്ര കിലോമീറ്ററുകൾ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>ചതുരശ്ര മീറ്ററുകൾ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>ചതുരശ്ര മൈലുകൾ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>ചതുരശ്ര മില്ലിമീറ്ററുകൾ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>ചതുരശ്ര യാർഡുകൾ</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>ടെറാബിറ്റുകൾ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>ടെറാബൈറ്റുകൾ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>വാട്സുകൾ</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>ആഴ്ചകൾ</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>യാർഡുകൾ</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>വർഷം</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>DAG</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>കിലോഗ്രാം</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ടൺ (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>മില്ലീഗ്രാം</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>ഔൺസ്</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ടൺ (US)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>റാത്തൽ</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>കാരറ്റ്</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>ഡിഗ്രികൾ</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>റേഡിയനുകൾ</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>ഗാർഡിയൻസ്</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>അന്തരീക്ഷം</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>ബാറുകൾ</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>കിലോപാസ്കൽസ്</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>മെർക്കുറിയുടെ മില്ലിമീറ്റർ </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>പാസ്ക്കൽസ്</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>ചരുത്രശ്ര ഇഞ്ചിലെ പൗണ്ട്</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>സെന്റിഗ്രാമുകൾ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>ഡെക്കഗ്രാമുകൾ</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>ഡെസിഗ്രാമുകൾ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>ഗ്രാമുകൾ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>ഹെക്ടോഗ്രാമുകൾ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>കിലോഗ്രാമുകൾ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>നീണ്ട ടണ്ണുകൾ (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>മില്ലിഗ്രാമുകൾ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>ഔൺസുകൾ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>പൗണ്ടുകൾ</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>ഹ്രസ്വ ടണ്ണുകൾ (US)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>സ്റ്റോൺ</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>മെട്രിക് ടണ്ണുകൾ</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD-കൾ</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD-കൾ</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>സോക്കർ ഫീൽഡുകൾ</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>സോക്കർ ഫീൽഡുകൾ</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>ഫ്ലോപ്പി ഡിസ്ക്കുകൾ</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>ഫ്ലോപ്പി ഡിസ്ക്കുകൾ</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD–കള്‍‌‌</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>ബാറ്ററികൾ</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>ബാറ്ററികൾ</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>പേപ്പർക്ലിപ്പുകൾ</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>പേപ്പർക്ലിപ്പുകൾ</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>ജംബോ ജെറ്റുകൾ</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>ജംബോ ജെറ്റുകൾ</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>ലൈറ്റ് ബൾബുകൾ</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>ലൈറ്റ് ബൾബുകൾ</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>കുതിരകൾ</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>കുതിരകൾ</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>ബാത്ത്ടബുകൾ</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>ബാത്ത്ടബുകൾ</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>മഞ്ഞുകട്ടകൾ</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>മഞ്ഞുകട്ടകൾ</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>ആനകൾ</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>ആനകൾ</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>ആമകൾ</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>ആമകൾ</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>ജെറ്റുകൾ</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>ജെറ്റുകൾ</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>തിമിംഗലങ്ങൾ</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>തിമിംഗലങ്ങൾ</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>കോഫി കപ്പുകൾ</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>കോഫി കപ്പുകൾ</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>നീന്തൽ കുളങ്ങൾ</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>നീന്തൽ കുളങ്ങൾ</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>കൈകൾ</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>കൈകൾ</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>പേപ്പർ ഷീറ്റുകൾ</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>പേപ്പർ ഷീറ്റുകൾ</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>കോട്ടകൾ</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>കോട്ടകൾ</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>വാഴപ്പഴം</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>വാഴപ്പഴം</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>കേക്ക് കഷണങ്ങൾ</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>കേക്ക് കഷണങ്ങൾ</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>ട്രെയിൻ എഞ്ചിനുകൾ</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>ട്രെയിൻ എഞ്ചിനുകൾ</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>സോക്കർ ബോളുകൾ</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>സോക്കർ ബോളുകൾ</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>മെമ്മറി ഇനം</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പിന്നിലേക്ക്</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>പിന്നിലേക്ക്</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft സോഫ്റ്റ്‌വെയർ ലൈസൻസ് നിബന്ധനകൾ</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>പ്രിവ്യൂ</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft സ്വകാര്യതാ പ്രസ്താവന</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. എല്ലാ അവകാശങ്ങളും നിക്ഷിപ്തം.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Windows കാൽക്കുലേറ്ററിന് സംഭാവന നൽകുന്നത് എങ്ങനെയെന്ന് അറിയാൻ %HL%GitHub%HL%-ലെ പ്രൊജക്റ്റ് പരിശോധിക്കുക.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>കുറിച്ച്</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>പ്രതികരണം അയയ്ക്കുക</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>ഇതുവരെ ചരിത്രമൊന്നുമില്ല.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>മെമ്മറിയിൽ ഒന്നും തന്നെ സംരക്ഷിച്ചിട്ടില്ല.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>ഈ എക്പ്രഷൻ ഒട്ടിക്കാനാവില്ല</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>ജിബിബിറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>ജിബിബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>കിബിബിറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>കിബിബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>മെബിബിറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>മെബിബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>പെബിബിറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>പെബിബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>ടെബിബിറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>ടെബിബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>എക്സാബിറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>എക്സാബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>എക്സിബിറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>എക്സിബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>സെറ്റബിറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>സെറ്റബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>സെബിബിറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>സെബിബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>യോട്ടാബിറ്റുകൾ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>യോട്ടബൈറ്റുകൾ</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>യോബിബിറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>യോബിബൈറ്റ്സ്</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>തീയതി കണക്കാക്കൽ</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കണക്കാക്കൽ മോഡ്</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>ചേർക്കുക</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>ദിവസങ്ങൾ ചേർക്കുകയോ/കുറയ്ക്കുകയോ ചെയ്യുക</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>തീയതി</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>തീയതികൾക്കിടയിലെ വ്യത്യാസം</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>ദിവസങ്ങൾ</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>വ്യത്യാസം</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>ഇവിടെ നിന്ന്</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>മാസങ്ങൾ</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>കുറയ്ക്കുക</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>ഇവിടേക്ക്</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>വർഷം</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>അതിർത്തിക്ക് പുറത്തുള്ള തീയതി</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>ദിവസം</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>ദിവസങ്ങൾ</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>മാസം</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>മാസങ്ങൾ</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>അതേ തീയതികൾ</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>ആഴ്ച</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>ആഴ്ചകൾ</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>വർഷം</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>വർഷങ്ങൾ</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>വ്യത്യാസം %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>ഫല തീയതി %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 കാൽക്കുലേറ്റർ മോഡ്</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 കൺവെർട്ടർ മോഡ്</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>തീയതി കണക്കാക്കൽ മോഡ്</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ചരിത്രവും മെമ്മറി ലിസ്റ്റുകളും</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>മെമ്മറി നിയന്ത്രണങ്ങൾ</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>അടിസ്ഥാന കാര്യപ്രവർത്തനങ്ങൾ</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പ്രദർശന നിയന്ത്രണങ്ങൾ</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>അടിസ്ഥാന ഓപ്പറേറ്റർമാർ</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>നമ്പർ പാഡ്</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ആംഗിൾ ഓപ്പറേറ്ററുകൾ</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ശാസ്ത്രീയമായ ഫംഗ്ഷനുകള്‍</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>റാഡിക്സ് തിരഞ്ഞെടുപ്പ്</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പ്രോഗ്രാമർ ഓപ്പറേറ്ററുകൾ</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഇൻപുട്ട് മോഡ് തിരഞ്ഞെടുപ്പ്</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ബിറ്റ് ടോഗ്ലിംഗ് കീപാഡ്</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എക്‌സ്‌പ്രഷൻ ഇടത്തേക്ക് സ്ക്രോൾ ചെയ്യുക</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എക്‌സ്‌പ്രഷൻ വലത്തേക്ക് സ്ക്രോൾ ചെയ്യുക</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>പരമാവധി അക്കങ്ങളിലെത്തി. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 മെമ്മറിയിലേക്ക് സംരക്ഷിച്ചു</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>മെമ്മറി സ്ലോട്ട് %1 എന്നത് %2 ആകുന്നു</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>മെമ്മറി സ്ലോട്ട് %1 മായ്ച്ചു</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ഇതുപയോഗിച്ച് വിഭജിക്കുക</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>സമയങ്ങൾ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>മൈനസ്</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>പ്ലസ്</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>പവർ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y റൂട്ട്</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>മോഡ്</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ഇടത് ഷിഫ്‌റ്റ്</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>വലത് ഷിഫ്‌റ്റ്</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>അല്ലെങ്കിൽ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x അല്ലെങ്കിൽ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ഒപ്പം</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>അപ്‌ഡേറ്റ് ചെയ്ത %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>നിരക്കുകൾ അപ്‌ഡേറ്റ് ചെയ്യുക</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>ഡാറ്റാ നിരക്കുകൾ ബാധകമാകാം.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>പുതിയ നിരക്കുകൾ ലഭ്യമാക്കാനായില്ല. പിന്നീട് വീണ്ടും ശ്രമിക്കുക.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>ഓഫ്‌ലൈൻ. ദയവായി നിങ്ങളുടെ%HL%നെറ്റ്‌വർക്ക് ക്രമീകരണം%HL% പരിശോധിക്കുക</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>കറൻസി നിരക്കുകൾ അപ്ഡേറ്റ് ചെയ്യുന്നു</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>കറൻസി നിരക്കുകൾ അപ്ഡേറ്റ് ചെയ്തു</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>നിരക്കുകൾ അപ്ഡേറ്റുചെയ്യാൻ കഴിഞ്ഞില്ല</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>എല്ലാ മെമ്മറിയും മായ്ക്കുക (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എല്ലാ മെമ്മറിയും മായ്ക്കുക</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>സൈൻ ഡിഗ്രികൾ</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>സൈൻ റേഡിയനുകൾ</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>സൈൻ ഗ്രാഡിയനുകൾ</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>വിപരീത സൈൻ ഡിഗ്രികൾ</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>വിപരീത സൈൻ റേഡിയനുകൾ</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>വിപരീത സൈൻ ഗ്രാഡിയനുകൾ</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് സൈൻ</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>വിപരീത ഹൈപ്പർബോളിക് സൈൻ</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>കോസൈൻ ഡിഗ്രികൾ</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>കോസൈൻ റേഡിയനുകൾ</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>കോസൈൻ ഗ്രാഡിയനുകൾ</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>വിപരീത കോസൈൻ ഡിഗ്രികൾ</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>വിപരീത കോസൈൻ റേഡിയനുകൾ</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>വിപരീത കോസൈൻ ഗ്രാഡിയനുകൾ</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോലിക് കോസൈൻ</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>വിപരീത ഹൈപ്പർബോലിക് കോസൈൻ</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>ടാൻജെന്റ് ഡിഗ്രികൾ</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>ടാൻജെന്റ് റേഡിയനുകൾ</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>ടാൻജെന്റ് ഗ്രാഡിയനുകൾ</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>വിപരീത ടാൻജെന്റ് ഡിഗ്രികൾ</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>വിപരീത ടാൻജെന്റ് റേഡിയനുകൾ</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>വിപരീത ടാൻജെന്റ് ഗ്രാഡിയനുകൾ</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് ടാൻജെന്റ്</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>വിപരീത ഹൈപ്പർബോളിക് ടാൻജെന്റ്</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>സീക്കന്റ് ഡിഗ്രികൾ</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>സീക്കന്റ് റേഡിയൻസ്</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>സീക്കന്റ് ഗ്രേഡിയൻ‌സ്</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>വിപരീത സീക്കന്റ് ഡിഗ്രികൾ</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>വിപരീത സീക്കന്റ് റേഡിയൻസ്</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>വിപരീത സീക്കന്റ് ഗ്രേഡിയൻ‌സ്</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് സീക്കന്റ്</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>വിപരീത ഹൈപ്പർബോളിക് സീക്കന്റ്</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>കൊസിക്കന്റ് ഡിഗ്രികൾ</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>കൊസിക്കന്റ് റേഡിയൻസ്</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>കൊസിക്കന്റ് ഗ്രേഡിയൻസ്</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>വിപരീത കൊസിക്കന്റ് ഡിഗ്രികൾ</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>വിപരീത കൊസിക്കന്റ് റേഡിയൻസ്</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>വിപരീത കൊസിക്കന്റ് ഗ്രേഡിയൻസ്</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് കൊസിക്കന്റ്</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>വിപരീത ഹൈപ്പർബോളിക് കൊസിക്കന്റ്</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>കോട്ടാൻജെന്റ് ഡിഗ്രികൾ</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>കോട്ടാൻജെന്റ് റേഡിയൻസ്</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>കോട്ടാൻജെന്റ് ഗ്രേഡിയൻസ്</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>വിപരീത കോട്ടാൻജെന്റ് ഡിഗ്രികൾ</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>വിപരീത കോട്ടാൻജെന്റ് റേഡിയൻസ്</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>വിപരീത കോട്ടാൻജെന്റ് ഗ്രേഡിയൻസ്</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് കോട്ടാൻജെന്റ്</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>വിപരീത ഹൈപ്പർബോളിക് കോട്ടാൻജെന്റ്</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>ക്യൂബ് റൂട്ട്</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>അടിസ്ഥാന ലോഗ്</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>കേവല മൂല്യം</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>ഇടത് ഷിഫ്‌റ്റ്</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>വലത് ഷിഫ്‌റ്റ്</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>നിര്‍മ്മാണപരത</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>ഡിഗ്രി മിനിറ്റ് സെക്കന്റ്</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>സ്വാഭാവിക ലോഗ്</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>സമചതുരം</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y റൂട്ട്</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 വകുപ്പ്</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft സേവന കരാർ</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>ഇവിടെ നിന്ന്</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കണക്കാക്കൽ ഫലം ഇടത്തേക്ക് സ്ക്രോൾ ചെയ്യുക</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കണക്കാക്കൽ ഫലം വലത്തേക്ക് സ്ക്രോൾ ചെയ്യുക</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>കണക്കുകൂട്ടൽ പരാജയപ്പെട്ടു</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>അടിസ്ഥാന ലോഗ് Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>ത്രികോണമിതി</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>nകാര്യപ്രവർത്തനം</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>വ്യത്യാസങ്ങള്‍</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വ്യത്യാസങ്ങൾ</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>ബിറ്റ്വൈസ്</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>ബിറ്റ് ഷിഫ്റ്റ്</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverse Function</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് പ്രവർത്തനം</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സീക്കന്റ്</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് സീക്കന്റ്</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ആർക്ക് സീക്കന്റ്</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് ആർക്ക് സീക്കന്റ്</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കൊസിക്കന്റ്</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് കൊസിക്കന്റ്</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ആർക്ക് കൊസിക്കന്റ്</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് ആർക്ക് കൊസിക്കന്റ്</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കോട്ടാൻജെന്റ്</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് കോട്ടാൻജെന്റ്</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ആർക്ക് കോട്ടാൻജെന്റ്</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഹൈപ്പർബോളിക് ആർക്ക് കോട്ടാൻജെന്റ്</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഫ്ലോര്</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സീലിംഗ്</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>റാൻഡം</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കേവല മൂല്യം</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>യൂളറിന്റെ നമ്പർ</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എക്‌സ്‌പോണന്റിലേക്ക് രണ്ട്</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>നാന്ഡ്</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>നാന്ഡ്</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>നോർ</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>നോർ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കാരി ഉപയോഗിച്ച് ഇടതുവശത്ത് തിരിക്കുക</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കാരി ഉപയോഗിച്ച് വലതുവശത്ത് തിരിക്കുക</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഇടത് ഷിഫ്റ്റ്</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ഇടത് ഷിഫ്റ്റ്</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വലത് ഷിഫ്റ്റ്</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>വലത് ഷിഫ്റ്റ്</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>അരിത്മെറ്റിക് ഷിഫ്റ്റ്</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>ലോജിക്കൽ ഷിഫ്റ്റ്</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>സർക്കുലർ ഷിഫ്റ്റ് തിരിക്കുക</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>കാരി സർക്കുലർ ഷിഫ്റ്റിലൂടെ തിരിക്കുക</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ക്യൂബ് റൂട്ട്</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ത്രികോണമിതി</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പ്രവർത്തനങ്ങൾ</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ബിറ്റ്വൈസ്</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ബിറ്റ്ഷിഫ്റ്റ്</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ശാസത്രീയ ഓപ്പറേറ്റർ പാനലുകൾ</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പ്രോഗ്രാമർ ഓപ്പറേറ്റർ പാനലുകൾ</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>ഏറ്റവും പ്രാധാന്യം കൂടിയ ബിറ്റ്</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>ഗ്രാഫിൽ പകർത്തൽ</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പ്ലോട്ട്</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>കാഴ്‌ച സ്വപ്രേരിതമായി പുതുക്കുക (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഗ്രാഫ് കാഴ്ച</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>സ്വപ്രേരിതമായി ഏറ്റവും യോജിക്കുന്നത്</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>കരകൃത ക്രമീകരണം</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>ഗ്രാഫ് കാഴ്‌ച പുനഃസജ്ജീകരിച്ചു</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>സൂം ഇൻ ചെയ്യുക (Ctrl + പ്ലസ്)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വലുതാക്കുക</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>സൂം ഔട്ട് ചെയ്യുക (Ctrl + മൈനസ്)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ചെറുതാക്കുക</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>സമവാക്യം ചേർക്കുക</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>ഇപ്പോള്‍ പങ്കിടാന്‍ കഴിയുന്നില്ല.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>ശരി</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Windows കാല്‍ക്കുലേറ്റര്‍ ഉപയോഗിച്ച് ഞാന്‍ എന്താണ് ഗ്രാഫ് ചെയ്തതെന്ന് നോക്കൂ</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>സമവാക്യങ്ങള്‍</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>വേരിയബിളുകള്‍</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>സമവാക്യങ്ങളുള്ള ഒരു ഗ്രാഫിന്റെ ഇമേജ്</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>വേരിയബിളുകള്‍</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>ഘട്ടം</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>കുറഞ്ഞത്</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>പരമാവധി</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>നിറം</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>ശൈലി</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര് ത്തനം വിശകലനം</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന് സമാന്തര അസംപാതരേഖകള്‍ ഒന്നുമില്ല.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന് ഇൻഫ്ലക്ഷന്‍ പോയിന്റുകള്‍ ഒന്നുമില്ല.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന് മാക്‌സിമ പോയിന്റുകള്‍ ഒന്നുമില്ല.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന് മിനിമ പോയിന്റുകള്‍ ഒന്നുമില്ല.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>സ്ഥിരമായത്</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>കുറയുന്നത്</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന്റെ ഏകതാനത നിര്‍ണ്ണയിക്കാന്‍ കഴിയില്ല.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>വര്‍ദ്ധിക്കുന്നു</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന്റെ ഏകതാനത അജ്ഞാതമാണ്.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന് ചരിവുള്ള അസംപാതരേഖകള്‍ ഒന്നുമില്ല.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന്റെ സമാനത നിര്‍ണ്ണയിക്കാന്‍ കഴിയില്ല.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനം ഇരട്ടയാണ്.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനം ഇരട്ടയോ ഒറ്റയോ അല്ല.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനം ഒറ്റയാണ്.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന്റെ സമാനത അജ്ഞാതമാണ്.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>ഈ കാര്യപ്രവര്‍ത്തനത്തിന് ആനുകാലികത പിന്തുണക്കുന്നില്ല.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനം ആനുകാലികമല്ല.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന്റെ ആനുകാലികത അജ്ഞാതമാണ്.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>ഈ സവിശേഷതകള്‍ കാല്‍‌ക്കുലേറ്റര്‍നായി കണക്കാക്കാനാവുന്നതിനേക്കാളേറേ സങ്കീര്‍ണ്ണമാണ്:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന് ലംബ അസംപാതരേഖകള്‍ ഒന്നുമില്ല.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന് X-ഇന്റര്‍സെപ്റ്റുകള്‍ ഒന്നുമില്ല.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന് Y-ഇന്റര്‍സെപ്റ്റുകള്‍ ഒന്നുമില്ല.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>ഡൊമൈന്‍</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>തിരശ്ചീന അനന്തതാസ്‌പർശകങ്ങൾ</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>ഇൻഫ്ലക്ഷൻ പോയിന്റുകൾ</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>ഈ കാര്യപ്രവര്‍ത്തനത്തിന് വിശകലനം പിന്തുണക്കുന്നില്ല.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>f(x) ഫോർമാറ്റിലെ ഫംഗ്ഷനുകൾക്ക് മാത്രമേ വിശകലനം പിന്തുണയ്ക്കുകയുള്ളൂ. ഉദാഹരണം: y = x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>മാക്‌സിമ</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>മിനിമ</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>ഏകതാനത</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>ചരിവുള്ള അനന്തതാസ്‌പർശകങ്ങൾ</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>സമാനത</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>കാലയളവ്</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>ശ്രേണി</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>ലംബ അനന്തതാസ്‌പർശകങ്ങൾ</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-ഇന്റര്‍സെപ്റ്റ്‌</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-ഇന്റര്‍സെപ്റ്റ്‌</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനത്തിന്റെ വിശകലനം നടപ്പിലാക്കാന്‍ കഴിഞ്ഞില്ല.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>ഈ കാര്യപ്രവര്‍ത്തനത്തിന് ഡൊമൈന്‍ കണക്കാക്കാന്‍ കഴിയില്ല.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>ഈ കാര്യപ്രവര്‍ത്തനത്തിന്റെ ശ്രേണി കണക്കാക്കാന്‍ കഴിയുന്നില്ല.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>ഓവർഫ്ലോ (എണ്ണം വളരെ വലുതാണ്)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>ഈ സമവാക്യം ഗ്രാഫ് ചെയ്യുന്നതിന് റേഡിയൻസ് മോഡ് ആവശ്യമാണ്.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>ഗ്രാഫിന് ഈ പ്രവർത്തനം വളരെ സങ്കീർണ്ണമാണ്</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>ഈ സമവാക്യം ഗ്രാഫ് ചെയ്യുന്നതിന് ഡിഗ്രി മോഡ് ആവശ്യമാണ്.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>ഏകാദി പ്രവർത്തനത്തിന് അസാധുവായ ഒരു വാദം ഉണ്ട്</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>ഏകാദി പ്രവർത്തനത്തിന് ഒരു വാദം ഉണ്ട്, അത് ഗ്രാഫിന് വളരെ വലുതാണ്</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>മൊഡ്യൂളോ മുഴുവൻ അക്കങ്ങളിൽ മാത്രമേ ഉപയോഗിക്കാൻ കഴിയൂ</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>സമവാക്യത്തിന് പരിഹാരമില്ല</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>പൂജ്യമുപയോഗിച്ച് വിഭജിക്കാനാവില്ല</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>സമവാക്യത്തിൽ തമ്മിൽ തമ്മിൽ പ്രത്യേകമായ ലോജിക്കൽ വ്യവസ്ഥകൾ അടങ്ങിയിരിക്കുന്നു</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>സമവാക്യം ഡൊമെയ്നിന് പുറത്താണ്</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>ഈ സമവാക്യം ഗ്രാഫിൽ പകർത്തുന്നതിന് പിന്തുണയില്ല</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>സമവാക്യത്തിന് ഒരു തുറക്കുന്ന പരാൻതീസിസ് കാണുന്നില്ല</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>സമവാക്യത്തിന് ഒരു പരാൻതീസിസ് വലയം കാണുന്നില്ല</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>ഒരു സംഖ്യയിൽ വളരെയധികം ദശാംശ പോയിന്റുകൾ ഉണ്ട്</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>ഒരു ദശാംശ പോയിന്റിൽ അക്കങ്ങൾ കാണുന്നില്ല</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>ഗണനപ്രയോഗത്തിന്റെ അപ്രതീക്ഷത അവസാനം</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>ഗണനപ്രയോഗത്തിലെ അപ്രതീക്ഷിത പ്രതീകങ്ങൾ</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>ഗണനപ്രയോഗത്തിലെ അസാധുവായ പ്രതീകങ്ങൾ</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>വളരെയധികം തുല്യ ചിഹ്നങ്ങൾ ഉണ്ട്</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>പ്രവർത്തനം കുറഞ്ഞത് ഒരു x അല്ലെങ്കിൽ y വേരിയബിൾ അടങ്ങിയിരിക്കണം</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>അസാധുവായ ഗണനപ്രയോഗം</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>ഗണനപ്രയോഗം ശൂന്യമാണ്</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>സമവാക്യം ഇല്ലാതെ സമം ഉപയോഗിച്ചു</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>പ്രവർത്തന നാമത്തിന് ശേഷം പരാൻതീസിസ് ലഭ്യമല്ല</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>ഒരു ഗണിത പ്രവർത്തനത്തിന് തെറ്റായ പാരാമീറ്ററുകൾ ഉണ്ട്</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>ഒരു വേരിയബിൾ നാമം അസാധുവാണ്</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>സമവാക്യത്തിന് ഒരു തുറക്കുന്ന വലയം കാണുന്നില്ല</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>സമവാക്യത്തിന് ഒരു അടയ്ക്കൽ വലയം കാണുന്നില്ല</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\", \"I\" എന്നിവ വേരിയബിൾ നാമങ്ങളായി ഉപയോഗിക്കാൻ കഴിയില്ല</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>സമവാക്യം ഗ്രാഫ് ചെയ്യാൻ കഴിഞ്ഞില്ല</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>തന്നിരിക്കുന്ന അടിസ്ഥാനത്തിനായി അക്കം പരിഹരിക്കാൻ കഴിഞ്ഞില്ല</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>അടിസ്ഥാനം 2 നേക്കാൾ വലുതും 36 ൽ താഴെയുമായിരിക്കണം</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>ഒരു ഗണിത പ്രവർത്തനത്തിന് അതിന്റെ പാരാമീറ്ററുകളിൽ ഒന്ന് വേരിയബിൾ ആയിരിക്കണം</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>സമവാക്യം യുക്തിപരം, സ്കാലർ ഓപ്പറാൻഡുകൾ കൂട്ടിക്കലർത്തുകയാണ്</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>മുകളിലോ താഴെയോയുള്ള പരിധിയിൽ x അല്ലെങ്കിൽ y ഉപയോഗിക്കാൻ കഴിയില്ല</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x അല്ലെങ്കിൽ y പരിധി പോയിന്റിൽ ഉപയോഗിക്കാൻ കഴിയില്ല</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>സങ്കീർണ്ണമായ അനന്തത ഉപയോഗിക്കാൻ കഴിയില്ല</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>അസമത്വങ്ങളിൽ സങ്കീർണ്ണ സംഖ്യകൾ ഉപയോഗിക്കാൻ കഴിയില്ല</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവർത്തന ലിസ്റ്റിലേക്ക് മടങ്ങുക</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവർത്തന ലിസ്റ്റിലേക്ക് മടങ്ങുക</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര് ത്തനം വിശകലനം ചെയ്യുക</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര് ത്തനം വിശകലനം ചെയ്യുക</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര് ത്തനം വിശകലനം ചെയ്യുക</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>സമവാക്യം നീക്കം ചെയ്യുക</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സമവാക്യം നീക്കം ചെയ്യുക</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>സമവാക്യം നീക്കം ചെയ്യുക</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>പങ്കിടുക</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പങ്കിടുക</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>സമവാക്യ ശൈലി മാറ്റുക</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സമവാക്യ ശൈലി മാറ്റുക</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>സമവാക്യ ശൈലി മാറ്റുക</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>സമവാക്യം കാണിക്കുക</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>സമവാക്യം മറയ്ക്കുക</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>സമവാക്യം %1 കാണിക്കുക</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>സമവാക്യം %1 മറയ്ക്കുക</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>കണ്ടെത്തല്‍ നിര്‍ത്തുക</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>കണ്ടെത്തല്‍ തുടങ്ങുക</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>ഗ്രാഫ് കാണിക്കുന്ന വിൻഡോ, %1, %2 ബൗണ്ടഡ് ആയ എക്സ്-ആക്സിസ്, %3, %4 ബൗണ്ടഡ് ആയ വൈയ്-ആക്സിസ്, %5 ഈക്വാഷനുകൾ കാണിക്കുന്നു</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>സ്ലൈഡര്‍ കോണ്‍ഫിഗര്‍ ചെയ്യുക</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സ്ലൈഡര്‍ കോണ്‍ഫിഗര്‍ ചെയ്യുക</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>സമവാക്യ മോഡിലേക്ക് മാറുക</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>ഗ്രാഫ് മോഡിലേക്ക് മാറുക</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സമവാക്യ മോഡിലേക്ക് മാറുക</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>നിലവിലെ മോഡ് സമവാക്യ മോഡ് ആണ്</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>നിലവിലെ മോഡ് ഗ്രാഫ് മോഡ് ആണ്‌</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>ജാലക</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>ഡിഗ്രികള്‍</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>ഗ്രേഡിയനുകള്‍</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>റേഡിയനുകള്‍</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>യൂണിറ്റുകള്‍</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>കാഴ്ച പുനഃസജ്ജീകരിക്കുക</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-പരമാവധി</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-കുറഞ്ഞത്</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-പരമാവധി</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-കുറഞ്ഞത്</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ഗ്രാഫ് ഐച്ഛികങ്ങൾ</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഗ്രാഫ് ഐച്ഛികങ്ങൾ</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>ഗ്രാഫ് ഐച്ഛികങ്ങൾ</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വേരിയബിള്‍ ഐച്ഛികങ്ങൾ</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>വേരിയബിള്‍ ഐച്ഛികങ്ങൾ ടോഗിൾ ചെയ്യുക</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>ലൈനിന്റെ ഘനം</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>ലൈൻ ഐച്ഛികങ്ങൾ</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ചെറിയ ലൈൻ വീതി</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ഇടത്തരം ലൈൻ വീതി</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>വലിയ ലൈൻ വീതി</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>വളരെ വലിയ ലൈൻ വീതി</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>ഗണനപ്രയോഗം നല് കുക</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>പകർത്തുക</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>മുറിക്കുക</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>പകർത്തുക</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ഒട്ടിക്കുക</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>പൂർവ്വാവസ്ഥയിലാക്കുക</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>എല്ലാം തിരഞ്ഞെടുക്കുക</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഫംഗ്‌ഷന്‍ ഇൻപുട്ട്</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഫംഗ്‌ഷന്‍ ഇൻപുട്ട്</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവർത്തന ഇൻപുട്ട് പാനൽ</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വേരിയബിൾ പാനൽ</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വേരിയബിൾ ലിസ്റ്റ്</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>വേരിയബിൾ %1 ലിസ്റ്റ് ഇനം</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വേരിയബിൾ മൂല്യ ടെക്സ്റ്റ്ബോക്സ്</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വേരിയബിൾ മൂല്യ സ്ലൈഡർ</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വേരിയബിൾ പരിമിത മൂല്യ ടെക്സ്റ്റ്ബോക്സ്</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വേരിയബിൾ സ്റ്റെപ്പ് മൂല്യ ടെക്സ്റ്റ്ബോക്സ്</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>വേരിയബിൾ പരമാവധി മൂല്യ ടെക്സ്റ്റ്ബോക്സ്</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ദൃഢമായ ലൈൻ ശൈലി</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ഡോട്ട് ലൈൻ ശൈലി</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ഡാഷ് ലൈന്‍ ശൈലി</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>നേവി ബ്ലൂ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>സീഫോം</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>വയലറ്റ്</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>പച്ച</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>മിന്റ് ഗ്രീൻ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>കടും പച്ച</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>ചാർക്കോൾ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>ചുവപ്പ്</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>പ്ലം ലൈറ്റ്</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>മജന്ത</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>യെല്ലോ ഗോൾഡ്</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>ഓറഞ്ച് ബ്രൈറ്റ്</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>ബ്രൗൺ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>കറുപ്പ്</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>വെളുപ്പ്</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>വർണ്ണം 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>വർണ്ണം 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>വർണ്ണം 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>വർണ്ണം 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>ഗ്രാഫ് തീം</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>എപ്പോഴും ഇളം</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>ആപ്പ് തീം പൊരുത്തം</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>തീം</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>എപ്പോഴും ഇളം</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ആപ്പ് തീം പൊരുത്തം</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവര്‍ത്തനം നീക്കംചെയ്തു</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവർത്തന വിശകലന സമവാക്യ ബോക്സ്</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സമം</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഇനിപ്പറയുന്നതിലും കുറവ്</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഇനിപ്പറയുന്നതിനേക്കാള്‍ കുറവ് അല്ലെങ്കിൽ തുല്യം</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>തുല്യം</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഇനിപ്പറയുന്നതിനേക്കാള്‍ കൂടുതല്‍ അല്ലെങ്കിൽ തുല്യം</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഇനിപ്പറയുന്നതിനേക്കാൾ കൂടുതലാണ്</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>സമർപ്പിക്കുക</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>കാര്യപ്രവർത്തനം വിശകലനം</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ഗ്രാഫ് ഐച്ഛികങ്ങൾ</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>ചരിത്രവും മെമ്മറി ലിസ്റ്റുകളും</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>മെമ്മറി ലിസ്റ്റ്</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>ചരിത്ര സ്ലോട്ട് %1 മായ്ച്ചു</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>എല്ലായ്പ്പോഴും മുകളിലുള്ള കാൽക്കുലേറ്റർ</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>കാൽക്കുലേറ്റർ പൂർണ്ണ കാഴ്ചയിലേക്ക് മടങ്ങുക</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>അരിത്‌മെറ്റിക്ക് ഷിഫ്റ്റ് തിരഞ്ഞെടുത്തു</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>ലോജിക്കൽ ഷിഫ്റ്റ് തിരഞ്ഞെടുത്തു</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>തിരഞ്ഞെടുത്ത സർക്കുലർ ഷിഫ്റ്റ് തിരിക്കുക</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>തിരഞ്ഞെടുത്ത കാരി സർക്കുലർ ഷിഫ്റ്റിലൂടെ തിരിക്കുക</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>ക്രമീകരണം</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>പ്രത്യക്ഷത</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>ആപ്പ് തീം</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>ഏത് ആപ്പ് തീം പ്രദർശിപ്പിക്കണമെന്ന് തിരഞ്ഞെടുക്കുക</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ലൈറ്റ്</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ഇരുണ്ടത്</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>സിസ്റ്റം ക്രമീകരണം ഉപയോഗിക്കുക</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>പിന്നിലേക്ക്</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>സജ്ജീകരണ പേജ്</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ലഭ്യമായ പ്രവർത്തനങ്ങൾക്കായി സന്ദർഭ മെനു തുറക്കുക</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>ശരി</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>ഈ സ്നാപ്പ്ഷോട്ട് പുനഃസ്ഥാപിക്കാനായില്ല.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ms-MY/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Input tidak sah</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Hasil tidak ditakrif</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Memori tidak mencukupi</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Limpahan</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Hasil tidak ditakrif</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Hasil tidak ditakrif</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Limpahan</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Limpahan</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Tidak boleh dibahagikan dengan sifar</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ms-MY/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Kalkulator Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Kalkulator Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Salin</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Tampal</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Kira-kira sama dengan</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, nilai %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>Ke-63</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>Ke-62</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>Ke-61</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>Ke-60</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>Ke-59</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>Ke-58</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>Ke-57</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>Ke-56</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>Ke-55</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>Ke-54</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>Ke-53</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>Ke-52</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>Ke-51</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>Ke-50</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>Ke-49</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>Ke-48</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>Ke-47</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>Ke-46</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>Ke-45</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>Ke-44</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>Ke-43</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>Ke-42</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>Ke-41</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>Ke-40</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>Ke-39</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>Ke-38</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>Ke-37</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>Ke-36</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>Ke-35</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>Ke-34</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>Ke-33</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>Ke-32</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>Ke-31</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>Ke-30</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>Ke-29</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>Ke-28</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>Ke-27</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>Ke-26</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>Ke-25</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>Ke-24</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>Ke-23</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>Ke-22</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>Ke-21</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>Ke-20</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>Ke-19</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>Ke-18</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>Ke-17</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>Ke-16</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>Ke-15</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>Ke-14</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>Ke-13</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>Ke-12</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>Ke-11</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>Ke-10</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>Ke-9</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>Ke-8</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>Ke-7</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>Ke-6</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>Ke-5</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>Ke-4</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>Ke-3</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>Ke-2</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>Pertama</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>bit ketara paling kurang</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Buka flyout memori</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Tutup flyout memori</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Kekal di atas</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Kembali ke pandangan penuh</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memori</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Sejarah (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Papan kekunci togol bit</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Papan kekunci penuh</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kosongkan semua memori (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memori</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memori</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Sejarah</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sejarah</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Penukar</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Saintifik</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mod penukar</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mod saintifik</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mod standard</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Kosongkan semua sejarah</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kosongkan semua sejarah</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Sembunyi</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Saintifik</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Pengatur cara</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Penukar</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Penukar</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Penukar</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Paparan ialah %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Ungkapan ialah %1, Input semasa ialah %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Paparan ialah %1 perpuluhan</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Ungkapan ialah %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Nilai paparan disalin ke papan klip</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Sejarah</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memori</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Perenambelasan %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Perpuluhan %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Perlapanan %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binari %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosongkan semua sejarah</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Sejarah dikosongkan</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sembunyi sejarah</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Buka flyout sejarah</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Tutup flyout sejarah</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stor memori</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Simpan memori (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosongkan semua memori</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memori dikosongkan</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tarik balik memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pulih kembali memori (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tambah memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tambah memori (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tolak memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tolak memori (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosongkan item memori</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kosongkan item memori</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tambah ke item memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tambah ke item memori</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tolak daripada item memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tolak daripada item memori</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosongkan item memori</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kosongkan item memori</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tambah ke item memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Tambah ke item memori</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tolak daripada item memori</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Tolak daripada item memori</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Padam</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Salin</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Padam</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Padam sejarah item</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Padam sejarah item</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sifar</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Satu</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dua</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tiga</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Empat</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lima</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Enam</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tujuh</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lapan</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sembilan</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dan</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Atau</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bukan</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Putar kiri</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Putar kanan</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shift kiri</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shift kanan</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksklusif atau</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Togol Perkataan Empat Kali Ganda</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Togol Perkataan Berganda</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Togol perkataan</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Togol bait</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Papan kekunci togol bit</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Papan kekunci penuh</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pemisah perpuluhan</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosongkan entri</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosongkan</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bahagi dengan</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Darab dengan</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bersamaan</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi songsang</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tolak</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Tolak</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tambah</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Punca kuasa dua</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Peratus</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positif negatif</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positif negatif</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Salingan</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tanda kurungan kiri</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Tanda kurung kiri, kiraan tanda kurung terbuka %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tanda kurungan kanan</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Buka kiraan kurungan %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Tiada kurungan terbuka untuk ditutup.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tatatanda saintifik</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi hiperbola</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangen</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus hiperbolaan</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus hiperbolaan</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangen hiperbolaan</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuasa dua</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kiub</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lengkok sinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lengkok kosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lengkok tangen</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lengkok sinus hiperbolaan</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lengkok kosinus hiperbolaan</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lengkok tangen hiperbolaan</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' dikuasakan</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sepuluh dikuasakan</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>’e‘ dikuasakan</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>punca kuasa 'y' bagi 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log Natural</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponen</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Darjah minit saat</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Darjah</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bahagian integer</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bahagian pecahan</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Togol darjah</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Togol gradian</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Togol radian</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Juntai bawah mod</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Juntai bawah kategori</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kekal di atas</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kembali ke pandangan penuh</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kekal di atas (Alt+Anak panah Ke Atas)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kembali kepada pandangan penuh (Alt+Anak panah Ke Bawah)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Tukar daripada %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Tukar daripada %1 perpuluhan %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Tukar kepada %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 ialah %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Unit input</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unit output</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Kawasan</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Tenaga</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Panjang</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Kuasa</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Kelajuan</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Masa</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Isi padu</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Suhu</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Berat dan jisim</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Tekanan</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Sudut</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Mata wang</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Auns bendalir (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Auns bendalir (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Gelen (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Gelen (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Liter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililiter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pain (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pain (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Sudu besar (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>sudu besar (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Sudu kecil (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>sudu kecil (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Sudu besar (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>sudu besar (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Sudu kecil (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>sudu kecil (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Kuart (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Kuart (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Cawan (AS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cawan (AS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ka³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>ela³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ka</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ka/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ka•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (AS)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>jam</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWj</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/j</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ka•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ka²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>mgu</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>ela</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>thn</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Ekar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Unit terma British</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minit</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Kalori terma</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Sentimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Sentimeter per saat</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Sentimeter padu</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kaki padu</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Inci padu</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Meter padu</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Ela padu</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Hari</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Volt elektron</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Kaki</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Kaki sesaat</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Kaki-paun</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Kaki-paun/minit</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Kuasa Kuda (AS)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Jam</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Inci</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-jam</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Kalori makanan</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometer sejam</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Knot</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Meter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Meter sesaat</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikron</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosaat</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Batu</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Batu sejam</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisaat</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minit</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Menggigit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstroms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Batu nautika</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Saat</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Sentimeter persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Kaki persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Inci persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kilometer persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Meter persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Batu persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Milimeter persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Ela persegi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Minggu</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Ela</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Tahun</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>darjah</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tan (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tan (AS)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karat</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Darjah</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radian</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradian</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfera</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bar</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milimeter merkuri </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Paun per inci persegi</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Sentigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagram</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Desigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Tan panjang (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Auns</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Paun</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Tan pendek (AS)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Ston</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Tan metrik</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>padang bola sepak</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>padang bola sepak</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>cakera liut</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>cakera liut</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>bateri</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>bateri</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>klip kertas</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>klip kertas</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jet jumbo</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jet jumbo</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>mentol lampu</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>mentol lampu</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>kuda</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>kuda</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>tab mandi</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>tab mandi</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>emping salji</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>emping salji</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>gajah</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>gajah</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>penyu</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>penyu</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>jet</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>jet</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>paus</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>paus</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>cawan kopi</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>cawan kopi</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>kolam renang</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>kolam renang</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>tangan</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>tangan</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>lembaran kertas</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>lembaran kertas</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>istana</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>istana</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>pisang</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>pisang</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>potongan kek</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>potongan kek</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>enjin kereta api</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>enjin kereta api</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>bola sepak</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>bola sepak</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Item memori</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ke Belakang</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ke Belakang</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Syarat Pelesenan Perisian Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Pratonton</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Pernyataan Privasi Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Hak cipta terpelihara.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Untuk mengetahui cara anda boleh menyumbang kepada Kalkulator Windows, lihat projek pada %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Perihal</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Hantar maklum balas</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Belum ada sejarah lagi.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Tiada apa-apa yang disimpan dalam memori.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memori</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Ungkapan ini tidak dapat ditampal</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibait</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Pengiraan tarikh</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mod pengiraan</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Tambah</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Tambah atau tolak hari</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Tarikh</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Perbezaan antara tarikh</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Hari</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Perbezaan</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Daripada</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Bulan</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Tolak</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Kepada</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Tahun</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Tarikh di luar Sempadan</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>hari</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>hari</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>bulan</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>bulan</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Tarikh yang sama</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>minggu</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>minggu</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>tahun</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>tahun</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Perbezaan %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Tarikh yang terhasil %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Mod kalkulator %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Mod penukar %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Mod pengiraan tarikh</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Senarai Sejarah dan Memori</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kawalan memori</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi standard</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kawalan paparan</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pengendali standard</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pad nombor</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pengendali sudut</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi saintifik</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pemilihan radiks</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pengendali pengatur cara</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pilihan mod input</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Papan kekunci togol bit</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skrol ungkapan ke kiri</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skrol ungkapan ke kanan</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Digit maks dicapai. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 disimpan ke memori</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Slot memori %1 ialah %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Slot memori %1 dikosongkan</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>bahagi dengan</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>darab</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>tolak</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>tambah</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dengan kuasa</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>punca kuasa y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>anjak kiri</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>anjak kanan</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>atau</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x atau</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dan</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Dikemas kini %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Kemas kini kadar</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Caj data mungkin dikenakan.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Tidak dapat mendapatkan kadar baharu. Cuba lagi kemudian.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Luar talian. Sila semak%HL%Tetapan Rangkaian%HL% anda</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Mengemas kini kadar mata wang</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Kadar mata wang dikemas kini</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Tidak dapat mengemas kini kadar</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kosongkan semua memori (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosongkan semua memori</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>darjah sinus</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radian sinus</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>gradian sinus</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>darjah sinus songsang</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>radian sinus songsang</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>gradian sinus songsang</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>sinus hiperbolaan</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>sinus hiperbolaan songsang</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>darjah kosinus</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radian kosinus</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>gradian kosinus</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>darjah kosinus songsang</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>radian kosinus songsang</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>gradian kosinus songsang</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>kosinus hiperbolaan</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>kosinus hiperbolaan songsang</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>darjah tangen</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>radian tangen</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>gradian tangen</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>darjah tangen songsang</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>radian tangen songsang</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>gradian tangen songsang</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangen hiperbolaan</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangen hiperbolaan songsang</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>darjah sekan</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radian sekan</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>gradien sekan</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>darjah sekan songsang</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>radian sekan songsang</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>gradien sekan songsang</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>sekan hiperbolik</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>sekan hiperbolik songsang</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>darjah kosekan</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radian kosekan</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>gradien kosekan</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>darjah kosekan songsang</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>radian kosekan songsang</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>gradien kosekan songsang</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>kosekan hiperbolik</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>kosekan hiperbolik songsang</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>darjah kotangen</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radian kotangen</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>gradien kotangen</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>darjah kotangen songsang</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>radian kotangen songsang</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>gradien kotangen songsang</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>kotangen hiperbolik</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>kotangen hiperbolik songsang</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Punca kuasa tiga</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Asas log</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Nilai mutlak</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>anjak kiri</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>anjak kanan</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>darjah minit saat</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>log semula jadi</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>kuasa dua</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>punca kuasa y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Kategori %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Perjanjian Perkhidmatan Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Daripada</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skrol hasil pengiraan ke kiri</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skrol hasil pengiraan ke kanan</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Pengiraan gagal</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Asas log Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometri</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Fungsi</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Ketidaksamaan</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ketidaksamaan</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bit</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Anjakan bit</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi songsang</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi hiperbolik</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekan</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekan hiperbolaan</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekan lengkuk</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekan lengkuk hiperbolaan</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekan</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekan hiperbolaan</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekan lengkuk</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekan lengkuk hiperbolaan</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangen</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangen hiperbolaan</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangen lengkuk</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangen lengkuk hiperbolaan</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lantai</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Siling</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rawak</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nilai mutlak</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nombor Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dua dikuasakan</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tak Dan</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Tak Dan</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tak Atau</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Tak Atau</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Putar ke kiri dengan bawaan</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Putar ke kanan dengan bawaan</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Anjakan kiri</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Anjakan kiri</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Anjakan kanan</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Anjakan kanan</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Anjakan aritmetik</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Anjakan logik</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Putar anjakan membulat</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Putar melalui anjakan membulat bawaan</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Punca kuasa tiga</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometri</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Anjakan Bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel pengendali saintifik</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel pengendali pengaturcara</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>bit ketara paling banyak</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Membuat Graf</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plot</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Segar semula pandangan secara automatik (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pandangan graf</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Penyesuaian automatik terbaik</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Pelarasan manual</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Paparan graf telah diset semula</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zum ke dalam (Ctrl + tambah)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zum ke dalam</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zum ke luar (Ctrl + tolak)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zum ke luar</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tambah persamaan</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Tidak dapat berkongsi pada masa ini.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Lihat apa yang saya grafkan dengan Kalkulator Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Persamaan</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Pemboleh ubah</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Imej graf dengan persamaan</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Pemboleh ubah</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Langkah</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maks</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Warna.</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Gaya</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analisis fungsi</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak mempunyai apa-apa asimptot mendatar.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Fungsi ini tidak mempunyai apa-apa titik fleksi.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak mempunyai apa-apa titik maksimum.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Fungsi ini tidak mempunyai apa-apa titik minimum.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Malar</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Menurun</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Tidak dapat menentukan keekanadaan fungsi.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Meningkat</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Keekanadaan fungsi tidak diketahui.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak mempunyai apa-apa asimptot serong.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Tidak dapat menentukan pariti fungsi.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Fungsi adalah genap.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Fungsi bukan genap atau ganjil.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Fungsi adalah ganjil.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Pariti fungsi tidak diketahui.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Keberkalaan tidak disokong untuk fungsi ini.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Fungsi tidak berkala.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Keberkalaan fungsi tidak diketahui.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Ciri-ciri ini terlalu kompleks untuk Kalkulator untuk mengira:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak mempunyai apa-apa asimptot menegak.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak mempunyai apa-apa pintasan x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Fungsi tidak mempunyai apa-apa pintasan y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domain</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asimptot mendatar</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Titik infleksi</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analisis tidak disokong untuk fungsi ini.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analisis hanya disokong untuk fungsi dalam format f(x). Contoh: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksimum</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minimum</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Keekanadaan</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asimptot serong</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Pariti</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Tempoh</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Julat</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asimptot menegak</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Pintasan X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Pintasan Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Analisis tidak dapat dilaksanakan untuk fungsi.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Tidak dapat mengira domain untuk fungsi ini.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Tidak dapat mengira julat untuk fungsi ini.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Limpahan (nombornya terlalu besar)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Mod radian diperlukan untuk menggrafkan persamaan ini.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Fungsi ini terlalu kompleks untuk digrafkan</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Mod darjah diperlukan untuk menggrafkan fungsi ini</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Fungsi faktorial mempunyai argumen yang tidak sah</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Fungsi faktorial mempunyai argumen yang terlalu besar untuk digrafkan</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo hanya boleh digunakan dengan nombor keseluruhan</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Persamaan tidak mempunyai penyelesaian</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Tidak boleh dibahagikan dengan sifar</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Persamaan mengandungi syarat logik yang saling eksklusif</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Persamaan adalah di luar domain</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Membuat graf persamaan ini tidak disokong</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Persamaan tiada pembuka tanda kurungan</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Persamaan tiada penutup tanda kurungan</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Terdapat terlalu banyak titik perpuluhan dalam nombor</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Titik perpuluhan tiada digit</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Penamat ungkapan yang tidak dijangka</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Aksara yang tidak dijangka dalam ungkapan</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Aksara tidak sah di dalam ungkapan</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Terdapat terlalu banyak tanda sama dengan</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Fungsi mesti mengandungi sekurang-kurangnya satu pemboleh ubah x atau y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Ungkapan yang tidak sah.</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Ungkapan itu kosong</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Sama dengan digunakan tanpa persamaan</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Tanda kurungan tiada selepas nama fungsi</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Operasi matematik mempunyai bilangan parameter yang salah</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Nama pemboleh ubah tidak sah.</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Persamaan tiada pembuka kurungan</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Persamaan tiada penutup kurungan</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"saya\" dan \"Saya\" tidak boleh digunakan sebagai nama pemboleh ubah</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Persamaan tidak boleh digrafkan</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Digit tidak dapat diselesaikan untuk asas yang diberikan</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Asas mesti lebih besar daripada 2 dan kurang daripada 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Operasi matematik memerlukan salah satu parameternya untuk menjadi pemboleh ubah</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Persamaan adalah mencampurkan logik dan kendalian skalar</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x atau y tidak boleh digunakan dalam had atas atau bawah</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x atau y tidak boleh digunakan dalam titik had</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Tidak boleh menggunakan infiniti kompleks</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Tidak boleh menggunakan nombor kompleks dalam ketidaksamaan</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kembali ke senarai fungsi</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kembali ke senarai fungsi</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Fungsi analisis</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fungsi analisis</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Fungsi analisis</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Alih keluar persamaan</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alih keluar persamaan</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Alih keluar persamaan</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kongsi</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kongsi</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ubah gaya persamaan</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ubah gaya persamaan</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Ubah gaya persamaan</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>tunjukkan persamaan</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>sembunyikan persamaan</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Tunjukkan persamaan %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Sembunyikan persamaan %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Henti penjejakan</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Mula penjejakan</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Tetingkap paparan graf, paksi x dihadkan oleh %1 dan %2, paksi y dihadkan dengan %3 dan %4, memaparkan persamaan %5</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfigurasikan penggelongsor</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfigurasikan penggelongsor</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Tukar kepada mod persamaan</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Tukar kepada mod graf</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tukar kepada mod persamaan</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Mod semasa ialah mod persamaan</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Mod semasa ialah mod graf</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Tetingkap</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Darjah</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradien</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radian</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unit</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Set semula pandangan</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Maks</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Maks</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opsyen graf</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opsyen graf</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opsyen graf</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pilihan pemboleh ubah</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opsyen pemboleh ubah togol</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Ketebalan garisan</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opsyen garisan</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lebar garis kecil</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lebar garis sederhana</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lebar garis besar</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lebar garis lebih besar</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Masukkan ungkapan</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Salin</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Potong</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Salin</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Tampal</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Buat asal</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Pilih semua</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Input fungsi</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Input fungsi</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel input fungsi</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel pemboleh ubah</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Senarai pemboleh ubah</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Item senarai %1 pemboleh ubah</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotak teks nilai pemboleh ubah</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Penggelongsor nilai pemboleh ubah</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotak teks nilai minimum pemboleh ubah</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotak teks nilai langkah pemboleh ubah</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotak teks nilai maksimum pemboleh ubah</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Garisan stail tepat</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Garisan stail titik</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Garisan stail sempang</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Biru kelasi</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Buih laut</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Ungu.</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Hijau</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Hijau pudina</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Hijau tua</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Arang.</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Merah</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Plum terang</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Kuning emas</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Jingga terang</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Coklat</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Hitam</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Putih</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Warna 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Warna 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Warna 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Warna 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema graf</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Sentiasa terang.</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Padanan tema aplikasi</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sentiasa terang.</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Padanan tema aplikasi</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Fungsi dialihkan</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotak persamaan analisis fungsi</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bersamaan</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kurang daripada</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kurang daripada atau sama</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sama</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lebih besar daripada atau sama</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lebih besar daripada</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Serah</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analisis fungsi</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opsyen graf</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Senarai Sejarah dan Memori</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Senarai memori</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>slot sejarah %1 dikosongkan</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>kalkulator sentiasa di atas</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>kalkulator kembali ke paparan penuh</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Anjakan aritmetik dipilih</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Anjakan logik dipilih</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Putar anjakan membulat dipilih</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Putar melalui anjakan membulat bawaan dipilih</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Tetapan</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Penampilan</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema aplikasi</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Pilih tema aplikasi untuk dipaparkan</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Cerah</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Gelap</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Gunakan tetapan sistem</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ke Belakang</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Halaman tetapan</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Buka menu konteks untuk tindakan yang tersedia</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Tidak dapat memulihkan petikan ini.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/nb-NO/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Ugyldige inndata</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Resultat er udefinert</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Ikke nok minne</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Overflyt</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Resultat er ikke definert</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Resultat er ikke definert</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Overflyt</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Overflyt</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Kan ikke dele på null</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/nb-NO/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows Kalkulator</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows Kalkulator [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopier</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Lim inn</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Tilsvarer omtrent</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, verdi %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1-biters</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>minst betydelige bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Åpne undermeny for minne</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Lukk undermeny for minne</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Behold øverst</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Tilbake til fullskjermvisning</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Minne</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Logg (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bitvekslende tastatur</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Fullt tastatur</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tøm minne (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Minne</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minne</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Logg</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logg</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Konverteringsprogram</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Vitenskapelig</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konverteringsmodus</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vitenskapelig modus</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardmodus</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Tøm logg</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tøm logg</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Skjul</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Vitenskapelig</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmerer</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Omformer</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Omformer</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Konverteringsprogrammer</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulatorer</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Resultatet er %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Uttrykket er %1, gjeldende inndata er %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Resultatet er %1 komma</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Expression er %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Vis verdi som er kopiert til utklippstavlen</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Logg</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Minne</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Heksadesimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Desimalverdi %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Oktal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binær %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tøm logg</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Loggen er tom</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skjul logg</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Åpne undermeny for logg</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Lukk undermeny for logg</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minnelagring</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Minnelagring (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tøm minne</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Minnet er tomt</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minnegjenkalling</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Minnegjenkalling (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tillegging av minne</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tillegging av minne (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minnefratrekk</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Minnefratrekk (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tøm minneelement</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tøm minneelement</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Legg til i minneelement</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Legg til i minneelement</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fratrekk fra minneelement</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Fratrekk fra minneelement</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tøm minneelement</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Tøm minneelement</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Legg til i minneelement</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Legg til i minneelement</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fratrekk fra minneelement</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Fratrekk fra minneelement</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Slett</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopier</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Slett</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slett loggelement</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slett loggelement</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Null</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>En</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>To</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tre</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fire</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fem</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seks</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sju</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Åtte</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ni</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>og</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>eller</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ikke</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Roter til venstre</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Roter til høyre</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Venstre Skift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Høyre Skift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksklusiv eller</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veksleknapp for firedobbelt ord</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veksleknapp for dobbelt ord</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veksleknapp for ord</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veksleknapp for byte</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitvekslende tastatur</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fullt tastatur</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desimalskilletegn</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slett oppføring</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fjern</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Del med</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multipliser med</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Er lik</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Omvendt funksjon</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pluss</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadratrot</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prosent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiv negativ</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positiv negativ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Resiprok</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Venstreparentes</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Venstreparentes, åpen parentes teller %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Høyreparentes</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Antall åpne parenteser %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Det er ingen åpne paranteser å lukke.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vitenskapelig notasjon</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk funksjon</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk sinus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk cosinus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk tangens</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadrat</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kube</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus sinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus cosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus tangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk arcsinus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk arccosinus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk arctangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X til eksponenten</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ti til eksponenten</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>e opphøyet i</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>y-roten av x</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logg</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naturlig logg</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulus</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponentiell</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grad minutt sekund</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grader</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Heltallsdel</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Brøkdel</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fakultet</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veksleknapp for grader</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veksleknapp for gradianer</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veksleknapp for radianer</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rullegardinliste for modus</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rullegardinliste for kategorier</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Behold øverst</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tilbake til fullskjermvisning</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Behold øverst (Alt + opp)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tilbake til fullskjermvisning (Alt + ned)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Konverter fra %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Konverter fra %1 komma %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Konverterer til %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 er %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Inndataenhet</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Utdataenhet</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Areal</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energi</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Lengde</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Effekt</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Hastighet</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Tid</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volum</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatur</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Vekt og masse</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Trykk</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Vinkel</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valuta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Ounce (væske – britisk)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (britisk)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>ounce (væske – amerikansk)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (amerikansk)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>gallon (britisk)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (britisk)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>gallon (amerikansk)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (amerikansk)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>liter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>milliliter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>pint (britisk)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (britisk)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>pint (amerikansk)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (amerikansk)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>spiseskjeer (amerikansk)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>spiseskje (amerikansk)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>teskjeer (amerikansk)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ts (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>spiseskjeer (britisk)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>spiseskje (britisk)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Teskjeer (britisk)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>teskje (britisk)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>quart (britisk)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (britisk)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>quart (amerikansk)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (amerikansk)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>kopper (amerikansk)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>kopp (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Engelsk kalori</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>Engelsk kalori/minutt</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>kal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (amerikansk)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>tm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>kB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/t</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>miles/t</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>u</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>år</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>biter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>engelske kalorier</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>engelske kalorier/minutt</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>byte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>kalorier</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>centimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>centimeter per sekund</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>kubikkcentimeter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>kubikkfot</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>kubikktommer</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>kubikkmeter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>kubikkyard</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>dager</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>elektronvolt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>fot</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>fot per sekund</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>fotpund</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>fotpund/minutt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>gigabiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>gigabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>hektar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>hestekrefter (amerikansk)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Timer</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>tommer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>joule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-hours</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>kilobiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>kilobyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>kilokalorier</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>kilojoule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>kilometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>kilometer per time</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>kilowatt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>knop</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>megabiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>meter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>meter per sekund</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>mikroner</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>mikrosekunder</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Miles</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>engelske mil per time</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>millimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>millisekunder</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>minutter</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibbel</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>nanometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ångstrøm</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Nautiske mil</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>petabiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>petabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>sekunder</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>kvadratcentimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Kvadratfot</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>kvadrattommer</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>kvadratkilometer</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>kvadratmeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Kvadratmiles</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>kvadratmillimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>kvadratyard</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>terabiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>terabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>watt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Uker</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>yard</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>År</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tonn (britisk)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tonn (amerikansk)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>karat</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Grader</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radianer</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradianer</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfærer</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bar</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimeter kvikksølv</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Pund per kvadrattomme</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>hundredels gram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>dekagram</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>desigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>gram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>hektogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>kilogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>long ton (britisk)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>milligram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>ounce</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>pund</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>short ton (amerikansk)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Tonn (metrisk)</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD-er</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD-er</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>fotballbaner</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>fotballbaner</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketter</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketter</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD-er</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD-er</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>batterier</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>batterier</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>binders</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>binders</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbojeter</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbojeter</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>lyspærer</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>lyspærer</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>hester</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>hester</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>badekar</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>badekar</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>snøfnugg</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>snøfnugg</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefanter</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefanter</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>skilpadder</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>skilpadder</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>fly</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>fly</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>hvaler</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>hvaler</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>kaffekopper</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>kaffekopper</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>svømmebasseng</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>svømmebasseng</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>hender</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>hender</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>ark</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>ark</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>slott</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>slott</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>bananer</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>bananer</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>kakestykker</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>kakestykker</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>togmotorer</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>togmotorer</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>fotballer</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>fotballer</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Minneelement</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tilbake</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tilbake</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Lisensvilkår for Microsoft-programvare</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Forhåndsvisning </value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsofts personvernerklæring</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Med enerett.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Hvis du vil lære hvordan du kan bidra til kalkulator for Windows, sjekker du prosjektet på %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Om</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Send tilbakemelding</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Det finnes ingen logg ennå.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Ingenting er lagret i minnet.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minne</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Uttrykket kan ikke limes inn</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibiter</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Datoberegning</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Beregningsmodus</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Legg til</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Legg til eller trekk fra dager</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Dato</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Forskjell mellom datoer</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dager</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Forskjell</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Fra</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Måneder</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Trekk fra</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Til</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>År</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Dato utenfor grensene</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dag</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dager</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>måned</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>måneder</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Samme datoer</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>uke</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>uker</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>år</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>år</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Forskjell %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Resultatdato %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1-kalkulatormodus</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1-konverteringsmodus</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Modus for datoberegning</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logg og minnelister</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minnekontroller</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardfunksjoner</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skjermkontroller</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardoperatorer</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numerisk tastatur</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vinkeloperatorer</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vitenskapelige funksjoner</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valg av grunntall</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmeringsoperatorer</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valg av inndatamodus</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastatur med bitveksling</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rull uttrykk til venstre</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rull uttrykk til høyre</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Maks. antall siffer er nådd. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 lagret i minnet</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Minneplass %1 er %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Minneplass %1 er tom</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>delt med</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ganger</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>pluss</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>opphøyet i</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y rot</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>venstre skift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>høyre skift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>or</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x eller</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>og</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Oppdatert %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Oppdater valutakurser</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Datakostnader kan påløpe.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Kan ikke hente nye valutakurser. Prøv på nytt senere.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Frakoblet. Kontroller%HL%nettverksinnstillingene%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Oppdaterer valutakurser</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Valutakurser er oppdatert</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Kan ikke oppdatere kurser</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tøm minne (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tøm minne</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinusgrader</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinusradianer</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinusgradianer</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>omvendte sinusgrader</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>omvendte sinusradianer</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>omvendte sinusgradianer</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hyperbolsk sinus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>omvendt hyperbolsk sinus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>cosinusgrader</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>cosinusradianer</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>cosinusgradianer</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>omvendte cosinusgrader</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>omvendte cosinusradianer</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>omvendte cosinusgradianer</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hyperbolsk cosinus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>omvendt hyperbolsk cosinus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangensgrader</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangensradianer</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangensgradianer</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>omvendte tangensgrader</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inverse tangensradianer</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>omvendte tangensgradianer</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hyperbolsk tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>omvendt hyperbolsk tangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sekansgrader</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sekansradianer</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sekansgradianer</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>omvendte sekansgrader</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>omvendte sekansradianer</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>omvendte sekansgradianer</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hyperbolsk sekans</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>omvendt hyperbolsk sekans</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>cosekansgrader</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>cosekansradianer</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>cosekansgradianer</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>omvendte cosekansgrader</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>omvendte cosekansradianer</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>omvendte cosekansgradianer</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hyperbolsk cosekans</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>omvendt hyperbolsk cosekans</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangensgrader</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Cotangensradianer</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>cotangensgradianer</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>omvendte cotangensgrader</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>omvendte cotangensradianer</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>omvendte cotangensgradianer</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hyperbolsk cotangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>omvendt hyperbolsk cotangens</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Kubikkrot</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Baselogg</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absolutt verdi</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>venstre skift</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>høyre skift</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktoriell</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grad minutt sekund</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>naturlig logg</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>kvadrat</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y rot</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1-kategori</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsofts tjenesteavtale</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Fra</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rull beregningsresultat til venstre</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rull beregningsresultat til høyre</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Beregning mislyktes</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Baselogg Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometri</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funksjon</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Ulikheter</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ulikheter</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitvis</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bitskift</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Omvendt funksjon</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk funksjon</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk sekant</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Buesekant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk buesekant</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosekans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk cosekant</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Buecosekant</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk buecosekant</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk cotangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Buecotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolsk buecotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Avrunding nedover</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Avrunding oppover</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vilkårlig</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absolutt verdi</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eulers konstant</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>To til eksponenten</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Roter mot venstre med mente</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Roter mot høyre med mente</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Venstre Skift</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Venstre skift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Høyre Skift</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Høyre skift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmetisk skift</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logisk skift</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Roter sirkulær skift</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Roter gjennom mentesirkulær skift</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubikkrot</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometri</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksjoner</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitvis</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitskift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vitenskapelige operatørpaneler</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatørpaneler for programmering</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>mest betydelige bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Grafisk fremstilling</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tegn</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Oppdater visning automatisk (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafvisning</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatisk beste tilpassing</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Manuell justering</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Grafvisning er tilbakestilt</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom inn (CTRL + pluss)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom inn</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zoom ut (CTRL + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoom ut</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Legg til formel</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Kan ikke dele på dette tidspunktet.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Se hva jeg har laget grafisk fremstilling av med Windows Kalkulator</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Formler</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variabler</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Bilde av et diagram med formler</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variabler</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Trinn</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maks.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Farge</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stil</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Funksjonsanalyse</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funksjonen har ingen vannrette asymptoter.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funksjonen har ingen bøyningspunkter.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funksjonen har ingen maksimumspunkter.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funksjonen har ingen minimumspunkter.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Kontinuerlig</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Synkende</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Kan ikke fastsette monotonisitet for funksjonen.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Økende</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Monotonisitet for funksjonen er ukjent.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funksjonen har ingen skrå asymptoter.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Kan ikke fastsette pariteten for funksjonen.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funksjonen er et partall.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funksjonen er verken partall eller oddetall.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funksjonen er et oddetall.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Funksjonspariteten er ukjent.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodisitet støttes ikke for denne funksjonen.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funksjonen er ikke periodisk.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Funksjonsperiodisiteten er ukjent.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Disse funksjonene er for kompliserte for Kalkulator å beregne:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funksjonen har ingen loddrette asymptoter.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funksjonen har ingen x-skjæringspunkter.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funksjonen har ingen y-skjæringspunkter.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domene</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Vannrette asymptoter</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Bøyningspunkter</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analyse støttes ikke for denne funksjonen.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analyse støttes kun for funksjoner i f(x)-formatet. Eksempel: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksimum</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minimum</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonisitet</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Skrå asymptoter</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paritet</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Syklus</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Område</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Loddrette asymptoter</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-skjæringspunkt</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-skjæringspunkt</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Analyse kan ikke utføres for funksjonen.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Kan ikke beregne domenet for denne funksjonen.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Kan ikke beregne området for denne funksjonen.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Overflyt (tallet er for stort)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Radianer-modus kreves for å fremstille denne ligningen grafisk.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Denne funksjonen er for kompleks for grafisk fremstilling</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Gradmodus er nødvendig for å fremstille denne funksjonen grafisk</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Faktoriellfunksjonen har et ugyldig argument</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Faktoriellfunksjonen har et argument som er for stort til å fremstille grafisk</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo kan bare brukes med hele tall</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Ligningen har ingen løsning</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Kan ikke dele på null</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Ligningen inneholder logiske betingelser som gjensidig ekskluderes</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Ligningen er utenfor domenet</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Grafisk fremstilling av denne ligningen støttes ikke</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Ligningen mangler en venstre hakeparentes</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Ligningen mangler en avsluttende parentes</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Det er for mange desimal punkt i et tall</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Et desimaltegn mangler sifre</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Uventet avslutning av uttrykk</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Uventede tegn i uttrykket</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Ugyldige tegn i uttrykket</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Det er for mange likhetstegn</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funksjonen må inneholde minst én x- eller y-variabel</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Ugyldig uttrykk</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Uttrykket er tomt</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Lik ble brukt uten en formel</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Parentes mangler etter funksjonsnavn</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>En matematisk operasjon har feil antall parametere</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Et variabel navn er ugyldig</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Ligningen mangler en venstre parentes</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Ligningen mangler en avsluttende hakeparentes</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>«i» og «I» kan ikke brukes som variabelnavn</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Ligningen kunne ikke fremstilles grafisk</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Sifrene kunne ikke løses for den gitte basen</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Grunnlaget må være større enn 2 og mindre enn 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>En matematisk operasjon krever at en av parameterne er en variabel</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Ligningen blander logiske og skalare operander</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x eller y kan ikke brukes i øvre eller nedre grense</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x eller y kan ikke brukes i grense punktet</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Kan ikke bruke kompleks uendelighet</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Kan ikke bruke komplekse tall i ulikheter</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tilbake til funksjonsliste</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tilbake til funksjonsliste</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analysefunksjon</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analysefunksjon</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analysefunksjon</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Fjern formel</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fjern formel</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Fjern formel</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Del</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Del</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Endre formelstil</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Endre formelstil</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Endre formelstil</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Vis formel </value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Skjul formel </value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Vis formel %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Skjul formel %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Stopp sporing</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Start sporing</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Graf visnings vindu, x-akse som er bundet av %1 og %2, y-akse bundet av %3 og %4, visning av %5 formler</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfigurer glidebryter</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfigurer glidebryter</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Bytt til formelmodus</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Bytt til grafmodus</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bytt til formelmodus</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Gjeldende modus er formelmodus</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Gjeldende modus er grafmodus</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Vindu</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Grader</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradianer</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radianer</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Enheter</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Tilbakestill visning</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-maks.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-min.</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-maks.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-min.</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Grafalternativer</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafalternativer</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Grafalternativer</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variabel-alternativer</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Veksle mellom variable alternativer</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Linjetykkelse</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Linjealternativer</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Liten linjebredde</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Middels linjebredde</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Stor linjebredde</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Ekstra stor linjebredde</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Angi et uttrykk</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopier</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Klipp ut</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopier</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Lim inn</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Angre</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Merk alt</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksjonsinndata</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksjonsinndata</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksjonsinndatapanel</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variabelpanel</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variabelliste</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Listeelement for variabelen %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstboks for variabel verdi</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Glidebryter for variabel verdi</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstboks for variabel minimumsverdi</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstboks for variabel trinnverdi</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstboks for variabel maksverdi</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Linjestil, Heltrukket</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Linjestil, prikket linje</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Linjestil, Linje av streker</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Marineblå</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Bølgeskum</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Fiolett</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Grønn</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mintgrønn</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Mørk grønn</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Koksgrå</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Rød</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Lys plommefarget</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Gult gull</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Lys oransje</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Brun</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Svart</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Hvit</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Farge 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Farge 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Farge 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Farge 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Graftema</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Alltid lys</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Sammenligne app-tema</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alltid lys</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sammenligne app-tema</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funksjon fjernet</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Boks for funksjonsanalyselikning</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Er lik</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mindre enn</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mindre enn eller lik</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Er lik</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Større enn eller lik</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Større enn</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Send inn</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksjonsanalyse</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafalternativer</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Logg og minnelister</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Minneliste</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Loggspor %1 fjernet</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkulator alltid øverst</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkulator tilbake til fullskjermvisning</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Aritmetisk skift valgt</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Logisk skift valgt</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Rotasjon med sirkulært skift valgt</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Rotasjon gjennom mentesirkulært skift valgt</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Innstillinger</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Utseende</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>App-tema</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Velg hvilket app-tema som skal vises</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Lyst</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Mørkt</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Bruk systeminnstilling</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tilbake</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Innstillingssiden</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Åpne hurtigmenyen for å se tilgjengelige handlinger</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Kan ikke gjenopprette dette øyeblikksbildet.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/nl-NL/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Ongeldige invoer</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Resultaat is niet gedefinieerd</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Onvoldoende geheugen</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Overloop</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Resultaat is niet gedefinieerd</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Resultaat niet gedefinieerd</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Overloop</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Overloop</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Kan niet door nul delen</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/nl-NL/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Rekenmachine</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Rekenmachine [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows Rekenmachine</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows Rekenmachine [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Rekenmachine</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Rekenmachine [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopie</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Plakken</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Ongeveer gelijk aan</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, waarde %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63ste</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62ste</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61ste</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60ste</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59ste</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58ste</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57ste</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56ste</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55ste</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54ste</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53ste</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52ste</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51ste</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50ste</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49ste</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48ste</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47ste</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46ste</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45ste</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44ste</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43ste</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42ste</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41ste</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40ste</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39ste</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38ste</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37ste</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36ste</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35ste</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34ste</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33ste</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32ste</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31ste</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30ste</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29ste</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28ste</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27ste</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26ste</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25ste</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24ste</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23ste</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22ste</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21ste</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20ste</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19de</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18de</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17de</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16de</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15de</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14de</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13de</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12de</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11de</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10de</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9de</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8ste</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7de</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6de</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5de</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4de</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3de</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2de</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1ste</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>minst significante bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Geheugen-flyout openen</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Geheugen-flyout sluiten</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Op voorgrond behouden</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Terug naar volledige weergave</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geheugen</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geschiedenis (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bit-wissel-toetsenblok</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Volledig toetsenblok</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geheugen wissen (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Geheugen</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheugen</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Geschiedenis</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geschiedenis</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Conversieprogramma</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Wetenschappelijk</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standaard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Conversiemodus</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wetenschappelijke modus</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standaardmodus</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Alle geschiedenis wissen</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Alle geschiedenis wissen</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Verbergen</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standaard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Wetenschappelijk</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmeur</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Conversieprogramma</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Rekenmachine</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Conversieprogramma</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Rekenmachine</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Conversieprogramma's</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Rekenmachines</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Weergave is %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Expressie is %1, huidige invoer is %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Weergave is %1 punt</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Expressie is %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Schermwaarde gekopieerd naar klembord</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Geschiedenis</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Geheugen</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadecimaal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimaal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octaal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binair %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alle geschiedenis wissen</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Geschiedenis gewist</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geschiedenis verbergen</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Geschiedenis-flyout openen</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Geschiedenis-flyout sluiten</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opslaan in geheugen</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>In geheugen opslaan (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheugen wissen</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Geheugen gewist</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ophalen uit geheugen</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geheugenitem ophalen (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toevoegen aan geheugen</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bij geheugenitem optellen (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Van geheugenitem aftrekken</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Van geheugenitem aftrekken (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheugenitem wissen</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geheugenitem wissen</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toevoegen aan geheugenitem</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Toevoegen aan geheugenitem</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Van geheugenitem aftrekken</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Van geheugenitem aftrekken</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheugenitem wissen</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Geheugenitem wissen</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toevoegen aan geheugenitem</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Toevoegen aan geheugenitem</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Van geheugenitem aftrekken</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Van geheugenitem aftrekken</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Verwijderen</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiëren</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Verwijderen</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geschiedenisitem verwijderen</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geschiedenisitem verwijderen</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nul</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Een</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Twee</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Drie</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vier</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vijf</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zes</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zeven</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Acht</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Negen</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>En</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Of</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Niet</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naar links roteren</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naar rechts roteren</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Schuiven naar links</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Schuiven naar rechts</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exclusief of</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Viervoudig woord in-/uitschakelen</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dubbel woord in-/uitschakelen</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Woorden in-/uitschakelen</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Byte in-/uitschakelen</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit-wissel-toetsenblok</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Volledig toetsenblok</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Decimaalteken</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Invoer wissen</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wissen</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Delen door</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vermenigvuldigen met</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Is gelijk aan</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverse-functie</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wortel</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Procent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positief negatief</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positief negatief</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reciproque</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Haakje openen</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Haakje openen, aantal haakjes openen %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Haakje sluiten</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Aantal haakjes openen %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Er zijn geen haakjes openen om te sluiten.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wetenschappelijke notatie</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolische functie</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus hyperbolicus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus hyperbolicus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens hyperbolicus</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vierkant</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubus</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcsinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arccosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arctangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcsinus hyperbolicus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arccosinus hyperbolicus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arctangens hyperbolicus</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' tot de macht</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tien tot de macht</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' tot de macht</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'y' wortel van 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritme</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natuurlijk logaritme</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponentieel</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graad minuut seconde</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graden</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheel getal</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Breuk</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faculteit</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graden in-/uitschakelen</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gradiënten in-/uitschakelen</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radialen in-/uitschakelen</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vervolgkeuzelijst Modus</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vervolgkeuzelijst Categorieën</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Op voorgrond behouden</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Terug naar volledige weergave</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Op voorgrond houden (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Terug naar volledige weergave (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Converteren van %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Converteren van %1 punt %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Converteren naar %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 is %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Invoereenheid</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Uitvoereenheid</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Oppervlakte</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Gegevens</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energie</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Lengte</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Vermogen</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Snelheid</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Tijd</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volume</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatuur</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Gewicht en massa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Druk</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Hoek</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valuta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Fluid ounces (VK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (VK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Fluid ounces (VS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (VS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Gallons (VK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (VK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Gallons (VS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (VS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Liter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Milliliter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pints (VK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (VK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pints (VS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (VS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Tablespoons (VS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (VS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Teaspoons (VS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (VS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Tablespoons (VK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (VK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Teaspoons (VK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (VK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Quarts (VK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (VK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Quarts (VS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (VS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Cups (VS)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cup (VS)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>voet</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>pk (VS)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>u</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/u</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mijl</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>zeemijl</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>wk</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>jr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acre</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>British Thermal Units</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU's/minuut</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Thermische calorieën</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimeter per seconde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Kubieke centimeter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kubieke voet</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Kubieke inch</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Kubieke meter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Kubieke yard</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dagen</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Electronvolt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Voet</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Voet per seconde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Voetpond</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Voetpond/minuut</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hectare</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Paardenkracht (VS)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Uren</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Inch</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-uren</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Voedingscalorieën</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometer per uur</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Knopen</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Meter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Meter per seconde</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Micron</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microseconden</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Mijl</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Mijl per uur</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Millimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milliseconden</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minuten</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ångström</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Zeemijlen</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Seconden</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Vierkante centimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Vierkante voet</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Vierkante inch</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Vierkante kilometer</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Vierkante meter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Vierkante mijl</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Vierkante millimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Vierkante yard</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Weken</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yard</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Jaar</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>Cd</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>graden</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (VK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (VS)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karaat</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Graden</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radialen</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradiënten</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfeer</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bar</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimeters kwik </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Pond per vierkante inch</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Decagram</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Long tons (VK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Milligram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Ounces</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Ponden</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Short tons (VS)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Metrische ton</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>Cd’s</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>Cd’s</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>voetbalvelden</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>voetbalvelden</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>diskettes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>diskettes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>Dvd’s</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>Dvd’s</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>batterijen</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>batterijen</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>paperclips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>paperclips</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbojets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbojets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>lampen</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>lampen</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>paarden</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>paarden</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>badkuipen</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>badkuipen</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>sneeuwvlokjes</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>sneeuwvlokjes</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>olifanten</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>olifanten</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>schildpadden</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>schildpadden</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>straalvliegtuigen</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>straalvliegtuigen</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>walvissen</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>walvissen</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>koffiekopjes</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>koffiekopjes</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>zwembaden</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>zwembaden</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>handen</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>handen</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>vellen papier</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>vellen papier</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>kastelen</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>kastelen</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>bananen</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>bananen</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>plakjes cake</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>plakjes cake</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>treinmotoren</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>treinmotoren</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>voetballen</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>voetballen</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Geheugenitem</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Terug</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Terug</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Licentievoorwaarden voor Microsoft-software</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Voorbeeldweergave</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Privacyverklaring van Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Alle rechten voorbehouden.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Voor meer informatie over hoe u kunt bijdragen aan Windows-rekenmachine, bekijkt u het project op %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Info over</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Feedback verzenden</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Er is nog geen geschiedenis.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Er is niets opgeslagen in het geheugen.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheugen</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Deze expressie kan niet worden geplakt</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zettabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zettabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Datumberekening</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berekeningsmodus</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Toevoegen</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Dagen optellen of aftrekken</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Datum</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Verschil tussen datums</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dagen</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Verschil</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Vanaf</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Maanden</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Aftrekken</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Tot</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Jaar</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Datum buiten bereik</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dag</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dagen</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>maand</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>maanden</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Dezelfde datums</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>week</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>weken</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>jaar</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>jaren</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Verschil %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Resulterende datum %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 Rekenmachinemodus</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 Conversiemodus</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Datumberekeningsmodus</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geschiedenis- en geheugenlijsten</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheugencontrollers</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standaardfuncties</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Beeldschermcontrollers</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standaardoperators</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numeriek toetsenbord</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hoekoperators</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wetenschappelijke functies</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radix selecteren</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmeeroperators</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Invoermodusselectie</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Toetsenblok voor het omzetten van bits</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Expressie naar links schuiven</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Expressie naar rechts schuiven</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Max. aantal cijfers bereikt. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 opgeslagen in geheugen</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Geheugensleuf %1 is %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Geheugensleuf %1 gewist</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>gedeeld door</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>maal</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>tot de macht</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y wortel</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>schuiven naar links</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>schuiven naar rechts</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>of</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x of</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>en</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Bijgewerkt %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Tarieven bijwerken</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Er worden mogelijk datakosten in rekening gebracht.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Nieuwe tarieven kunnen niet worden opgehaald. Probeer het later opnieuw.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Controleer je %HL%netwerkinstellingen%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Valutawisselkoersen worden bijgewerkt</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Valutawisselkoersen bijgewerkt</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Kan wisselkoersen niet bijwerken</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Geheugen wissen (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Geheugen wissen</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>graden sinus</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radialen sinus</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>gradiënten sinus</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>graden arcsinus</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>radialen arcsinus</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>gradiënten arcsinus</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>sinus hyperbolicus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>arcsinus hyperbolicus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>graden cosinus</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radialen cosinus</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>gradiënten cosinus</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>graden arccosinus</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>radialen arccosinus</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>gradiënten arccosinus</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>cosinus hyperbolicus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>arccosinus hyperbolicus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>graden tangens</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>radialen tangens</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>gradiënten tangens</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>graden arctangens</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>radialen arctangens</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>gradiënten arctangens</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangens hyperbolicus</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>arctangens hyperbolicus</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>graden secans</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radialen secans</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>gradiënten secans</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>graden inverse secans</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>radialen inverse secans</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>gradiënten inverse secans</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>secans hyperbolicus</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>inverse secans hyperbolicus</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>graden cosecans</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radialen cosecans</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>gradiënten cosecans</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>graden inverse cosecans</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>radialen inverse cosecans</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>gradiënten inverse cosecans</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecans hyperbolicus</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>inverse cosecans hyperbolicus</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>graden contangens</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radialen cotangens</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>gradiënten cotangens</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>graden inverse cotangens</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>radialen inverse cotangens</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>gradiënten inverse cotangens</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangens hyperbolicus</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>inverse cotangens hyperbolicus</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Derdemachtswortel</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Logaritmische basis</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absolute waarde</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>schuiven naar links</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>schuiven naar rechts</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faculteit</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>graden minuut seconde</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>natuurlijke logaritme</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>vierkant</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y wortel</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Categorie %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft-servicesovereenkomst</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Vanaf</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berekeningsresultaat naar links schuiven</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Berekeningsresultaat naar rechts schuiven</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Berekening mislukt</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Basislogboek Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometrie</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Functie</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Ongelijkheden</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ongelijkheden</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverse-functie</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolische functie</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secans hyperbolicus</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcsecans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcsecans hyperbolicus</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecans hyperbolicus</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc-cosecans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc-cosecans hyperbolicus</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangens hyperbolicus</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc-cotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc-cotangens hyperbolicus</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Afronden beneden</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Afronden boven</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Willekeurig</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absolute waarde</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Euler-constante</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Twee tot de macht</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Niet En</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Niet En</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Niet Of</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Niet Of</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Draaien links met overnemen</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Draaien rechts met overnemen</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Schuiven naar links</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Verschuiving links</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Schuiven naar rechts</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Verplaatsing rechts</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rekenkundige verschuiving</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logische verschuiving</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Circulaire verschuiving draaien</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Draaien via overnemen circulaire verschuiving</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Derdemachtswortel</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometrie</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Functies</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitwise</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitshift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatorpanelen wetenschappelijk</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatorpanelen programmeren</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>meest significante bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Grafisch</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plotten</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Weergave automatisch vernieuwen (CTRL + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafiekweergave</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatisch passend maken</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Handmatige aanpassing</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Grafiekweergave is opnieuw ingesteld</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Inzoomen (Ctrl + plusteken)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inzoomen</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Uitzoomen (Ctrl + minteken)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uitzoomen</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vergelijking toevoegen</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Kan op dit moment niet delen.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Kijk wat voor grafiek ik met Windows Rekenmachine heb gemaakt</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Vergelijkingen</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variabelen</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Afbeelding van een grafiek met vergelijkingen</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variabelen</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Stap</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Kleur</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stij</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Functieanalyse</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>De functie heeft geen horizontale asymptoten.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Er zijn geen buigpunten voor de functie.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>De functie heeft geen maximale punten.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>De functie heeft geen minimale punten.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constante</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Aflopend</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Kan de monotoniteit van de functie niet bepalen.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Oplopend</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>De monotoniteit van de functie is onbekend.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>De functie heeft geen schuine asymptoten.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Kan de pariteit van de functie niet bepalen.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>De functie is even.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>De functie is nog even noch oneven.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>De functie is oneven.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>De pariteit van de functie is onbekend.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodiciteit wordt niet ondersteund voor deze functie.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>De functie is niet periodiek.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>De periodiciteit van de functie is onbekend.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Deze functies zijn te complex voor de rekenmachine:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>De functie heeft geen verticale asymptoten.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>De functie heeft geen x-snijpunten.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>De functie heeft geen y-snijpunten.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domein</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Horizontale asymptoten</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Buigpunten</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>De analyse wordt niet ondersteund voor deze functie.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analyse wordt alleen ondersteund voor functies in de notatie f(x). Voorbeeld: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maxima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotoniteit</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Schuine asymptoten</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Pariteit</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Cyclus</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Bereik</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Verticale asymptoten</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-snijpunt</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-snijpunt</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>De analyse kan niet worden uitgevoerd voor de functie.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Kan het domein voor deze functie niet berekenen.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Kan het bereik voor deze functie niet berekenen.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Overloop (het getal is te groot)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Radialenmodus is vereist om deze vergelijking weer te geven in een grafiek.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Deze functie is te complex om te worden weergegeven in een grafiek</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Gradenmodus is vereist om deze vergelijking weer te geven in een grafiek</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>De faculteitsfunctie heeft een ongeldig argument</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>De faculteitsfunctie heeft een argument dat te groot is voor een grafiek</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo kan alleen worden gebruikt voor gehele getallen</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>De vergelijking heeft geen oplossing</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Kan niet delen door nul</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>De vergelijking bevat logische voorwaarden die elkaar wederzijds uitsluiten</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Vergelijking valt buiten het domein</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>In een grafiek weergeven van deze vergelijking wordt niet ondersteund</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Er ontbreekt een haakje openen in de vergelijking</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Er ontbreekt een haakje sluiten in de vergelijking</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Een getal bevat teveel cijfers achter de komma</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Er ontbreken cijfers achter de komma</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Onverwacht einde van expressie</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>De expressie bevat onverwachte tekens</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>De expressie bevat ongeldige tekens</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Er zijn te veel gelijktekens</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>De functie moet minstens één x- of y-variabele bevatten</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Ongeldige expressie</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>De expressie is leeg</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Gelijkteken is gebruikt zonder een vergelijking</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Haakjes na functienaam ontbreken</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Er is een rekenkundige bewerking met een onjuist aantal parameters</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Een variabelenaam is ongeldig</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Er ontbreekt een haak openen in de vergelijking</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Er ontbreekt een haak sluiten in de vergelijking</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>‘i’ en ‘I’ kunnen niet worden gebruikt als variabelenaam</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>De vergelijking wordt niet weergegeven in een grafiek</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Het cijfer kan niet worden omgezet voor de opgegeven basis</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>De basis moet groter dan 2 zijn en kleiner dan 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Voor een wiskundige bewerking moet een van de paramaters een variabele zijn</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Vergelijking combineert logische en scalaire operanden</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x of y kan niet worden gebruikt in de boven- of ondergrens</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x of y kan niet worden gebruikt in het limietpunt</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Kan geen complex oneindigheid gebruiken</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Kan geen complex getallen gebruiken in ongelijkheden</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teruggaan naar de lijst met functies</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teruggaan naar de lijst met functies</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Functie analyseren</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Functie analyseren</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Functie analyseren</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vergelijking verwijderen</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vergelijking verwijderen</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Vergelijking verwijderen</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Delen</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Delen</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vergelijkingsstijl wijzigen</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vergelijkingsstijl wijzigen</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Vergelijkingsstijl wijzigen</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Vergelijking weergeven</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Vergelijking verbergen</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Vergelijking %1 weergeven</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Vergelijking %1 verbergen</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Tracering stoppen</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Tracering starten</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Het diagramweergave venster, de x-as die wordt begrensd door %1 en %2, y-as die wordt begrensd door %3 en %4, waarbij %5 vergelijkingen worden weergegeven</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Schuifregelaar configureren</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Schuifregelaar configureren</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Vergelijkingsmodus activeren</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Grafiekmodus activeren</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vergelijkingsmodus activeren</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>De huidige modus is de vergelijkingsmodus</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>De huidige modus is grafiekmodus</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Venster</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Graden</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradiënten</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radialen</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Eenheden</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Weergave opnieuw instellen</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Grafiekopties</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafiekopties</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Grafiekopties</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opties voor variabele</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Variabele opties voor wisselknop</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Lijndikte</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Lijnopties</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Kleine lijnbreedte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Gemiddelde lijnbreedte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Grote lijnbreedte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Extra grote lijnbreedte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Voer een expressie in</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiëren</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Knippen</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiëren</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Plakken</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ongedaan maken</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Alles selecteren</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Functie-invoer</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Functie-invoer</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneel voor functie-invoer</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneel voor variabelen</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lijst met variabelen</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Lijstitem voor variabele %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstvak Waarde van variabele</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Schuifregelaar voor waarde van variabele</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstvak Minimale waarde van variabele</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstvak Intervalwaarde van variabele</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tekstvak Maximale waarde van variabele</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Effen lijnstijl</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Lijnstijl voor punten</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Streepje lijnstijl:</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Marineblauw</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Zeeschuim</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violet</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Groen</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mintgroen</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Donkergroen</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Houtskool</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Rood</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Lichtpaars</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Geelgoud</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Helderoranje</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Bruin</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Zwart</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Wit</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Kleur 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Kleur 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Kleur 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Kleur 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Grafiekthema</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Altijd licht</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Overeenkomen met app-thema</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Thema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Altijd licht</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Overeenkomen met app-thema</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Functie verwijderd</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vak Vergelijking van functieanalyse</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Is gelijk aan</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kleiner dan</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kleiner dan of gelijk aan</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gelijk aan</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Groter dan of gelijk aan</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Groter dan</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Verzenden</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Functieanalyse</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafiekopties</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Geschiedenis- en geheugenlijsten</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Geheugenlijst</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Geschiedenissleuf %1 is gewist</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Rekenmachine altijd op voorgrond</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Rekenmachine terug in volledige weergave</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Rekenkundige verschuiving geselecteerd</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Logische verschuiving geselecteerd</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Circulaire verschuiving draaien geselecteerd</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Draaien via overnemen circulaire verschuiving geselecteerd</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Instellingen</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Uiterlijk</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>App-thema</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Selecteer welk app-thema moet worden weergegeven</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Licht</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Donker</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Systeeminstelling gebruiken</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Terug</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Instellingenpagina</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Het contextmenu openen voor beschikbare acties</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Kan deze momentopname niet herstellen.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/pl-PL/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Nieprawidłowe dane wejściowe</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Nieokreślony wynik</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Za mało pamięci</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Przepełnienie</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Wynik nieokreślony</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Wynik nieokreślony</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Przepełnienie</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Przepełnienie</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Nie można dzielić przez zero</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/pl-PL/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Kalkulator Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Kalkulator Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopiuj</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Wklej</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>W przybliżeniu równa się</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, wartość %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1-bitowy</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>najmniej znaczący bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Otwórz okno wysuwane pamięci</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Zamknij okno wysuwane pamięci</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Zostaw na wierzchu</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Powrót do pełnego widoku</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pamięć</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historia (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Klawiatura bitowa</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pełna klawiatura</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Wyczyść całą pamięć (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Pamięć</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pamięć</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Historia</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historia</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Konwerter</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Naukowy</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standardowy</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tryb konwertera</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tryb naukowy</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tryb standardowy</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Wyczyść całą historię</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Wyczyść całą historię</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Ukryj</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standardowy</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Naukowy</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programisty</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Konwerter</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Konwerter</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Konwertery</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulatory</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Wyświetlana wartość to %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Wyrażenie to %1, a aktualnie wprowadzona wartość to %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Wyświetlana wartość to %1 przecinek</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Wyrażenie %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Wyświetlona wartość został skopiowana do schowka</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historia</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Pamięć</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Wartość szesnastkowa %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Wartość dziesiętna %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Wartość ósemkowa %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Wartość binarna %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wyczyść całą historię</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Historia została wyczyszczona</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ukryj historię</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Otwórz okno wysuwane historii</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Zamknij okno wysuwane historii</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zachowaj w pamięci</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Przechowaj w pamięci (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wyczyść całą pamięć</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Pamięć została wyczyszczona</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przywołaj z pamięci</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Przywołaj z pamięci (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dodaj do pamięci</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Dodaj do pamięci (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odejmij od pamięci</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Odejmij od pamięci (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wyczyść pozycję w pamięci</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Wyczyść pozycję w pamięci</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dodaj do pozycji w pamięci</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Dodaj do pozycji w pamięci</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odejmij od pozycji w pamięci</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Odejmij od pozycji w pamięci</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wyczyść pozycję w pamięci</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Wyczyść pozycję w pamięci</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dodaj do pozycji w pamięci</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Dodaj do pozycji w pamięci</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odejmij od pozycji w pamięci</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Odejmij od pozycji w pamięci</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Usuń</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiuj</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Usuń</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Usuń element historii</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Usuń element historii</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jeden</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dwa</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trzy</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cztery</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pięć</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sześć</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Siedem</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Osiem</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dziewięć</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lub</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nie</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przesunięcie cykliczne w lewo</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przesunięcie cykliczne w prawo</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitowe przesunięcie w lewo</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitowe przesunięcie w prawo</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wyłączny lub</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przełącz do jednostki Słowo poczwórne</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przełącz do jednostki Słowo podwójne</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przełącz do jednostki Słowo</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przełącz do jednostki Bajt</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Klawiatura bitowa</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pełna klawiatura</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Separator dziesiętny</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wyczyść wpis</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wyczyść</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Podziel przez</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomnóż przez</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Równa się</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcja odwrotna</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pierwiastek kwadratowy</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Procent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dodatnie/ujemne</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dodatnie/ujemne</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odwrotność</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lewy nawias</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Lewy nawias, liczba otwartych nawiasów: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prawy nawias</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Liczba nawiasów otwierających: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Brak otwartych nawiasów do zamknięcia.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notacja naukowa</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcja hiperboliczna</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus hiperboliczny</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus hiperboliczny</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens hiperboliczny</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kwadrat</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sześcian</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus sinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus cosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus tangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus sinus hiperboliczny</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus cosinus hiperboliczny</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus tangens hiperboliczny</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X' do wykładnika potęgowego</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dziesięć do potęgi</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>„e” do potęgi</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>pierwiastek 'y' stopnia 'x'</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logarytm dziesiętny</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logarytm naturalny</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wykładnicze</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stopień minuta sekunda</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stopnie</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Część całkowita</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Część ułamkowa</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Silnia</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przełącz do jednostki Stopnie</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przełącz do jednostki Gradus</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przełącz do jednostki Radian</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista rozwijana trybów</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista rozwijana kategorii</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zostaw na wierzchu</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Powrót do pełnego widoku</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zostaw na wierzchu (Alt + strzałka w górę)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Powrót do pełnego widoku (Alt + strzałka w dół)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Konwertuj z %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Konwertuj z %1 przecinek %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Konwertuje na %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 to %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Jednostka wejściowa</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Jednostka wyjściowa</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Powierzchnia</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Dane</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energia</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Długość</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Zasilanie</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Prędkość</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Czas</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Objętość</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Ciężar i masa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Ciśnienie</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Kąt</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Waluta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Uncje cieczy (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>uncja cieczy (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Uncje cieczy (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>uncja cieczy (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galony (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>galon (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galony (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>galon (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litry</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>l</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitry</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Półkwarty (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>półkwarta (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Półkwarty (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>półkwarta (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Łyżki stołowe (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>łyżka stołowa (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Łyżeczki (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>łyżeczka (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Łyżki stołowe (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>łyżka stołowa (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Łyżeczki (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>łyżeczka (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Kwarty (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>kwarta (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Kwarty (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>kwarta (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Cups (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>filiżanka (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>stopa³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>cal³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>jard³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>stopy</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>stopy/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>stopa•funt</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>KM (USA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>godz.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>węzeł</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mila</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>m/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>mila morska</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>stopa•funt/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>stopa²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>cal²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mila²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>jard²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>tydzień</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>jard</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>rok</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Akry</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Jednostki BTU</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Kalorie</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centymetry</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centymetry na sekundę</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Centymetry sześcienne</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Stopy sześcienne</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Cale sześcienne</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Metry sześcienne</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Jardy sześcienne</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dni</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsjusz</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektronowolty</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Stopy</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Stopy na sekundę</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Stopofunty</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Stopofunty/minutę</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektary</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Koń mechaniczny (USA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Godziny</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Cale</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Dżule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatogodzin</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelwiny</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Kilokalorie</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilodżule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometry</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometry na godzinę</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowaty</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Węzły</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Machy</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metry</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metry na sekundę</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikrony</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekundy</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Mile</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Mile na godzinę</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milimetry</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisekundy</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minuty</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Półbajt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometry</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstremy</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Mile morskie</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekundy</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Centymetry kwadratowe</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Stopy kwadratowe</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Cale kwadratowe</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kilometry kwadratowe</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Metry kwadratowe</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Mile kwadratowe</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Milimetry kwadratowe</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Jardy kwadratowe</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Waty</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Tygodnie</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Jardy</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Lata</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>karat</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>stpn</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Hg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tona (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>uncja</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>funt</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tona (USA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>kamień</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karaty</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Stopnie</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radiany</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Grad</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfery</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bary</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopaskale</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milimetry słupa rtęci</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Paskale</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Funty na cal kwadratowy</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centygramy</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagramy</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decygramy</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gramy</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektogramy</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogramy</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Tony brytyjskie (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligramy</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Uncje</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Funty</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Tony amerykańskie (USA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Kamień</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Tony metryczne</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>boiska piłkarskie</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>boiska piłkarskie</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>dyskietki</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>dyskietki</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>baterie</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>baterie</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>spinacze do papieru</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>spinacze do papieru</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jety</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbo jety</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>żarówki</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>żarówki</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>konie</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>konie</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>wanny</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>wanny</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>płatki śniegu</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>płatki śniegu</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>słonie</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>słonie</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>żółwie</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>żółwie</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>odrzutowce</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>odrzutowce</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>wieloryby</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>wieloryby</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>filiżanki do kawy</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>filiżanki do kawy</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>baseny pływackie</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>baseny pływackie</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>dłonie</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>dłonie</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>arkusze papieru</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>arkusze papieru</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>zamki</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>zamki</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banany</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banany</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>kawałki ciasta</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>kawałki ciasta</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotywy</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotywy</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>piłki nożne</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>piłki nożne</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Pozycja w pamięci</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wstecz</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Wstecz</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Postanowienia licencyjne dotyczące oprogramowania firmy Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Podgląd</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Zasady zachowania poufności informacji firmy Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Wszelkie prawa zastrzeżone.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Aby dowiedzieć się, jak można uczestniczyć w programie Kalkulator systemu Windows, Wyewidencjonuj projekt na stronie %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Informacje</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Prześlij opinię</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Nie ma jeszcze historii.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Brak elementów zapisanych w pamięci.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pamięć</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Tego wyrażenia nie można wkleić</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Eksabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Eksabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Eksbibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Eksbibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zettabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zettabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Jobibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Jobibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Obliczanie daty</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tryb obliczania</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Dodaj</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Dodaj lub odejmij dni</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Różnica między datami</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dni</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Różnica</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Od</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Miesiące</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Odejmij</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Do</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Lata</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Data poza zakresem</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dzień</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dni</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>miesiąc</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>miesiące</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Takie same daty</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>tydzień</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>tygodnie</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>rok</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>lata</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Różnica %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Wynikowa data %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Tryb kalkulatora %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Tryb konwertera %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Tryb obliczania daty</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Listy historii i pamięci</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elementy sterujące pamięci</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcje standardowe</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Elementy sterujące wyświetlania</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatory standardowe</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Klawiatura numeryczna</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatory kątowe</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcje naukowe</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wybór podstawy</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatory programistyczne</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wybór trybu wprowadzania</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Klawiatura bitowa</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przewiń wyrażenie w lewo</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przewiń wyrażenie w prawo</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Osiągnięto maksymalną liczbę cyfr. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 zapisano w pamięci</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Gniazdo pamięci %1 to %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Gniazdo pamięci %1 zostało opróżnione</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>podzielone przez</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>razy</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>do potęgi</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>pierwiastek y stopnia</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>bitowe przesunięcie w lewo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>bitowe przesunięcie w prawo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>lub</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x lub</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>oraz</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Zaktualizowano %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Aktualizuj kursy</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Mogą zostać naliczone opłaty za przesyłanie danych.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Nie można pobrać nowych kursów. Spróbuj ponownie później.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>W trybie offline. Sprawdź%HL%Ustawienia sieci%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Aktualizowanie kursów walut</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Kursy walut zaktualizowane</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Nie można zaktualizować kursów.</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Wyczyść całą pamięć (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wyczyść całą pamięć</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinus (stopnie)</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinus (radiany)</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinus (grady)</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>arcus sinus (stopnie)</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>arcus sinus (radiany)</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>arcus sinus (grady)</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>sinus hiperboliczny</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>arcus sinus hiperboliczny</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>cosinus (stopnie)</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>cosinus (radiany)</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>cosinus (grady)</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>arcus cosinus (stopnie)</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>arcus cosinus (radiany)</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>arcus cosinus (grady)</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>cosinus hiperboliczny</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>arcus cosinus hiperboliczny</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangens (stopnie)</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangens (radiany)</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangens (grady)</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>arcus tangens (stopnie)</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>arcus tangens (radiany)</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>arcus tangens (grady)</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangens hiperboliczny</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>arcus tangens hiperboliczny</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>secans (stopnie)</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>secans (radiany)</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>secans (grady)</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>arcus secans (stopnie)</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>arcus secans (radiany)</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>arcus secans (grady)</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>secans hiperboliczny</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>arcus secans hiperboliczny</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>cosecans (stopnie)</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>cosecans (radiany)</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>cosecans (grady)</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>arcus cosecans (stopnie)</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>arcus cosecans (radiany)</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>arcus cosecans (grady)</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecans hiperboliczny</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>arcus cosecans hiperboliczny</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangens (stopnie)</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>cotangens (radiany)</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>cotangens (grady)</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>arcus cotangens (stopnie)</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>arcus cotangens (radiany)</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>arcus cotangens (grady)</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangens hiperboliczny</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>arcus cotangens hiperboliczny</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Pierwiastek sześcienny</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Podstawa logarytmu</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Wartość bezwzględna</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>lewy klawisz Shift</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>prawy klawisz Shift</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>silnia</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>stopień minuta sekunda</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>logarytm naturalny</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>kwadrat</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>pierwiastek y stopnia</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Kategoria %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Umowa o świadczenie usług firmy Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Od</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przewiń wyniki obliczeń w lewo</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przewiń wyniki obliczeń w prawo</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Obliczanie nie powiodło się</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logarytm przy podstawie Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trygonometria</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funkcja</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Nierówności</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nierówności</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Operator bitowy</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Przesunięcie bitowe</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcja odwrotna</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcja hiperboliczna</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secans hiperboliczny</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus secans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus secans hiperboliczny</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecans hiperboliczny</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus cosecans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus cosecans hiperboliczny</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangens hiperboliczny</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus cotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus cotangens hiperboliczny</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dolny limit</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Górny limit</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Losowe</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wartość bezwzględna</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Liczba Eulera</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dwa do potęgi</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NAND</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NOR</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NOR</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Obrót w lewo z przeniesieniem</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Obrót w prawo z przeniesieniem</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitowe przesunięcie w lewo</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Bitowe przesunięcie w lewo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitowe przesunięcie w prawo</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Bitowe przesunięcie w prawo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Przesunięcie arytmetyczne</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Przesunięcie logiczne</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Przesunięcie cykliczne Obrót</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Przesunięcie cykliczne Obrót przez przeniesienie</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pierwiastek sześcienny</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trygonometria</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcje</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operator bitowy</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przesunięcie bitowe</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panele operatorów naukowych</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panele operatorów programistycznych</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>najbardziej znaczący bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Tworzenie wykresów</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kreśl</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Automatycznie odświeżaj widok (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Widok wykresu</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatyczne optymalnie dopasowanie</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Korekta ręczna</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Widok wykresu został zresetowany</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Powiększ (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Powiększ</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pomniejsz (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomniejsz</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Dodaj równanie</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Nie można udostępnić w tej chwili.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Zobacz, co udało mi się wykreślić za pomocą Kalkulatora Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Równania</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Zmienne</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Obraz przedstawiający wykres z równaniami</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Zmienne</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Krok</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maks.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Kolor</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Styl</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analiza funkcji</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Ta funkcja nie ma asymptot poziomych.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Ta funkcja nie ma punktów przegięcia.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Ta funkcja nie ma maksimów.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Ta funkcja nie ma minimów.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Stała</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Malejąca</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Nie można ustalić monotoniczności funkcji.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Rosnąca</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Monotoniczność funkcji jest nieznana.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Ta funkcja nie ma asymptot ukośnych.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Nie można ustalić parzystości funkcji.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funkcja jest parzysta.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funkcja nie jest parzysta ani nieparzysta.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funkcja jest nieparzysta.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Parzystość funkcji jest nieznana.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Okresowość nie jest obsługiwana w przypadku tej funkcji.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funkcja nie jest okresowa.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Okresowość funkcji jest nieznana.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Te funkcje są zbyt złożone, aby aplikacja Kalkulator mogła je obliczyć:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Ta funkcja nie ma asymptot pionowych.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Ta funkcja nie ma miejsc zerowych.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Ta funkcja nie ma punktów przecięcia z osią Y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Dziedzina</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asymptoty poziome</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Punkty przegięcia</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analiza nie jest obsługiwana w przypadku tej funkcji.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analiza jest obsługiwana tylko w przypadku funkcji w formacie f(x). Przykład: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksimum</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minimum</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotoniczność</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asymptoty ukośne</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Parzystość</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Cykl</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Zbiór wartości</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asymptoty pionowe</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Miejsce zerowe</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Punkt przecięcia z osią Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Nie można wykonać analizy dla tej funkcji.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Nie można obliczyć dziedziny dla tej funkcji.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Nie można obliczyć zbioru wartości dla tej funkcji.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Przepełnienie (liczba jest zbyt duża)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Do stworzenia wykresu tego równania wymagana jest funkcja Radiany.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Nie można sporządzić wykresu tej funkcji, ponieważ jest ona zbyt złożona.</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Do stworzenia wykresu tej funkcji wymagana jest funkcja Stopnie.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Funkcja silnia ma nieprawidłowy argument</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Funkcja silnia ma zbyt duży argument, żeby można było sporządzić jej wykres</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Operator modulo może być używany tylko z liczbami całkowitymi</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Równanie nie ma rozwiązania</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Nie można dzielić przez zero</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Równanie zawiera warunki logiczne, które wzajemnie się wykluczają</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Równanie znajduje się poza domeną</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Tworzenie wykresu tego równania nie jest obsługiwane</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>W równaniu brakuje otwierającego nawiasu okrągłego</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>W równaniu brakuje zamykającego nawiasu okrągłego</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Liczba ma zbyt dużo separatorów dziesiętnych</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>W miejscu wartości dziesiętnych brakuje cyfr</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Nieoczekiwany koniec wyrażenia</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Nieoczekiwane znaki w wyrażeniu</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Nieprawidłowe znaki w wyrażeniu</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Zbyt wiele znaków równości</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funkcja musi zawierać co najmniej jedną zmienną x lub y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Nieprawidłowe wyrażenie</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Wyrażenie jest puste</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Znak równości został użyty bez równania</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Brak nawiasu okrągłego po nazwie funkcji</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Działanie matematyczne ma niepoprawną liczbę parametrów</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Nieprawidłowa nazwa zmiennej</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>W równaniu brakuje otwierającego nawiasu kwadratowego</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>W równaniu brakuje zamykającego nawiasu kwadratowego</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>„i” oraz „I” nie mogą służyć jako nazwy zmiennych</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Nie można sporządzić wykresu równania</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Nie można rozpoznać cyfry dla podanej podstawy</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Wartość podstawowa musi być większa niż 2 i mniejsza niż 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Operacja matematyczna wymaga, aby jeden z jej parametrów był zmienną</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>W równaniu użyte zostały wartości logiczne i skalarne</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>Nie można użyć znaku x oraz y w górnym ani dolnym limicie</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>Nie można użyć znaku x ani y w punkcie limitu</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Nie można użyć złożonej nieskończoności</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Liczby zespolone nie mogą być używane w nierównościach</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Powrót do listy funkcji</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Powrót do listy funkcji</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analizuj funkcję</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analizuj funkcję</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analizuj funkcję</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Usuń równanie</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Usuń równanie</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Usuń równanie</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Udostępnij</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Udostępnij</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zmień styl równania</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zmień styl równania</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Zmień styl równania</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Pokaż równanie</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Ukryj równanie</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Pokaż równanie %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Ukryj równanie %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Zatrzymaj śledzenie</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Rozpocznij śledzenie</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Okno wyświetlania wykresu, oś x powiązana %1 i %2, oś y powiązana z %3 i %4ą, wyświetlanie %5 równań</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfiguruj suwak</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfiguruj suwak</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Przełącz do trybu równania</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Przełącz do trybu wykresu</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Przełącz do trybu równania</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Bieżący tryb to tryb równania</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Bieżący tryb to tryb wykresu</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Okno</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Stopnie</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Grady</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radiany</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Jednostki</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Resetuj widok</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Maks.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Maks.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opcje wykresu</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opcje wykresu</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opcje wykresu</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opcje zmiennej</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Przełączanie opcji zmiennej</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Grubość linii</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opcje linii</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Mała szerokość linii</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Średnia szerokość linii</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Duża szerokość linii</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Bardzo duża szerokość linii</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Wprowadź wyrażenie</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiuj</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Wytnij</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiuj</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Wklej</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Cofnij</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Zaznacz wszystko</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dane wejściowe funkcji</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dane wejściowe funkcji</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel wprowadzania funkcji</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel zmiennych</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista zmiennych</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Element listy zmiennej %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pole tekstowe wartości zmiennej</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Suwak wartości zmiennej</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pole tekstowe wartości minimalnej zmiennej</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pole tekstowe wartości kroku zmiennej</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pole tekstowe maksymalnej wartości zmiennej</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Styl linii ciągłej</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Styl linii kropkowanej</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Styl linii kreskowanej</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Granatowy</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Piana morska</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Fioletowy</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Zielony</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Miętowa zieleń</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Ciemnozielony</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Węgiel drzewny</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Czerwony</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Jasnośliwkowy</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Amarantowy</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Żółtozłoty</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Jasnopomarańczowy</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Brązowy</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Czarny</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Biały</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Kolor 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Kolor 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Kolor 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Kolor 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Kompozycja wykresu</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Zawsze jasne</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Dopasuj do motywu aplikacji</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Motyw</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zawsze jasne</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dopasuj do motywu aplikacji</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Usunięto funkcję</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pole równania analizy funkcji</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Równa się</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mniejsze niż</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mniejsze lub równe</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Równe</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Większe lub równe</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Większe niż</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prześlij</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analiza funkcji</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opcje wykresu</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Listy historii i pamięci</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Lista pamięci</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Wyczyszczono miejsce historii %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkulator zawsze na wierzchu</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkulator powrócił do pełnego widoku</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Zaznaczono Przesunięcie arytmetyczne</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Zaznaczono Przesunięcie logiczne</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Zaznaczono Przesunięcie cykliczne Obrót</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Zaznaczono Przesunięcie cykliczne Obrót przez przeniesienie</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Ustawienia</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Wygląd</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Motyw aplikacji</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Wybierz motyw aplikacji do wyświetlenia</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Jasny</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Ciemny</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Użyj ustawienia systemu</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Wstecz</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Strona ustawień</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otwieranie menu kontekstowego dla dostępnych akcji</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Nie można przywrócić tej migawki.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/pt-BR/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Entrada inválida</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Resultado indefinido</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Memória insuficiente</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Estouro</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Resultado não definido</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Resultado não definido</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Estouro</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Estouro</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Não é possível dividir por zero</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/pt-BR/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calculadora [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Calculadora Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Calculadora Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calculadora [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Colar</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Aproximadamente</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, valor %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63º</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62º</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61º</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60º</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59º</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58º</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57º</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56º</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55º</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54º</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53º</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52º</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51º</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50º</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49º</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48º</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47º</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46º</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45º</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44º</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43º</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42º</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41º</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40º</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39º</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38º</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37º</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36º</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35º</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34º</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33º</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32º</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31º</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30º</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29º</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28º</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27º</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26º</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25º</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24º</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23º</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22º</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21º</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20º</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19º</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18º</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17º</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16º</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15º</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14º</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13º</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12º</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11º</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10º</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9º</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8º</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7º</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6º</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5º</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4º</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3º</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2º</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1º</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>bit menos significativo</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Abrir submenu de memória</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Fechar submenu de memória</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Manter na parte superior</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Voltar para visualização completa</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Histórico (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teclado de alternância de bits</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teclado completo</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Limpar toda a memória (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Histórico</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Histórico</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Conversor</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Científica</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Padrão</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo de conversor</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo científico</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo padrão</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Limpar todo o histórico</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Limpar todo o histórico</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Ocultar</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Padrão</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Científica</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programador</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Conversor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Conversor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Conversores</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Calculadoras</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>A exibição é %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>A expressão é %1, a entrada atual é %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Exibição é de %1 ponto(s)</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Expression é %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Exibir valor copiado para a área de transferência</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Histórico</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binário %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar todo o histórico</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Histórico limpo</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ocultar o histórico</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Abrir submenu de histórico</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Fechar submenu de histórico</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Armazenamento de memória</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Armazenamento na memória (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar toda a memória</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memória limpa</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rechamada de memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Rechamada da memória (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Adição de memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Adição à memória (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtração de memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Subtração da memória (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar item de memória</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Limpar item de memória</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Adicionar ao item de memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Adicionar ao item de memória</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtrair do item de memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Subtrair do item de memória</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar item de memória</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Limpar item de memória</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Adicionar ao item de memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Adicionar ao item de memória</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtrair do item de memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Subtrair do item de memória</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Excluir</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Excluir</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Excluir item do histórico</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Excluir item do histórico</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Um</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dois</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Três</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quatro</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cinco</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seis</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sete</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oito</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nove</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ou</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Not</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Girar à esquerda</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Girar à direita</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deslocamento à esquerda</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deslocamento à direita</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exclusiva ou</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternância de palavra quádrupla</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternância de palavra dupla</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternância de palavra</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternância de byte</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado de alternância de bits</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado completo</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Separador decimal</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar entrada</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dividir por</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiplicar por</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Igual a</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Função inversa</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menos</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Menos</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mais</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Raiz quadrada</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Por cento</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivo negativo</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivo negativo</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recíproco</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parêntese esquerdo</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Parêntese esquerdo, contagem de parêntese de abertura %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parêntese direito</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Contagem de parênteses de abertura %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Não há parênteses de abertura para fechar.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notação científica</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Função hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seno</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosseno</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seno hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosseno hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadrado</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cubo</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco seno</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cosseno</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco tangente</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco seno hiperbólico</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cosseno hiperbólico</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco tangente hiperbólico</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Potência de “X”</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Potência de dez</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Potência de “e”</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>raiz “y” de “x”</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Log</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo natural</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Módulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponencial</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grau minuto segundo</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graus</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte inteira</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte fracionária</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fatorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternância de graus</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternância de grados</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternância de radianos</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo suspenso</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Categorias suspensas</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Manter na parte superior</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Voltar para visualização completa</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Manter na parte superior (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Voltar para visualização completa (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Converter de %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Converter de %1 vírgula %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Converte em %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 é %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Unidade de entrada</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unidade de saída</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Área</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Dados</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energia</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Comprimento</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Potência</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Velocidade</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Tempo</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volume</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Peso e massa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Pressão</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Ângulo</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Moeda</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Onças fluidas (Reino Unido)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Onças fluidas (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galões (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galões (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litros</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitros</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pintas (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pintas (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Colheres de sopa (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>colher de sopa (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Colheres de chá (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>colher de chá (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Colheres de sopa (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>colher de sopa (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Colheres de chá (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>colher de chá (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Quartos (Reino Unido)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Quartos (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Xícaras (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>xícara (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (EUA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>pol</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>sem</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>a.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Unidades térmicas britânicas</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTUs/minuto</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Calorias térmicas</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centímetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centímetros por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Centímetros cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Pés cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Polegadas cúbicas</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Metros cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Jardas cúbicas</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dias</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elétrons-volts</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Pés</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Pés por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Libra-pés</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Libra-pés/minuto</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hectares</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Cavalos-vapor (EUA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Horas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Polegadas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Quilowatt por hora</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Calorias alimentares</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Quilojoules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Quilômetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Quilômetros por hora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Quilowatts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Nós</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metros por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mícrons</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microssegundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Milhas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Milhas por hora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milímetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milissegundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minutos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanômetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ångströms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Milhas náuticas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Segundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Centímetros quadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Pés quadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Polegadas quadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Quilômetros quadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Metros quadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Milhas quadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Milímetros quadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Jardas quadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Semanas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Jardas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Anos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (Reino Unido)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (EUA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Quilates</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Graus</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radianos</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Grados</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosferas</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bars</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Quilopascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milímetros de mercúrio </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Libras por polegada quadrada</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigramas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Decagramas</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigramas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gramas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectogramas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Quilogramas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Toneladas longas (Reino Unido)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligramas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Onças</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Libras</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Toneladas curtas (EUA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Pedra</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Toneladas métricas</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>campos de futebol</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>campos de futebol</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disquetes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disquetes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>baterias</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>baterias</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>clipes de papel</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>clipes de papel</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>aviões jumbo</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>aviões jumbo</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>lâmpadas</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>lâmpadas</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>cavalos</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>cavalos</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>banheiras</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>banheiras</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>flocos de neve</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>flocos de neve</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefantes</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefantes</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>tartarugas</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>tartarugas</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>aviões a jato</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>aviões a jato</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>baleias</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>baleias</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>xícaras de café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>xícaras de café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscinas</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscinas</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>mãos</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>mãos</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>folhas de papel</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>folhas de papel</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>castelos</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>castelos</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>bananas</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>bananas</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>fatias de bolo</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>fatias de bolo</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>motores de trem</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>motores de trem</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>bolas de futebol</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>bolas de futebol</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Item de memória</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Voltar</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Voltar</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Termos de Licença para Software Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Visualização</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Política de Privacidade da Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Todos os direitos reservados.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Para saber como você pode contribuir para a calculadora do Windows, faça check-out no projeto em %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Sobre</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Enviar feedback</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Ainda não há histórico.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Não há nada salvo na memória</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Não é possível colar esta expressão</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Cálculo de data</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo de cálculo</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Adicionar</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Adicionar ou subtrair dias</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Diferença entre datas</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dias</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Diferença</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>De</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Meses</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Subtrair</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Até</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Anos</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Data Fora do Limite</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dia</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dias</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mês</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>meses</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Mesmas datas</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>semana</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>semanas</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>ano</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>anos</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Diferença %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Data resultante %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Modo Calculadora %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Modo Conversor de %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Modo de cálculo de data</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Listas de memória e histórico</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controles de memória</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funções padrão</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controles de exibição</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores padrão</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado numérico</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores de ângulo</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funções científicas</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seleção de base</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores de programador</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seleção de método de entrada</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado de alternância de bits</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rolar expressão para a esquerda</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rolar expressão para a direita</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Nº máximo de dígitos alcançado. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 salvo na memória</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>O slot de memória %1 é %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Slot de memória %1 limpo</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dividido por</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>vezes</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>menos</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mais</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>elevado à potência de</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>raiz de y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>deslocamento à esquerda</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>deslocamento à direita</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ou</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x ou</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>e</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Atualizado %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Atualizar taxas</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Encargos de dados podem ser aplicáveis.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Não foi possível obter novas taxas. Tente novamente mais tarde.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Verifique suas%HL%Configurações de Rede%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Atualizando as taxas de câmbio</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Taxas de câmbio atualizadas</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Não foi possível atualizar as taxas</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Limpar toda a memória (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar toda a memória</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>graus do seno</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radianos do seno</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>grados do seno</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>graus inversos do seno</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>radianos inversos do seno</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>grados inversos do seno</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>seno hiperbólico</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>seno hiperbólico inverso</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>graus do cosseno</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radianos do cosseno</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>grados do cosseno</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>graus inversos do cosseno</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>radianos inversos do cosseno</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>grados inversos do cosseno</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>cosseno hiperbólico</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>cosseno hiperbólico inverso</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>graus da tangente</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>radianos da tangente</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>grados da tangente</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>graus inversos da tangente</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>radianos inversos da tangente</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>grados inversos da tangente</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente hiperbólica</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>secante em graus</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>secante em radianos</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>secante em grados</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>secante inversa em graus</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>secante inversa em radianos</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>secante inversa em grados</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>secante hiperbólica</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>secante hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>cossecante em graus</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>cossecante em radianos</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>cossecante em grados</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>cossecante inversa em graus</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>cossecante inversa em radianos</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>cossecante inversa em grados</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cossecante hiperbólica</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cossecante hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangente em graus</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Cotangente em radianos</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>cotangente em grados</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangente inversa em graus</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>cotangente inversa em radianos</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>cotangente inversa em grados</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente hiperbólica</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Raiz cúbica</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Base de registro</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Valor absoluto</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>deslocamento à esquerda</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>deslocamento à direita</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>fatorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grau minuto segundo</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>logaritmo natural</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>quadrado</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>raiz de y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Categoria %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Contrato de Serviços Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>De</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rolar resultado do cálculo para a esquerda</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rolar resultado do cálculo para a direita</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Falha no cálculo</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Base de log Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Função</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Desigualdades</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desigualdades</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bit a bit</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Deslocamento de bit</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Função inversa</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Função hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco secante</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco secante hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cossecante</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cossecante hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cosecante</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cossecante hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cotangente</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cotangente hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Piso</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teto</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aleatório</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valor absoluto</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Número de Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Potência de dois</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Girar à esquerda com transporte</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Girar à direita com transporte</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desvio à esquerda</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Deslocamento à esquerda</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deslocamento para a direita</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Deslocamento à direita</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Deslocamento aritmético</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Deslocamento lógico</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Girar deslocamento circular</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Girar através do deslocamento circular de transporte</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Raiz cúbica</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funções</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit a bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit-shift</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Painéis de operação científica</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Painéis de operação do programador</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>bit mais significativo</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Representação gráfica</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Traçar</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atualizar a exibição automaticamente (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exibição de gráfico</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Melhor ajuste automático</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ajuste manual</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>O modo de exibição do Graph foi redefinido</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ampliar (Ctrl + mais)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ampliar</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Diminuir o zoom (Ctrl + menos)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reduzir</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Adicionar equação</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Não é possível compartilhar no momento.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Veja o gráfico que criei com a Calculadora Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Equações</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variáveis</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Imagem de um gráfico com equações</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variáveis</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Etapa</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Mín.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Máx.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Cor</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Estilo</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Análise de função</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>A função não tem assíntotas horizontais.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>A função não tem pontos de inflexão.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>A função não tem pontos de máximo.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>A função não tem pontos de mínimo.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constante</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Diminuição</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Não é possível determinar a monotonicidade da função.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Aumento</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>A monotonicidade da função é desconhecida.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>A função não tem assíntotas oblíquas.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Não é possível determinar a paridade da função.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>A função é par.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>A função não é nem par nem ímpar.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>A função é ímpar.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>A paridade da função é desconhecida.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>A periodicidade não tem suporte para esta função.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>A função não é periódica.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>A periodicidade da função é desconhecida.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Estes recursos são muito complexos para a Calculadora calcular:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>A função não tem assíntotas verticais.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>A função não tem interceptações em x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>A função não tem interceptações em y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domínio</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Assíntotas horizontais</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Pontos de inflexão</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Não há suporte para análise nesta função.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Só há suporte para análise em funções no formato f(x). Exemplo: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Máximos</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Mínimos</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonicidade</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Assíntotas oblíquas</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paridade</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Ciclo</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Intervalo</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Assíntotas verticais</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Interceptação em X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Interceptação em Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Não foi possível executar a análise para a função.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Não é possível calcular o domínio para esta função.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Não é possível calcular o intervalo para esta função.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Estouro (o número é muito grande)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>O modo radianos é necessário para o gráfico desta equação.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Esta função é muito complexa para o gráfico</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>O modo graus é necessário para o gráfico desta função</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>A função fatorial tem um argumento inválido</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>A função fatorial tem um argumento que é muito grande para o Graph</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>O módulo só pode ser usado com números inteiros</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>A equação não tem solução</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Não é possível dividir por zero</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>A equação contém condições lógicas que são mutuamente exclusivas</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Equação fora do domínio</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Não há suporte para a representação gráfica desta equação</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Falta um parêntese de abertura na equação</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Falta um parêntese de fechamento na equação</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Há muitos pontos decimais em um número</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Faltam dígitos em uma casa decimal</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Final de expressão inesperado</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Caracteres inesperados na expressão</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Caracteres inválidos na expressão</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Há muitos sinais de igual</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>A função deve conter pelo menos uma variável x ou y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Expressão inválida.</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>A expressão está vazia</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>O sinal de igual foi usado sem uma equação</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Parêntese ausente após o nome da função</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Uma operação matemática tem o número incorreto de parâmetros</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Um nome de variável é inválido</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Falta um colchete de abertura na equação</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Falta um colchete de fechamento na equação</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" e \"I\" não podem ser usados como nomes de variáveis</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>A equação não pôde ser incluída no gráfico</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Não foi possível resolver o dígito para a base especificada</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>A base deve ser maior que 2 e menor que 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Uma operação matemática requer que um de seus parâmetros seja uma variável</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>A equação mistura operandos lógicos e escalares</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x ou y não pode ser usado nos limites superior ou inferior</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x ou y não pode ser usado no limite de ponto</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Não é possível usar infinitos complexos</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Não é possível usar números complexos em inequações</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Voltar à lista de função</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Voltar à lista de função</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analisar função</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analisar função</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analisar função</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Remover equação</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Remover equação</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Remover equação</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Compartilhar</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Compartilhar</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Alterar estilo de equação</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alterar estilo de equação</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Alterar estilo de equação</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Mostrar equação</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Ocultar equação</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Mostrar equação %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Ocultar equação %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Parar rastreamento</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Iniciar rastreamento</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Janela de visualização de gráfico, eixo x limitado por %1 e %2, eixo y vinculado por %3 e %4, exibindo %5 equações</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Configurar controle deslizante</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Configurar controle deslizante</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Alternar para o modo de equação</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Alternar para o modo de gráfico</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternar para o modo de equação</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>O modo atual é o modo de equação</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>O modo atual é o modo de gráfico</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Janela</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Graus</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Grados</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radianos</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unidades</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Redefinir modo de exibição</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Máx.</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Mín.</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Máx.</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Mín.</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opções do Graph</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opções do Graph</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opções de gráfico</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opções variáveis</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Alternar opções de variável</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Espessura da linha</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opções de linha</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Largura de linha pequena</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Largura de linha média</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Largura de linha grande</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Largura de linha extra grande</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Insira uma expressão</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Recortar</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Colar</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Desfazer</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Selecionar tudo</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrada da função</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrada da função</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Painel de entrada de função</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Painel variável</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista de variáveis</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Variável %1 item da lista</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Caixa de texto do valor da variável</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controle deslizante de valor variável</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Caixa de texto do valor mínimo da variável</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Caixa de texto do valor da etapa variável</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Caixa de texto do valor máximo da variável</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de linha sólida</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de linha pontilhada</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de linha tracejada</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Azul-marinho</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Espuma-do-mar</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violeta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Verde</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Verde-menta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Verde escuro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Carvão</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Vermelho</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Ameixa-claro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Ouro amarelo</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Laranja brilhante</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Marrom</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Preto</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Branco</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Cor 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Cor 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Cor 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Cor 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema do Graph</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Sempre claro</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Combinar tema do aplicativo</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sempre claro</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Combinar tema do aplicativo</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Função removida</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Caixa de equação de análise de função</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Igual a</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menor que</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menor ou igual a</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Igual</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maior ou igual a</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maior do que</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Enviar</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Análise de função</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opções de gráfico</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Listas de memória e histórico</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Lista de memória</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Slot de histórico %1 removido</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Calculadora sempre visível</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Calculadora de volta ao modo de exibição completo</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Deslocamento aritmético selecionado</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Deslocamento lógico selecionado</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Girar deslocamento circular selecionado</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Girar através do deslocamento circular de transporte selecionado</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Configurações</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Aparência</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema do aplicativo</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Selecionar o tema do aplicativo a ser exibido</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Claro</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Escuro</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Usar configuração do sistema</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Voltar</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Página de configurações</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Abrir o menu de contexto para ações disponíveis</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Não foi possível restaurar este instantâneo.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/pt-PT/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Entrada inválida</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>O resultado é indefinido</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Memória insuficiente</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Capacidade excedida</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Resultado não definido</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Resultado não definido</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Capacidade excedida</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Capacidade excedida</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Não é possível dividir por zero</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/pt-PT/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calculadora [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Calculadora do Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Calculadora do Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calculadora [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Colar</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Aproximadamente igual a</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, valor %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bits</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.º</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.º</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.º</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.º</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.º</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.º</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.º</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.º</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.º</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.º</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.º</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.º</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.º</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.º</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.º</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.º</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.º</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.º</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.º</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.º</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.º</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.º</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.º</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.º</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.º</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.º</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.º</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.º</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.º</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.º</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.º</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.º</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.º</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.º</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.º</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.º</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.º</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.º</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.º</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.º</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.º</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.º</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.º</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.º</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.º</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.º</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.º</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.º</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.º</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.º</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.º</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.º</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.º</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.º</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.º</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.º</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.º</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.º</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.º</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.º</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.º</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.º</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.º</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>bit menos significativo</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Submenu Abrir memória</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Submenu Fechar memória</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Manter sempre visível</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Voltar à vista completa</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Histórico (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teclado de bits alternados</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Teclado completo</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Limpar toda a memória (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Histórico</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Histórico</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Conversor</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Científica</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Padrão</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo de conversor</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo científico</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo padrão</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Limpar todo o histórico</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Limpar todo o histórico</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Ocultar</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Padrão</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Científica</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programador</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Conversor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Conversor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calculadora</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Conversores</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Calculadoras</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Visualização é %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>A expressão é %1, a Entrada atual é %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Apresentar no ponto %1</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Expressão é %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Valor apresentado copiado para a área de transferência</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Histórico</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binário %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar todo o histórico</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Histórico limpo</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ocultar histórico</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Submenu Abrir histórico</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Submenu Fechar histórico</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Armazenar memória</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Armazenar memória (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar toda a memória</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memória limpa</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recuperar memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Recuperar memória (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Adicionar memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Adicionar memória (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtrair memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Subtrair memória (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar item da memória</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Limpar item da memória</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Adicionar ao item de memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Adicionar ao item de memória</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtrair do item de memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Subtrair do item de memória</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar item de memória</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Limpar item da memória</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Adicionar ao item de memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Adicionar ao item de memória</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtrair do item de memória</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Subtrair do item de memória</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Eliminar</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Eliminar</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eliminar item do histórico</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eliminar item do histórico</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Retrocesso</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Um</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dois</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Três</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quatro</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cinco</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seis</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sete</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oito</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nove</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ou</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Não</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rodar para a esquerda</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rodar para a direita</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deslocar para a esquerda</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deslocar para a direita</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Disjunção exclusiva</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ativar/desativar palavra quádrupla</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ativar/desativar palavra dupla</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ativar/desativar palavra</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ativar/desativar byte</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado de bits alternados</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado completo</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Separador decimal</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar entrada</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dividir por</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiplicar por</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Igual a</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Função de inversão</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menos</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Menos</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mais</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Raiz quadrada</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Percentagem</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivo negativo</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivo negativo</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recíproco</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parêntese à esquerda</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Parêntese à esquerda, abrir contagem de parênteses %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parêntese à direita</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Contagem de parêntesis abertos %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Não existem parêntesis abertos para fechar.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notação científica</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Função hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seno</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosseno</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seno hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosseno hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangente hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Quadrado</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cubo</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco seno</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cosseno</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco tangente</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco seno hiperbólico</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cosseno hiperbólico</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco tangente hiperbólico</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"X\" elevado a</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dez elevado a</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"e\" elevado a</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Raiz \"y\" de \"x\"</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmo natural</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Módulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponencial</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grau minuto segundo</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Graus</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte inteira</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte fracionária</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fatorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ativar/desativar graus</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ativar/desativar grados</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ativar/desativar radianos</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista pendente de modos</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista pendente de categorias</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Manter sempre visível</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Voltar à vista completa</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Manter visível (Alt+Para Cima)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Voltar à vista completa (Alt+Para Baixo)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Converter de %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Converter de %1 vírgula %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Converte em %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 é %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Unidade de entrada</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unidade de saída</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Área</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Dados</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energia</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Comprimento</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Potência</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Velocidade</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Tempo</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volume</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Peso e massa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Pressão</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Ângulo</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Moeda</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Onças líquidas (RU)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>oz líq (RU)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Onças líquidas (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>oz líq (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galões (RU)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (RU)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galões (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litros</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>P</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitros</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pintos (RU)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (RU)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pintos (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Colheres de sopa (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>colh. sopa (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Colheres de chá (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>colh. chá (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Colheres de sopa (RU)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>colh. sopa (RU)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Colheres de chá (RU)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>colh. chá (RU)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Quartos (RU)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (RU)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Quartos (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Chávenas (EUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cháv. (EUA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>pés³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>pol³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>pés</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>pés/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>pés•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>cv (EUA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>pol</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>nó</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>pés•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>pés²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>pol²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>sem</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>ano</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acres</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Unidades térmicas britânicas</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTUs/minuto</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Calorias térmicas</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centímetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centímetros por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Centímetros cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Pés cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Polegadas cúbicas</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Metros cúbicos</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Jardas cúbicas</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dias</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Eletrões-volt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Pés</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Pés por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Pés-libras</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Pés-libras/minuto</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hectares</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Potência em cavalos (EUA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Horas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Polegadas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-horas</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Quilobits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Quilobytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Calorias alimentares</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Quilojoules</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Quilómetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Quilómetros por hora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Quilowatts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Nós</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metros por segundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mícrones</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microssegundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Milhas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Milhas por hora</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milímetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milissegundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minutos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanómetros</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstroms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Milhas náuticas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Segundos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Centímetros quadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Pés quadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Polegadas quadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Quilómetros quadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Metros quadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Milhas quadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Milímetros quadrados</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Jardas quadradas</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watts</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Semanas</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Jardas</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Anos</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grau</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>t (RU)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>t (EUA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Quilates</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Graus</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radianos</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Grados</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosferas</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Barras</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Quilopascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milímetros de mercúrio </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascals</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Libras por polegada quadrada</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigramas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Decagramas</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigramas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gramas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectogramas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Quilogramas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Toneladas longas (RU)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligramas</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Onças</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Libras</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Toneladas curtas (EUA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Toneladas métricas</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CDs</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>campos de futebol</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>campos de futebol</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disquetes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disquetes</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVDs</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>baterias</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>baterias</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>clipes de papel</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>clipes de papel</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>aviões jumbo</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>aviões jumbo</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>lâmpadas</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>lâmpadas</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>cavalos</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>cavalos</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>banheiras</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>banheiras</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>flocos de neve</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>flocos de neve</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefantes</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefantes</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>tartarugas</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>tartarugas</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>jatos</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>jatos</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>baleias</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>baleias</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>chávenas de café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>chávenas de café</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscinas</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscinas</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>mãos</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>mãos</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>folhas de papel</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>folhas de papel</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>castelos</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>castelos</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>bananas</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>bananas</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>fatias de bolo</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>fatias de bolo</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotivas</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotivas</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>bolas de futebol</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>bolas de futebol</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Item de memória</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Anterior</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Anterior</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Termos de Licenciamento para Software Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Pré-visualizar</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Declaração de Privacidade da Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Todos os direitos reservados.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Para saber como pode contribuir para a Calculadora do Windows, consulte o projeto no %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Acerca de</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Enviar comentários</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Ainda não existe histórico.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Não existe nada guardado na memória.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memória</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Esta expressão não pode ser colada</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibyte(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibyte(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibyte(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibyte(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibyte(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabyte(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibyte(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabyte(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibyte(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibit(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibyte(s)</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Cálculo de data</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modo de cálculo</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Adicionar</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Adicionar ou subtrair dias</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Diferença entre datas</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dias</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Diferença</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>De</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Meses</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Subtrair</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Anos</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Data fora do Limite</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dia</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dias</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mês</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>meses</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Mesmas datas</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>semana</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>semanas</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>ano</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>anos</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Diferença %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Data resultante %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Modo de Cálculo de %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Modo de Conversor de %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Modo de cálculo de data</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Listas de Histórico e Memória</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controlos da memória</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funções padrão</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controlos de visualização</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores padrão</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado numérico</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores de ângulo</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funções científicas</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seleção de raiz</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operadores de programador</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seleção do modo de introdução</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Teclado de alternância de bits</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deslocar expressão para a esquerda</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deslocar expressão para a direita</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Máx. de dígitos atingido. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 guardado na memória</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>A ranhura de memória %1 é %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>A ranhura de memória %1 foi limpa</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dividido por</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>vezes</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>menos</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mais</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>à potência de</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>raiz de y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>deslocar para a esquerda</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>deslocar para a direita</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ou</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x ou</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>e</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Atualização a %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Atualizar taxas</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Poderão aplicar-se encargos relativos a dados.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Não foi possível obter as novas taxas. Tente novamente mais tarde.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Verifique as suas%HL%Definições de Rede%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>A atualizar taxas de câmbio</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Taxas de câmbio atualizadas</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Não foi possível atualizar as taxas</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>T</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>CA</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>P</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>Te</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Limpar toda a memória (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Limpar toda a memória</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>seno, graus</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>seno, radianos</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>seno, grados</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>seno inverso, graus</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>seno inverso, radianos</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>seno inverso, grados</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>seno hiperbólico</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>seno hiperbólico inverso</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>cosseno, graus</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>cosseno, radianos</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>cosseno, grados</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>cosseno inverso, graus</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>cosseno inverso, radianos</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>cosseno inverso, grados</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>cosseno hiperbólico</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>cosseno hiperbólico inverso</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangente, graus</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangente, radianos</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangente, grados</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>tangente inversa, graus</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>tangente inversa, radianos</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>tangente inversa, grados</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente hiperbólica</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangente hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>graus da secante</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radianos da secante</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>grados da secante</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>graus da secante inversa</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>radianos da secante inversa</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>grados da secante inversa</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>secante hiperbólica</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>secante hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>graus da cossecante</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radianos da cossecante</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>grados da cossecante</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>graus da cossecante inversa</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>radianos da cossecante inversa</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>grados da cossecante inversa</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cossecante hiperbólica</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cossecante hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>graus da cotangente</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radianos da cotangente</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>grados da cotangente</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>graus da cotangente inversa</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>radianos da cotangente inversa</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>grados da cotangente inversa</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente hiperbólica</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangente hiperbólica inversa</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Raiz cúbica</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Base logarítmica</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Valor absoluto</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>deslocar para a esquerda</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>deslocar para a direita</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>fatorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grau minuto segundo</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>logaritmo natural</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>quadrado</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>raiz de y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 categoria</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Contrato de Serviços Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>De</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deslocar resultado do cálculo para a esquerda</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deslocar resultado do cálculo para a direita</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Falha no cálculo</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Base logarítmica Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Função</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Desigualdades</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desigualdades</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bit-a-bit</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Deslocamento de bits</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Função de inversão</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Função hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secante hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco secante</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco secante hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cossecante</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cossecante hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cossecante</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cossecante hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangente hiperbólica</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cotangente</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arco cotangente hiperbólico</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mínimo</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Máximo</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aleatório</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valor absoluto</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Número do Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dois elevado ao expoente</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rodar para a esquerda com transporte</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rodar para a direita com transporte</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deslocar para a esquerda</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Deslocamento para a esquerda</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deslocar para a direita</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Deslocamento para a direita</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Deslocamento aritmético</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Deslocamento lógico</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Rodar deslocamento circular</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rodar através de deslocamento circular com transporte</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Raiz cúbica</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funções</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bit-a-bit</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deslocamento de bits</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Painéis de operadores científicos</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Painéis de operador do programador</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>bit mais significativo</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Representação gráfica</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desenhar</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Atualizar vista automaticamente (Ctrl+0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vista de gráficos</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Melhor ajuste automático</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ajuste manual</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>A vista do gráfico foi reposta</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ampliar (Ctrl+Sinal de Adição)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ampliar</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Reduzir (Ctrl+Sinal de Subtração)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reduzir</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Adicionar equação</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>De momento, não é possível partilhar.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Ver o gráfico criado com a Calculadora do Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Equações</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variáveis</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Imagem de um gráfico com equações</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variáveis</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Passo</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Mín.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Máx.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Cor</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Estilo</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Análise de funções</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>A função não tem nenhuma assimptota horizontal.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>A função não tem nenhum ponto de inflexão.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>A função não tem nenhum ponto de máximo.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>A função não tem nenhum ponto de mínimo.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constante</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Decrescente</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Não é possível determinar a monotonicidade da função.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Crescente</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>A monotonicidade da função é desconhecida.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>A função não tem nenhuma assimptota oblíqua.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Não é possível determinar a paridade da função.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>A função é par.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>A função não é par nem ímpar.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>A função é ímpar.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>A paridade da função é desconhecida.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>A periodicidade não é suportada para esta função.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>A função não é periódica.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>A periodicidade da função é desconhecida.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Estas funcionalidades são demasiado complexas para a Calculadora calcular:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>A função não tem nenhuma assimptota vertical.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>A função não tem nenhuma interceção de x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>A função não tem nenhuma interceção de y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domínio</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Assimptotas horizontais</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Pontos de inflexão</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>A análise não é suportada para esta função.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>A análise só é suportada para funções no formato f(x). Exemplo: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Máximo</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Mínimo</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonicidade</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Assimptotas oblíquas</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paridade</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Ciclo</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Intervalo</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Assimptotas verticais</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Interceção de X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Interceção de Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Não foi possível executar a análise para a função.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Não é possível calcular o domínio para esta função.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Não é possível calcular o intervalo para esta função.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Transbordo (o número é demasiado grande)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>O modo de radianos é necessário para representar esta equação num gráfico.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Esta função é demasiado complexa para representar num gráfico</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>O modo de graus é necessário para representar esta equação num gráfico.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>A função fatorial tem um argumento inválido</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>A função fatorial tem um argumento demasiado grande para representar num gráfico</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Módulo só pode ser utilizado com números inteiros</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>A equação não tem solução</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Não é possível dividir por zero</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>A equação contém condições lógicas que são mutuamente exclusivas</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>A equação está fora do domínio</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>A representação gráfica desta equação não é suportada</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Falta um parêntese de abertura na equação</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Falta um parêntese de fecho na equação</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Existem muitos pontos decimais num número</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Faltam dígitos a um ponto decimal</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Fim de expressão inesperado</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Carateres inesperados na expressão</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Carateres inválidos na expressão</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Existem muitos sinais de igual</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>A função deve conter pelo menos uma variável x ou y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Expressão inválida</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>A expressão está vazia.</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Igual foi utilizado sem uma equação</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Parêntese em falta após o nome da função</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Uma operação matemática tem o número incorreto de parâmetros</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Um nome de variável é inválido</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Falta um parêntese reto de abertura na equação</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Falta um parêntese reto de fecho na equação</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" e \"I\" não podem ser usados como nomes das variáveis</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Não foi possível representar a equação num gráfico</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Não foi possível resolver o dígito para a base dada</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>A base deve ser maior que 2 e menos de 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Uma operação matemática requer que um dos seus parâmetros seja uma variável</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>A equação está a misturar operandos lógicos e escalares</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x ou y não pode ser utilizado nos limites superior ou inferior</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x ou y não pode ser usado no ponto limite</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Não pode utilizar a infinidade complexa</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Não pode utilizar números complexos em desigualdades</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Voltar à lista de funções</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Voltar à lista de funções</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analisar função</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analisar função</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analisar função</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Remover equação</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Remover equação</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Remover equação</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Partilhar</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Partilhar</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Alterar estilo de equação</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alterar estilo de equação</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Alterar estilo de equação</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Mostrar equação</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Ocultar equação</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Mostrar equação %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Ocultar equação %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Parar rastreio</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Iniciar rastreio</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Janela de visualização de gráficos, eixo x delimitado por %1 e %2, eixo y delimitado por %3 e %4, exibindo equações %5</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Configurar controlo de deslize</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Configurar controlo de deslize</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Mudar para modo de equação</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Mudar para modo de gráfico</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mudar para modo de equação</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>O modo atual é o modo de equação</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>O modo atual é o modo de gráfico</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Janela</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Graus</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Grados</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radianos</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unidades</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Repor vista</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>Máx. de X</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>Mín. de X</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Máx. de Y</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Mín. de Y</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opções do gráfico</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opções do gráfico</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opções do gráfico</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opções variáveis</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ativar/desativar opções variáveis</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Espessura da linha</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opções de linha</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Largura de linha pequena</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Largura de linha média</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Largura de linha grande</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Largura de linha muito grande</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Introduzir uma expressão</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Cortar</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiar</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Colar</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Anular</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Selecionar tudo</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrada de função</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Entrada de função</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Painel de entrada de funções</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Painel variável</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista variável</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Item da lista %1 da variável</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Caixa de texto do valor da variável</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Controlo de deslize do valor da variável</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Caixa de texto do valor mínimo da variável</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Caixa de texto do valor de incremento da variável</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Caixa de texto do valor máximo da variável</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de linha sólido</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de linha ponteado</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Estilo de linha tracejado</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Azul-marinho</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Espuma marinha</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violeta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Verde</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Verde menta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Verde escuro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Carvão</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Vermelho</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Ameixa-claro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Amarelo dourado</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Laranja-vivo</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Castanho</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Preto</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Branco</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Cor 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Cor 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Cor 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Cor 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema do gráfico</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Sempre claro</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Combinar temas de aplicações</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sempre claro</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Combinar temas de aplicações</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Função removida</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Caixa de equação de análise de funções</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Igual a</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menor que</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menor ou igual a</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Igual</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maior ou igual a</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maior que</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Submeter</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Análise de funções</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opções do gráfico</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Listas de Histórico e Memória</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Lista de memória</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Posição %1 do histórico foi libertada</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Calculadora sempre no topo</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Calculadora de volta para vista completa</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Deslocamento aritmético selecionado</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Deslocamento lógico selecionado</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Rodar deslocamento circular selecionado</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Rodar através de deslocamento circular com transporte selecionado</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Definições</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Aspeto</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema da aplicação</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Selecionar o tema da aplicação a apresentar</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Claro</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Escuro</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Utilizar definição do sistema</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Anterior</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Página Definições</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Abrir o menu de contexto para ações disponíveis</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Não foi possível restaurar este instantâneo.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ro-RO/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Intrare nevalidă</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Rezultatul este indefinit</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Memorie insuficientă</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Depășire</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Rezultat nedefinit</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Rezultat nedefinit</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Depășire</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Depășire</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Nu se poate împărți la zero</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ro-RO/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Calculator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Calculator Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Calculator Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Calculator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Copiere</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Lipire</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Aproximativ egal cu</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, valoare %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>bitul %1</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>al 63-lea</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>al 62-lea</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>al 61-lea</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>al 60-lea</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>al 59-lea</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>al 58-lea</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>al 57-lea</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>al 56-lea</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>al 55-lea</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>al 54-lea</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>al 53-lea</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>al 52-lea</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>al 51-lea</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>al 50-lea</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>al 49-lea</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>al 48-lea</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>al 47-lea</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>al 46-lea</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>al 45-lea</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>al 44-lea</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>al 43-lea</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>al 42-lea</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>al 41-lea</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>al 40-lea</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>al 39-lea</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>al 38-lea</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>al 37-lea</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>al 36-lea</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>al 35-lea</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>al 34-lea</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>al 33-lea</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>al 32-lea</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>al 31-lea</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>al 30-lea</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>al 29-lea</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>al 28-lea</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>al 27-lea</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>al 26-lea</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>al 25-lea</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>al 24-lea</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>al 23-lea</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>al 22-lea</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>al 21-lea</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>al 20-lea</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>al 19-lea</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>al 18-lea</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>al 17-lea</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>al 16-lea</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>al 15-lea</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>al 14-lea</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>al 13-lea</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>al 12-lea</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>al 11-lea</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>al 10-lea</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>al 9-lea</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>al 8-lea</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>al 7-lea</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>al 6-lea</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>al 5-lea</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>al 4-lea</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>al 3-lea</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>al 2-lea</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>întâi</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>bitul cel mai puțin semnificativ</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Deschidere fișă memorie</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Închidere fișă memorie</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Păstrați în partea de sus</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Înapoi la vizualizarea completă</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memorie</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Istoric (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Minitastatură - comutare biți</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tastatură completă</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Goliți toată memoria (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memorie</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memorie</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Istoric</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Istoric</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Convertor</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Științific</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mod convertor</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mod științific</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mod standard</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Goliți tot istoricul</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Goliți tot istoricul</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Ascundere</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Științific</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programator</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Convertor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Convertor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Calculator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Convertori</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Calculatoare</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Afișajul este %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Expresia este %1, intrarea curentă este %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Afișajul este %1 punct</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Expresia este %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Valoarea afișată copiată în clipboard</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Istoric</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memorie</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexazecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Zecimal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Octal %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binar %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Goliți tot istoricul</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Istoric golit</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ascundeți istoricul</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Deschidere fișă istoric</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Închidere fișă istoric</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stocare în memorie</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Stocare în memorie (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Goliți toată memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memorie golită</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reapelare din memorie</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Reapelare din memorie (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Adăugare în memorie</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Adunare în memorie (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scădere din memorie</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Scădere din memorie (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ștergeți elementul de memorie</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ștergeți elementul de memorie</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Adăugare la element memorie</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Adăugare la element memorie</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scădeți din elementul de memorie</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Scădeți din elementul de memorie</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ștergeți elementul de memorie</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ștergeți elementul de memorie</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Adăugare la element memorie</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Adăugare la element memorie</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Scădeți din elementul de memorie</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Scădeți din elementul de memorie</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Ștergere</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiere</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ștergere</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ștergeți elementul de istoric</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ștergeți elementul de istoric</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Unu</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Doi</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trei</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Patru</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cinci</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Șase</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Șapte</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opt</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nouă</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>And</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sau</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nu</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotire la stânga</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotire la dreapta</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deplasare la stânga</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deplasare la dreapta</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sau exclusiv</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Comutare cuvânt cvadruplu</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Comutare cuvânt dublu</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Comutare cuvânt</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Comutare byte</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minitastatură - comutare biți</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastatură completă</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Separator zecimal</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ștergere intrare</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Golire</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Împărțire la</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Înmulțire cu</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Egal cu</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcție inversă</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rădăcină pătrată</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Procent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pozitiv negativ</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pozitiv negativ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Invers</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paranteză stânga</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Contor paranteze stânga, paranteze deschise %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paranteză dreaptă</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Număr paranteze deschise %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Nu există paranteze deschise de închis.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Notație științifică</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcție hiperbolică</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangentă</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus hiperbolic</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus hiperbolic</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangentă hiperbolică</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pătrat</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cub</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcsinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arccosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arctangentă</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcsinus hiperbolic</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arccosinus hiperbolic</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arctangentă hiperbolică</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X la puterea</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zece la puterea</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>„e” la puterea</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radical de ordinul „y” din „x”</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jurnal</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritm natural</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponențială</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grad minut secundă</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grade</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte întreagă</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parte fracționară</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Factorial</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Comutare grade</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Comutare grade centezimale</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Comutare radiani</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista verticală Mod</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista verticală Categorii</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Păstrați în partea de sus</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Înapoi la vizualizarea completă</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Păstrați în partea de sus (Alt+Săgeată în sus)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Înapoi la vizualizarea completă (Alt+Săgeată în jos)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Convertește din %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Convertește din %1 punct %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Convertește în %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 este %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Introduceți o unitate</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Unitate de ieșire</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Arie</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Date</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energie</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Lungime</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Putere</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Viteză</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Timp</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volum</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatură</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Greutate și masă</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Presiune</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Unghi</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Monedă</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Uncii fluide (Regatul Unit)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (Regatul Unit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Uncii fluide (S.U.A.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (S.U.A.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galoane (Regatul Unit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (Regatul Unit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galoane (S.U.A.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (S.U.A.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litri</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitri</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Halbe (Regatul Unit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (Regatul Unit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Halbe (SUA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (S.U.A.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Linguri (S.U.A.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>lingură (S.U.A.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Lingurițe (S.U.A.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>linguriță (S.U.A.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Linguri (Regatul Unit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>lingură (Regatul Unit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Lingurițe (Regatul Unit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>linguriță (Regatul Unit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Cuarte (Regatul Unit)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (Regatul Unit)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Cuarte (S.U.A.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (S.U.A.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Căni (S.U.A.)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>cană (S.U.A.)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>z</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>cp (S.U.A.)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>inchi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>săpt</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>an</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Acri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Biți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minut</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Byți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Calorii termice</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimetri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimetri pe secundă</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Centimetri cubi</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Picioare cub</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Inchi cubi</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Metri cubi</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Iarzi cubi</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Zile</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Electronvolți</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Picioare</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Picioare pe secundă</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Picioare-livre</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Picior-livre/minut</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hectare</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Cai-putere (SUA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Ore</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Inchi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Jouli</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-ore</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobaiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Calorii alimentare</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojouli</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometri pe oră</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowați</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Noduri</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metri pe secundă</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Microni</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Microsecunde</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Mile</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Mile pe oră</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milimetri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisecunde</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minute</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstromi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Mile marine</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Secunde</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Centimetri pătrați</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Picioare pătrate</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Inchi pătrați</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kilometri pătrați</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Metri pătrați</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Mile pătrate</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Milimetri pătrați</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Iarzi pătrați</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Wați</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Săptămâni</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yarzi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Ani</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>grd</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kpa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (Regatul Unit)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (S.U.A.)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Carate</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Grade</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radiani</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Grade centezimale</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfere</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bari</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascali</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milimetri coloană de mercur </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascali</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Livre per inch pătrat</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigrame</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Decagrame</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigrame</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Grame</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hectograme</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilograme</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Tone lungi (Regatul Unit)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligrame</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Uncii</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Livre</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Tone scurte (SUA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Piatră</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Tone metrice</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD-uri</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD-uri</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>terenuri de fotbal</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>terenuri de fotbal</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>dischete</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>dischete</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD-uri</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD-uri</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>baterii</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>baterii</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>agrafe de birou</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>agrafe de birou</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>avioane Jumbo jet</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>avioane Jumbo jet</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>becuri</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>becuri</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>cai</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>cai</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>căzi</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>căzi</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>fulgi de zăpadă</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>fulgi de zăpadă</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefanți</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefanți</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>țestoase</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>țestoase</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>avioane cu reacție</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>avioane cu reacție</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>balene</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>balene</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>căni de cafea</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>căni de cafea</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscine</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>piscine</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>palme</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>palme</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>foi de hârtie</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>foi de hârtie</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>castele</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>castele</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banane</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banane</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>felii de tort</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>felii de tort</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotive</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>locomotive</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>mingi de fotbal</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>mingi de fotbal</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Element de memorie</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Înapoi</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Înapoi</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Termenii licenței pentru software Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Previzualizare</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Angajamentul de respectare a confidențialității Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Toate drepturile rezervate.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Pentru a afla cum puteți contribui la Windows calculator, extrageți proiectul pe %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Despre</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Trimiteți feedback</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Nu există niciun istoric deocamdată.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Nu este nimic salvat în memorie.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memorie</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Această expresie nu se poate lipi</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibiți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibyți</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Calcul dată</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mod calcul</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Adunare</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Adăugați sau scădeți zile</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Diferență între date</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Zile</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Diferență</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>De la</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Luni</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Scădere</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>La</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Ani</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Data în afara limitelor</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>zi</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>zile</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>lună</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>luni</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Aceleași date</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>săptămână</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>săptămâni</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>an</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>ani</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Diferența %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Data rezultată %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Mod calculator %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Mod convertor %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Mod calcul dată</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Listele Istoric și Memorie</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Comenzi memorie</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcții standard</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Afișare comenzi</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatori standard</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastatură numerică</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatori unghi</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcții științifice</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selecție bază</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatori programator</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Selectare mod de intrare</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastatură de comutare biți</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Defilați expresie spre stânga</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Defilați expresie spre dreapta</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Număr maxim de cifre atins. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 salvate în memorie</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Slotul de memorie %1 este %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Slotul de memorie %1 a fost golit</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>împărțit la</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ori</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>la puterea</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>radical de ordinul y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>deplasare la stânga</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>deplasare la dreapta</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>sau</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x sau</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>şi</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Actualizat %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Actualizați tarifele</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Se pot aplica tarife pentru date.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Nu s-au putut obține noile tarife. Încercați din nou mai târziu.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Verificați%HL%Setările de rețea%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Se actualizează cursurile de schimb</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Cursurile de schimb au fost actualizate</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Nu s-au putut actualiza cursurile de schimb</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Goliți toată memoria (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Goliți toată memoria</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>grade sinus</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radiani sinus</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>grade centezimale sinus</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>grade sinus invers</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>radiani sinus invers</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>grade centezimale sinus invers</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>sinus hiperbolic</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>sinus hiperbolic invers</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>grade cosinus</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radiani cosinus</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>grade centezimale cosinus</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>grade cosinus invers</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>radiani cosinus invers</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>grade centezimale cosinus invers</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>cosinus hiperbolic</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>cosinus hiperbolic invers</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>grade tangentă</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>radiani tangentă</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>grade centezimale tangentă</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>grade tangentă inversă</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>radiani tangentă inversă</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>grade centezimale tangentă inversă</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangentă hiperbolică</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangentă hiperbolică inversă</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>secantă - grade</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>secantă - radiani</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>secantă - grade centezimale</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>secantă inversă - grade</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>secantă inversă - radiani</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>secantă inversă - grade centezimale</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>secantă hiperbolică</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>secantă inversă hiperbolică</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>cosecantă - grade</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>cosecantă - radiani</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>cosecantă - grade centezimale</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>cosecantă inversă - grade</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>cosecantă inversă - radiani</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>cosecantă inversă - grade centezimale</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecantă hiperbolică</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>cosecantă inversă hiperbolică</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangentă - grade</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Cotangentă - radiani</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>cotangentă - grade centezimale</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangentă inversă - grade</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>cotangentă inversă - radiani</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>cotangentă inversă - grade centezimale</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangentă hiperbolică</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>cotangentă inversă hiperbolică</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Rădăcină cubică</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Logaritm bază</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Valoare absolută</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>deplasare la stânga</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>deplasare la dreapta</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>factorial</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grad minut secundă</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>logaritm natural</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>pătrat</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>radical de ordinul y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Categoria %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Contractul de furnizare a serviciilor Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>De la</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Derulați rezultatul calculului la stânga</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Derulați rezultatul calculului la dreapta</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Calcul nereușit</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritm bază Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometrie</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funcție</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Inegalități</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inegalități</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Pe biți</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Deplasare de biți</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcție inversă</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcție hiperbolică</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secantă</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Secantă hiperbolică</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc secantă</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc secantă hiperbolică</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecantă</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosecantă hiperbolică</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosecantă</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cosecantă hiperbolică</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangentă</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangentă hiperbolică</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cotangentă</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc cotangentă hiperbolică</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotunjire în minus</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotunjire în plus</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Aleator</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Valoare absolută</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numărul lui Euler</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Doi la puterea</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>N-și</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>N-și</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>N-sau</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>N-sau</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotire la stânga cu transport</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotire la dreapta cu transport</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deplasare la stânga</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Deplasare la stânga</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deplasare la dreapta</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Deplasare la dreapta</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Deplasare aritmetică</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Deplasare logică</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Deplasare rotire circulară</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Deplasare prin rotire cu transport circular</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rădăcină cubică</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometrie</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funcții</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pe biți</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deplasarebiți</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panouri de operatori științifici</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panouri de operatori pentru programatori</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>bitul cel mai semnificativ</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Reprezentare grafică</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reprezentare grafică</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Reîmprospătare automată a vizualizării (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vizualizare grafic</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Cea mai bună potrivire automată</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ajustare manuală</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Vizualizarea grafic a fost resetată</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mărire (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mărire</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Micșorare (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Micșorare</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Adăugați ecuația</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Nu se poate partaja în acest moment.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Iată ce am reprezentat grafic folosind Calculator Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Ecuații</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variabile</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Imaginea unui grafic cu ecuații</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variabile</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Pas</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Culoare</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stil</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analiza funcțiilor</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funcția nu are asimptote orizontale.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funcția nu are puncte de inflexiune.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funcția nu are puncte de maxim.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funcția nu are puncte de minim.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Constantă</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Descrescătoare</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Nu se poate determina monotonia funcției.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Crescătoare</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Monotonia funcției este necunoscută.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funcția nu are asimptote oblice.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Nu se poate determina paritatea funcției.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funcția este pară.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funcția nu este nici pară, nici impară.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funcția este impară.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Paritatea funcției este necunoscută.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodicitatea nu este acceptată pentru această funcție.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funcția nu este periodică.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Periodicitatea funcției este necunoscută.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Aceste caracteristici sunt prea complexe pentru a fi calculate de Calculator:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funcția nu are asimptote verticale.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funcția nu are intersecții cu axa x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funcția nu are intersecții cu axa y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domeniu</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asimptote orizontale</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Puncte de inflexiune</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analiza nu este acceptată pentru această funcție.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analiza este acceptată doar pentru funcțiile în format f(x). Exemplu: y = x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maxim</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minim</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonie</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asimptote oblice</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paritate</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Ciclu</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Interval</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asimptote verticale</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Intersecție cu axa X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Intersecție cu axa Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Analiza nu s-a putut efectua pentru funcție.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Nu se poate calcula domeniul pentru această funcție.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Nu se poate calcula intervalul pentru această funcție.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Depășire (numărul este prea mare)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Modul Radiani este necesar pentru a reprezenta grafic această ecuație.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Această funcție este prea complexă pentru reprezentarea grafică</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Modul Grade este necesar pentru a reprezenta grafic această ecuație.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Funcția factorială are un argument incorect</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Funcția factorială are un argument prea mare pentru reprezentarea grafică</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modul se pot utiliza numai cu numere întregi</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Ecuația nu are nicio soluție</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Nu se poate împărți la zero</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Ecuația conține condiții logice care sunt reciproc exclusive</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Ecuația este în afara domeniului</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Reprezentarea grafică a acestei ecuații nu este acceptată</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Ecuației îi lipsește o paranteză de deschidere</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Ecuației îi lipsește o paranteză de închidere</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Există prea multe puncte zecimale într-un număr</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Unui punct zecimal îi lipsește cifrele</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Sfârșit de expresie neașteptat</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Caractere neașteptate în această expresie</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Caractere nevalide în această expresie</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Sunt prea multe semne de egal</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funcția trebuie să conțină cel puțin o variabilă x sau y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Expresie nevalidă</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Expresia este necompletată</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Egalul a fost utilizat fără o ecuație</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Paranteza lipsește după numele funcției</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>O operațiune matematică are un număr incorect de parametri</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Numele unei variabile nu este valid</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Ecuației îi lipsește o paranteză dreaptă deschisă</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Ecuației îi lipsește o paranteză dreaptă închisă</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>„i” și „I” nu se pot utiliza ca nume de variabile</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Ecuația nu a putut fi reprezentată grafic</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Cifra nu poate fi rezolvată pentru baza dată</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Această bază trebuie să fie mai mare de 2 și mai mică decât 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>O operație matematică necesită ca unul dintre parametri să fie o variabilă</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Ecuația îmbină operanzii logici și scalari</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x sau y nu pot fi utilizate între limitele superioare sau inferioare</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x sau y nu pot fi utilizate în punctul de limită</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Imposibil de utilizat infinit complex</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Nu se pot utiliza numere complexe în inegalități</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Reveniți la lista de funcții</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reveniți la lista de funcții</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analizare funcție</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analizare funcție</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analizare funcție</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Eliminați ecuația</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eliminați ecuația</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Eliminați ecuația</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Partajare</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Partajare</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Schimbați stilul ecuației</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Schimbați stilul ecuației</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Schimbați stilul ecuației</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Afișați ecuația</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Ascundeți ecuația</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Afișați ecuația %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Ascundeți ecuația %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Opriți urmărirea</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Începeți urmărirea</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Fereastra de vizualizare a graficului, de axei x după %1 și %2, de axă y de %3 și %4, afișând ecuațiile %5</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Configurați cursorul</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Configurați cursorul</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Comutați la modul ecuație</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Comutați la modul grafic</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Comutați la modul ecuație</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Modul curent este ecuație</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Modul curent este grafic</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Fereastră</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Grade</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Grade centezimale</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radiani</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Unități</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Resetare vizualizare</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opțiuni grafic</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opțiuni grafic</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opțiuni grafic</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opțiuni variabilă</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Comutare opțiuni variabilă</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Grosime linie</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opțiuni linie</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lățime mică linie</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lățime medie linie</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lățime mare linie</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Lățime foarte mare linie</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Introduceți o expresie</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiere</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Decupare</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Copiere</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Lipire</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Anulare</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Selectați tot</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Intrare de funcție</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Intrare de funcție</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panou de intrare funcții</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panou variabile</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Listă variabile</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Element de listă %1 variabil</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Casetă text pentru valori variabile</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Glisor valori variabile</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Casetă text cu valori minime variabile</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Casetă text cu valoarea pasului variabil</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Casetă text pentru valori maxime variabile</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stil linie compactă</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stil linie cu puncte</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stil linie întreruptă</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Bleumarin</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Spumă de mare</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violet</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Verde</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Verde mentă</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Verde închis</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Cărbune</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Roșu</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Violet prună deschis</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Galben auriu</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Portocaliu strălucitor</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Maro</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Negru</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Alb</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Culoare 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Culoare 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Culoare 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Culoare 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Temă grafic</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Întotdeauna deschis</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Potriviți tema aplicației</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Temă</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Întotdeauna deschis</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Potriviți tema aplicației</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funcție eliminată</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Casetă ecuație analiză funcție</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Este egal cu</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mai mic decât</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mai mic sau egal cu</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Egal</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mai mare sau egal cu</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mai mare decât</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Remitere</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analiza funcțiilor</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opțiuni grafic</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Listele Istoric și Memorie</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Lista Memorie</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Slotul Istoric %1 a fost șters</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Calculator întotdeauna deasupra</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Calculator înapoi la vizualizarea completă</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Deplasare aritmetică selectată</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Deplasare logică selectată</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Deplasare rotire circulară selectată</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Deplasare prin rotire cu transport circular selectată</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Setări</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Aspect</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Temă aplicație</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Selectați ce temă de aplicație să afișați</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Luminos</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Întunecat</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Utilizați setarea sistemului</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Înapoi</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Pagina de setări</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deschideți meniul contextual pentru acțiunile disponibile</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Nu s-a putut restaura acest instantaneu.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ru-RU/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Неверный ввод</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Результат не определен</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Недостаточно памяти</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Переполнение</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Результат не определен</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Результат не определен</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Переполнение</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Переполнение</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Деление на ноль невозможно</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ru-RU/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Калькулятор</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Калькулятор [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Калькулятор Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Калькулятор Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Калькулятор</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Калькулятор [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Копировать</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Вставить</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Приблизительно равно</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, значение %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 бит</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63-й</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62-й</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61-й</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60-й</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59-й</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58-й</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57-й</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56-й</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55-й</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54-й</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53-й</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52-й</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51-й</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50-й</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49-й</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48-й</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47-й</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46-й</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45-й</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44-й</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43-й</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42-й</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41-й</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40-й</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39-й</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38-й</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37-й</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36-й</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35-й</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34-й</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33-й</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32-й</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31-й</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30-й</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29-й</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28-й</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27-й</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26-й</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25-й</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24-й</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23-й</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22-й</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21-й</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20-й</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19-й</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18-й</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17-й</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16-й</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15-й</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14-й</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13-й</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12-й</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11-й</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10-й</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9-й</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8-й</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7-й</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6-й</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5-й</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4-й</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3-й</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2-й</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1-й</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>младший значащий бит</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Открыть всплывающее меню памяти</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Закрыть всплывающее меню памяти</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Поверх остальных окон</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Вернуться к полному представлению</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Память</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Журнал (CTRL+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Битовая клавиатура</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Полная клавиатура</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Очистка всей памяти (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Память</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Память</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Журнал</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Журнал</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Преобразователь</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Инженерный</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Обычный</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Режим преобразования</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Инженерный режим</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Обычный режим</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Очистка всех журналов</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Очистка всех журналов</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Скрыть</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Обычный</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Инженерный</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Программист</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Преобразование</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Калькулятор</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Преобразователь</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Калькулятор</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Конвертеры</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Калькуляторы</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Отображать как %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Выражение: %1; Текущий ввод: %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>На экране показано %1 запятая</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Выражение — %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Отобразить значение, скопированное в буфер обмена</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Журнал</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Память</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Шестнадцатеричный формат — %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Десятичное число %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Восьмеричный формат — %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Двоичный формат — %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Очистка всех журналов</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Журнал очищен</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Скрыть журнал</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Открыть всплывающее меню журнала</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Закрыть всплывающее окно \"Журнал\"</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Сохранение в памяти</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Сохранение в памяти (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Очистка всей памяти</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Память очищена</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Вызов из памяти</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Вызов из памяти (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Добавление памяти</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Добавление памяти (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Вычитание памяти</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Вычитание памяти (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Удалить элемент в памяти</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Удалить элемент в памяти</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Добавить к элементу в памяти</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Добавить к элементу в памяти</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Вычесть из элемента в памяти</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Вычесть из элемента в памяти</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Удалить элемент в памяти</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Удалить элемент в памяти</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Добавить к элементу в памяти</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Добавить к элементу в памяти</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Вычесть из элемента в памяти</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Вычесть из элемента в памяти</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Удалить</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Копировать</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Удалить</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Удалить элемент журнала</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Удалить элемент журнала</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Удаление предыдущего символа</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Нуль</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Один</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Два</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Три</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Четыре</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Пять</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Шесть</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Семь</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Восемь</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Девять</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>И</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Или</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Не</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Повернуть влево</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Повернуть вправо</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>SHIFT слева</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Сдвиг вправо</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Исключающее ИЛИ</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Переключение на учетверенное машинное слово</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Переключение на удвоенное машинное слово</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Переключить на слова</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Переключение на байты</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Битовая клавиатура</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Полная клавиатура</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Десятичный разделитель</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Очистить запись</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Очистить</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Разделить на</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Умножить на</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Равно</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Обратная функция</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Минус</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Минус</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Плюс</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Квадратный корень</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Процент</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Положительное отрицательное</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Положительное отрицательное</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Обратная величина</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Открывающая круглая скобка</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Левая круглая скобка, количество открывающих круглых скобок — %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Закрывающая круглая скобка</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Количество открывающих скобок: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Нет открывающих скобок, для которых требуются закрывающие.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Экспоненциальное представление</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболическая функция</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Пи</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Синус</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Косинус</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тангенс</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболический синус</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболический косинус</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболический тангенс</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Квадрат</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Куб</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Арксинус</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Арккосинус</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Арктангенс</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболический арксинус</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболический арккосинус</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболический арктангенс</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"X\" в степени</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Десять в степени</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"e\" в степени</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Корень \"y\" из \"x\"</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Логарифм</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Натуральный логарифм</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Остаток от деления</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Экспоненциальная</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Градусы минуты секунды</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Градусы</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Целая часть</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Дробная часть</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Факториал</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Переключить на градусы</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Переключение на градианы</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Переключить на радианы</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Раскрывающееся меню режима</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Раскрывающееся меню категорий</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Поверх остальных окон</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Вернуться к полному представлению</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Поверх остальных окон (ALT + СТРЕЛКА ВВЕРХ)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Вернуться к полному представлению (ALT + СТРЕЛКА ВНИЗ)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Преобразовать из %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Преобразовать из %1 целых %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Преобразовывается в %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 — это %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Входные единицы</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Выходные единицы</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Площадь</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Данные</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Энергия</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Длина</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Мощность</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Скорость</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Время</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Объем</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Температура</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Вес и масса</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Давление</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Угол</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Валюта</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Жидкие унции (Соединенное Королевство)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>жидкая унция (Соединенное Королевство)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>жидких унций (США)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>жидкая унция (США)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>галлонов (Соединенное Королевство)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>галлон (Соединенное Королевство)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>галлонов (США)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>галлон (США)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>литров</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>л</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>миллилитров</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>мл</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Пинты (Соединенное Королевство)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>пинта (Соединенное Королевство)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Пинты (США)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>пинта (США)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>столовых ложек (США)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>столовая ложка (США)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>чайных ложек (США)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ч. л. (США)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>столовых ложек (Соединенное Королевство)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>столовая ложка (Соединенное Королевство)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Чайные ложки (Соединенное Королевство)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>чайные ложки (Соединенное Королевство)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>кварт (Соединенное Королевство)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>кварта (Соединенное Королевство)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>кварт (США)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>кварта (США)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>стаканов (США)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>чашка (США)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>А</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>акр</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>бит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>БТЕ</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>БТЕ/мин</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>Б</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>калории</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>см</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>см/с</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>см³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>фут³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>дюйм³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>м³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>ярд³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>дн.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>эВ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>фут</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>фут/с</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>фут-фунт</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Гбит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>ГБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>га</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>л. с. (США)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>ч</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>дюйм</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>Дж</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>кВтч</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Кбит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>КБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>ккал</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>кДж</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>км</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>км/ч</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>кВт</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>узел</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Мбит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>МБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>м</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>м/с</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>мкм</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>мкс</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>миля</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>миль/ч</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>мм</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>мс</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>мин</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>нм</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>морская миля</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Пбит</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>ПБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>фут-фунтов/мин</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>с</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>см²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>фт²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>дюйм²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>км²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>м²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>миль²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>мм²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>ярд²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>ТБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>ТБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>Вт</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>нед.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>ярд</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>лет</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Ги</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>ГиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ки</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>КиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Ми</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>МиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Пи</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>ПиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ти</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>ТиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>Э</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>ЭБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Эи</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>ЭиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>З</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ЗБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Зи</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ЗиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Й</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>ЙБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Йи</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>ЙиБ</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Акры</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Биты</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>британских тепловых единиц</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>БТЕ/мин</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Байт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Калории</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Сантиметры</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Сантиметры в секунду</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>кубических сантиметров</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>кубических футов</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>кубических дюймов</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>кубических метров</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>кубических ярдов</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>дней</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>шкала Цельсия</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>шкала Фаренгейта</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Электрон-вольты</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Футы</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Футы в секунду</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>фут-фунтов</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Фут-фунты в минуту</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>гигабит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>гигабайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>гектаров</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Лошадиная сила (США)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Часы</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>дюймов</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>джоулей</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Киловатт-часы</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>шкала Кельвина</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>килобит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>килобайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>пищевых калорий</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Килоджоули</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Километры</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>километров в час</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>киловатт</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>узлов</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>число Маха</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>мегабит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Мегабайты</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Метры</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>метров в секунду</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>микрон</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>микросекунд</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Мили</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>миль в час</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>миллиметров</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>миллисекунд</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>минут</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Полубайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Нанометры</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ангстремы</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Морские мили</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Петабиты</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>петабайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>секунд</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>квадратных сантиметров</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Квадратные футы</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>квадратных дюймов</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Квадратные километры</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>квадратных метров</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Квадратные мили</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>квадратных миллиметров</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>квадратных ярдов</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>терабит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>терабайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>ватт</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Недели</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>ярдов</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>лет</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>Компакт-диск</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>град.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>рад</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>град</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>атм</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>бар</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>кПа</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>мм рт. ст.</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Па</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>фунт-сила на кв. дюйм</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>даг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>дг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>г</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>гектограмм</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>кг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>тонна (Соединенное Королевство)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>мг</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>унция</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>фунты</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>тонна (США)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>стоун</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>т</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>карат</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Градусы</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Радианы</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Градианы</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Атмосферы</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Бары</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Килопаскали</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Миллиметры ртутного столба </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Паскали</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Фунты на квадратный дюйм</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>сантиграмм</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>декаграмм</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Дециграммы</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>грамм</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>гектограмм</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>килограмм</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>длинных тонн (Соединенное Королевство)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>миллиграмм</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>унций</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>фунтов</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Короткие тонны (США)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>стоунов</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Метрические тонны</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>компакт-дисков</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>компакт-дисков</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>футбольные поля</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>футбольные поля</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>дискет</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>дискет</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD-дисков</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD-дисков</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>батарей</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>батарей</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>канцелярских скрепок</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>канцелярских скрепок</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>авиалайнеры</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>авиалайнеры</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>лампочек</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>лампочек</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>лошадиных сил</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>лошадиных сил</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>ванн</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>ванн</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>снежинки</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>снежинки</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>слонов</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>слонов</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>черепах</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>черепах</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>реактивных самолетов</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>реактивных самолетов</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>китов</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>китов</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>чашек кофе</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>чашек кофе</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>бассейнов</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>бассейнов</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>рук</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>рук</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>листов бумаги</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>листов бумаги</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>дворцов</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>дворцов</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>бананов</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>бананов</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>кусков пирога</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>кусков пирога</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>двигатели поезда</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>двигателей поезда</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>футбольных мячей</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>футбольных мячей</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Элемент памяти</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Назад</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Назад</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Условия лицензионного соглашения на использование программного обеспечения корпорации Майкрософт</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Предварительный просмотр</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Заявление о конфиденциальности корпорации Майкрософт</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© Корпорация Майкрософт (Microsoft Corporation), %1. Все права защищены.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Чтобы узнать, как вы можете участвовать в разработке калькулятора Windows, изучите проект на %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Сведения</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Отправить отзыв</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Журнала еще нет.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Нет сохраненных элементов в памяти.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Память</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Это выражение нельзя вставить</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>гибибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>гибибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Кибибиты</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>кибибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>мебибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>мебибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>пебибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>пебибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>тебибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>тебибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Эксабиты</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>эксабайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>эксбибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Эксбибайты</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Зетабиты</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Зетабайты</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>зебибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>зебибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Йоттабит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Йоттабайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>йобибит</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>йобибайт</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Вычисление даты</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Режим вычисления</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Добавить</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Добавить или вычесть дни</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Дата</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Разница между датами</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>дн.</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Разница</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>С</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Месяцы</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Вычесть</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>До</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Годы</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Дата выходит за границы</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>день</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>дни</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>месяц</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>мес.</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Одинаковые даты</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>неделя</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>недель</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>год</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>года</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Разница %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Итоговая дата %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Режим калькулятора %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Режим преобразования %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Режим вычисления даты</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Списки журналов и памяти</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Элементы управления памятью</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Стандартные функции</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Элементы управления отображением</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Стандартные операторы</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Числовая панель</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Операторы для вычисления углов</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Научные функции</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Выбор основания</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Операторы программирования</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Выбор режима ввода</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Битовая клавиатура</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Прокрутить выражение влево</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Прокрутить выражение вправо</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Достигнуто максимальное количество цифр. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 сохранено в памяти</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Слот памяти %1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Слот памяти %1 очищен</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>разделить на</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>умножить на</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>минус</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>плюс</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>в степень</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>корень y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>по модулю</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>со сдвигом влево</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>со сдвигом вправо</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>или</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>сложить по модулю два с</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>и</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Обновлено %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Обновить курсы</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Может взиматься плата за передачу данных.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Не удалось получить новые тарифы. Попробуйте еще раз позже.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Не в сети. Проверьте %HL%параметры сети%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Обновление курса валют</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Курсы валют обновлены</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Не удалось обновить курсы</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Очистка всей памяти (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Очистка всей памяти</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>синус, градусы</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>синус, радианы</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>синус, грады</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>арксинус, градусы</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>арксинус, радианы</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>арксинус, грады</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>гиперболический синус</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>гиперболический арксинус</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>косинус, градусы</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>косинус, радианы</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>косинус, грады</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>арккосинус, градусы</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>арккосинус, радианы</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>арккосинус, грады</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>гиперболический косинус</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>гиперболический арккосинус</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>тангенс, градусы</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>тангенс, радианы</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>тангенс, грады</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>арктангенс, градусы</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>арктангенс, радианы</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>арктангенс, грады</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>гиперболический тангенс</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>гиперболический арктангенс</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>секанс, градусы</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>секанс, радианы</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>секанс, градианы</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>арксеканс, градусы</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>арксеканс, радианы</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>арксеканс, градианы</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>гиперболический секанс</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>гиперболический арксеканс</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>косеканс, градусы</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>косеканс, радианы</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>косеканс, градианы</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>арккосеканс, градусы</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>арккосеканс, радианы</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>арккосеканс, градианы</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>гиперболический косеканс</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>гиперболический арккосеканс</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>котангенс, градусы</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Котангенс, радианы</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>котангенс, градианы</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>арккотангенс, градусы</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>арккотангенс, радианы</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>арккотангенс, градианы</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>гиперболический котангенс</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>гиперболический арккотангенс</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Кубический корень</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Основание логарифма</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Абсолютная величина</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>сдвиг влево</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>сдвиг вправо</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>факториал</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>градус минута секунда</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>натуральный логарифм</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>квадрат</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>корень y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Категория %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Соглашение об использовании служб Майкрософт</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Пхен</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Пхен</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>С</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Прокрутить результат вычисления влево</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Прокрутить результат вычисления вправо</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Ошибка вычисления</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Основание логарифма Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Тригонометрия</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Функция</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Неравенства</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Неравенства</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Побитовые</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Сдвиг битов</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Обратная функция</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболическая функция</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Секанс</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболический секанс</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Арксеканс</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболический арксеканс</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Косеканс</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболический косеканс</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Арккосеканс</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболический арккосеканс</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Котангенс</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболический котангенс</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Арккотангенс</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Гиперболический арккотангенс</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Пол</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Потолок</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Случайно</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Абсолютная величина</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Эйлерово число</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Два в степени</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>И-не</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>И-не</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Или-не</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Или-не</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ротация влево с переносом</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ротация вправо с переносом</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>SHIFT слева</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Сдвиг влево</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>SHIFT справа</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Сдвиг вправо</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Арифметический сдвиг</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Логический сдвиг</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Циклический сдвиг путем ротации</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Циклический сдвиг путем ротации через перенос</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Кубический корень</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тригонометрия</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Функции</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Побитовые</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Сдвиг битов</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Панели научных операторов</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Панели операторов программиста</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>старший значащий бит</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Построение графиков</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Построить</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Автоматическое обновление представления (CTRL + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>График</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Автоматический подбор размера</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Наcтройка вручную</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Представление графика сброшено</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Увеличить (CTRL+\"плюс\")</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Увеличить</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Уменьшить (CTRL+\"минус\")</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Уменьшить</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Добавить уравнение</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Не удается поделиться сейчас.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>ОК</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Посмотрите, что я сделал с помощью Калькулятора Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Уравнения</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Переменные</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Изображение графа с уравнениями</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Переменные</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Шаг</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Мин.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Макс.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Цвет</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Стиль</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Анализ функции</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Функция не имеет горизонтальных асимптот.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Функция не имеет точек перегиба.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Функция не имеет точек максимума.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Функция не имеет точек минимума.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Постоянная</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Убывающая</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Не удалось определить монотонность функции.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Возрастающая</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Монотонность функции неизвестна.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Функция не имеет наклонных асимптот.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Не удалось определить четность функции.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Четная функция.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Функция не является ни четной, ни нечетной.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Нечетная функция.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Четность функции неизвестна.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Периодичность не поддерживается для этой функции.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Функция не является периодической.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Периодичность функции неизвестна.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Эти функции слишком сложны для расчета с помощью Калькулятора:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Функция не имеет вертикальных асимптот.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Функция не содержит пересечение с осью X.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Функция не содержит пересечение с осью Y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Область</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Горизонтальные асимптоты</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Точки перегиба</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Анализ не поддерживается для этой функции.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Анализ поддерживается только для функций в формате f(x). Пример: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Максимум</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Минимум</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Монотонность</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Наклонные асимптоты</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Четность</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Период</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Область значений</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Вертикальные асимптоты</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Пересечение с осью X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Пересечение с осью Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Не удалось выполнить анализ функции.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Не удается вычислить область для этой функции.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Не удается вычислить область значений для этой функции.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Переполнение (слишком большое число)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Режим радиан необходим для построения графика этого уравнения.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Эта функция слишком сложна для построения графика</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Для отображения этой функции требуется режим градусов</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Функция факториала имеет неверный аргумент</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Факториальная функция имеет слишком большой аргумент для графика</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>По модулю можно брать только целые числа</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Уравнение не имеет решения</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Невозможно разделить на ноль</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Уравнение содержит логические условия, которые являются взаимоисключающими</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Уравнение вне области определения</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Графики этого уравнения не поддерживаются</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>В уравнении отсутствует открывающая круглая скобка</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>В уравнении отсутствует закрывающая круглая скобка</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>В числе слишком много десятичных знаков</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Десятичная запятая не имеет цифр</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Неожиданный конец выражения</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Непредвиденные символы в выражении</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Недопустимые символы в выражении</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Слишком много знаков равенства</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Функция должна содержать хотя бы одну переменную x или y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Неверное выражение</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Пустое выражение</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Знак равенства использован без уравнения</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Скобки отсутствуют после имени функции</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Неверное количество параметров функции</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Имя переменной неверно</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>В уравнении отсутствует открывающая скобка</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>В уравнении отсутствует закрывающая скобка</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>«i» и «I» не могут использоваться как имена переменных</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>График уравнения не может быть построен</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Не удалось определить цифру для заданного основания</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Значение должно быть больше 2 и меньше 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Один из параметров функции должен быть переменной</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Уравнение смешивает логические и скалярные операнды</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x или y нельзя использовать в верхнем или нижнем пределах</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x или y нельзя использовать в предельной точке</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Нельзя использовать комплексную бесконечность</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Нельзя использовать комплексные числа в неравенствах</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Вернуться к списку функций</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Вернуться к списку функций</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Проанализировать функцию</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Проанализировать функцию</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Проанализировать функцию</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Удалить уравнение</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Удалить уравнение</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Удалить уравнение</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Поделиться</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Поделиться</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Изменить стиль уравнения</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Изменить стиль уравнения</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Изменить стиль уравнения</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Показать уравнение</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Скрыть уравнение</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Показать уравнение %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Скрыть уравнение %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Остановить трассировку</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Начать трассировку</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Окно для просмотра графа, ось x с осью %1 и %2, ось y, привязанная %3 и %4, отображает %5 уравнения</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Настроить ползунок</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Настроить ползунок</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Перейти в режим уравнения</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Перейти в режим графика</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Перейти в режим уравнения</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Текущий режим — режим уравнения</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Текущий режим — режим графа</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Окно</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Градусы</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Градианы</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Радианы</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Единицы</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Сбросить представление</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>Макс. X</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>Мин. X</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Макс. Y</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Мин. Y</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Параметры графика</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Параметры графика</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Параметры графика</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Параметры-переменные</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Переменные параметры переключателя</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Толщина линии</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Параметры линии</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Небольшая толщина линии</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Средняя толщина линии</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Большая толщина линии</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Очень большая толщина линии</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Введите выражение</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Копировать</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Вырезать</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Копировать</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Вставить</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Отменить</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Выбрать все</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ввод функции</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ввод функции</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Панель ввода функций</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Панель переменных</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Список переменных</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Элемент списка переменных %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Текстовое поле \"Значение переменной\"</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ползунок для изменения значений переменных</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Текстовое поле \"Минимальное значение переменной\"</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Текстовое поле \"Значение шага для диапазона переменных\"</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Текстовое поле \"Максимальное значение переменной\"</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Сплошная линия</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Пунктирная линия</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Штриховая линия</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Синий</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Цвет морской пены</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Фиолетовый</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Зеленый</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Мятно-зеленый</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Темно-зеленый</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Угольный</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Красный</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Светло-бледно-фиолетовый</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Пурпурный</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Золотисто-желтый</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Ярко-оранжевый</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Коричневый</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Черный</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Белый</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Цвет 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Цвет 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Цвет 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Цвет 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Тема диаграммы</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Всегда светлый</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Подобрать под тему приложения</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Тема</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Всегда светлый</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Подобрать под тему приложения</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Функция удалена</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Поле формулы для анализа функции</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Равно</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Меньше, чем</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Меньше или равно</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Равны</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Больше или равно</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Больше</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Отправить</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Анализ функции</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Параметры графика</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Списки журналов и памяти</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Список памяти</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Слот журнала %1 очищен</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Калькулятор всегда сверху</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Калькулятор вернулся к полному представлению</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Выбран арифметический сдвиг</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Выбран логический сдвиг</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Выбран циклический сдвиг путем ротации</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Выбран циклический сдвиг путем ротации через перенос</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Параметры</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Внешний вид</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Тема приложения</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Выберите тему приложения для отображения</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Светлая</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Темная</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Использовать параметры системы</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Назад</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Страница параметров</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Открыть контекстное меню для просмотра доступных действий</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>ОК</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Не удалось восстановить этот моментальный снимок.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/sk-SK/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Neplatný vstup</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Výsledok nie je definovaný</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Nedostatok pamäte</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Pretečenie</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Výsledok nie je definovaný</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Výsledok nie je definovaný</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Pretečenie</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Pretečenie</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Nulou nemožno deliť</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/sk-SK/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulačka</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulačka [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows Kalkulačka</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows Kalkulačka [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulačka</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulačka [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopírovať</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Prilepiť</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Približne sa rovná</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, hodnota %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>najmenej významný bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Otvoriť rozbaľovaciu ponuku pamäte</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Zavrieť rozbaľovaciu ponuku pamäte</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Ponechať navrchu</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Späť na celé zobrazenie</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pamäť</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>História (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Numerická klávesnica s prepínaním bitov</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Celá numerická klávesnica</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vymazať celú pamäť (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Pamäť</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pamäť</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>História</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>História</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Konvertor</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Vedecká</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Štandardná</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Režim konvertora</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Režim vedeckej kalkulačky</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Režim štandardnej kalkulačky</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Vymazať celú históriu</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vymazať celú históriu</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Skryť</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Štandardná</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Vedecká</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programátor</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Konvertor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulačka</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Konvertor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulačka</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Konvertory</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulačky</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Zobrazenie je %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Výraz je %1, Hodnota aktuálneho vstupu je %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Zobrazenie je %1 celých</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Výraz je %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Zobrazovaná hodnota bola skopírovaná do schránky</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>História</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Pamäť</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Šestnástkové %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Desatinné %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Osmičkové %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binárne %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazať celú históriu</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>História bola vymazaná</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skryť históriu</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Otvoriť rozbaľovaciu ponuku histórie</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Zavrieť rozbaľovaciu ponuku histórie</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uloženie v pamäti</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Uložiť do pamäte (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazať celú pamäť</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Pamäť bola vymazaná</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vyvolať z pamäte</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vyvolať z pamäte (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pridať do pamäte</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pridať do pamäte (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odčítať z pamäte</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Odčítať z pamäte (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazať položku pamäte</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vymazať položku pamäte</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pridá do položky pamäte</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pridá do položky pamäte</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odčítať z položky pamäte</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Odčítať z položky pamäte</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazať položku pamäte</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Vymazať položku pamäte</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pridá do položky pamäte</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Pridá do položky pamäte</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odčítať z položky pamäte</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Odčítať z položky pamäte</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Odstrániť</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopírovať</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Odstrániť</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odstrániť položku histórie</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odstrániť položku histórie</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nula</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jeden</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dva</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tri</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Štyri</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Päť</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Šesť</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sedem</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Osem</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deväť</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alebo</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nie</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otočiť naľavo</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otočiť napravo</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ľavý kláves Shift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pravý kláves Shift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exkluzívna alebo</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prepínač štvoritých slov</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prepínač dvojitých slov</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prepínač slov</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prepínač bajtov</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numerická klávesnica s prepínaním bitov</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Celá numerická klávesnica</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oddeľovač desatinných miest</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazať položku</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazať</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Delené</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Krát</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rovná sa</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverzná funkcia</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mínus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Mínus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Druhá odmocnina</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Percento</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kladné záporné</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kladné záporné</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prevrátené</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ľavá zátvorka</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Ľavá zátvorka, počet ľavých zátvoriek je %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pravá zátvorka</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Počet vstupných zátvoriek: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Nenachádza sa tu žiadna vstupná zátvorka, ku ktorej je možné pridať výstupnú.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vedecký zápis</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolická funkcia</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pí</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sínus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosínus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický sínus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický kosínus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický tangens</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Štvorec</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kocka</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkussínus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuskosínus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkustangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický arkussínus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický arkuskosínus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický arkustangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X s exponentom</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>10 s exponentom</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>e s exponentom</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>y. odmocnina z x</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmus</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prirodzený logaritmus</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponenciála</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stupeň minúta sekunda</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stupne</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Časť celého čísla</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zlomková časť</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktoriál</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prepínač stupňov</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prepínač gradiánov</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prepínač radiánov</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rozbaľovací zoznam režimu</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rozbaľovací zoznam kategórií</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ponechať navrchu</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Späť na celé zobrazenie</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ponechať navrchu (Alt + šípka nahor)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Späť na celé zobrazenie (Alt + šípka nadol)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Skonvertuje z %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Skonvertuje z %1 celých %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Skonvertuje na %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Jednotka vstupu</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Jednotka výstupu</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Plocha</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Údaje</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energia</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Dĺžka</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Výkon</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Rýchlosť</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Čas</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Objem</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Teplota</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Hmotnosť</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Tlak</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Uhol</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Mena</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Tekuté unce (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Tekuté unce (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galóny (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galóny (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litre</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>l</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitre</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pinty (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pinty (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Polievkové lyžice (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>PL. (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Čajové lyžičky (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ČL. (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Polievkové lyžice (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>PL. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Čajové lyžičky (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>ČL. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Kvarty (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Kvarty (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Šálky (USA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>šálka (USA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>librostopy</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>k (USA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>kB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>m/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>librostopy/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>týž.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>r.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Akre</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Britské tepelné jednotky</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>Britské tepelné jednotky/min</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Tepelné kalórie</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimetre</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimetre za sekundu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Kubické centimetre</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kubické stopy</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Kubické palce</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Kubické metre</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Kubické yardy</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dni</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Stupne Celzia</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Stupne Fahrenheita</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektrónvolty</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Stopy</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Stopy za sekundu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Librostopy</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Librostopy/min</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektáre</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Konská sila (USA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Hodiny</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Palce</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Jouly</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatthodiny</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Stupne Kelvina</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Kilokalórie</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojouly</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometre</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometre za hodinu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatty</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Uzly</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metre</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metre za sekundu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikrometre</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekundy</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Míle</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Míle za hodinu</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milimetre</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisekundy</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minúty</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometre</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angströmy</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Námorné míle</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekundy</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Štvorcové centimetre</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Štvorcové stopy</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Štvorcové palce</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Štvorcové kilometre</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Štvorcové metre</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Štvorcové míle</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Štvorcové milimetre</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Štvorcové yardy</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watty</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Týždne</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yardy</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Roky</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>st.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>gon</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>bar</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tona (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tona (USA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karáty</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Stupne</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radiány</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradiány</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosféry</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bary</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascaly</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milimetre ortuťového stĺpca </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascaly</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Libry na štvorcový palec</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigramy</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagramy</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigramy</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gramy</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektogramy</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogramy</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Dlhé tony (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligramy</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Unce</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Libry</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Krátke tony (USA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Kameň</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Metrické tony</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD disky</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD disky</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>futbalové ihriská</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>futbalové ihriská</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>diskety</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>diskety</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD disky</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD disky</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>batérie</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>batérie</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>sponky na papier</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>sponky na papier</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>veľké dopravné lietadlá</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>veľké dopravné lietadlá</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>žiarovky</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>žiarovky</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>kone</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>kone</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>vane</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>vane</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>snehové vločky</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>snehové vločky</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>slony</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>slony</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>korytnačky</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>korytnačky</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>lietadlá</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>lietadlá</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>veľryby</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>veľryby</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>kávové šálky</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>kávové šálky</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>plavecké bazény</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>plavecké bazény</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>ruky</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>ruky</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>hárky papiera</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>hárky papiera</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>hrady</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>hrady</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banány</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banány</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>kusy torty</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>kusy torty</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotívy</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotívy</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>futbalové lopty</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>futbalové lopty</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Položka pamäte</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naspäť</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Naspäť</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Licenčné podmienky pre softvér od spoločnosti Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Ukážka</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Prehlásenie spoločnosti Microsoft o ochrane osobných údajov</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Všetky práva vyhradené.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Ak chcete zistiť, ako môžete prispievať do programu Windows kalkulačka, vezmite projekt na %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Informácie</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Odoslať pripomienky</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Zatiaľ nie je k dispozícii žiadna história.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>V pamäti nie je nič uložené.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pamäť</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Tento výraz sa nedá prilepiť</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zettabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zettabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibity</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibajty</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Výpočet dátumu</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Režim výpočtu</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Pridať</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Pripočítať alebo odčítať dni</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Dátum</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Rozdiel medzi dátumami</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dni</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Rozdiel</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Od</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Mesiace</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Odčítať</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Do</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Roky</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Dátum mimo rozsahu</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>deň</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dni</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mesiac</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>mesiace</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Rovnaké dátumy</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>týždeň</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>týždne</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>rok</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>roky</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Rozdiel %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Výsledný dátum %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Režim kalkulačky %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Režim konvertora %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Režim výpočtu dátumu</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoznamy histórie a pamäte</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ovládacie prvky pamäte</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Štandardné funkcie</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ovládacie prvky zobrazenia</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Štandardné operátory</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numerická klávesnica</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operátory uhlov</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vedecké funkcie</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Výber základu sústavy</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operátory programátorov</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Výber režimu vstupu</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numerická klávesnica s prepínaním bitov</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Výraz posúvania doľava</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Výraz posúvania doprava</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Dosiahol sa maximálny počet číslic. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 uložené do pamäte</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Pamäťová zásuvka %1 je zmenená na %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Pamäťový slot %1 bol vymazaný</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>delené</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>krát</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mínus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>umocnené na</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>odmocnina y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>modulo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ľavý posun</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>pravý posun</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>alebo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>vylučujúce alebo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>a</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Aktualizované %1 o %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Aktualizovať kurz</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Prenos údajov môže byť spoplatnený.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Nový kurz sa nepodarilo získať. Skúste to znova neskôr.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Služba je offline. Skontrolujte svoje %HL%nastavenia siete%HL%.</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Aktualizujú sa menové kurzy</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Menové kurzy boli aktualizované.</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Kurzy sa nepodarilo aktualizovať</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>l</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vymazať celú pamäť (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vymazať celú pamäť</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sínus, stupne</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sínus, radiány</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sínus, grády</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>inverzný sínus, stupne</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>inverzný sínus, radiány</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>inverzný sínus, grády</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hyperbolický sínus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>inverzný hyperbolický sínus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>kosínus, stupne</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>kosínus, radiány</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>kosínus, grády</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>inverzný kosínus, stupne</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inverzný kosínus, radiány</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inverzný kosínus, grády</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hyperbolický kosínus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>inverzný hyperbolický kosínus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangens, stupne</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangens, radiány</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangens, grády</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>inverzný tangens, stupne</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inverzný tangens, radiány</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>inverzný tangens, grády</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hyperbolický tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>inverzný hyperbolický tangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sekans, stupne</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sekans, radiány</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sekans, gradiány</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>inverzný sekans, stupne</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>inverzný sekans, radiány</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>inverzný sekans, gradiány</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hyperbolický sekans</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>inverzný hyperbolický sekans</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>kosekans, stupne</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>kosekans, radiány</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>kosekans, gradiány</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>inverzný kosekans, stupne</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>inverzný kosekans, radiány</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>inverzný kosekans, gradiány</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hyperbolický kosekans</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>inverzný hyperbolický kosekans</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>kotangens, stupne</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Kotangens, radiány</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>kotangens, gradiány</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>inverzný kotangens, stupne</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>inverzný kotangens, radiány</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>inverzný kotangens, gradiány</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hyperbolický kotangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>inverzný hyperbolický kotangens</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Tretia odmocnina</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Logaritmický základ</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absolútna hodnota</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>ľavý posun</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>pravý posun</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktoriál</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>stupeň minúta sekunda</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>prirodzený logaritmus</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>štvorec</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>odmocnina y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Kategória: %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Zmluva o poskytovaní služieb spoločnosti Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Od</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Posunúť výsledok výpočtu doľava</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Posunúť výsledok výpočtu doprava</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Výpočet zlyhal</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritmický základ Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funkcia</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Nerovnosti</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nerovnosti</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitový operátor</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bitový posun</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverzná funkcia</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolická funkcia</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický sekans</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkussekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický arkussekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuskosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický arkuskosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický kotangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkuskotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolický arkuskotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dolný limit</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Horný limit</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Náhodné</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absolútna hodnota</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eulerovo číslo</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dva na exponent</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otočiť doľava s prevodom</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otočiť doprava s prevodom</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ľavý posun</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Ľavý posun</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pravý posun</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Pravý posun</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmetický posun</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logický posun</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Cyklický posun Otočiť</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Cyklický posun Otočiť cez prevod</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tretia odmocnina</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometria</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcie</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitový operátor</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitový posun</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panely vedeckých operátorov</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panely operátorov programátorov</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>najvýznamnejší bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Grafická kalkulačka</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vykresliť</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Automaticky obnoviť zobrazenie (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zobrazenie grafu</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatické najlepšie prispôsobenie</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Manuálna úprava</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Zobrazenie grafu bolo resetované</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Priblížiť (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Priblížiť</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Vzdialiť (Ctrl + mínus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vzdialiť</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pridať rovnicu</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Momentálne nie je možné zdieľať.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Pozrite sa, aký graf sa mi podarilo urobiť s Windows Kalkulačkou</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Rovnice</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Premenné</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Obrázok grafu s rovnicami</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Premenné</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Krok</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Farba</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Výpočet štýlu</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analýza funkcií</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcia nemá žiadne vodorovné asymptoty.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funkcia nemá žiadne inflexné body.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funkcia nemá žiadne maximálne body.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funkcia nemá žiadne minimálne body.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konštanta</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Klesajúca</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Nie je možné určiť monotónnosť funkcie.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Rastúca</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Monotónnosť funkcie nie je známa.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcia nemá žiadne šikmé asymptoty.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Nie je možné určiť paritu funkcie.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funkcia je párna.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funkcia nie je ani párna, ani nepárna.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funkcia je nepárna.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Parita funkcie je neznáma.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodicita nie je pre túto funkciu podporovaná.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funkcia nie je periodická.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Periodicita funkcie je neznáma.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Tieto funkcie sú pre Kalkulačku príliš zložité na vypočítanie:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcia nemá žiadne zvislé asymptoty.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funkcia nemá žiadne priesečníky s osou X.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funkcia nemá žiadne priesečníky s osou Y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Definičný obor</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Horizontálne asymptoty</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Inflexné body</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analýza nie je pre túto funkciu podporovaná.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analýza je podporovaná iba pre funkcie vo formáte f(x). Príklad: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maxima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotónnosť</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Šikmé asymptoty</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Parita</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Cyklus</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Rozsah</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Vertikálne asymptoty</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Priesečník s osou X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Priesečník s osou Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Pre funkciu sa nepodarilo vykonať analýzu.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Pre túto funkciu nie je možné vypočítať definičný obor.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Pre túto funkciu nie je možné vypočítať rozsah.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Pretečenie (číslo je príliš veľké)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Na znázornenie tejto rovnice sa vyžaduje režim radiánov.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Táto funkcia je príliš zložitá na znázornenie</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Na znázornenie tejto funkcie sa vyžaduje režim stupňov</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Funkcia faktoriálu obsahuje neplatný argument</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Funkcia faktoriálu obsahuje argument, ktorý je príliš veľký na znázornenie</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Operácia modulo sa dá použiť len s celými číslami</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Rovnica nemá riešenie</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Nulou nemožno deliť</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Rovnica obsahuje logické podmienky, ktoré sa vzájomne vylučujú</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Rovnica je mimo domény</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Znázornenie tejto rovnice v grafe nie je podporované</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>V rovnici chýba ľavá zátvorka</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>V rovnici chýba pravá zátvorka</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Číslo v čísle je príliš veľa desatinných miest</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Za desatinnou čiarkou chýbajú číslice</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Neočakávaný koniec výrazu</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Neočakávané znaky vo výraze</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Neplatné znaky vo výraze</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Príliš veľa znakov rovnosti.</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funkcia musí obsahovať aspoň jednu premennú x alebo y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Neplatný výraz</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Výraz je prázdny</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Znak rovnosti sa použil bez rovnice</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Chýba zátvorka za názvom funkcie</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Matematická operácia obsahuje nesprávny počet parametrov</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Názov premennej je neplatný</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>V rovnici chýba ľavá hranatá zátvorka</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>V rovnici chýba pravá hranatá zátvorka</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>„i“ a „I“ sa nemôžu používať ako názvy premenných</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Rovnicu nie je možné znázorniť</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Číslicu nie je možné vyriešiť pre daný základ</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Základ musí byť väčšie ako 2 a menšie než 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Matematická operácia vyžaduje, aby niektorý z jej parametrov bol premennou</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>V rovnici sa kombinujú logické a skalárne operandy</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x alebo y sa nemôžu používať v hornom ani dolnom limite</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x alebo y sa nemôžu používať v hromadnom bode</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Nie je možné použiť komplexné nekonečno</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>V nerovnostiach nie je možné používať komplexné čísla</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Späť na zoznam funkcií</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Späť na zoznam funkcií</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analyzovať funkciu</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analyzovať funkciu</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analyzovať funkciu</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Odstrániť rovnicu</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odstrániť rovnicu</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Odstrániť rovnicu</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zdieľať</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zdieľať</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zmeniť štýl rovnice</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zmeniť štýl rovnice</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Zmeniť štýl rovnice</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Zobraziť rovnicu</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Skryť rovnicu</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Zobraziť rovnicu %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Skryť rovnicu %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Zastaviť sledovanie</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Spustiť sledovanie</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Okno na zobrazenie grafu, OS x vyznačený %1 a %2, os y vyznačený %3 a %4, zobrazovať %5 rovnice</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfigurovať jazdec</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfigurovať jazdec</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Prepnúť na režim rovnice</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Prepnúť na režim grafu</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prepnúť na režim rovnice</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Aktuálne sa používa režim rovnice</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Aktuálne sa používa režim grafu</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Okno</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Stupne</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradiány</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radiány</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Jednotky</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Obnoviť</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X – max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X – min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y – max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y – min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Možnosti grafu</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Možnosti grafu</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Možnosti grafu</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Možnosti premennej</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Prepínať možnosti premennej</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Hrúbka čiary</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Možnosti čiary</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Šírka malej čiary</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Šírka strednej čiary</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Šírka veľkej čiary</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Šírka veľmi veľkej čiary</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Zadajte výraz</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopírovať</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Vystrihnúť</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopírovať</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Prilepiť</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Zrušiť zmenu</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Vybrať všetko</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vstup funkcie</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vstup funkcie</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel vstupov funkcie</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panel premenných</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zoznam premenných</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Položka zoznamu premenných %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textové pole hodnoty premennej</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Posúvač hodnoty premennej</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textové pole minimálnej hodnoty premennej</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textové pole hodnoty kroku premennej</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textové pole maximálnej hodnoty premennej</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Štýl plnej čiary</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Štýl bodkovanej čiary</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Štýl čiarkovanej čiary</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Námornícka modrá</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Svetlozelená</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Fialová</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Zelená</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mätová</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Tmavozelená</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Čiernosivá</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Červená</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Svetlá slivková</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Purpurová</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Zlatožltá</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Jasnooranžová</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Hnedá</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Čierna</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Biela</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Farba 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Farba 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Farba 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Farba 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Motív grafu</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Vždy svetlé</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Zhoda s motívom aplikácie</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Motív</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vždy svetlé</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zhoda s motívom aplikácie</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funkcia odstránená</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pole rovnice v analýze funkcie</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rovná sa</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menej ako</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Menší alebo rovný</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rovná sa</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Väčší alebo rovný</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Väčší ako</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odoslať</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analýza funkcií</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Možnosti grafu</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Zoznamy histórie a pamäte</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Zoznam pamäte</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Úsek histórie %1 bol vymazaný</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkulačka je vždy navrchu</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkulačka sa vrátila do úplného zobrazenia</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Vybratá možnosť Aritmetický posun</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Vybratá možnosť Logický posun</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Vybratá možnosť Cyklický posun Otočiť</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Vybratá možnosť Cyklický posun Otočiť cez prevod</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Nastavenia</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Vzhľad</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Motív aplikácie</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Vyberte, ktorý motív aplikácie sa má zobraziť</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Svetlý</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Tmavý</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Použiť nastavenie systému</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naspäť</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Stránka Nastavenia</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otvoriť kontextovú ponuku pre dostupné akcie</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Túto snímku sa nepodarilo obnoviť.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/sl-SI/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Neveljaven vnos</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Rezultat je nedefiniran</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Ni dovolj prostora za shranjevanje</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Prekoračitev obsega</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Rezultat ni definiran</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Rezultat ni definiran</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Prekoračitev obsega</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Prekoračitev obsega</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Deljenje z ničlo ni dovoljeno</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/sl-SI/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Kalkulator Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Kalkulator Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopiraj</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Prilepi</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Je približno enako</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, vrednost %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63.</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62.</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61.</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60.</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59.</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58.</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57.</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56.</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55.</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54.</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53.</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52.</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51.</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50.</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49.</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48.</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47.</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46.</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45.</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44.</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43.</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42.</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41.</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40.</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39.</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38.</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37.</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36.</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35.</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34.</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33.</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32.</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31.</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30.</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29.</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28.</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27.</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26.</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25.</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24.</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23.</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22.</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21.</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20.</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19.</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18.</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17.</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16.</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15.</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14.</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13.</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12.</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11.</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10.</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9.</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8.</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7.</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6.</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5.</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4.</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3.</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2.</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1.</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>najmanj pomemben bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Odpri pojavni meni shranjevanja</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Zapri pojavni meni shranjevanja</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Obdrži na vrhu</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Nazaj na celozaslonski pogled</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Shranjevanje</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zgodovina (Ctrl + H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Številčnica za preklapljanje bitov</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Cela številčnica</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Počisti celoten prostor za shranjevanje (Ctrl + L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Shranjevanje</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shranjevanje</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Zgodovina</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zgodovina</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Pretvorniški</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Znanstveni</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standardni</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pretvorniški način</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Znanstveni način</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardni način</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Počisti vso zgodovino</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Počisti vso zgodovino</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Skrij</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standardni</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Znanstveni</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programerski</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Pretvornik</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Pretvornik</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Pretvorniki</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulatorji</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Prikaz je %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Izraz je %1, trenutni vnos je %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Prikaz je %1 cela</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Izraz je %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Vrednost prikaza kopirana v odložišče</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Zgodovina</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Shranjevanje</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Šestnajstiško %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimalno %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Osmiško %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Dvojiško %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Počisti vso zgodovino</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Zgodovina izbrisana</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skrij zgodovino</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Odpri pojavni meni zgodovine</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Zapri pojavni meni zgodovine</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prostor za shranjevanje</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Prostor za shranjevanje (Ctrl + M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Počisti celoten prostor za shranjevanje</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Shranjevanje je počiščeno</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Priklic shranjevanja</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Priklic shranjevanja (Ctrl + R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seštevanje s shranjevanjem</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Seštevanje s shranjevanjem (Ctrl + P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odštevanje s shranjevanjem</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Odštevanje s shranjevanjem (Ctrl + Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Počisti element shranjevanja</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Počisti element shranjevanja</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prištej k elementu shranjevanja</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Prištej k elementu shranjevanja</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odštej od elementa shranjevanja</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Odštej od elementa shranjevanja</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Počisti element shranjevanja</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Počisti element shranjevanja</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prištej k elementu shranjevanja</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Prištej k elementu shranjevanja</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odštej od elementa shranjevanja</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Odštej od elementa shranjevanja</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Izbriši</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiraj</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Izbriši</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izbrišite element zgodovine</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izbrišite element zgodovine</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vračalka</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nič</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ena</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dva</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tri</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Štiri</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pet</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Šest</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sedem</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Osem</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Devet</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>In</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ali</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ne</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zavrti na levi</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zavrti na desni</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomik levo</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomik desno</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izključno ali</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Preklopni gumb za četverne besede</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Preklopni gumb za dvojne besede</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Preklopni gumb za besede</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Preklopni gumb za bajte</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Številčnica za preklapljanje bitov</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cela številčnica</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Decimalno ločilo</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Počisti vnos</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Počisti</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deli z</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomnoži z</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Je enako</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverzna funkcija</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadratni koren</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odstotek</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pozitivno, negativno</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pozitivno, negativno</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Obratna vrednost</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Levi oklepaj</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Levi oklepaj, število oklepajev %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desni oklepaj</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Število začetnih oklepajev: %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Ni začetnih oklepajev, ki bi potrebovali končnega.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Znanstveni zapis</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolična funkcija</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični sinus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični kosinus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični tangens</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadrat</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kocka</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus sinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus kosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus tangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični arkus sinus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični arkus kosinus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični arkus tangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>»X« na potenco</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deset na potenco</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>»e« na potenco</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Koren »y« od »x«</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritem</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naravni logaritem</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponentno</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stopinja minuta sekunda</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stopinje</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Celoštevilski del</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ulomek</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fakulteta</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Preklopni gumb za stopinje</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Preklopni gumb za grade</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Preklopni gumb za radiane</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Spustno polje »Način«</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Spustno polje »Kategorije«</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Obdrži na vrhu</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nazaj na celozaslonski pogled</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ohrani na vrhu (Alt + puščica gor)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Nazaj na celozaslonski prikaz (Alt + puščica dol)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Pretvori iz %1%2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Pretvori iz %1cela %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Pretvori v %1%2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1%2 je %3%4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Vhodna enota</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Izhodna enota</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Površina</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Podatki</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energija</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Dolžina</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Moč</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Hitrost</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Čas</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Količina</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Teža in masa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Tlak</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Kot</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valuta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Tekočinske unče (ZK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>tekočinska unča (ZK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Tekočinske unče (ZDA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>tekočinska unča (ZDA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galone (ZK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>galona (ZK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galone (ZDA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>galona (ZDA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litri</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitri</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pinte (ZK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pinta (ZK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pinte (ZDA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pinta (ZDA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Jedilne žlice (ZDA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>jedilna žlica (ZDA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Čajne žličke (ZDA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>čajna žlička (ZDA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Jedilne žlice (ZK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>jedilna žlica (ZK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Čajne žličke (ZK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>čajna žlička (ZK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Kvarti (ZK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>kvart (ZK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Kvarti (ZDA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>kvart (ZDA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Skodelice (ZDA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>skodelica (ZDA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>KM(ZDA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>vozel</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mi/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>NM</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>J/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>jard</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>lt</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>polbajt</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Akri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Biti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Britanske termalne enote</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bajti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Kalorije</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimetri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimetri na sekundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Kubični centimetri</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kubični čevlji</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Kubični palci</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Kubični metri</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Kubični jardi</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dnevi</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celzij</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektronvolti</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Čevlji</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Čevlji na sekundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Čevelj-funti</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Čevelj-funti/minuto</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektarji</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Konjska moč (ZDA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Ure</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Palci</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Džuli</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilovatne ure</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Kilokalorije</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilodžuli</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometri na uro</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilovati</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Vozli</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mah</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metri na sekundo</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikroni</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekunde</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Milje</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Milje na uro</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milimetri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisekunde</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minute</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Polbajt</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometri</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstremi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Navtične milje</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekunde</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Kvadratni centimetri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Kvadratni čevlji</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Kvadratni palci</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kvadratni kilometri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Kvadratni metri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Kvadratne milje</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Kvadratni milimetri</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Kvadratni jardi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Vati</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Tedni</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Jardi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Leta</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>st.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>bar</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>lb/in²</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>t (ZK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>t (ZDA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>stone (6,35 kg)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karati</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Stopinja</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radian</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Grad</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfera</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bar</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopaskal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milimeter živega srebra </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Paskal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Funt na kvadratni palec</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigrami</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagrami</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigrami</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Grami</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektogrami</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogrami</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Dolge tone (ZK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligrami</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Unče</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Funti</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Kratke tone (ZDA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone (6,35 kg)</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Tone</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD-ji</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD-ji</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>nogometna igrišča</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>nogometna igrišča</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>diskete</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>diskete</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD-ji</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD-ji</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>baterije</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>baterije</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>sponke</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>sponke</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>velika potniška letala</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>velika potniška letala</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>žarnice</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>žarnice</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>konji</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>konji</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>kopalne kadi</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>kopalne kadi</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>snežinke</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>snežinke</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>sloni</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>sloni</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>želve</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>želve</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>reaktivna letala</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>reaktivna letala</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>kiti</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>kiti</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>skodelice za kavo</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>skodelice za kavo</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>plavalni bazeni</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>plavalni bazeni</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>roke</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>roke</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>listi papirja</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>listi papirja</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>gradovi</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>gradovi</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banane</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banane</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>rezine torte</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>rezine torte</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotive</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotive</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>nogometne žoge</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>nogometne žoge</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Element shranjevanja</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nazaj</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Nazaj</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Licenčni pogoji za Microsoftovo programsko opremo  </value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Predogled</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoftova izjavao zasebnosti</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Vse pravice pridržane.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Če želite izvedeti, kako lahko prispeva v Windows računalo, si oglejte projekt v %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Vizitka</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Pošlji povratne informacije</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Zgodovine še ni.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Ničesar ni v prostoru za shranjevanje.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shranjevanje</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Tega izraza ni mogoče prilepiti</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Eb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Eib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbi bajti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Jottabiti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabajti</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Izračun datuma</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Način izračuna</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Dodaj</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Dodaj ali odvzemi dneve</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Datum</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Razlika med datumi</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dnevi</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Razlika</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Od</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Meseci</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Odvzemi</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Do</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Leta</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Datum izven časovnega okvirja</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dan</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dnevi</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mesec</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>meseci</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Enaki datumi</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>teden</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>tedni</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>leto</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>leta</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Razlika %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Nastali datum %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Način kalkulatorja %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Način pretvornika %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Način za izračun datuma</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Seznama zgodovine in shranjevanja</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kontrolniki shranjevanja</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardne funkcije</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kontrolniki prikaza</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardni operatorji</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Številska tipkovnica</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotni operatorji</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Znanstvene funkcije</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izbira osnove</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programerski operatorji</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izbira načina vnosa</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Številčnica za preklapljanje bitov</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Premakni izraz v levo</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Premakni izraz v desno</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Doseženo je največje dovoljeno število števk. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>Vrednost %1 je shranjena</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Mesto shranjevanja %1 je %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Mesto shranjevanja %1 je izbrisano</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>deljeno s/z</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>krat</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>na potenco</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>kvadratni koren</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>pomik levo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>pomik desno</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ali</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x ali</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Posodobljeno %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Posodobi menjalne tečaje</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Nastanejo lahko stroški prenosa podatkov.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Novih menjalnih tečajev ni bilo mogoče pridobiti. Poskusite znova pozneje.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Brez povezave. Preverite %HL%nastavitve omrežja%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Posodabljanje menjalnih tečajev</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Menjalni tečaji posodobljeni</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Menjalnih tečajev ni bilo mogoče posodobiti</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Počisti celoten prostor za shranjevanje (Ctrl + L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Počisti celoten prostor za shranjevanje</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinus v stopinjah</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinus v radianih</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinus v gradianih</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>inverzni sinus v stopinjah</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>inverzni sinus v radianih</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>inverzni sinus v gradianih</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hiperbolični sinus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>inverzni hiperbolični sinus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>kosinus v stopinjah</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>kosinus v radianih</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>kosinus v gradianih</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>inverzni kosinus v stopinjah</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inverzni kosinus v radianih</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inverzni kosinus v gradianih</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hiperbolični kosinus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>inverzni hiperbolični kosinus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangens v stopinjah</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangens v radianih</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangens v gradianih</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>inverzni tangens v stopinjah</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inverzni tangens v radianih</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>inverzni tangens v gradianih</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hiperbolični tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>inverzni hiperbolični tangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>stopinje kotne funkcije sekans</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radiani kotne funkcije sekans</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>gradi kotne funkcije sekans</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>stopinje inverzne kotne funkcije sekans</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>radiani inverzne kotne funkcije sekans</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>gradi inverzne kotne funkcije sekans</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hiperbolični sekans</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>inverzni hiperbolični sekans</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>stopinje kotne funkcije kosekans</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radiani kotne funkcije kosekans</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>gradi kotne funkcije kosekans</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>stopinje inverzne kotne funkcije kosekans</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>radiani inverzne kotne funkcije kosekans</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>gradi inverzne kotne funkcije kosekans</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hiperbolični kosekans</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>inverzni hiperbolični kosekans</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>stopinje kotne funkcije kotangens</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radiani kotne funkcije kotangens</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>gradi kotne funkcije kotangens</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>stopinje inverzne kotne funkcije kotangens</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>radiani inverzne kotne funkcije kotangens</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>gradi inverzne kotne funkcije kotangens</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hiperbolični kotangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>inverzni hiperbolični kotangens</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Kubični koren</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Osnovni logaritem</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absolutna vrednost</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>pomik levo</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>pomik desno</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>fakulteta</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>stopinja minuta sekunda</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>naravni logaritem</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>kvadrat</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>kvadratni koren</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Kategorija %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Pogodba o Microsoftovih storitvah</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Od</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomik rezultata izračuna v levo</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomik rezultata izračuna v desno</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Izračun ni uspel</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Osnovni logaritem Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometrija</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funkcija</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Neenakosti</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Neenakosti</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitna vrednost</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Pomik bita</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverzna funkcija</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolična funkcija</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični sekans</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverz sekansa</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični inverz sekansa</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverz kosekansa</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični inverz kosekansa</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični kotangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Inverz kotangensa</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični inverz kotangensa</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zaokroževanje navzdol</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zaokroževanje navzgor</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naključno</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absolutna vrednost</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eulerjevo število</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dve na potenco</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NE-IN</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NE-IN</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>NE-ALI</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>NE-ALI</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomik za eno mesto v levo s prenosom</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomik za eno mesto v desno s prenosom</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomik levo</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Pomik levo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomik desno</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Pomik desno</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmetični pomik</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logični pomik</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Krožni pomik</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Krožni pomik s prenosom</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubični koren</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometrija</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcije</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitna vrednost</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomik bita</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plošče znanstvenih operatorjev</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plošče programskih operatorjev</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>najbolj pomemben bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Risanje grafikonov</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nariši</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Samodejno osveži pogled (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafični prikaz</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Samodejna najboljša prilagoditev</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ročna prilagoditev</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Pogled grafa je bil ponastavljen</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Povečaj (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Povečaj</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pomanjšaj (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomanjšaj</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Dodaj enačbo</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Trenutno ni mogoče deliti z drugimi.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>V redu</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Oglejte si graf, ustvarjen s Kalkulatorjem Windows</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Enačbe</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Spremenljivke</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Slika grafa z enačbami</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Spremenljivke</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Korak</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Najmanj</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Največ</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Barva</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Izračun sloga</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analiza funkcije</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcija nima nobenih vodoravnih asimptot.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funkcija nima nobenih prevojnih točk.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funkcija nima nobenih maksimalnih vrednosti.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funkcija nima nobenih minimalnih vrednosti.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstanta</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Padanje</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Monotonosti funkcije ni mogoče določiti.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Naraščanje</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Monotonost funkcije ni znana.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcija nima nobenih poševnih asimptot.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Paritete funkcije ni mogoče določiti.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funkcija je soda.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funkcija ni niti soda niti liha.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funkcija je liha.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Pariteta funkcije ni znana.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodičnost za to funkcijo ni podprta.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funkcija ni periodična.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Periodičnost funkcije ni znana.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Te lastnosti so preveč zapletene, da bi jih Kalkulator lahko izračunal:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcija nima nobenih navpičnih asimptot.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funkcija nima nobenih presečišč z osjo x.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funkcija nima nobenih presečišč z osjo y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domena</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Horizontalne asimptote</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Prevojne točke</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analiza ni podprta za to funkcijo.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analiza je podprta le za funkcije v obliki f(x). Primer: y = x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Najvišje vrednosti</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Najnižje vrednosti</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonost</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Poševne asimptome</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Pariteta</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Perioda</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Obseg</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Navpične asimptome</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Presečišče z osjo X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Presečišče z osjo Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Za funkcijo ni bilo mogoče izvesti analize.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Domene za to funkcijo ni mogoče izračunati.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Obsega za to funkcijo ni mogoče izračunati.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Presežek (število je preveliko)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Za upodobitev te enačbe na grafu je potreben način Radiani.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Ta funkcija je preveč kompleksna, da bi jo bilo mogoče upodobiti na grafu</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Za upodobitev te enačbe na grafu je potreben način Stopinje.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>V faktorski funkciji je neveljaven argument</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>V faktorski funkciji je argument, ki je prevelik, da bi ga bilo mogoče upodobiti na grafu</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modul je mogoče uporabiti le s celimi števili</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Enačba nima rešitve</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Ni mogoče deliti z nič</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>V enačbi so logični pogoji, ki so vzajemno izključujoči</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Enačba je zunaj domene</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Risanje grafikonov za to enačbo ni podprto</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>V enačbi manjka okrogli oklepaj</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>V enačbi manjka okrogli zaklepaj</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>V številu je preveč decimalnih vejic</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>V decimalnem mestu manjkajo števke</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Nepričakovan konec izraza</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>V izrazu so nepričakovani znaki</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Neveljavni znaki v izrazu</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Preveč je enačajev</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>V funkciji mora biti najmanj ena spremenljivka »x« ali »y«</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Neveljaven izraz</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Izraz je prazen</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Enačaj je bil uporabljen brez enačbe</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Za imenom funkcije manjka oklepaj</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>V matematični operaciji je nepravilno število parametrov</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Ime spremenljivke ni veljavno</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>V enačbi manjka oglati oklepaj</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>V enačbi manjka oglati zaklepaj</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>Znaka »i« in »I« ne morete uporabiti kot imena spremenljivk</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Enačbe ni mogoče upodobiti na grafu</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Za dano osnovo ni bilo mogoče razrešiti števk</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Osnova mora biti večji od 2 in manjše od 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Matematični postopek zahteva, da je eden od njenih parametrov spremenljivka</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>V enačbi je mešanica logičnih in skalarnih operandov</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>V zgornjih ali spodnjih omejitvah ni mogoče uporabiti »x« ali »y«</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>V točki omejitve ni mogoče uporabiti »x« ali »y«</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Kompleksne neskončnosti ni mogoče uporabiti</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>CV neenakosti ni mogoče uporabiti kompleksnih števil</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Nazaj na seznam funkcij</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nazaj na seznam funkcij</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analiziraj funkcijo</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analiziraj funkcijo</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analiziraj funkcijo</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Odstrani enačbo</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odstrani enačbo</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Odstrani enačbo</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Deli z drugimi</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deli z drugimi</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Spremeni slog enačbe</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Spremeni slog enačbe</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Spremeni slog enačbe</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Pokaži enačbo</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Skrij enačbo</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Pokaži enačbo %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Skrij enačbo %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Ustavi sledenje</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Začni sledenje</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Okno za ogled grafa, bounded osi x po %1 in %2, bounded osi y %3 in %4, prikazujejo %5 enačbe</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfiguriraj drsnik</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfiguriraj drsnik</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Preklopi v način enačbe</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Preklopi v način grafa</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Preklopi v način enačbe</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Trenutni način je način enačbe</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Trenutni način je način grafa</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Okno</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Stopinje</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradi</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radiani</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Enote</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Ponastavi pogled</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X – najvišja vrednost</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X – najnižja vrednost</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y – najvišja vrednost</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y – najnižja vrednost</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Možnosti grafa</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Možnosti grafa</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Možnosti grafa</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Možnosti spremenljivke</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Preklop možnosti spremenljivke</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Debelina črte</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Možnosti črte</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Majhna širina črte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Srednja širina črte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Velika širina črte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Zelo velika širina črte</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Vnesite izraz</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiraj</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Izreži</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiraj</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Prilepi</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Razveljavi</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Izberi vse</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vnos funkcije</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vnos funkcije</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Podokno vhodnih funkcij</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Spremenljivo podokno</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Spremenljiv seznam</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Spremenljiv element seznama %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Besedilno polje s spremenljivo vrednostjo</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Drsnik s spremenljivo vrednostjo</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Besedilno polje s spremenljivo najnižjo vrednostjo</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Besedilno polje s spremenljivo vrednostjo koraka</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Besedilno polje s spremenljivo najvišjo vrednostjo</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Poln slog črte</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Pikčast slog črte</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Črtkan slog črte</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Mornarsko modra</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Odtenek morske pene</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Vijolična</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Zelena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Metino zelena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Temno zelena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Oglje</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Rdeča</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Svetlo slivova</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Zlatorumena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Svetlooranžna</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Rjava</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Črna</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Bela</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Barva 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Barva 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Barva 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Barva 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema »grafikon«</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Vedno svetlo</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Ujemanje teme programa</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vedno svetlo</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ujemanje teme programa</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funkcija je odstranjena</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Polje enačbe za analizo funkcij</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Je enako</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Manj kot</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Manjši ali enak kot</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Enako</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Večji ali enak kot</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Večje od</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pošlji</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analiza funkcije</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Možnosti grafa</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Seznama zgodovine in shranjevanja</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Seznam shranjevanja</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Reža zgodovine %1 je počiščena</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkulator vedno na vrhu</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkulator nazaj v polni pogled</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Izbrana je možnost aritmetičnega pomika</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Izbrana je možnost logičnega pomika</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Izbrana je možnost krožnega pomika</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Izbrana je možnost krožnega pomika s prenosom</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Nastavitve</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Videz</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema aplikacije</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Izberite temo aplikacije za prikaz</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Svetlo</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Temno</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Uporabi sistemsko nastavitev</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nazaj</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Stran z nastavitvami</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Odpri priročni meni za dejanja, ki so na voljo</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>V redu</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Tega posnetka ni bilo mogoče obnoviti.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/sq-AL/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Hyrje e pavlefshme</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Rezultati është i papërcaktuar</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Memoria e pamjaftueshme</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Tejkalimi</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Rezultati i papërcaktuar</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Rezultati i papërcaktuar</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Tejkalimi</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Tejkalimi</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Pjesëtimi me zero i pamundur</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/sq-AL/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Makina llogaritëse</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Makina llogaritëse [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Makina llogaritëse e Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Makina llogaritëse e Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Makina llogaritëse</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Makina llogaritëse [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopjo</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Ngjit</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Afërsisht baras me</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, vlera %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>biti i %1</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63-të</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62-të</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61-të</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60-të</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59-të</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58-të</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57-të</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56-të</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55-të</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54-t</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53-të</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52-të</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51-të</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50-të</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49-të</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48-të</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47-të</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46-të</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45-të</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44-t</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43-të</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42-të</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41-të</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40-të</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39-të</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38-të</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37-të</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36-të</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35-të</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34-t</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33-të</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32-të</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31-të</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30-të</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29-të</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28-të</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27-të</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26-të</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25-të</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24-t</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23-të</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22-të</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21-të</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20-të</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19-të</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18-të</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17-të</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16-të</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15-të</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14-të</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13-të</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12-të</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11-të</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10-të</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9-të</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8-të</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7-të</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6-të</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5-të</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4-t</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3-të</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2-të</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1-rë</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>biti më pak i rëndësishëm</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Hap shfaqjen e memories</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Mbyll shfaqjen e memories</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Mbaj në krye</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Kthehu në pamjen e plotë</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historia (Ctrl + H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Blloku i tasteve i ndryshimit të gjendjes së bitëve</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Blloku i plotë i tasteve</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pastro të gjithë memorien (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Historia</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historia</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Konvertuesi</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Shkencor</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Regjimi i konvertuesit</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Regjimi shkencor</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Regjimi standard</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Pastro të gjithë historinë</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pastro të gjithë historinë</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Fshih</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Shkencor</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programues</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Konvertuesi</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Makina llogaritëse</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Konvertuesi</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Makina llogaritëse</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Konvertuesit</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Makinat llogaritëse</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Afishimi është %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Shprehja është %1, hyrja aktuale është %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Afishimi është %1 pikë</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Shprehja është %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Vlera e afishuar u kopjua në kujtesën e fragmenteve</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historia</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Vlera heksadecimale %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Vlera dhjetore %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Vlera oktale %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Vlera binare %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pastro të gjithë historinë</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Historia u pastrua</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fshih historinë</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Hap shfaqjen e historisë</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Mbyll shfaqjen e historisë</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ruaj në memorie</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Magazino në memorie (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pastro të gjithë memorien</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memoria u pastrua</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tërhiq nga me</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Rithirr memorien (Ctrl + R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shto në memorie</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Shto në memorie (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zbrit nga vlera e ruajtur në memorie</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hiq nga memoria (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pastro njësinë e memories</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pastro njësinë e memories</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shto te njësia e memories</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Shto te njësia e memories</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiq nga njësia e memories</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hiq nga njësia e memories</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pastro njësinë e memories</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Pastro njësinë e memories</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shto te njësia e memories</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Shto te njësia e memories</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiq nga njësia e memories</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Hiq nga njësia e memories</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Fshi</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopjo</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Fshi</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fshi artikullin e historikut</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fshi artikullin e historikut</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kthim prapa</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zero</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Një</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dy</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tre</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Katër</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pesë</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gjashtë</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shtatë</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tetë</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nëntë</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dhe</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ose</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jo</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rrotullo majtas</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rrotullo djathtas</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shift i majtë</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shift i djathtë</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ose përjashtuese</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kalo në fjalë katërshe</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kalo në fjalë dyshe</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kalo te fjalët</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kalo te bajtët</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Blloku i tasteve i ndryshimit të gjendjes së bitëve</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Blloku i plotë i tasteve</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ndarësi dhjetor</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pastro zërin</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pastro</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pjesëto me</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shumëzo me</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Baras</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksioni i anasjelltë</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rrënjë katrore</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Për qind</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pozitiv negativ</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pozitiv negativ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I anasjellë</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kllapa e majtë</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Kllapa e majtë, numri i kllapave hapëse %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kllapa e djathtë</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Numri i kllapave të hapura %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Nuk ka kllapa hapëse për të mbyllur.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Simbolet shkencore</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksioni hiperbolik</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangjente</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus hiperbolik</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus hiperbolik</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangjente hiperbolike</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Katror</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kub</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arksinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arktangjente</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arksinus hiperbolik</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkosinus hiperbolik</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arktangjente hiperbolike</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"X\" në fuqi të</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dhjetë në fuqi të</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>\"e\" në fuqi të</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>rrënja \"y\" e \"x\"</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritëm</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritëm natyror</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Moduli</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponencial</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gradë minutë sekondë</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gradë</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pjesa e numrit të plotë</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pjesa e thyesës</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktor</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kalo në gradë</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kalo në gradianë</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kalo në radianë</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista zbritëse e regjimeve</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista zbritëse e kategorive</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mbaj në krye</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kthehu në pamjen e plotë</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Mbaj në krye (Alt+Shigjeta lart)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Kthehu në pamjen e plotë (Alt+Shigjeta poshtë)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Konverto nga %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Konverto nga %1 pikë %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Konvertohet në %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 është %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Njësia e hyrjes</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Njësia e daljes</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Sipërfaqja</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Të dhënat</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energjia</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Gjatësia</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Ndezja/Fikja</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Shpejtësia</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Koha</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Vëllimi</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Pesha dhe masa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Trysnia</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Këndi</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Monedha</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Onsë të lëngjeve (MB)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (MB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Onsë të lëngjeve (SHBA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (SHBA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Gallonë (MB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (MB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Gallonë (SHBA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (SHBA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litra</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitra</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pintë (MB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (MB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pintë (SHBA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (SHBA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Lugë gjelle (SHBA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>tbsp. (SHBA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Lugë çaji (SHBA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsp. (SHBA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Lugë gjelle (MB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>tbsp. (MB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Lugë çaji (MB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsp. (MB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Çereke (MB)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (MB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Çereke (SHBA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (SHBA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Filxhanë (SHBA)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>filxhan (SHBA)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>kf (SHBA)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>h</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>kB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>j</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>v</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Ji</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Akra</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Njësi termike britanike</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/minutë</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Kalori termike</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimetra</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimetra në sekondë</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Centimetra kub</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Këmbë kub</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>inç kub</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Metra kub</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Jardë kub</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Ditë</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Farenhajt</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektronvoltë</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Këmbë</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Këmbë në sekondë</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Këmbë-paunde</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Këmbë-paunde/minutë</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektarë</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Kuaj-fuqi (SHBA)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Orë</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Inç</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Xhaulë</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilovat për orë</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Kalori ushqimore</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kiloxhaulë</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometra</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometra në orë</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilovatë</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Nyja</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mak</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metra</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metra në sekondë</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikronë</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekonda</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Milje</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Milje në orë</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milimetra</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisekonda</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minuta</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>çukis</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometra</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstromë</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Milje detare</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekonda</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Centimetra katrorë</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Këmbë katrorë</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Inç katrorë</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kilometra katrorë</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Metra katrorë</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Milje katrorë</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Milimetra katrorë</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Jardë katrorë</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Vatë</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Javë</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Jardë</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Vite</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>gradë</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (MB)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (SHBA)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karatë</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Gradë</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radianë</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradianë</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfera</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Barë</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopaskalë</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Milimetra kolonë zhivë </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Paskalë</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Paundë për inç katror</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigramë</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagramë</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigramë</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gramë</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektogramë</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogramë</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Tonë (MB)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligramë</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Onsë</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Paundë</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Tonë (SHBA)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stounë</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Tonelata</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>fusha futbolli</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>fusha futbolli</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketa</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketa</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>bateri</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>bateri</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>kapëse letrash</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>kapëse letrash</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>aeroplanë reaktivë të mëdhenj</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>aeroplanë reaktivë të mëdhenj</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>llamba</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>llamba</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>kuaj</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>kuaj</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>vaska</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>vaska</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>flokë bore</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>flokë bore</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefantë</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefantë</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>breshka</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>breshka</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>aeroplanë reaktivë</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>aeroplanë reaktivë</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>balena</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>balena</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>filxhanë kafeje</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>filxhanë kafeje</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>pishina</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>pishina</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>pëllëmbë</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>pëllëmbë</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>fletë letre</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>fletë letre</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>kështjella</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>kështjella</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banane</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banane</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>copa torte</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>copa torte</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotiva</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotiva</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>topa futbolli</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>topa futbolli</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Element në memorie</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prapa</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Prapa</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Kushtet e licencës së softuerit të Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Paraafishim</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Deklarata e privatësisë e Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Të gjitha të drejtat të rezervuara.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Për të mësuar se si mund të kontribuosh në Makinën llogaritëse të Windows, shiko projektin në %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Rreth</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Dërgo komente</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Nuk ka ende asnjë histori.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Nuk ka asgjë të ruajtur në memorie.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memoria</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Kjo shprehje s'mund të ngjitet</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Eksabitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Eksabajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Eksbibitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Eksbibajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Jotabitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Jotabajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Jobibitë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Jobibajtë</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Llogaritja e datës</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Regjimi i llogaritjes</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Shto</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Shto ose zbrit ditët</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Ndryshimi midis datave</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Ditë</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Ndryshimi</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Nga</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Muaj</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Hiq</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Deri në</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Vite</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Data jashtë kufirit</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>ditë</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>ditë</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>muaj</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>muaj</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Të njëjtat data</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>javë</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>javë</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>vit</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>vite</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Diferenca %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Data që rezulton %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Regjimi i llogaritësit të %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Regjimi i konvertuesit të %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Regjimi i llogaritjes së datës</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Listat e historisë dhe të memories</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kontrollet e memories</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksionet standarde</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kontrollet e afishimit</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatorët standardë</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Blloku i numrave</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatorët e këndeve</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksionet shkencore</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Përzgjedhja e bazës</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operatorët programues</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Regjimi i zgjedhur i hyrjes</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Blloku i tasteve i ndryshimit të gjendjes së bitëve</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lëviz shprehjen majtas</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lëviz shprehjen djathtas</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>U arritën shifrat maksimale. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 u ruajt te memoria</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Foleja e memories %1 është %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Foleja e memories %1 u pastrua</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>pjesëtuar me</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>herë</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>në fuqi të</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>rrënja e y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>moduli</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>zhvendosje majtas</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>zhvendosje djathtas</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ose</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x ose</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>dhe</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Përditësuar më %1 në %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Përditëso kurset e këmbimit</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Mund të zbatohen tarifa për të dhënat.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Kurset e reja të këmbimit nuk mund të merreshin. Provo përsëri më vonë.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Jashtë linje. Kontrollo%HL%Parametrat e rrjetit%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Normat e këmbimit valutor po përditësohen</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Normat e këmbimit valutor u përditësuan</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Normat nuk mund të përditësoheshin</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Pastro të gjithë memorien (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pastro të gjithë memorien</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>gradë sinusi</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radianë sinusi</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>gradianë sinusi</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>gradë arksinusi</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>radianë arksinusi</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>gradianë arksinusi</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>sinus hiperbolik</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>arksinus hiperbolik</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>gradë kosinusi</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radianë kosinusi</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>gradianë kosinusi</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>gradë arkkosinusi</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>radianë arkkosinusi</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>gradianë arkkosinusi</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>kosinus hiperbolik</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>arkkosinus hiperbolik</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>gradë tangjente</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>radianë tangjente</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>gradianë tangjente</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>gradë arktangjente</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>radianë arktangjente</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>gradianë arktangjente</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>tangjente hiperbolike</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>arktangjente hiperbolike</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>gradë sekante</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radiane sekante</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>gradiane sekante</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>gradë të anasjella sekante</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>radiane të anasjella sekante</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>gradiane të anasjella sekante</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>sekanti hiperbolik</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>sekanti i anasjellë hiperbolik</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>gradë kosekante</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radiane kosekante</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>gradiane kosekante</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>gradë të anasjella kosekante</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>radiane të anasjella kosekante</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>gradiane të anasjella kosekante</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>kosekante hiperbolike</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>kosekanti i anasjellë hiperbolik</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>gradë kotangjente</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radiane kotangjente</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>gradiane kotangjente</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>gradë të anasjella kotangjente</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>radiane të anasjella kotangjente</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>gradiane të anasjella kotangjente</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>kotangjenti hiperbolik</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>kotangjenti i anasjellë hiperbolik</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Rrënja kubike</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Baza e regjistrimeve</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Vlera absolute</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>zhvendosje majtas</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>zhvendosje djathtas</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktoriali</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>gradë minutë sekondë</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>logaritëm natyror</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>katror</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>rrënja e y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Kategoria e %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Marrëveshja e shërbimeve të Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Nga</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lëviz majtas në rezultatin e llogaritjes</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lëviz djathtas në rezultatin e llogaritjes</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Llogaritja nuk u krye</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Evidenca e bazës Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometri</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funksioni</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Mosbarazimet</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mosbarazimet</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Në nivel bitesh</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Zhvendosje e biteve</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksioni i anasjelltë</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksioni hiperbolik</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekante</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekant hiperbolik</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekanti i harkut</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekanti hiperbolik i harkut</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekante</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekanti hiperbolik</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekanti i harkut</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekanti hiperbolik i harkut</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangjent</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangjenti hiperbolik</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangjenti i harkut</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangjenti hiperbolik i harkut</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vlera minimale</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vlera maksimale</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E rastësishme</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vlera absolute</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numri i e Eulerit</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dy në fuqi të</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rrotullo me kalim nga e majta</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rrotullo me kalim nga e djathta</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zhvendosje majtas</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Zhvendosje majtas</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zhvendosje djathtas</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Zhvendosje djathtas</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Zhvendosje aritmetike</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Zhvendosje logjike</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Rrotullo zhvendosjen rrethore</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rrotullo nëpërmjet bartjes së zhvendosjes rrethore</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rrënja në kub</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometri</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funksionet</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Në nivel bitesh</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zhvendosja e biteve</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panelet shkencore të operatorit</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Panelet e operatorit programues</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>biti më i rëndësishëm</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Paraqitje grafike</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skico</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Fresko automatikisht pamjen (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pamja në formë grafiku</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Përshtatja më e mirë automatike</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Përshtatje manuale</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Paraqitja e grafikut është rivendosur</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zmadho (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zmadho</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zvogëlo (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zvogëlo</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Shto ekuacionin</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Nuk mund të bashkëndahet për momentin.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>Në rregull</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Shiko se çfarë kam paraqitur në grafik me \"Makinën llogaritëse të Windows\"</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Ekuacionet</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Ndryshoret</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Imazh të një grafiku me ekuacionet</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Ndryshoret</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Hapi</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min.</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maks.</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Ngjyra</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stil</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analiza e funksionit</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funksioni nuk ka asnjë asimptotë horizontale.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funksioni nuk ka asnjë pikë infleksioni.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funksioni nuk ka asnjë pikë maksimale.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funksioni nuk ka asnjë pikë minimale.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstantja</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Zbritës</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Monotonia e funksionit nuk mund të përcaktohet.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Rritës</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Monotonia e funksionit është e panjohur.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funksioni nuk ka asnjë asimptotë të pjerrët.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Pariteti i funksionit nuk mund të përcaktohet.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funksioni është i barabartë.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funksioni nuk është as çift as tek.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funksioni nuk është tek.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Pariteti i funksionit është i panjohur.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodiciteti nuk mbështetet për këtë funksion.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funksioni nuk është periodik.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Periodiciteti i funksionit është i panjohur.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Këto tipare janë shumë të ndërlikuara për t'i llogaritur \"Makina llogaritëse\":</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funksioni nuk ka asnjë asimptotë vertikale.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funksioni nuk ka asnjë prerje me boshtin X.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funksioni nuk ka asnjë prerje me boshtin Y.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domeni</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Asimptotat horizontale</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Pikat e infleksionit</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analiza nuk mbështetet për këtë funksion.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analiza mbështetet vetëm për funksionet në formatin f(x). Shembull: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksimalet</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minimalet</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonia</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Asimptotat e pjerrëta</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Pariteti</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Perioda</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Rrezja</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Asimptotat vertikale</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>Prerjet me boshtin X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Prerjet me boshtin Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Analiza nuk mund të kryhet për funksionin.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Llogaritja e domenit është e pamundur për këtë funksion.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Rrezja e këtij funksion nuk mund të llogaritet.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Tejkalim (numri është shumë i madh)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Për të paraqitur grafikisht këtë ekuacion nevojitet regjimi në radianë.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Ky funksion është shumë kompleks për tu paraqitur grafikisht</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Për të paraqitur grafikisht këtë funksion nevojitet regjimi gradë</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Funksioni faktorial ka një argument të pavlefshëm</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Funksioni faktorial ka një argument i cili është shumë i madh për tu paraqitur grafikisht</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Pjesëtimi me mbetje mund të përdoret vetëm me numrat e plotë</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Ekuacioni nuk ka zgjidhje</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Pjesëtimi me zero i pamundur</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Ekuacioni përmban kushte logjike që janë reciprokisht përjashtuese</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Ekuacioni është jashtë domenit</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Paraqitja grafike e këtij ekuacioni nuk mbështetet</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Ekuacionit i mungon një kllapë hapëse</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Ekuacionit i mungon një kllapë mbyllëse</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Ka shumë pika dhjetore në një numër</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Një pike dhjetore i mungojnë shifrat</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Përfundim i papritur i shprehjes</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Karaktere të papritura në shprehje</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Karaktere të pavlefshme në shprehje</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Ka shumë shenja barazimi</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funksioni duhet të përmbajë të paktën një ndryshore x ose y</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Shprehje e pavlefshme</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Shprehja është bosh</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Barazimi është përdorur pa një ekuacion</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Mungojnë kllapat pas emrit të funksionit</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Një veprim matematikor ka numrin e gabuar të parametrave</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Një emër ndryshoreje është i pavlefshëm</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Ekuacionit i mungon një kllapë katrore hapëse</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Ekuacionit i mungon një kllapë katrore mbyllëse</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" dhe \"I\" nuk mund të përdoren si emra ndryshoresh</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Ekuacioni nuk mund të paraqitet grafikisht</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Kjo shifër nuk mund të zgjidhet për bazën e dhënë</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Baza duhet të jetë më e madhe se 2 dhe më e vogël se 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Një veprimi matematik kërkon që një nga parametrat e tij të jetë një ndryshore</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Ekuacioni përmban operande logjike dhe skalare</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x ose y nuk mund të përdoret në kufizat e sipërme ose të poshtme</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x ose y nuk mund të përdoret në pikën e limitit</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Numri infinit kompleks nuk mund të përdoret</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Nuk mund të përdoren numra kompleks në inekuacione</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Prapa te lista e funksioneve</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prapa te lista e funksioneve</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analizo funksionin</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analizo funksionin</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analizo funksionin</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hiq ekuacionin</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiq ekuacionin</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Hiq ekuacionin</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Bashkëndaj</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bashkëndaj</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ndrysho stilin e ekuacionit</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ndrysho stilin e ekuacionit</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Ndrysho stilin e ekuacionit</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Shfaq ekuacionin</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Fshih ekuacionin</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Shfaq ekuacionin %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Fshih ekuacionin %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Ndalo gjurmimin</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Nis gjurmimin</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Dritarja e paraqitjes së grafikut, boshti x i kufizuar nga %1 dhe %2, boshti y i kufizuar nga %3 dhe %4, paraqiten %5 ekuacione</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfiguro rrëshqitësin</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfiguro rrëshqitësin</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Kalo në regjimin e ekuacioneve</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Kalo në regjimin e grafikëve</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kalo në regjimin e ekuacioneve</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Regjimi aktual është në regjimin e ekuacioneve</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Regjimi aktual është në regjimin e grafikëve</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Dritarja</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Gradë</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradianët</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radianët</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Njësitë</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Rivendos pamjen</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-Maksimale</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-Minimale</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-Maksimale</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-Minimale</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opsionet e grafikut</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opsionet e grafikut</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opsionet e grafikut</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opsionet e ndryshueshëm</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ndrysho opsionet e ndryshores</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Trashësia e vijës</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opsionet e vijës</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Gjerësia e vogël e vijës</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Gjerësi mesatare e vijës</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Gjerësi e madhe e vijës</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Gjerësi shumë e madhe e vijës</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Fut një shprehje</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopjo</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Prit</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopjo</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ngjit</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Zhbëj</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Zgjidhi të gjitha</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Futja e funksioneve</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Futja e funksioneve</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneli i futjes së funksioneve</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneli i ndryshoreve</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista e ndryshoreve</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Ndryshorja %1 si element liste</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuti teksti e vlerës së ndryshoreve</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kursori i vlerës së ndryshoreve</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuti teksti e vlerës minimale të ndryshoreve</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuti teksti e ndryshimit të vlerës së ndryshoreve</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kuti teksti e vlerës maksimale të ndryshoreve</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stili i vijës së pandërprerë</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stili i vijës me pika</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stili i vijës me vijëza</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Blu deti</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Turkeze</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Vjollcë</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>E gjelbër</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Jeshile mente</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>E gjelbër e errët</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Ngjyrë qymyri</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>E kuqe</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Ngjyrë kumbulle e çelur</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>E purpurt e errët</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>E verdhë flori</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Portokalli e ndritshme</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Kafe</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>E zezë</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>E bardhë</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Ngjyra 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Ngjyra 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Ngjyra 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Ngjyra 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema e grafikut</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Gjithmonë e çelur</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Përputh me temën e aplikacionit</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Gjithmonë e çelur</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Përputh me temën e aplikacionit</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funksioni u hoq</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kutia e ekuacionit të analizës së funksionit</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Baras</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Më i vogël se</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Më i vogël ose i barabartë</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I barabartë</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Më i madh ose i barabartë</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Më i madh se</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Parashtro</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analiza e funksionit</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opsionet e grafikut</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Listat e historisë dhe të memories</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Lista e memories</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Vendi i historisë %1 u hoq</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Makina llogaritëse gjithmonë në krye</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Makina llogaritëse kthyer në pamjen e plotë</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Është zgjedhur zhvendosja aritmetike</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Është zgjedhur zhvendosja logjike</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Është zgjedhur rrotullimi i zhvendosjes rrethore</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Është zgjedhur rrotullimi nëpërmjet bartjes së zhvendosjes rrethore</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Parametrat</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Pamja</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema e aplikacionit</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Zgjidh temën e aplikacionit për t'u shfaqur</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>E çelur</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>E errët</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Përdor konfigurimet e sistemit</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prapa</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Faqja e konfigurimeve</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hap menynë e kontekstit për veprimet në dispozicion</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>Në rregull</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Nuk mund të rikthejmë këtë fotografi.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/sr-Latn-RS/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Nevažeći unos</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Rezultat je nedefinisan</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Nedovoljno memorije</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Prekoračenje</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Rezultat nije definisan</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Rezultat nije definisan</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Prekoračenje</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Prekoračenje</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Ne može se deliti nulom</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/sr-Latn-RS/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows kalkulator</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows kalkulator [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkulator [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopiraj</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Nalepi</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Približno jednako sa</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, vrednost %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 bit</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63. </value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62. </value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61. </value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60. </value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59. </value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58. </value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57. </value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56. </value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55. </value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54. </value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53. </value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52. </value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51. </value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50. </value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49. </value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48. </value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47. </value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46. </value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45. </value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44. </value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43. </value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42. </value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41. </value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40. </value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39. </value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38. </value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37. </value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36. </value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35. </value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34. </value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33. </value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32. </value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31. </value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30. </value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29. </value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28. </value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27. </value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26. </value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25. </value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24. </value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23. </value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22. </value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21. </value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20. </value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19. </value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18. </value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17. </value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16. </value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15. </value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14. </value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13. </value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12. </value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11. </value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10. </value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9. </value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8. </value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7. </value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6. </value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5. </value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4. </value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3. </value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2. </value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1. </value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>najmanje značajan deo</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Otvori potpaletu memorije</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Zatvori potpaletu memorije</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Zadrži na vrhu</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Nazad na puni prikaz</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Memorija</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Istorija (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tastatura sa promenom bita</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Cela tastatura</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Obriši svu memoriju (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Memorija</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memorija</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Istorija</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Istorija</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Konvertor</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Naučni</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standardni</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Režim konvertora</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naučni režim</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardni režim</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Obriši svu istoriju</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Obriši svu istoriju</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Sakrij</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standardni</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Naučni</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programer</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Konvertor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Konvertor</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkulator</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Konverteri</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkulatori</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Prikaz je %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Izraz je %1, trenutni unos je %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Prikazano je %1 zarez</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Izraz je %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Prikaži vrednost kopiranu u međuspremnik</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Istorija</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Memorija</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Heksadecimalna %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimalna %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Oktalna %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binarna %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Obriši svu istoriju</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Istorija je obrisana</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sakrij istoriju</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Otvori potpaletu istorije</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Zatvori potpaletu istorije</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skladište memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Skladište memorije (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Obriši svu memoriju</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Memorija je obrisana</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opoziv memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opoziv memorije (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dodavanje memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Dodavanje memorije (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oduzimanje memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Oduzimanje memorije (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Obriši stavku memorije</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Obriši stavku memorije</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dodaj u stavku memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Dodaj u stavku memorije</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oduzmi iz stavke memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Oduzmi iz stavke memorije</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Obriši stavku memorije</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Obriši stavku memorije</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dodaj u stavku memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Dodaj u stavku memorije</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Oduzmi iz stavke memorije</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Oduzmi iz stavke memorije</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Izbriši</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Tekst</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Izbriši</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izbriši stavku istorije</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izbriši stavku istorije</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nula</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jedan</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dva</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tri</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Četiri</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pet</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Šest</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sedam</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Osam</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Devet</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ili</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Not</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotiraj nalevo</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotiraj nadesno</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomeri levo</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomeri desno</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Isključivo ili</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prikaži/sakrij četvorostruku reč</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prikaži/sakrij dvostruku reč</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prikaži/sakrij reč</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prikaži/sakrij bajt</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastatura sa promenom bita</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cela tastatura</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Decimalni razdelnik</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Obriši stavku</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Obriši</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deli</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Množenje</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jednako</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recipročna funkcija</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadratni koren</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Procenat</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pozitivno negativno</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pozitivno negativno</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recipročna vrednost</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Leva zagrada</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Otvorena zagrada, broj otvorenih zagrada %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Desna zagrada</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Broj otvorenih zagrada %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Nema otvorenih zagrada koje se mogu zatvoriti.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naučni način zapisivanja</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolična funkcija</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični sinus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični kosinus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični tangens</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadrat</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kub</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus sinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus kosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus tangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični arkus sinus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični arkus kosinus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični arkus tangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>„X“ na stepen</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deset na stepen</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>„e“ na stepen</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>„y“ koren od „x“</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Evidencija</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prirodni logaritam</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modul</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eksponencijalno</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stepen minut sekunda</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Stepeni</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deo celog broja</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deo razlomka</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Faktorijel</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prikaži/sakrij stepene</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prikaži/sakrij gradijane</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prikaži/sakrij radijane</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Padajuća lista sa režimima</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Padajuća lista sa kategorijama</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zadrži na vrhu</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nazad na puni prikaz</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zadrži na vrhu (Alt + strelica nagore)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Nazad na puni prikaz (Alt + strelica nadole)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Konvertuj iz %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Konvertuj iz %1 zarez %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Konvertuj u %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 je %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Jedinica unosa</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Jedinica izlaza</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Površina</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Podaci</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energija</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Dužina</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Napajanje</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Brzina</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Vreme</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Zapremina</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatura</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Težina i masa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Pritisak</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Ugao</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valuta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Tečnih unci (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Tečnih unci (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Galona (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Galona (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Litara</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Mililitara</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pinta (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pinta (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Kašika (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>kašika (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Kašičica (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>kašičica (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Kašika (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>kašika (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Kašičica (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>kašičica (VB)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Kvartova (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Kvartova (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Šolja (SAD)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>šolja (SAD)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>AC</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>Btu/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>ks (SAD)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>č</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kN</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>sed</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>god</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Ari</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>Britanska termalna jedinica</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU-ovi/minut</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Bajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Termalnih kalorija</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimetara</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimetara u sekundi</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Kubnih centimetara</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kubnih stopa</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Kubnih inča</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Kubnih metara</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Kubnih jardi</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dana</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celzijus</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Farenhajt</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektronvolti</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Stopa</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Stopa u sekundi</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Stopa-funti</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Stopa-funti/minut</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektara</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Konjskih snaga (SAD)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Sati</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Inča</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Džula</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilovat-sati</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Kalorija hrane</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilodžula</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometara</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometara na čas</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilovata</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Čvorova</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mah</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Metara</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Metara u sekundi</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikrona</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekundi</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Milja</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Milja na čas</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Milimetara</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Milisekundi</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minuta</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibl</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometara</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Angstroms</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Nautičkih milja</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekundi</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Kvadratnih centimetara</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Kvadratnih stopa</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Kvadratnih inči</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kvadratnih kilometara</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Kvadratnih metara</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Kvadratnih milja</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Kvadratnih milimetara</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Kvadratnih jardi</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Vata</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Sedmica</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Jardi</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>Godine</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>step.</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kpa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>tona (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>tona (SAD)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karata</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Stepeni</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radijani</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gradijani</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfere</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bari</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopaskali</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimetri žive </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Paskali</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Funti po kvadratnom inču</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigrama</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagrama</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigrama</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Grama</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektograma</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilograma</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Engleskih tona (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Miligrama</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Unci</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Funta</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Američkih tona (SAD)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Kamen</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Metričkih tona</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD-ova</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD-ova</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>fudbalskih terena</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>fudbalskih terena</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketa</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketa</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD-ova</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD-ova</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>baterija</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>baterija</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>spajalica</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>spajalica</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>džambo džetova</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>džambo džetova</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>sijalica</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>sijalica</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>konja</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>konja</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>kada</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>kada</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>pahuljica</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>pahuljica</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>slonova</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>slonova</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>kornjača</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>kornjača</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>aviona</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>aviona</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>kitova</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>kitova</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>šoljica</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>šoljica</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>bazena</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>bazena</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>šaka</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>šaka</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>listova papira</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>listova papira</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>dvoraca</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>dvoraca</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>banana</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>banana</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>parčadi torte</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>parčad torti</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotiva</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>lokomotiva</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>fudbalskih lopti</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>fudbalskih lopti</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Stavka memorije</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nazad</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Nazad</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Uslovi licenciranja za Microsoft softver</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Pregled</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft izjava o privatnosti</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Sva prava zadržana.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Da biste saznali kako možete da date doprinos za Windows kalkulator, pogledajte projekat na %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Osnovni podaci</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Pošalji povratne informacije</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Još uvek nema istorije.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Ništa nije sačuvano u memoriji.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Memorija</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Nije moguće nalepiti ovaj izraz</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Eksabitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Eksabajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Eksbibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Eksbibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Jotabitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Jotabajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Jobibitovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Jobibajtovi</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Izračunavanje datuma</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Režim izračunavanja</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Dodaj</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Dodaj ili oduzmi dane</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Datum</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Razlika između datuma</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dana</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Razlika</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Od</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Meseci</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Oduzmi</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Za</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>Godine</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Datum izvan ograničenja</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dan</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dan/dana</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>mesec</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>mesec/meseca/meseci</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Isti datumi</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>sedmica</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>sedmica/sedmice</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>godina</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>godina/godine</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Razlika %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Dobijeni datum%1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Režim kalkulatora – %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Režim konvertera – %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Režim izračunavanja datuma</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Liste istorije i memorije</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kontrole za memoriju</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardne devijacije</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kontrole prikaza</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardni operatori</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numerička tastatura</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Operateri ugla</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naučne funkcije</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izbor opcije radiks</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programerski operateri</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Izbor režima unosa</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tastatura sa promenom bita</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomeri izraz nalevo</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomeri izraz nadesno</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Dostigli ste ograničenje broja cifara. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>Broj %1 je sačuvan u memoriji</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Memorijski slot %1 ima vrednost %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Memorijski slot %1 je obrisan</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>podeljeno sa</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>puta</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>na stepen</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ipsilon koren</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>se pomera ulevo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>se pomera udesno</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ili</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>iksor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>i</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Ažurirano %1 u %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Ažuriraj kurs</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Možda se primenjuju troškovi za prenos podataka.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Nismo uspeli da preuzmemo nove cene. Pokušajte ponovo kasnije.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Van mreže ste. Proverite svoje%HL%mrežne postavke%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Ažuriranje cena valuta</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Cene valuta ažurirane</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Nije moguće ažurirati cene</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>UG</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>O</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>P</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>N</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>BR</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>VR</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>O</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>O</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Obriši svu memoriju (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Obriši svu memoriju</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>stepeni sinusa</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>radijani sinusa</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>gradijani sinusa</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>stepeni inverznog sinusa</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>radijani inverznog sinusa</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>gradijani inverznog sinusa</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hiperbolični sinus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>inverzni hiperbolični sinus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>stepeni kosinusa</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>radijani kosinusa</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>gradijani kosinusa</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>stepeni inverznog kosinusa</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>radijani inverznog kosinusa</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>gradijani inverznog kosinusa</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hiperbolični kosinus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>inverzni hiperbolični kosinus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>stepeni tangensa</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>radijani tangensa</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>gradijani tangensa</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>stepeni inverznog tangensa</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>radijani inverznog tangensa</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>gradijani inverznog tangensa</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hiperbolični tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>inverzni hiperbolični tangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>stepeni sekansa</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>radijani sekansa</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>gradijani sekansa</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>stepeni inverznog sekansa</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>radijani inverznog sekansa</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>gradijani inverznog sekansa</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hiperbolični sekans</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>inverzni hiperbolični sekans</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>stepeni kosekansa</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>radijani kosekansa</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>gradijani kosekansa</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>stepeni inverznog kosekansa</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>radijani inverznog kosekansa</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>gradijani inverznog kosekansa</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hiperbolični kosekans</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>inverzni hiperbolični kosekans</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>stepeni kotangensa</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Radijani kotangensa</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>gradijani kotangensa</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>stepeni inverznog kotangensa</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>radijani inverznog kotangensa</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>gradijani inverznog kotangensa</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hiperbolični kotangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>inverzni hiperbolični kotangens</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Kubni koren</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Logaritamska osnova</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Apsolutna vrednost</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>pomeranje nalevo</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>pomeranje nadesno</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>faktorijel</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>stepen minut sekunda</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>prirodna evidencija</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>kvadrat</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>ipsilon koren</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Kategorija %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft ugovor o pružanju usluga</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pjeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pjeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Od</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomerite rezultat izračunavanja nalevo</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomerite rezultat izračunavanja nadesno</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Izračunavanje nije uspelo</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritamska osnova Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometrija</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funkcija</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Nejednakosti</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nejednakosti</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Nad bitovima</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Pomeranje bitova</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Recipročna funkcija</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolična funkcija</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični sekans</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus sekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični arkus sekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični kosekans</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus kosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični arkus kosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični kotangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arkus kotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hiperbolični arkus kotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minimalna vrednost</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Maksimalna vrednost</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nasumično izabrani</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Apsolutna vrednost</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ojlerov broj</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dva u eksponent</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logičko NI</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Logičko NI</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logičko NILI</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Logičko NILI</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotiraj nalevo uz prenos</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotiraj nadesno uz prenos</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomeri levo</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Pomeranje levo</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomeri desno</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Pomeranje desno</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmetičko pomeranje</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logičko pomeranje</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Rotiranje cirkularnog pomeranja</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rotiraj kroz izvođenje cirkularnog pomeranja</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubni koren</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometrija</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funkcije</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nad bitovima</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pomeranje bitova</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneli naučnih operatora</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneli za programerske operatore</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>najznačajniji deo</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Grafičko predstavljanje</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grafikon</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Automatsko osvežavanje prikaza (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prikaz grafika</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatsko najbolje uklapanje</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Ručno podešavanje</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Prikaz grafikona je uspostavljen na početnu vrednost</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Uvećaj (Ctrl + plus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uvećaj</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Umanji (Ctrl + minus)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Umanji</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Dodaj jednačinu</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Deljenje trenutno nije moguće.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>U redu</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Evo šta je grafički predstavljeno pomoću Windows kalkulatora</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Jednačine</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Promenljive</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Slika grafikona sa jednačinama</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Promenljive</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Korak</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Minimum</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Maksimum</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Boja</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stil</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Analiza funkcije</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcija nema nijednu horizontalnu asimptotu.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funkcija nema nijednu tačku infleksije.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funkcija nema nijednu maksimalnu tačku.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funkcija nema nijednu minimalnu tačku.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Stalno</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Opadajuće</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Nije moguće utvrditi monotonost funkcije.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Rastuće</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Monotonost funkcije je nepoznata.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcija nema nijednu zakošenu asimptotu.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Nije moguće utvrditi parnost funkcije.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funkcija je parna.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funkcija nije ni parna ni neparna.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funkcija je neparna.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Parnost funkcije je nepoznata.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodičnost nije podržana za ovu funkciju.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funkcija nije periodična.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Periodičnost funkcije je nepoznata.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>Ove funkcije su previše složene za izračunavanje pomoću kalkulatora:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funkcija nema nijednu vertikalnu asimptotu.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funkcija nema nijedan x-odsečak.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funkcija nema nijedan y-odsečak.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domen</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Horizontalne asimptote</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Tačke infleksije</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analiza nije podržana za ovu funkciju.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analiza je podržana samo za funkcije u obliku f(x). Na primer: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Maksima</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minima</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonost</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Zakošene asimptote</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Parnost</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Ciklus</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Opseg</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Vertikalne asimptote</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-odsečak</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-odsečak</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Nije moguće izvršiti analizu za funkciju.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Nije moguće izračunati domen za ovu funkciju.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Nije moguće izračunati opseg za ovu funkciju.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Višak (broj je prevelik)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Režim radijana je obavezan da bi se grafički predstavila ova jednačina.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Ova funkcija je previše složena za grafičko predstavljanje</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Režim stepena je obavezan da bi se grafički predstavila ova funkcija</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Funkcija faktorijela ima nevažeći argument</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Funkcija faktorijela ima argument koji je prevelik za grafičko predstavljanje</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modul može da se koristi samo sa celim brojevima</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Jednačina nema rešenje</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Ne može se deliti nulom</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Jednačina sadrži logičke uslove koji se međusobno isključuju</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Jednačina je van domena</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Grafičko predstavljanje ove jednačine nije podržano</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Jednačini nedostaje otvorena zagrada</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Jednačini nedostaje zatvorena zagrada</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Postoji previše decimalnih mesta u broju</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Decimalnom mestu nedostaju cifre</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Neočekivani kraj izraza</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Neočekivani znakovi u izrazu</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Nevažeći znakovi u izrazu</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Ima previše znakova jednakosti</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funkcija mora da sadrži najmanje jednu x ili y promenljivu</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Nevažeći izraz</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Izraz je prazan</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Jednakost je korišćena bez jednačine</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Zagrada nedostaje nakon imena funkcije</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Matematička operacija ima netačan broj parametara</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Ime promenljive je nevažeće</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Jednačini nedostaje otvorena zagrada</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Jednačini nedostaje zatvorena zagrada</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>„i“ i „I“ ne mogu da se koriste kao imena promenljivih</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Nije moguće grafički predstaviti jednačinu</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Nije moguće razrešiti cifru za datu osnovicu</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Osnovica mora biti veća od 2 i manja od 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>Matematička operacija zahteva da jedan od parametara bude promenljiva</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Jednačina meša u logičke i skalarne operande</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x ili y ne mogu da se koriste u gornjim ili donjim ograničenjima</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x ili y ne mogu da se koriste u tački ograničenja</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Nije moguće koristiti složenu beskonačnost</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Nije moguće koristiti složene brojeve u nejednakostima</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Nazad na listu funkcija</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nazad na listu funkcija</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analiziraj funkciju</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analiziraj funkciju</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analiziraj funkciju</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ukloni jednačinu</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ukloni jednačinu</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Ukloni jednačinu</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Deli</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Deli</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Promeni stil jednačine</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Promeni stil jednačine</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Promeni stil jednačine</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Prikaži jednačinu</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Sakrij jednačinu</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Prikaži jednačinu %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Sakrij jednačinu %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Zaustavi praćenje</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Započni praćenje</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Prozor za prikazivanje grafikona, x-osa ograničena sa %1 i %2, y-osa ograničena sa %3 i %4, prikazuje ovoliko jednačina: %5</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfiguriši klizač</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfiguriši klizač</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Prebaci se na režim jednačine</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Prebaci se na režim grafikona</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prebaci se na režim jednačine</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Trenutni režim je režim jednačine</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Trenutni režim je režim grafikona</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Prozor</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Stepeni</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gradijani</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radijani</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Jedinice</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Uspostavljanje početne vrednosti prikaza</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X maksimalna vrednost</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X minimalna vrednost</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y maksimalna vrednost</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y minimalna vrednost</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opcije grafikona</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opcije grafikona</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opcije grafikona</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Promenljive opcije</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Opcije uključivanja/isključivanja promenljivih</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Debljina linija</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Opcije linija</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Mala širina linije</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Srednja širina linije</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Velika širina linije</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Izuzetno velika širina linije</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Unesite izraz</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiraj</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Isecanje</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiranje</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Nalepi</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Opozivanje radnje</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Izaberi sve</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Unos funkcije</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Unos funkcije</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tabla za unos funkcija</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tabla sa promenljivim</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lista promenljivih</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Stavka liste promenljive %1</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Okvir za tekst vrednosti promenljive</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Klizač vrednosti promenljive</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Okvir za tekst minimalne vrednosti promenljive</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Okvir za tekst vrednosti koraka promenljive</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Okvir za tekst sa maksimalnom vrednošću promenljive</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stil solidne linije</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stil linije tačke</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Stil linije crte</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Mornarsko plavo</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Morska pena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Ljubičasto</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Zeleno</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Menta zelena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Tamnozelena</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Boja uglja</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Crveno</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Svetlo tamnoljubičasta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Žuto zlato</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Svetlo narandžasta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Braon</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Crno</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Bela</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Boja 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Boja 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Boja 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Boja 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Tema grafikon</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Uvek svetlo</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Podudaranje teme aplikacije</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uvek svetlo</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Podudaranje teme aplikacije</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funkcija je uklonjena</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Okvir jednačine za analizu funkcija</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jednako</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Manje od</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Manje je od ili je jednako</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Jednako je</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veće je od ili je jednako</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Veće je od</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Prosledi</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analiza funkcija</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Opcije grafikona</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Liste istorije i memorije</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Lista memorije</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Slot za istoriju %1 obrisan</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkulator se uvek prikazuje na vrhu</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkulator je vraćen na prikaz preko celog ekrana</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Izabrano je aritmetičko pomeranje</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Izabrana je Logičko pomeranje</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Izabrano je rotiranje cirkularnog pomeranja</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Izabrano je rotiranje kroz izvođenje cirkularnog pomeranja</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Postavke</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Izgled</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Tema aplikacije</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Izaberite temu aplikacije koju želite da prikažete</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Svetlo</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Tamno</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Koristi sistemsku postavku</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nazad</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Stranica sa postavkama</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Otvorite kontekstualni meni za dostupne radnje</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>U redu</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Nije moguće vratiti ovaj snimak u prethodno stanje.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/sv-SE/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Ogiltig inmatning</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Odefinierat resultat</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Slut på minne</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Dataspill</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Odefinierat resultat</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Odefinierat resultat</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Dataspill</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Dataspill</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Det går inte att dela med noll</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/sv-SE/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>Kalkylatorn med graffunktion</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>Kalkylatorn [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows Kalkylatorn</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows Kalkylatorn [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>Kalkylatorn</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>Kalkylatorn [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>Kopiera</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>Klistra in</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>Ungefär lika med</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, värde %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 biten</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63:e</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62:a</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61:a</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60:e</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59:e</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58:e</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57:e</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56:e</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55:e</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54:e</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53:e</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52:a</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51:a</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50:e</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49:e</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48:e</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47:e</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46:e</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45:e</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44:e</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43:e</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42:a</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41:a</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40:e</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39:e</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38:e</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37:e</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36:e</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35:e</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34:e</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33:e</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32:a</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31:a</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30:e</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29:e</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28:e</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27:e</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26:e</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25:e</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24:e</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23:e</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22:a</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21:a</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20:e</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19:e</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18:e</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17:e</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16:e</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15:e</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14:e</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13:e</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12:e</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11:e</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10:e</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9:e</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8:e</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7:e</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6:e</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5:e</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4:e</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3:e</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2:a</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1:a</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>minst signifikanta bit</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>Öppna utfällbar meny för minne</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>Stäng utfällbar meny för minne</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>Behåll överst</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>Tillbaka till full vy</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Minne</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Historik (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Knappsats för bitväxling</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Fullständig knappsats</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Rensa allt minne (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>Minne</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minne</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>Historik</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historik</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>Konverterare</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>Vetenskaplig</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konverterarläge</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Avancerat läge</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardläge</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>Rensa all historik</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Rensa all historik</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>Dölj</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>Standard</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>Vetenskaplig</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>Programmerare</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>Konverterare</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>Kalkylatorn</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>Konverterare</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>Kalkylatorn</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>Konverterare</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>Kalkylatorer</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>Resultatet är %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>Uttrycket är %1, aktuella indata är %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>Visa är %1 punkt</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>Uttrycket är %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>Visat värde har kopierats till Urklipp</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>Historik</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>Minne</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>Hexadecimalt värde %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>Decimalvärde %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>Oktalvärde %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>Binärvärde %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rensa all historik</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>Historik rensad</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dölj historik</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>Öppna utfällbar meny för historik</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>Stäng utfällbar meny för historik</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lagra i minnet</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Lagra i minne (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rensa allt minne</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>Minne rensat</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hämta minne</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Hämta minne (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Addera till minne</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Addera till minne (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtrahera från minne</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Subtrahera från minne (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radera minnesobjekt</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Radera minnesobjekt</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Addera till minnesobjekt</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Addera till minnesobjekt</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtrahera från minnesobjekt</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Subtrahera från minnesobjekt</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Radera minnesobjekt</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Radera minnesobjekt</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Addera till minnesobjekt</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Addera till minnesobjekt</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Subtrahera från minnesobjekt</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>Subtrahera från minnesobjekt</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>Ta bort</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiera</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ta bort</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ta bort historikobjekt</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ta bort historikobjekt</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backsteg</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Noll</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ett</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Två</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tre</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fyra</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fem</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sex</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sju</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Åtta</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nio</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>And</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Or</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Not</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotera åt vänster</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotera åt höger</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vänsterskift</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Högerskift</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Uteslutande Eller</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Växla till QWord</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Växla till DWord</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Växla till Word</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Växla till Byte</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Knappsats för bitväxling</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fullständig knappsats</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Decimaltecken</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rensa post</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rensa</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dividera med</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Multiplicera med</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lika med</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Invertera funktion</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>Minus</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plus</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadratrot</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Procent</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivt negativt</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Positivt negativt</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Reciprok</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vänster parentes</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Vänster parentes, antal inledande parenteser är %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Höger parentes</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>Antal inledande parenteser %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>Det finns inga inledande parenteser att avsluta.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Matematisk notation</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk funktion</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sinus</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosinus</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tangens</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk sinus</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk cosinus</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk tangent</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kvadrat</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kub</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus sinus</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus cosinus</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus tangens</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk arcus sinus</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk arcus cosinus</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk arcus tangens</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponenten X</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponenten tio</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e' till exponenten</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>y-roten av x</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Logaritm</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Naturlig logaritm</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Modulo</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Exponentiell</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grad minuter sekunder</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Grader</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Heltalsdel</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Decimaldel</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Fakultet</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Växla till Grader</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Växla till Gon</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Växla till Radianer</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Listrutan Läge</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Listrutan Kategorier</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Behåll överst</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tillbaka till full vy</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Behåll överst (Alt + Uppåtpil)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tillbaka till full vy (Alt + Nedåtpil)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>Konvertera från %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>Konvertera från %1 punkt %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>Konvertera till %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 är %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>Indataenhet</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>Utdataenhet</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>Yta</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>Data</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>Energi</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>Längd</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>Ström</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>Hastighet</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>Tid</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>Volym</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>Temperatur</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>Vikt och massa</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>Tryck</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>Vinkel</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>Valuta</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>Fluid ounce (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>Fluid ounce (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>Gallon (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>Gallon (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>Liter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>Milliliter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>ml</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>Pint (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>Pint (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>Matskedar (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>msk (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>Teskedar (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>tsk (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>Matskedar (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>msk (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>Teskedar (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>tsk (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>Quart (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>Quart (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>Kopp (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>kopp (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>bit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>cal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>cm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ft</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (US)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>hr</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>km</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mbit</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>min</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>vk</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>år</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>Tunnland</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>Bitar</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU (British Thermal Unit)</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU per minut</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>Byte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>Kalorier</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>Centimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>Centimeter per sekund</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>Kubikcentimeter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>Kubikfot</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>Kubiktum</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>Kubikmeter</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>Kubikyard</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>Dagar</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>Celsius</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>Fahrenheit</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>Elektronvolt</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>Fot</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>Fot per sekund</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>Pundfot</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>Pundfot per minut</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gigabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>Gigabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>Hektar</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>Hästkrafter (US)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>Timmar</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>Tum</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>Joule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>Kilowatt-timmar</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>Kelvin</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kilobit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>Kilobyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>Kilokalorier</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>Kilojoule</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>Kilometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>Kilometer per timme</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>Kilowatt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>Knop</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>Mach</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Megabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>Megabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>Meter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>Meter per sekund</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>Mikroner</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>Mikrosekunder</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>Miles</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>Miles per timme</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>Millimeter</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>Millisekunder</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>Minuter</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>Nibble</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>Nanometer</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>Ångström</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>Nautiska mil</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Petabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>Petabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>Sekunder</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>Kvadratcentimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>Kvadratfot</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>Kvadrattum</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>Kvadratkilometer</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>Kvadratmeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>Kvadratmile</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>Kvadratmillimeter</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>Kvadratyard</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Terabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>Terabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>Watt</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>Veckor</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>Yard</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>År</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>gon</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ton (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ton (US)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>Karat</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>Grader</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>Radianer</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>Gon</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>Atmosfär</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>Bar</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>Kilopascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>Millimeter kvicksilver </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>Pascal</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>Pund per kvadrattum</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>Centigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>Dekagram</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>Decigram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>Gram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>Hektogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>Kilogram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>Long ton (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>Milligram</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>Ounce</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>Pund</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>Short ton (US)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>Stone</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>Ton (metriskt)</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD-skivor</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD-skivor</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>fotbollsplaner</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>fotbollsplaner</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketter</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>disketter</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD-skivor</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD-skivor</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>batterier</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>batterier</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>gem</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>gem</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>jumbojets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>jumbojets</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>glödlampor</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>glödlampor</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>hästar</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>hästar</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>badkar</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>badkar</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>snöflingor</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>snöflingor</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>elefanter</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>elefanter</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>sköldpaddor</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>sköldpaddor</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>jetplan</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>jetplan</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>valar</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>valar</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>kaffekoppar</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>kaffekoppar</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>simbassänger</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>simbassänger</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>händer</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>händer</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>pappersark</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>pappersark</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>slott</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>slott</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>bananer</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>bananer</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>tårtbitar</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>tårtbitar</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>lok</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>lok</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>fotbollar</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>fotbollar</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>Minnesobjekt</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tillbaka</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tillbaka</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Licensvillkor för programvara från Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>Förhandsversion</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsofts sekretesspolicy</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. Med ensamrätt.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>Om du vill veta hur du kan bidra till Windows-kalkylatorn kan du checka ut projektet på %HL%GitHub%HL%.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>Om</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>Skicka feedback</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>Det finns ingen historik än.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>Det finns inget sparat i minnet.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minne</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>Uttrycket kan inte klistras in</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>Gibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kibibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>Kibibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>Mebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>Pebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>Tebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Exabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>Exabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Exbibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>Exbibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zetabit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>Zetabyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zebibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>Zebibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yobibit</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>Yobibyte</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>Datumberäkning</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Beräkningsläge</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>Lägg till</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>Lägg till eller dra ifrån dagar</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>Datum</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>Skillnad mellan datum</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>Dagar</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>Skillnad</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Från</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>Månader</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>Subtract</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>Till</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>År</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>Datum utanför giltigt intervall</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>dag</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>dagar</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>månad</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>månader</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>Samma datum</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>vecka</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>veckor</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>år</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>år</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>Skillnad %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>Resulterande datum %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>Kalkylatorläge %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>Konverterarläge för %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>Datumberäkningsläge</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Historik- och minneslistor</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Minneskontroller</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardfunktioner</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Visningskontroller</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Standardoperatorer</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Numerisk knappsats</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vinkeloperatorer</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Avancerade funktioner</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Val av talbas</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Programmeringsoperatorer</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Val av inmatningsläge</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitväxlingstangenter</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skrolla åt vänster i uttrycket</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skrolla åt höger i uttrycket</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>Max. antal siffror har nåtts. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 har sparats i minnet</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>Minnesplats %1 är %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>Minnesplats %1 rensad</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>delat med</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>gånger</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>minus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>plus</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>upphöjt i</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y rot</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>vänster skift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>högerskift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>or</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x or</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>and</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>Uppdaterades %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>Uppdatera valutakurser</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>Dataavgifter kan tillkomma.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>Kunde inte hämta nya valutakurser. Försök igen senare.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>Offline. Kontrollera dina%HL%nätverksinställningar%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>Uppdaterar valutakurser</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>Valutakurser har uppdaterats</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>Det gick inte att uppdatera valutakurser</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Rensa allt minne (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rensa allt minne</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>sinus grader</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>sinus radianer</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>sinus gon</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>inverterad sinus grader</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>inverterad sinus radianer</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>inverterad sinus gon</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>hyperbolisk sinus</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>inverterad hyperbolisk sinus</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>cosinus grader</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>cosinus radianer</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>cosinus gradians</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>inverterad cosinus grader</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>inverterad cosinus radianer</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>inverterad cosinus gon</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>hyperbolisk cosinus</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>inverterad hyperbolisk cosinus</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>tangens grader</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>tangens radianer</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>tangens gon</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>inverterad tangens grader</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>inverterad tangens radianer</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>inverterad tangens gon</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>hyperbolisk tangens</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>inverterad hyperbolisk tangens</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>sekans grader</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>sekans radianer</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>sekans gon</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>inverterad sekans grader</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>inverterad sekans radianer</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>inverterad sekans gon</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>hyperbolisk sekans</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>inverterad hyperbolisk sekans</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>cosekans grader</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>cosekans radianer</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>cosekans gon</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>inverterad cosekans grader</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>inverterad cosekans radianer</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>inverterad cosekans gon</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>hyperbolisk cosekans</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>inverterad hyperbolisk cosekans</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>cotangens grader</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>Cotangens radianer</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>cotangens gon</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>inverterad cotangens grader</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>inverterad cotangens radianer</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>inverterad cotangens gon</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>hyperbolisk cotangens</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>inverterad hyperbolisk cotangens</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>Kubikrot</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>Bas logaritmisk</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>Absolut värde</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>vänsterskift</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>högerskift</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>fakultet</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>grad minut sekund</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>naturlig logaritm</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>kvadrat</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y-rot</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>Kategorin %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Villkor för Microsoft-tjänster</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>Från</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skrolla kalkylatorresultatet åt vänster</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skrolla kalkylatorresultatet åt höger</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>Beräkning misslyckades</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bas logaritmisk Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>Trigonometri</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>Funktion</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>Olikheter</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Olikheter</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>Bitvis</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>Bitskifte</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Invertera funktion</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk funktion</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Sekans</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk sekans</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus sekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk arcus sekans</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cosekans</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk cosekans</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus cosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk arcus cosekans</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Cotangens</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk cotangens</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arcus cotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Hyperbolisk arcus cotangens</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Golv</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tak</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Slumpmässigt</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Absolut värde</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Eulers tal</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Två upphöjt med exponent</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotera åt vänster med carry</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Rotera åt höger med carry</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Vänsterskift</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Vänsterskift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Högerskift</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Högerskift</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>Aritmetisk skift</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>Logiskt skift</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>Rotera cirkulärt för skift</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>Rotera cirkulärt med carry för skift</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Kubikrot</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Trigonometri</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktioner</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitvis</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Bitskifte</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneler för avancerade operatorer</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Paneler för programmeringsoperatorer</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>mest signifikanta bit</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>Grafer</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Plotta</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Uppdatera vyn automatiskt (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Linjediagram</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>Automatisk anpassning</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>Manuell justering</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>Grafvyn har återställts</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zooma in (Ctrl + plus (+))</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zooma in</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Zooma ut (Ctrl + minus (-))</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Zooma ut</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Lägg till ekvation</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>Det går inte att dela just nu.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Se vad jag har ritat med Windows Kalkylatorn</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>Ekvationer</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>Variabler</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>Bild av en graf med ekvationer</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>Variabler</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>Steg</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>Min</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>Max</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>Färg</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Stil</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>Funktionsanalys</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funktionen har inga vågräta asymptoter.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>Funktionen har inga inflexionspunkter.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>Funktionen har inga högsta punkter.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>Funktionen har inga lägsta punkter.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>Konstant</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>Minska</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>Kan inte fastställa monotonicitet för funktionen.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>Ökar</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>Monotoniciteten för funktionen är okänd.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funktionen har inga sneda asymptoter.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>Kan inte fastställa paritet för funktionen.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>Funktionen är jämn.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>Funktionen är varken jämn eller udda.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>Funktionen är udda.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>Funktionspariteten är okänd.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>Periodicitet stöds inte för den här funktionen.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>Funktionen är inte periodisk.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>Funktionens periodicitet är okänd.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>De här funktionerna är för komplexa för att Kalkylatorn ska kunna beräkna dem:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>Funktionen har inga lodräta asymptoter.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>Funktionen har inga x-skärningspunkter.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>Funktionen har inga y-skärningspunkter.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>Domän</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>Vågrät asymptot</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>Inflexionspunkt</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>Analys stöds inte för den här funktionen.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>Analys stöds endast för funktioner i formatet f(x). Exempel: y = x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>Största</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>Minsta</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>Monotonicitet</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>Sned asymptot</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>Paritet</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>Period</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>Intervall</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>Lodrät asymptot</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-skärning</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-skärning</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>Det gick inte att göra en analys för funktionen.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>Kan inte beräkna domänen för den här funktionen.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>Kan inte beräkna intervallet för den här funktionen.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>Överflöde (talet är för stort)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>Radianerläge krävs för att rita en kurva till ekvationen.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>Den här funktionen är för komplex att göra en graf av</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>Graderläge krävs för att rita en kurva till funktionen</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>Faktorfunktionen har ett ogiltigt argument</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>Faktorfunktionen har ett argument som är för stort för att föra en graf av</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo kan endast användas med heltal</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>Ekvationen har ingen lösning</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>Det går inte att dela med noll</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>Ekvationen innehåller logiska villkor som är ömsesidigt uteslutande</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>Ekvationen ligger utanför domänen</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>Att skapa grafer av denna ekvation stöds inte</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>Ekvationen saknar en öppnande parentes</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>Ekvationen saknar en avslutande parentes</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>Det finns för många decimaler i ett tal</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>Ett decimalkomma saknar siffror</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>Oväntat slut i uttryck</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>Oväntade tecken i uttrycket</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>Ogiltiga tecken i uttrycket</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>Det finns för många lika med-tecken</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>Funktionen måste innehålla minst en x- eller y-variabel</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>Ogiltigt uttryck</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>Uttrycket är tomt</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>Lika med användes utan en ekvation</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>Parentes saknas efter funktionsnamnet</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>Ett matematiskt uttryck har fel antal parametrar</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>Ett variabelnamn är ogiltigt</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>Ekvationen saknar en inledande hakparentes</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>Ekvationen saknar en avslutande hakparentes</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" och \"I\" går inte att använda som variabelnamn</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>Formeln kunde inte göras till en graf</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>Siffran kunde inte lösas för den givna basen</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>Basen måste vara större än 2 och mindre än 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>En matematisk operation kräver att en av dess parametrar är en variabel</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>Ekvationen blandar logiska och skalärfunktioner</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x och y kan inte användas i de övre eller nedre begränsningarna</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x och y kan inte användas efter gränspunkten</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>Det går inte att använda komplex oändlighet</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>Kan inte använda komplexa tal i ojämlikheter</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Tillbaka till funktionslistan</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tillbaka till funktionslistan</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Analysera funktion</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Analysera funktion</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>Analysera funktion</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ta bort ekvation</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ta bort ekvation</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>Ta bort ekvation</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Dela</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Dela</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Ändra ekvationsstil</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ändra ekvationsstil</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>Ändra ekvationsstil</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Visa ekvationen</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>Dölj ekvationen</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Visa ekvation %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>Dölj ekvation %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Stoppa spårning</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>Starta spårning</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>Diagram visnings fönster, x-axeln som avgränsas av %1 och %2, y-axeln som är bunden av %3 och %4. Visa %5 ekvationer</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Konfigurera skjutreglage</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Konfigurera skjutreglage</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>Växla till ekvationsläge</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>Växla till grafläge</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Växla till ekvationsläge</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>Aktuellt läge är ekvationsläge</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>Aktuellt läge är grafläge</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>Fönster</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>Grader</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>Gon</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>Radianer</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>Enheter</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>Återställ vy</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-max</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-min</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-max</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-min</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Alternativ för grafer</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternativ för grafer</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Alternativ för grafer</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternativ för variabel</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>Växla variabelalternativ</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>Linjetjocklek</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>Linjealternativ</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Liten linjebredd</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Medelstor linjebredd</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Stor linjebredd</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>Extra stor linjebredd</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>Ange ett uttryck</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiera</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Klipp ut</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Kopiera</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Klistra in</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Ångra</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>Markera alla</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktionsindata</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktionsindata</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Indatapanel för funktion</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variabelpanelen</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Variabellista</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>Variabel %1 listobjekt</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textruta för variabelvärde</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skjutreglaget variabelvärde</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textruta för variabel minsta värde</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textruta för variabelsteg värde</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Textruta för variabelns största värde</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Heldraget linjeformat</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Prickat linjeformat</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>Streckat linjeformat</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>Marinblå</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>Havsskum</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>Violett</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>Grön</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>Mintgrön</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>Mörkgrön</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>Träkol</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>Röd</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>Ljuslila</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>Magenta</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>Guldgul</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>Ljusorange</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>Brun</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>Svart</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>Vit</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>Färg 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>Färg 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>Färg 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>Färg 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>Diagramtema</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>Alltid ljus</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>Matcha tema för app</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tema</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alltid ljus</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Matcha tema för app</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>Funktionen borttagen</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Ekvationsrutan funktionsanalys</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lika med</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mindre än</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Mindre än eller lika</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Lika med</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Större än eller lika</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Större än</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Skicka</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Funktionsanalys</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Alternativ för grafer</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>Historik- och minneslistor</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>Minneslista</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>Historikplatsen %1 har rensats</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>Kalkylatorn är alltid på toppen</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>Kalkylatorn tillbaka till fullständig vy</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Aritmetiska skift vald</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Logisk skift vald</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>Rotera cirkulära skift vald</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>Rotera genom att låta cirkulära Skift vald</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>Inställningar</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>Utseende</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>Apptema</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>Välj vilket apptema som ska visas</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Ljus</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Mörk</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>Använd systeminställningen</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Tillbaka</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>Sidan Inställningar</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Öppna snabbmenyn för tillgängliga åtgärder</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>OK</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>Det gick inte att återställa den här ögonblicksbilden.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ta-IN/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>செல்லுபடியாகாத உள்ளீடு</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>முடிவு வரையறுக்கப்படவில்லை</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>போதுமான நினைவகம் இல்லை</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>நிரம்பிவழிதல்</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>முடிவு வரையறுக்கப்படவில்லை</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>முடிவு வரையறுக்கப்படவில்லை</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>நிரம்பிவழிதல்</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>நிரம்பிவழிதல்</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>பூஜ்ஜியத்தால் வகுக்க முடியாது</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/ta-IN/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>கால்குலேட்டர்</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>கால்குலேட்டர் [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows கால்குலேட்டர்</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows கால்குலேட்டர் [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>கால்குலேட்டர்</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>கால்குலேட்டர் [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>நகலெடு</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>ஒட்டு</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>ஏறத்தாழ சமம்</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, மதிப்பு %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 பிட்</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63வது</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62வது</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61வது</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60வது</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59வது</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58வது</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57வது</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56வது</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55வது</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54வது</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53வது</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52வது</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51வது</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50வது</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49வது</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48வது</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47வது</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46வது</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45வது</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44வது</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43வது</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42வது</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41வது</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40வது</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39வது</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38வது</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37வது</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36வது</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35வது</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34வது</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33வது</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32வது</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31வது</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30வது</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29வது</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28வது</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27வது</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26வது</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25வது</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24வது</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23வது</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22வது</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21வது</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20வது</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19வது</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18வது</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17வது</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16வது</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15வது</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14வது</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13வது</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12வது</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11வது</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10வது</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9வது</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8வது</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7வது</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6வது</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5வது</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4வது</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3வது</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2வது</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1வது</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>குறைந்த குறிப்பிடத்தக்க பிட்</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>நினைவக ஃப்ளைஅவுட்டைத் திற</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>நினைவக ஃப்ளைஅவுட்டை மூடு</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>மேலே வை</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>முழுக் காட்சிக்குத் திரும்பு</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>நினைவகம்</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>வரலாறு (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>பிட் நிலைமாறும் விசைத்தளம்</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>முழு விசைத்தளம்</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>எல்லா நினைவகத்தையும் அழி (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>நினைவகம்</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவகம்</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>வரலாறு</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வரலாறு</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>மாற்றி</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>அறிவியல்</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>நிலையான</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மாற்றிப் பயன்முறை</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>அறிவியல் பயன்முறை</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நிலையான பயன்முறை</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>எல்லா வரலாற்றையும் அழி</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>எல்லா வரலாற்றையும் அழி</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>மறை</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>நிலையான</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>அறிவியல்</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>நிரலாக்குநர்</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>மாற்றி</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>கால்குலேட்டர்</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>மாற்றி</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>கால்குலேட்டர்</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>மாற்றிகள்</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>கால்குலேட்டர்கள்</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>காட்சி %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>கோவை %1, நடப்பு உள்ளீடு %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>காட்சி %1 புள்ளி</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>%1 என்பது கோவை</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>காட்சி மதிப்பு நகலகத்திற்கு நகலெடுக்கப்பட்டது</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>வரலாறு</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>நினைவகம்</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>ஹெக்சாடெசிமல் %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>தசமம் %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>ஆக்டல் %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>பைனரி %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>எல்லா வரலாற்றையும் அழி</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>வரலாறு அழிக்கப்பட்டது</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வரலாற்றை மறை</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>வரலாறு ஃப்ளைஅவுட்டைத் திற</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>வரலாறை மூடு</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவகத்தில் ஸ்டோர்</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>நினைவகச் சேமிப்பு (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>எல்லா நினைவகத்தையும் அழி</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>நினைவகம் அழிக்கப்பட்டது</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவகத்திலிருந்து மீட்டெடு</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>நினைவக மீட்டமைப்பு (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவகத்தைச் சேர்</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>நினைவகச் சேர்ப்பு (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவகத்தில் கழித்திடு</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>நினைவகப் பிரிப்பு (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவக உருப்படியை அழி</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>நினைவக உருப்படியை அழி</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவகத்தில் சேர்</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>நினைவகத்தில் சேர்</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவக உருப்படியிலிருந்து கழி</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>நினைவக உருப்படியிலிருந்து கழி</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவக உருப்படியை அழி</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>நினைவக உருப்படியை அழி</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவகத்தில் சேர்</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>நினைவகத்தில் சேர்</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவக உருப்படியிலிருந்து கழி</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>நினைவக உருப்படியிலிருந்து கழி</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>நீக்கு</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>நகலெடு</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>நீக்கு</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வரலாற்று உருப்படியை நீக்கு</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வரலாற்று உருப்படியை நீக்கு</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பூஜ்யம்</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஒன்று</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இரண்டு</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மூன்று</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நான்கு</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஐந்து</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஆறு</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஏழு</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>எட்டு</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஒன்பது</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மற்றும்</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>அல்லது</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இல்லை</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இடதுபுறம் சுழற்று</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வலதுபுறம் சுழற்று</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இடது மாற்றம்</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வலது மாற்றம்</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பிரத்தியேகமான அல்லது</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சொல் எழுத்து நிலை மாற்றம்</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இரட்டை சொல் நிலைமாற்று</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சொல் நிலைமாற்று</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பைட் நிலைமாற்று</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பிட் நிலைமாறும் விசைத்தளம்</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>முழு விசைத்தளம்</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>தசமப் பிரிப்பான்</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>உள்ளிட்டதை அழி</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>அழி</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வகுத்தல்</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பெருக்கல்</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சமங்கள்</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நேர்மாற்றுச் சார்பு</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கழித்தல்</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>கழித்தல்</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கூட்டல்</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இருமடி மூலம்</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சதவீதம்</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நேர்மறை எதிர்மறை</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நேர்மறை எதிர்மறை</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>தலைகீழ்</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இடது அடைப்புக்குறி</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>இடது அடைப்புக்குறி, திறப்பு அடைப்புக்குறி எண்ணிக்கைு %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வலது அடைப்புக்குறி</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>திறப்பு அடைப்புக்குறி கணக்கு %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>மூடுவதற்கு திறந்திருக்கும் அடைப்புக்குறிகள் எதுவும் இல்லை.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>விஞ்ஞானக் குறியீடு</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>அதிபரவளைய சார்பு</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பை</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சைன்</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கொசைன்</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>டேன்ஜென்ட்</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைப்பர்போலிக் சைன்</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைப்பர்போலிக் கொசைன்</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைப்பர்போலிக் டேஞ்சன்ட்</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சதுரம்</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கனசதுரம்</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc சைன்</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc கோசைன்</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Arc டேஞ்சன்ட்</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைப்பர்போலிக் ஆர்க் சைன்</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைப்பர்போலிக் ஆர்க் கோசைன்</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைப்பர்போலிக் ஆர்க் டேஞ்சன்ட்</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>‘X'-இன் அடுக்கு</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>அடுக்கு மதிப்புக்கு பத்து</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>அடுக்கு மதிப்புக்கு 'e'</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>‘x'-இன் 'y' வர்க்கமூலம்</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பதிவு</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Natural லாக்</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மட்டு</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>அடுக்குக்குறி</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>டிகிரி நிமிடம் வினாடி</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>டிகிரிகள்</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>முழுஎண் பகுதி</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பின்னப் பகுதி</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>காரணியம்</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>டிகிரிகள் நிலைமாற்று</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கிரேடியன்கள் நிலைமாற்று</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ரேடியன்ஸ் நிலைமாற்றம்</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பயன்முறை கீழ்தோன்றல்</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வகைகள் கீழ்தோன்றல்</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மேலே வை</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>முழுக் காட்சிக்குத் திரும்பு</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>மேலே வை (Alt+மேல் அம்புக்குறி)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>முழுக் காட்சிக்குத் திரும்பு (Alt+கீழ் அம்புக்குறி)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>%1 %2-இலிருந்து மாற்று</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>%1 புள்ளி %2-இலிருந்து மாற்று</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>%1 %2 ஆக மாற்றும்</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2, %3 %4 ஆகும்</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>அலகு உள்ளிடு</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>வெளியீட்டின் அலகு</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>பரப்பு</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>தரவு</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>ஆற்றல்</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>நீளம்</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>மின்சக்தி</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>வேகம்</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>நேரம்</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>கனஅளவு</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>வெப்பநிலை</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>பொருளின் எடை மற்றும் நிறை</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>அழுத்தம்</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>கோணம்</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>நாணயம்</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>திரவ அவுன்ஸ் (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>நீர்ம அவுன்ஸ் (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>திரவ அவுன்ஸ் (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>நீர்ம அவுன்ஸ் (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>கேலன்கள் (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>கேலண் (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>கேலன்கள் (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>கேலண் (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>லிட்டர்கள்</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>மில்லிலிட்டர்கள்</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>மி.லி</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>பின்டுகள் (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>பிண்ட் (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>பைண்ட்கள் (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>பிண்ட் (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>மேசைக்கரண்டி (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>மே.க. (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>தேக்கரண்டி (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>தே.க. (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>மேசைக்கரண்டி (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>மே.க. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>தேக்கரண்டி (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>தே.க. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>குவார்ட்ஸ் (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>குவார்ட் (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>குவார்ட்ஸ் (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>குவார்ட் (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>கோப்பைகள் (அமெரிக்கா)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>கோப்பை (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ஏக்</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/நிமி</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>CAL</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>செ.மீ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>செ.மீ/வி</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>செ.மீ³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>அடி³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>மீ³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>அடி</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>அடி/வி</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>அடி•பவு</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ஹெக்</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>ஹெச்.பி (US)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>மணி</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>அங்</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>கி.பி</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>கி.கலோ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>கி.மீ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>கி.மீ/மணி</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>கி.வா</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>நாட்</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>மெ.பி</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>மெ.பை</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>மீ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>மீ/வி</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>மை.மீ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>மை.வி</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>மைல்</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>மி.மீ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>மி.வி</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>நிமி</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>நா.மீ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>நா.மை</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>பெ.பி</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>பெ.பை</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>அடி•பவு/நிமி</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>செ.மீ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>அங்²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>கி.மீ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>மீ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>மைல்²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>மீ.மீ²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>டெ.பி</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>டெ.பை</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>வார</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>யா</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>வரு</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>மைல்</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>ஏக்கர்கள்</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>பிட்ஸ்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>பிரிட்டிஷ் வெப்ப அலகுகள்</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTUகள்/நிமிடம்</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>பைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>வெப்ப கலோரிகள்</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>சென்டி மீட்டர்கள்</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>விநாடி/சென்டி மீட்டர்கள்</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>கன சென்டி மீட்டர்கள்</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>கன அடி</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>கன அங்குலங்கள்</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>கன மீட்டர்கள்</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>கன யார்ட்கள்</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>நாட்கள்</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>செல்சியஸ்</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>ஃபாரன்ஹீட்</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>எலக்ட்ரான் வோல்ட்கள்</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>அடி</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ஒரு விநாடியில் அடி</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>அடி-பவுண்ட்கள்</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>அடி-பவுண்ட்/நிமிடம்</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>கிகாபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>ஜிகாபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>ஹெக்டேர்கள்</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>குதிரைத்திறன் (US)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>மணிநேரங்கள்</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>அங்குலங்கள்</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>ஜூல்கள்</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>கிலோவாட்-மணிநேரங்கள்</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>கெல்வின்</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>கிலோபைட்டுகள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>கிலோபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>உணவு கலோரிகள்</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>கிலோ ஜூல்கள்</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>கிலோமீட்டர்கள்</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>கிலோமீட்டர்/மணிநேரம்</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>கிலோ வாட்கள்</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>நாட்ஸ்</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>மேக்</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>மெகாபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>மெகாபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>மீட்டர்கள்</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>வினாடிக்கு மீட்டர்கள்</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>மைக்ரான்கள்</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>மைக்ரோவிநாடிகள்</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>மைல்கள்</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>மைல்/மணிநேரம்</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>மில்லிமீட்டர்கள்</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>மில்லிநொடிகள்</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>நிமிடங்கள்</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>நிபில்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>நானோமீட்டர்கள்</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>ஆங்ஸ்ட்ரோம்கள்</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>கடல் மைல்கள்</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>பெடாபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>பேடாபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>விநாடிகள்</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>சதுர சென்டிமீட்டர்கள்</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>சதுர அடிகள்</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>சதுர அங்குலங்கள்</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>சதுர கிலோமீட்டர்கள்</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>சதுர மீட்டர்கள்</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>சதுர மைல்கள்</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>சதுர மில்லிமீட்டர்கள்</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>சதுர யார்டுகள்</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>டெராபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>டெராபைட்டுகள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>வாட்கள்</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>வாரங்கள்</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>யார்ட்கள்</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>வருடங்கள்</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>டிகி</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>gr</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>பா</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>மெர்க்குரி மில்லிமீட்டர்</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>செ.கி</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>DAG</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>டெ.கி</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>கி</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>ஹெ.கி</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>கி.கி</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>டன் (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>மி.கி</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>அவு</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>பவு</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>டன் (US)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>கல்</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>கேரட்கள்</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>டிகிரிகள்</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>ரேடியன்கள்</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>கிரேடியன்கள்</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>வளிமண்டலங்கள்</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>பார்</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>கிலோபஸ்கால்கள்</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>மில்லிமீட்டர் இரசம் </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>பஸ்கால்கள்</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>சதுர அங்குலம் ஒன்றுக்கான பவுண்டுகள்</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>சென்டி கிராம்கள்</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>டெகா கிராம்கள்</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>டெசி கிராம்கள்</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>கிராம்கள்</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>ஹெக்டோ கிராம்கள்</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>கிலோ கிராம்கள்</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>நீண்ட டன்கள் (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>மில்லிகிராம்கள்</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>அவுன்ஸ்கள்</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>பவுண்டுகள்</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>குறுகிய டன்கள் (US)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>கல்</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>மெட்ரிக் டன்கள்</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CDகள்</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CDகள்</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>கால்பந்து களங்கள்</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>கால்பந்து களங்கள்</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>நெகிழ் வட்டுகள்</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>நெகிழ் வட்டுகள்</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVDகள்</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVDகள்</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>மின்கலங்கள்</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>மின்கலங்கள்</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>காகிதக் கிளிப்புகள்</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>காகித கிளிப்புகள்</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>பெரிய ஜெட்கள்</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>பெரிய ஜெட்கள்</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>ஒளி விளக்குகள்</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>ஒளி விளக்குகள்</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>குதிரைகள்</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>குதிரைகள்</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>குளியல்தொட்டிகள்</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>குளியல்தொட்டிகள்</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>பனிப்பரப்புகள்</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>பனிப்பரப்புகள்</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>யானைகள்</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>யானைகள்</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>டர்ட்டில்கள்</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>டர்ட்டில்கள்</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>ஜெட்கள்</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>ஜெட்ஸ்</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>திமிங்கிலங்கள்</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>திமிங்கிலங்கள்</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>காஃபி கோப்பைகள்</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>காஃபி கோப்பைகள்</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>நீச்சல் குளங்கள்</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>நீச்சல் குளங்கள்</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>கைகள்</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>கைகள்</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>காகித தாள்கள்</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>காகித தாள்கள்</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>கோட்டைகள்</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>கோட்டைகள்</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>வாழைப்பழங்கள்</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>வாழைப்பழங்கள்</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>கேக் துண்டுகள்</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>கேக் துண்டுகள்</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>ரயில் இயந்திரங்கள்</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>ரயில் இயந்திரங்கள்</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>கால்பந்தாட்ட பந்துகள்</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>கால்பந்தாட்ட பந்துகள்</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>நினைவக உருப்படி</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பின்செல்</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>பின்செல்</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft மென்பொருள் உரிம விதிமுறைகள்</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>முன்னோட்டம்</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft தனியுரிமை அறிக்கை</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. அனைத்து உரிமைகளும் பாதுகாக்கப்பட்டவை.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>எவ்வாறு Windows கால்குலேட்டருக்கு நீங்கள் பங்களிக்க முடியும் என்பதை அறிய, %HL%GitHub%HL%-இல் திட்டப்பணியை பார்க்கவும்.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>இது பற்றி</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>பின்னூட்டம் அனுப்பு</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>இங்கு இதுவரை வரலாறு ஏதுமில்லை.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>நினைவகத்தில் எதுவும் சேமிக்கப்படவில்லை.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவகம்</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>இந்தக் கோவையை ஒட்ட முடியாது</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>ஜிபிபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>ஜிபிபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>கிபிபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>கிபிபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>மெபிபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>மெபிபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>பெபிபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>பெபிபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>டெபிபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>டெபிபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>எக்ஸாபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>எக்ஸாபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>எக்ஸ்பிபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>எக்ஸ்பிபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>ஜெட்டாபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>ஜெட்டாபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>ஜெபிபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>ஜெபிபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>யோட்டாபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>யோட்டாபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>யோபிபிட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>யோபிபைட்கள்</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>நாள் கணக்கீடு</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கணக்கீட்டுப் பயன்முறை</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>சேர்</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>நாட்களைச் சேர் அல்லது கழி</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>தேதி</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>நாட்களுக்கு இடையிலான வேறுபாடு</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>நாட்கள்</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>வேறுபாடு</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>தொடக்கம்</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>மாதங்கள்</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>கழி</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>முடிவு</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>வருடங்கள்</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>தேதி எல்லையைக் கடந்துவிட்டது</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>நாள்</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>நாட்கள்</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>மாதம்</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>மாதங்கள்</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>அதே தேதிகள்</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>வாரம்</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>வாரங்கள்</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>வருடம்</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>வருடங்கள்</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>வேறுபாடு %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>முடிவு தேதி %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 கால்குலேட்டர் பயன்முறை</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 மாற்றி முறைமை</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>நாள் கணக்கீட்டுப் பயன்முறை</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வரலாறு மற்றும் நினைவகப் பட்டியல்கள்</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நினைவகக் கட்டுப்பாடுகள்</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நிலையான செயல்பாடுகள்</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>தோற்றக் கட்டுப்பாடுகள்</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நிலையான ஆப்பரேட்டர்கள்</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>எண் பேட்</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கோணம் ஆப்பரேட்டர்கள்</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>அறிவியல் சார்ந்த செயல்பாடுகள்</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ராடிக்ஸ் தேர்வு</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நிரலாக்க ஆப்பரேட்டர்கள்</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>உள்ளீட்டு முறைத் தேர்வு</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பிட் நிலைமாற்றும் விசைத்தளம்</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இடப்பக்கம் செயலை நகர்த்த</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வலப்பக்கம் செயலை நகர்த்த</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>அதிகபட்ச இலக்கங்களை அடைந்து விட்டது. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 நினைவகத்தில் சேமிக்கப்பட்டது</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>நினைவக ஸ்லாட் %1 ஆனது %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>நினைவக ஸ்லாட் %1 அழிக்கப்பட்டது</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>வகுத்தல்</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>காலமும்</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>கழித்தல்</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>கூட்டல்</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>பவர்</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y வேர்</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>மோட்</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>இடது மாற்றம்</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>வலது மாற்றம்</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>அல்லது</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x அல்லது</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>மற்றும்</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>புதுப்பித்தது %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>கட்டணங்களைப் புதுப்பி</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>தரவுக் கட்டணங்கள் பொருந்தலாம்.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>புதிய கட்டணங்களைப் பெற முடியவில்லை. பின்னர் மீண்டும் முயற்சிக்கவும்.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>ஆஃப்லைன். தயவுசெய்து, உங்கள்%HL%நெட்வொர்க் அமைப்புகளைச்%HL% சரிபார்க்கவும்</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>நாணய விகிதங்களைப் புதுப்பிக்கிறது</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>நாணய விகிதங்கள் புதுப்பிக்கப்பட்டன</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>விகிதங்களைப் புதுப்பிக்க முடியவில்லை</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>எல்லா நினைவகத்தையும் அழி (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>எல்லா நினைவகத்தையும் அழி</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>சைன் டிகிரிகள்</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>சைன் ரேடியன்கள்</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>சைன் கிரேடியன்கள்</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>தலைகீழான சைன் டிகிரிகள்</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>தலைகீழான சைன் ரேடியன்கள்</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>தலைகீழான சைன் கிரேடியன்</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>ஹைப்பர்போலிக் சைன்</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>தலைகீழான ஹைப்பர்போலிக் சைன்</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>கொசைன் டிகிரிகள்</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>கொசைன் ரேடியன்கள்</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>கொசைன் கிரேடியன்கள்</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>தலைகீழான கொசைன் டிகிரிகள்</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>தலைகீழான கொசைன் ரேடியன்கள்</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>தலைகீழான கொசைன் கிரேடியன்</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>ஹைப்பர்போலிக் கொசைன்</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>தலைகீழான ஹைப்பர்போலிக் கொசைன்</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>டேஞ்சன்ட் டிகிரிகள்</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>டேஞ்சன்ட் ரேடியன்ஸ்</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>டேஞ்சன்ட் கிரேடியன்கள்</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>தலைகீழான டேஞ்சன்ட் டிகிரிஸ்</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>தலைகீழான டேஞ்சன்ட் ரேடியன்கள்</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>தலைகீழான டேஞ்சன்ட் கிரேடியன்கள்</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>ஹைப்பர்போலிக் டேஞ்சன்ட்</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>தலைகீழான ஹைப்பர்போலிக் டேஞ்சன்ட்</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>சிகன்ட் டிகிரி</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>சிகன்ட் ரேடியன்</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>சிகன்ட் கிரேடியன்</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>தலைகீழ் சிகன்ட் டிகிரி</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>தலைகீழ் சிகன்ட் ரேடியன்</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>தலைகீழ் சிகன்ட் கிரேடியன்</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>ஹைபர்போலிக் சிகன்ட்</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>தலைகீழ் ஹைபர்போலிக் சிகன்ட்</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>கோசிகன்ட் டிகிரி</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>கோசிகன்ட் ரேடியன்</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>கோசிகன்ட் கிரேடியன்</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>தலைகீழ் கோசிகன்ட் டிகிரி</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>தலைகீழ் கோசிகன்ட் ரேடியன்</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>தலைகீழ் கோசிகன்ட் கிரேடியன்</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>ஹைபர்போலிக் கோசிகன்ட்</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>தலைகீழ் ஹைபர்போலிக் கோசிகன்ட்</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>கோடேன்ஜென்ட் டிகிரி</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>கோடேன்ஜென்ட் ரேடியன்</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>கோடேன்ஜென்ட் கிரேடியன்</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>தலைகீழ் கோடேன்ஜென்ட் டிகிரி</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>தலைகீழ் கோடேன்ஜென்ட் ரேடியன்</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>தலைகீழ் கோடேன்ஜென்ட் கிரேடியன்</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>ஹைபர்போலிக் கோடேன்ஜென்ட்</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>தலைகீழ் ஹைபர்போலிக் கோடேன்ஜென்ட்</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>கன மூலம்</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>அடிப்படை பதிவு</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>முழுமையான மதிப்பு</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>இடது மாற்றம்</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>வலது மாற்றம்</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>இயல் எண் தொடர்பெருக்கம்</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>டிகிரி நிமிடம் வினாடி</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>இயல் மடக்கை</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>சதுரம்</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y வேர்</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 வகை</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft சேவைகள் ஒப்பந்தம்</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>ப்யியாங்</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>ப்யியாங்</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>தொடக்கம்</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இடதுபக்க கணக்கீட்டு முடிவு உருட்டு</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வலதுபக்க கணக்கீட்டு முடிவு உருட்டு</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>கணக்கிடுதல் தோல்வியடைந்தது\n</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>அடிப்படை மடக்கை Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>திரிகோணமிதி</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>செயல்பாடு</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>அசமம்</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>அசமம்</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>பிட்வைஸ்</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>பிட் ஷிஃப்ட்</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>நேர்மாற்றுச் சார்பு</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைபர்போலிக் சார்பு</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சீகன்ட்</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைபர்போலிக் சிகன்ட்</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஆர்க் சிகன்ட்</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைபர்போலிக் ஆர்க் சிகன்ட்</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கோசிகன்ட்</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைபர்போலிக் கோசிகன்ட்</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஆர்க் கோசிகன்ட்</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைபர்போலிக் ஆர்க் கோசிகன்ட்</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கோடேன்ஜென்ட்</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைபர்போலிக் கோடேன்ஜென்ட்</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஆர்க் கோடேன்ஜென்ட்</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஹைபர்போலிக் ஆர்க் கோடேன்ஜென்ட்</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>தளம்</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சீலிங்</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ரேண்டம்</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>முழுமையான மதிப்பு</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஆய்லரின் எண்</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இரண்டு அடுக்கு மதிப்பு</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nand</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Nor</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கேரியுடன் இடதுபுறமாகச் சுழற்று</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கேரியுடன் வலதுபுறமாகச் சுழற்று</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இடது மாற்றம்</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>இடது மாற்றம்</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வலது ஷிஃப்ட்</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>வலது மாற்றம்</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>கணிப்பியல் ஷிஃப்ட்</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>தருக்கமுறையான ஷிஃப்ட்</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>சுழற்சியான ஷிஃப்ட்டைச் சுழற்று</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>கேரி சுழற்சியான ஷிஃப்ட்டின் வழியே சுழற்று</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கன மூலம்</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>திரிகோணமிதி</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சார்புகள்</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பிட்வைஸ்</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பிட்மாற்றம்</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>அறிவியல் ஆபரேட்டர் பேனல்கள்</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>புரோகிராமர் ஆபரேட்டர் பேனல்கள்</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>அதிகமான குறிப்பிடத்தக்க பிட்</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>வரைபடம்</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வரைவி</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>காட்சியை தானாகவே புதுப்பி (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>வரைபடப் பார்வை</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>தானியங்கு சிறந்த பொருத்தம்</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>கையேடு சரிப்படுத்திக்கொள்ளுதல்</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>விளக்கப்படக் காட்சி மீட்டமைக்கப்பட்டுள்ளது</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>பெரிதாக்கு (CTRL விசை + கூட்டல் குறி)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பெரிதாக்கு</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>சிறிதாக்கு (CTRL விசை + கழித்தல் குறி)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சிறிதாக்கு</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>சமன்பாட்டைச் சேர்</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>தற்போது இதைப் பகிர முடியவில்லை.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>சரி</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>Windows கால்குலேட்டர் மூலம் நான் வரைந்த வரைபடத்தைப் பார்க்கவும்</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>சமன்பாடுகள்</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>மாறிகள்</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>கேள்விகளைக் கொண்ட வரைபடத்தின் படிமம்</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>மாறிகள்</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>படி</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>குறைந்தபட்சம்</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>அதிகபட்சம்</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>வண்ணம்</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>நடை</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>செயல்பட்டுப் பகுப்பாய்வு</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>செயல்பாட்டில் கிடைமட்ட அணுகுகோடுகள் ஏதுமில்லை.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>செயல்பாட்டில் கோணப் புள்ளிகள் ஏதுமில்லை.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>செயல்பாட்டில் மீப்பெரு மதிப்பு ஏதுமில்லை.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>செயல்பாட்டில் மீச்சிறு மதிப்பு ஏதுமில்லை.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>மாறிலி</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>குறைதல்</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>செயல்பாட்டின் ஓரியல்புச் சார்பைக் கண்டறிய முடியவில்லை.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>அதிகரித்தல்</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>செயல்பாட்டின் ஓரியல்புச் சார்பு அறியப்படாதது.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>செயல்பாட்டில் சாய்ந்த அணுகுகோடுகள் ஏதுமில்லை.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>செயல்பாட்டின் சமநிலைச் சார்பைக் கண்டறிய முடியவில்லை.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>செயல்பாடு இரட்டைப்படை.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>செயல்பாடு இரட்டைப்படையாகவோ அல்லது ஒற்றைப்படையாகவோ இல்லை.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>செயல்பாடு ஒற்றைப்படை.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>செயல்பாட்டின் சமநிலைச் சார்பு அறியப்படாதது.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>இந்தச் செயல்பாட்டுக்காகக் காலமுறைமை ஆதரிக்கப்படவில்லை.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>செயல்பாடு காலமுறை சார்ந்ததல்ல.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>செயல்பாட்டின் காலமுறைமை அறியப்படாதது.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>இந்த அம்சங்கள் மிகவும் சிக்கலாக உள்ளதால் கால்குலேட்டரால் கணக்கிட முடியவில்லை:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>செயல்பாட்டில் செங்குத்து அணுகுகோடுகள் ஏதுமில்லை.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>செயல்பாட்டில் x குறுக்குவெட்டுகள் ஏதுமில்லை.</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>செயல்பாட்டில் y குறுக்குவெட்டுகள் ஏதுமில்லை.</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>களம்</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>கிடைமட்ட அணுகுகோடுகள்</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>விலக்கல் புள்ளிகள்</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>இந்தச் செயல்பாட்டுக்காகப் பகுப்பாய்வு ஆதரிக்கப்படவில்லை.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>f(x) வடிவத்தில் உள்ள சார்புகளுக்கு மட்டுமே பகுப்பாய்வு துணைபுரிகிறது. உதாரணம்: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>பெருமம்</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>சிறுமம்</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>ஓரியல்பு</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>சாய்ந்த அணுகுகோடுகள்</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>சமநிலை</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>காலஅளவு</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>வரம்பு</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>செங்குத்து அணுகுகோடுகள்</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X குறுக்குவெட்டு</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y குறுக்குவெட்டு</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>செயல்பாட்டுக்கான பகுப்பாய்வைச் செய்ய முடியவில்லை.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>இந்தச் செயல்பாட்டுக்காகக் களத்தைக் கணக்கிட முடியவில்லை.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>இந்தச் செயல்பாட்டுக்காக வரம்பைக் கணக்கிட முடியவில்லை.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>மேலதிகம் (மிகப் பெரிய எண்)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>இந்தச் சமன்பாட்டை விளக்கப்படமாக்க ரேடியன்ஸ் பயன்முறை தேவைப்படுகிறது.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>இந்தச் சார்பை விளக்கப்படமாக்குவது மிகவும் சிக்கலானது</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>இந்தச் சமன்பாட்டை விளக்கப்படமாக்க டிகிரிஸ் பயன்முறை தேவைப்படுகிறது.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>காரணிச் சார்பில் செல்லுபடியாகாத மதிப்புரு உள்ளது.</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>விளக்கப்படமாக்க முடியாத அளவு மிகப்பெரிய மதிப்புருவை காரணிச் சார்பு கொண்டுள்ளது</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>மாடுலோ சார்பு முழு எண்களுடன் மட்டுமே பயன்படுத்தப்பட முடியும்</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>இந்தச் சமன்பாட்டில் தீர்வு இல்லை</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>பூஜ்ஜியத்தால் வகுக்க முடியாது</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>இந்தச் சமன்பாட்டில் ஒன்றுக்கொன்று தொடர்பில்லாத தருக்க நிபந்தனைகள் உள்ளன</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>சமன்பாடு களத்திலிருந்து வெளியே உள்ளது</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>இந்தச் சமன்பாட்டை வரைபடமாக்குவது ஆதரிக்கப்படவில்லை</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>சமன்பாட்டில் ஒரு துவக்க பிறை அடைப்பு விடுபட்டுள்ளது</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>சமன்பாட்டில் ஒரு முடிவு பிறை அடைப்பு விடுபட்டுள்ளது</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>ஒரு எண்ணில் மிக அதிகமான தசமப் புள்ளிகள் உள்ளன</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>தசமப் புள்ளியில் இலக்கங்கள் விடுபட்டுள்ளன</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>எதிர்பாராத கோவையின் முடிவு</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>கோவையில் எதிர்பார்க்காத எழுத்துக்குறிகள் உள்ளன</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>கோவையில் செல்லுபடியாகாத எழுத்துக்குறிகள் உள்ளன</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>ஏராளமான சமக் குறிகள் உள்ளன</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>சார்பில் குறைந்தது ஒரு x அல்லது y மாறி இருக்க வேண்டும்</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>செல்லுபடியாகாத கோவை</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>கோவை காலியாக உள்ளது</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>சமன்பாடு இல்லாமல் சமக்குறி பயன்படுத்தப்பட்டது</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>சார்பின் பெயருக்குப் பிறகு பிறை அடைப்பு விடுபட்டுள்ளது</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>ஒரு கணிதச் செயல்பாடு தவறான அளவுருக்களின் எண்ணிக்கையைக் கொண்டுள்ளது</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>மாறியின் பெயர் செல்லுபடியாகாதது</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>சமன்பாட்டில் ஒரு துவக்க அடைப்புக்குறி விடுபட்டுள்ளது</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>சமன்பாட்டில் ஒரு முடிவு அடைப்புக்குறி விடுபட்டுள்ளது</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" மற்றும் \"I\" ஆகியவற்றை மாறியின் பெயர்களாகப் பயன்படுத்த முடியாது</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>இந்தச் சமன்பாட்டை விளக்கப்படமாக்க முடியாது</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>கொடுக்கப்பட்ட அடிமானத்திற்கு இலக்கத்தால் தீர்வு காண முடியாது</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>அடிமானம் 2-ஐ விடப் பெரியதாகவும் 36-ஐ விடச் சிறியதாகவும் இருக்க வேண்டும்</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>ஒரு கணிதச் செயல்பாட்டிற்கு அதன் அளவுருக்களில் ஒன்று மாறியாக இருக்க வேண்டும்</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>சமன்பாட்டில் தருக்க, ஸ்கேலார் இயக்கமாறிகள் உள்ளன</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>மேல் அல்லது கீழ் வரம்புகளுக்குள் x அல்லது y பயன்படுத்த முடியாது</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>வரம்புப் புள்ளியில் x அல்லது y பயன்படுத்த முடியாது</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>சிக்கலான முடிவிலியைப் பயன்படுத்த முடியாது</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>சமமற்றவையில் சிக்கல் எண்களைப் பயன்படுத்த முடியாது</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>செயல்பாட்டுப் பட்டியலுக்காகப் பின்செல்</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>செயல்பாட்டுப் பட்டியலுக்காகப் பின்செல்</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>செயல்பாட்டைப் பகுப்பாய்வு செய்</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>செயல்பாட்டைப் பகுப்பாய்வு செய்</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>செயல்பாட்டைப் பகுப்பாய்வு செய்</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>சமன்பாட்டை அகற்று</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சமன்பாட்டை அகற்று</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>சமன்பாட்டை அகற்று</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>பகிர்</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பகிர்</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>சமன்பாட்டு நடையை மாற்று</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சமன்பாட்டு நடையை மாற்று</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>சமன்பாட்டு நடையை மாற்று</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>சமன்பாட்டைக் காட்டவும்</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>சமன்பாட்டை மறைக்கவும்</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>சமன்பாடு %1-ஐக் காட்டவும்</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>சமன்பாடு %1-ஐ மறைக்கவும்</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>வரைவதை நிறுத்து</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>வரைவதைத் தொடங்கு</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>கிராஃப் பார்த்தல் சாளரம், %1 மற்றும் %2-இல் x அச்சு பிணைக்கப்பட்டது, %3 மற்றும் %4-இல் y அச்சு பிணைக்கப்பட்டது, %5 சமன்பாடுகளைக் காட்டுகிறது</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ஸ்லைடரை உள்ளமை</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ஸ்லைடரை உள்ளமை</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>சமன்பாட்டு முறைக்கு மாற்று</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>வரைபட முறைக்கு மாற்று</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சமன்பாட்டு முறைக்கு மாற்று</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>நடப்பு முறை சமன்பாட்டு முறையாகும்</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>நடப்பு முறை வரைபட முறையாகும்</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>சாளரம்</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>டிகிரிகள்</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>கிரேடியன்கள்</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>ரேடியன்கள்</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>அலகுகள்</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>காட்சியை மீட்டமை</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X அதிகபட்சம்</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X குறைந்தபட்சம்</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y அதிகபட்சம்</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y குறைந்தபட்சம்</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>விளக்கப்பட விருப்பங்கள்</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>விளக்கப்பட விருப்பங்கள்</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>விளக்கப்பட விருப்பங்கள்</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மாறக்கூடிய விருப்பங்கள்</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>மாறக்கூடிய விருப்பங்களை மாற்று</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>கோட்டின் தடிப்பு</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>கோட்டின் விருப்பங்கள்</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>சிறிய கோட்டின் அகலம்</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>நடுத்தர கோட்டின் அகலம்</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>பெரிய கோட்டின் அகலம்</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>மிகப்பெரிய கோட்டின் அகலம்</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>கோவையை உள்ளிடவும்</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>நகலெடு</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>வெட்டு</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>நகலெடு</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ஒட்டு</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>செயல்தவிர்</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>அனைத்தையும் தேர்ந்தெடு</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சார்பு உள்ளீடு</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சார்பு உள்ளீடு</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சார்பு உள்ளீட்டுப் பலகம்</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மாறுபடுகிற பலகம்</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மாறுபடுகிற பட்டியல்</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>மாறுபடுகிற %1 பட்டியல் உருப்படி</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மாறுபடுகிற மதிப்பு உரைப்பெட்டி</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மாறுபடுகிற மதிப்பு நகர்வுகோல்</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மாறுபடுகிற குறைந்தபட்ச மதிப்பு உரைப்பெட்டி</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மாறுபடுகிற படி மதிப்பு உரைப்பெட்டி</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>மாறுபடுகிற அதிகபட்ச மதிப்பு உரைப்பெட்டி</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>திடக் கோட்டு நடை</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>புள்ளி வரி நடை</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>கோடிட்ட வரி நடை</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>கடற்படை நீலம்</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>சீஃபாம்</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>வயலட்</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>பச்சை</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>மின்ட் க்ரீன்</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>அடர் பச்சை</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>மரக்கரி</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>சிவப்பு</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>பிளம் வெளிர்</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>மெஜந்தா</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>மஞ்சள் தங்கம்</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>பளிச் ஆரஞ்சு</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>பழுப்பு</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>கறுப்பு</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>வெள்ளை</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>வண்ணம் 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>வண்ணம் 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>வண்ணம் 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>வண்ணம் 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>விளக்கப்படத் தீம்</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>எப்போதும் லைட்</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>பயன்பாட்டுத் தீமுடன் பொருத்து</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>தீம்</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>எப்போதும் லைட்</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பயன்பாட்டுத் தீமுடன் பொருத்து</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>செயல்பாடு அகற்றப்பட்டது</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சார்புப் பகுப்பாய்வு சமன்பாட்டுப் பெட்டி</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சமம்</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இதைவிடக் குறைவு</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இதைவிடக் குறைவு அல்லது சமம்</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சமம்</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இதைவிட அதிகம் அல்லது சமம்</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>இதை விட அதிகமாக</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>சமர்ப்பி</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>செயல்பட்டுப் பகுப்பாய்வு</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>விளக்கப்பட விருப்பங்கள்</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>வரலாறு மற்றும் நினைவகப் பட்டியல்கள்</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>நினைவகப் பட்டியல்</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>வரலாறு ஸ்லாட் %1 அழிக்கப்பட்டது</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>கால்குலேட்டர் எப்போதும் முன்னால்</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>மீண்டும் முழு காட்சிக்கு கால்குலேட்டர்</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>கணிப்பியல் ஷிஃப்ட் தேர்ந்தெடுக்கப்பட்டது</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>தர்க்கரீதியாக ஷிஃப்ட் தேர்ந்தெடுக்கப்பட்டது</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>சுழற்சியான ஷிஃப்ட்டைச் சுழற்று தேர்ந்தெடுக்கப்பட்டது</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>கேரி சுழற்சியான ஷிஃப்ட்டின் வழியாகச் சுழற்று தேர்ந்தெடுக்கப்பட்டது</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>அமைப்புகள்</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>தோற்றம்</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>பயன்பாட்டுக் கருப்பொருள்</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>எந்தப் பயன்பாட்டு கருப்பொருளைக் காண்பிக்க வேண்டும் என்பதைத் தேர்ந்தெடுக்கவும்</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>வெளிச்சம்</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>இருள்</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>முறைமை அமைப்பைப் பயன்படுத்தவும்</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>பின்செல்</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>அமைப்புகள் பக்கம்</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>கிடைக்கக்கூடிய செயல்களுக்கு சூழல் மெனுவைத் திறக்கவும்</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>சரி</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>இந்த நொடிப்புச்சேமிப்பை மீட்டெடுக்க முடியவில்லை.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/te-IN/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>కాలిక్యులేటర్</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>కాలిక్యులేటర్ [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows కాలిక్యులేటర్</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows కాలిక్యులేటర్ [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>కాలిక్యులేటర్</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>కాలిక్యులేటర్ [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>కాపీ</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>అతికించు</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>సుమారు దీనికి సమానం</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, విలువ %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 బిట్</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>63 వ</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>62 వ</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>61 వ</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>60 వ</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>59 వ</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>58 వ</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>57 వ</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>56 వ</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>55 వ</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>54 వ</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>53 వ</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>52 వ</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>51 వ</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>50 వ</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>49 వ</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>48 వ</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>47 వ</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>46 వ</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>45 వ</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>44 వ</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>43 వ</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>42 వ</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>41 వ</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>40 వ</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>39 వ</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>38 వ</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>37 వ</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>36 వ</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>35 వ</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>34 వ</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>33 వ</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>32 వ</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>31 వ</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>30 వ</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>29 వ</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>28 వ</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>27 వ</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>26 వ</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>25 వ</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>24 వ</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>23 వ</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>22 వ</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>21 వ</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>20 వ</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>19 వ</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>18 వ</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>17 వ</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>16 వ</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>15 వ</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>14 వ</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>13 వ</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>12 వ</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>11 వ</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>10 వ</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>9 వ</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>8 వ</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>7 వ</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>6 వ</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>5 వ</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>4 వ</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>3 వ</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>2 వ</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>1 వ</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>తక్కువ ప్రాముఖ్యత ఉన్న బిట్</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>మెమరీ ఫ్లైఅవుట్‌ని తెరువు</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>మెమరీ ఫ్లైఅవుట్‌ని మూసివేయి</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>పైన ఉంచండి</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>పూర్తి వీక్షణకు తిరిగి వెళ్ళు</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>మెమరీ</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>చరిత్ర (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>బిట్ మార్పు కీప్యాడ్</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>పూర్తి కీప్యాడ్</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>మొత్తం మెమరీని క్లియర్ చేయి (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>మెమరీ</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>చరిత్ర</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>చరిత్ర</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>మార్పిడి పరికరం</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>శాస్త్రీయ</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>ప్రామాణికం</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మార్పిడి మోడ్</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>శాస్త్రీయ మోడ్</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ప్రాథమిక మోడ్</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>మొత్తం చరిత్రను క్లియర్ చేయి</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>మొత్తం చరిత్రను క్లియర్ చేయి</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>దాచు</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>ప్రామాణికం</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>శాస్త్రీయ</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>ప్రోగ్రామర్</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>మార్పిడి పరికరం</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>కాలిక్యులేటర్</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>మార్పిడి పరికరం</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>కాలిక్యులేటర్</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>మార్పిడి పరికరాలు</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>కాలిక్యులేటర్‌లు</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>ప్రదర్శన అంటే %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>సూత్రీకరణ %1, ప్రస్తుత ఇన్‌పుట్ %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>ప్రదర్శన %1 పాయింట్</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>సూత్రీకరణ అనేది %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>క్లిప్‌బోర్డ్‌కు కాపీ చేసిన విలువను ప్రదర్శించు</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>చరిత్ర</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>మెమరీ</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>హెక్సాడెసిమల్ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>డెసిమల్ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>ఓక్టల్ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>బైనరీ %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మొత్తం చరిత్రను క్లియర్ చేయి</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>చరిత్ర క్లియర్ చేయబడింది</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>చరిత్రను దాచు</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>చరిత్ర ఫ్లైఅవుట్‌ని తెరువు</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>చరిత్ర ఫ్లైఅవుట్‌ని మూసివేయి</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ స్టోర్</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>మెమరీ స్టోర్ (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మొత్తం మెమరీని క్లియర్ చేయి</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>మెమరీ క్లియర్ చేయబడింది</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ రీకాల్</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>మెమరీ రీకాల్ (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ జోడింపు</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>మెమరీ జోడింపు (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ తీసివేత</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>మెమరీ తీసివేత (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ అంశాన్ని క్లియర్ చేయి</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>మెమరీ అంశాన్ని క్లియర్ చేయి</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ అంశానికి జోడించు</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>మెమరీ అంశానికి జోడించు</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ అంశం నుండి తీసివేయి</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>మెమరీ అంశం నుండి తీసివేయి</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ అంశాన్ని క్లియర్ చేయి</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>మెమరీ అంశాన్ని క్లియర్ చేయి</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ అంశానికి జోడించు</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>మెమరీ అంశానికి జోడించు</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ అంశం నుండి తీసివేయి</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>మెమరీ అంశం నుండి తీసివేయి</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>తొలగించు</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>కాపీ చేయి</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>తొలగించు</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>చరిత్ర అంశాన్ని తొలగించు</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>చరిత్ర అంశాన్ని తొలగించు</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>బ్యాక్‌స్పేస్</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సున్నా</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఒకటి</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>రెండు</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మూడు</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>నాలుగు</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఐదు</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఆరు</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఏడు</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఎనిమిది</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>తొమ్మిది</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మరియు</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>లేదా</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>కాదు</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఎడమవైపుకి తిప్పు</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>కుడివైపుకి తిప్పు</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఎడమ షిఫ్ట్</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>కుడి షిఫ్ట్</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఎక్స్‌క్లూజివ్ లేదా</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>క్వాడ్రపుల్ Word టోగుల్</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>డబుల్ Word టోగుల్</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Word టోగుల్</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>బైట్ టోగుల్</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>బిట్ మార్పు కీప్యాడ్</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>పూర్తి కీప్యాడ్</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>దశాంశ విభాజకం</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>నమోదును క్లియర్ చేయండి</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>క్లియర్ చేయి</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>భాగహారం</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>గుణకారం</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సమానం</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>విలోమ ఫంక్షన్</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>తీసివేత</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>తీసివేత</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>కూడిక</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>వర్గమాలం</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>శాతం</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ధనాత్మకం ఋణాత్మకం</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ధనాత్మకం ఋణాత్మకం</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>రెసిప్రోకెల్</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఎడమ కుండలీకరణం</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>ఎడమ కుండలీకరణం, కుండలీకరణ గణన %1ని తెరవు</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>కుడి కుండలీకరణం</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>వృత్తార్ధము గణనను %1 తెరువు</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>మూసేయడానికి తెరచి ఉన్న ఏ వృత్తార్ధాలు లేవు.</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సైంటిఫిక్ నొటేషన్</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ ఫంక్షన్</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సైన్</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>కొసైన్</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>టాన్జెంట్</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ సైన్</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ కొసైన్</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ టాన్జెంట్</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>చతురస్రం</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>క్యూబ్</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఆర్క్ సైన్</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఆర్క్ కొసైన్</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఆర్క్ టాన్జెంట్</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ ఆర్క్ సైన్</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ ఆర్క్ కోసీన్</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ ఆర్క్ టాన్జెంట్</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'X'కు ఘాతాంకం</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>పదికి ఘాతాంకం</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'e'కు ఘాతాంకం</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>'x' కు 'y' వర్గమాలం</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>లాగ్</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సహజ లాగ్</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మాడ్యూలో</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఎక్స్‌పోనెన్షియల్</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>డిగ్రీ నిమిషం సెకను</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>డిగ్రీలు</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>పూర్ణాంక భాగం</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>భిన్న భాగం</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>క్రమగుణకం</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>డిగ్రీస్ టోగుల్</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>గ్రేడియన్స్ టోగుల్</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>రేడియన్స్ టోగుల్</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మోడ్ డ్రాప్‌డౌన్</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>వర్గాల డ్రాప్‌డౌన్</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>పైన ఉంచండి</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>పూర్తి వీక్షణకు తిరిగి వెళ్ళు</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>పైన ఉంచండి (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>పూర్తి వీక్షణకు తిరిగి వెళ్ళు (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>%1 %2 నుండి మార్చండి</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>%1 పాయింట్ %2 నుండి మార్చండి</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>%1 %2గా మారుతుంది</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 ఉంది %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>ఇన్‌పుట్ యూనిట్</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>అవుట్‌పుట్ యునిట్</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>వైశాల్యం</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>డేటా</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>శక్తి</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>పొడవు</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>పవర్</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>వేగం</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>సమయం</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>వాల్యూమ్</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>ఉష్ణోగ్రత</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>బరువు మరియు ద్రవ్యరాశి</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>ఒత్తిడి</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>కోణం</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>కరెన్సీ</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>ఫ్లూయిడ్ ఔన్స్‌లు (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>ఫ్లూయిడ్ ఔన్స్ (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>ఫ్లూయిడ్ ఔన్స్‌లు (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>ఫ్లూయిడ్ ఔన్స్ (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>గాలెన్స్ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>గ్యాలన్ (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>గాలెన్స్ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>గ్యాలన్ (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>లీటర్లు</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>మిల్లీలీటర్లు</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>mL</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>పైంట్స్ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>పింట్ (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>పైంట్స్ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>పింట్ (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>టేబుల్‌స్పూన్లు (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>పెద్ద చెంచా (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>టీస్పూన్లు (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>చిన్న చెంచా (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>టేబుల్‌స్పూన్లు (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>పెద్ద చెంచా (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>టీస్పూన్లు (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>చిన్న చెంచా (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>క్వార్ట్స్ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>క్వార్ట్ (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>క్వార్ట్స్ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>కప్స్ (US)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>కప్ (US)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>కెలోరీ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>సెం.మీ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>cm/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>cm³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ft³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>in³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>m³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>yd³</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>అడుగులు</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ft/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ft•lb</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>హెక్టార్</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (US)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>గంటలు</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>in</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>కిలోక్యాలరీ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>కిలోజౌల్</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>కిమీ</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>km/h</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>నాట్స్</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>m</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>m/s</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>మైలు</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>mm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>మిల్లీసెకన్</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>నిమిషం</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>నానోమీటర్</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>నానోమైల్</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ft•lb/min</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>s</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>cm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ft²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>in²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>km²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>m²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>mi²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>mm²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>yd²</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>wk</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>yd</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>సంవత్సరం</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>ఎకరాలు</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>బిట్స్</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>బ్రిటీష్ థర్మల్ యూనిట్‌లు</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTUs/minute</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>బైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>థర్మల్ కెలోరీలు</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>సెంటీమీటర్‌లు</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>సెకనుకు సెంటీమీటర్లు</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>క్యూబిక్ సెంటీమీటర్లు</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>క్యూబిక్ ఫీట్</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>క్యూబిక్ అంగుళాలు</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>క్యూబిక్ మీటర్లు</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>క్యూబిక్ యార్డ్‌లు</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>రోజులు</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>సెల్సియస్</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>ఫారెన్‌హీట్</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>ఎలక్ట్రాన్ వోల్ట్స్</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>అడుగు</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>సెకనుకు అడుగులు</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>ఫూట్-పౌండ్స్</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ఫూట్-పౌండ్స్/నిమిషం</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>గిగాబిట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>గిగాబైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>హెక్టార్లు</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>హార్స్‌పవర్ (US)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>గంటలు</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>అంగుళాలు</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>జౌల్స్</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>కిలోవాట్-గంటలు</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>కెల్విన్</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>కిలోబిట్స్</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>కిలోబైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>ఆహార కెలోరీలు</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>కిలోజౌల్స్</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>కిలోమీటర్లు</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>గంటకు కిలోమీటర్లు</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>కిలోవాట్స్</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>నాట్స్</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>మాక్</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>మెగాబిట్స్</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>మెగాబైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>మీటర్లు</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>సెకనుకు మీటర్లు</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>మైక్రాన్స్</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>మైక్రోసెకన్లు</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>మైళ్లు</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>గంటకు మైళ్లు</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>మిల్లీమీటర్లు</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>మిల్లీసెకన్లు</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>నిమిషాలు</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>నిబుల్</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>నానోమీటర్లు</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>ఆంగ్‌స్ట్రామ్స్</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>నాటికల్ మైళ్లు</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>పెటాబిట్స్</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>పెటాబైట్స్</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>సెకన్లు</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>చదరపు సెంటీమీటర్లు</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>చదరపు అడుగు</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>చదరపు అంగుళాలు</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>చదరపు కిలోమీటర్లు</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>చదరపు మీటర్లు</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>చదరపు మైళ్లు</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>చదరపు మిల్లీమీటర్లు</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>చదరపు గజాలు</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>టెరాబిట్స్</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>టెరాబైట్స్</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>వాట్స్</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>వారాలు</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>గజాలు</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>సంవత్సరాలు</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>deg</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>cg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>డాగ్</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>dg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>g</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>kg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>టన్ (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>mg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>ఔన్స్</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>lb</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>టన్ (US)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>స్టోన్</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>t</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>క్యారెట్స్</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>డిగ్రీలు</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>రేడియన్‌లు</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>గ్రేడియన్‌లు</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>వాతావరణాలు</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>బార్‌లు</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>కిలోపాస్కల్‌లు</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>పాదరసం మిల్లీమీటర్లు </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>పాస్కల్‌లు</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>ఒక్కో స్క్వేర్ అంగుళానికి పౌండ్‌లు</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>సెంటీగ్రాములు</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>డెకాగ్రామ్స్</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>డెసీగ్రామ్‌లు</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>గ్రాములు</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>హెక్టాగ్రాములు</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>కిలోగ్రాములు</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>లాంగ్ టన్నులు (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>మిల్లీగ్రాములు</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>ఓన్సెస్</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>పౌండ్లు</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>షార్ట్ టన్నులు (US)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>స్టోన్</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>మెట్రిక్ టన్నులు</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CDలు</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CDలు</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>సాకర్ ఫీల్డ్‌లు</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>సాకర్ ఫీల్డ్‌లు</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>ఫ్లాపీ డిస్క్‌లు</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>ఫ్లాపీ డిస్క్‌లు</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVDలు</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVDలు</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>బ్యాటరీలు</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>బ్యాటరీలు</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>పేపర్ క్లిప్‌లు</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>పేపర్ క్లిప్‌లు</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>జంబో జెట్స్</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>జంబో జెట్స్</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>లైట్ బల్బ్‌లు</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>లైట్ బల్బ్‌లు</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>హార్సెస్</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>హార్సెస్</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>స్నాన తొట్టెలు</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>స్నాన తొట్టెలు</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>మంచుతునకలు</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>మంచుతునకలు</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>ఎలిఫెంట్స్</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>ఎలిఫెంట్స్</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>టర్టెల్స్</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>టర్టెల్స్</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>జెట్‌లు</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>జెట్‌లు</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>తిమింగలాలు</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>తిమింగలాలు</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>కాఫీ కప్‌లు</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>కాఫీ కప్‌లు</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>స్విమ్మింగ్ పూల్‌లు</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>స్విమ్మింగ్ పూల్‌లు</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>హ్యాండ్స్</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>హ్యాండ్స్</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>కాగితాలు</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>కాగితాలు</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>క్యాసిల్స్</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>క్యాసిల్స్</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>అరటిపళ్లు</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>అరటిపళ్లు</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>కేకు ముక్కలు</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>కేకు ముక్కలు</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>ట్రైన్ ఇంజిన్‌లు</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>ట్రైన్ ఇంజిన్‌లు</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>సాకర్ బాల్‌లు</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>సాకర్ బాల్‌లు</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>మెమరీ అంశం</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>వెనుకకు</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>వెనుకకు</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft సాఫ్ట్‌వేర్ లైసెన్స్ నిబంధనలు</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>పరిదృశ్యం</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft గోప్యతా ప్రకటన</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft. అన్ని హక్కులు ప్రత్యేకించినవి.</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>మీరు Windows కాలిక్యులేటర్‌కు ఎలా సహకరించగలరో తెలుసుకోవడానికి, %HL%GitHub%HL%‌లోని ప్రాజెక్ట్‌ను చూడండి.</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>గురించి</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>అభిప్రాయాన్ని పంపండి</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>ఇంకా చరిత్ర లేదు.</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>మెమరీలో ఏదీ సేవ్ చేయబడలేదు.</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>ఈ ఎక్స్‌ప్రెషన్ అతికించబడదు</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>గిబీబిట్స్</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>గిబీబైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>కిబీబిట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>కిబీబైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>మెబీబిట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>మెబీబైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>పెబీబిట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>పెబీబైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>టెబీబిట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>టెబీబైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>ఎక్సాబిట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>ఎక్సాబైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>ఎక్స్బీబిట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>ఎక్స్బీ‌బైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>జిటాబిట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>జిటాబైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>జెబీబిట్స్</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>జెబీబైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>యోటాబిట్స్</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>యోటాబైట్స్</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>యొబీబిట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>యొబీబైట్‌లు</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>తేదీ గణన</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>గణన మోడ్</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>జోడించు</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>రోజులను జోడించండి లేదా తీసివేయండి</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>తేదీ</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>తేదీల మధ్య తేడా</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>రోజులు</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>తేడా</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>నుండి</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>నెలలు</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>తీసివేయి</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>వరకు</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>సంవత్సరాలు</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>తేదీ పరిధిలో లేదు</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>రోజు</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>రోజులు</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>నెల</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>నెలలు</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>ఒకే తేదీలు</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>వారం</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>వారాలు</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>సంవత్సరం</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>సంవత్సరాలు</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>వ్యత్యాసం %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>ఫలితాల తేదీ %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 కాలిక్యులేటర్ మోడ్</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 మార్పిడి మోడ్</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>తేదీ గణన మోడ్</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>చరిత్ర మరియు జ్ఞాపకాల జాబితాలు</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మెమరీ నియంత్రణలు</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ప్రామాణిక విధులు</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ప్రదర్శన నియంత్రణలు</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ప్రామాణిక ఆపరేటర్‌లు</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>నంబర్ ప్యాడ్</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>కోణం ఆపరేటర్‌లు</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>శాస్త్ర సంబంధ విధులు</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>రాడిక్స్ ఎంపిక</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ప్రోగ్రామర్ ఆపరేటర్‌లు</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఇన్‌పుట్ మోడ్ ఎంపిక</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>బిట్ మార్పు కీప్యాడ్</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఎడమవైపు స్క్రోల్ చేయి</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>కుడివైపు స్క్రోల్ చేయి</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>గరిష్ట అంకెలను చేరుకుంది. %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 మెమరీకి సేవ్ చేయబడింది</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>మెమరీ స్లాట్ %1 అనేది %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>మెమరీ స్లాట్ %1 క్లియర్ చేయబడింది</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>భాగహారం</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>సమయాలు</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>తీసివేత</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>కూడిక</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>పవర్</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y రూట్</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>మోడ్</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ఎడమ షిఫ్ట్</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>కుడి షిఫ్ట్</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>లేదా</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x లేదా</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>మరియు</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>%1 %2 అప్‌డేట్ చేయబడ్డాయి</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>రేట్లను అప్‌డేట్ చేయండి</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>డేటా ఛార్జీలు వర్తించవచ్చు.</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>కొత్త రేట్లు పొందడం సాధ్యపడలేదు. తర్వాత మళ్లీ ప్రయత్నించండి.</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>ఆఫ్‌లైన్. దయచేసి మీ %HL%నెట్‌వర్క్ సెట్టింగ్‌లు%HL%ను తనిఖీ చేసుకోండి</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>కరెన్సీ రేట్లను అప్‌‌డేట్ చేస్తోంది</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>కరెన్సీ రేట్లు అప్‌డేట్ చేయబడ్డాయి</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>రేట్లు అప్‌డేట్ చేయబడలేదు</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>మొత్తం మెమరీని క్లియర్ చేయి (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>మొత్తం మెమరీని క్లియర్ చేయి</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>సైన్ డిగ్రీలు</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>సైన్ రేడియన్‌లు</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>సైన్ గ్రేడియన్‌లు</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>విలోమ సైన్ డిగ్రీలు</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>విలోమ సైన్ రేడియన్‌లు</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>విలోమ సైన్ గ్రేడియన్‌లు</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ సైన్</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>విలోమ హైపర్బోలిక్ సైన్</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>కొసైన్ డిగ్రీలు</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>కొసైన్ రేడియన్‌లు</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>కొసైన్ గ్రేడియన్‌లు</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>విలోమ కొసైన్ డిగ్రీలు</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>విలోమ కొసైన్ రేడియన్‌లు</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>విలోమ కొసైన్ గ్రేడియన్‌లు</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ కొసైన్</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>విలోమ హైపర్‌బోలిక్ కొసైన్</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>టాన్జెంట్ డిగ్రీలు</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>టాన్జెంట్ రేడియన్‌లు</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>టాన్జెంట్ గ్రేడియన్‌లు</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>విలోమ టాన్జెంట్ డిగ్రీలు</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>విలోమ టాన్జెంట్ రేడియన్‌లు</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>విలోమ టాన్జెంట్ గ్రేడియన్‌లు</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ టాన్జెంట్</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>విలోమ హైపర్బోలిక్ టాన్జెంట్</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>సీకెంట్ డిగ్రీలు</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>సీకెంట్ రేడియన్స్</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>సీకెంట్ గ్రేడియన్స్</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>విలోమ సీకెంట్ డిగ్రీలు</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>విలోమ సీకెంట్ రేడియన్లు</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>విలోమ సీకెంట్ గ్రేడియన్లు</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ సీకెంట్</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>విలోమ హైపర్బోలిక్ సీకెంట్</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>కోసీకెంట్ డిగ్రీలు</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>కోసీకెంట్ రేడియన్లు</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>కోసీకెంట్ గ్రేడియన్లు</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>విలోమ కోసీకెంట్ డిగ్రీలు</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>విలోమ కోసీకెంట్ రేడియన్లు</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>విలోమ కోసీకెంట్ గ్రేడియన్లు</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ కోసీకెంట్</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>విలోమ హైపర్బోలిక్ కోసీకెంట్</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>కోటాంజెంట్ డిగ్రీలు</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>కోటాంజెంట్ రేడియన్లు</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>కోటాంజెంట్ గ్రేడియన్లు</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>విలోమ కోటాంజెంట్ డిగ్రీలు</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>విలోమ కోటాంజెంట్ రేడియన్లు</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>విలోమ కోటాంజెంట్ గ్రేడియన్లు</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ కోటాంజెంట్</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>విలోమ హైపర్బోలిక్ కోటాంజెంట్</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>క్యూబ్ రూట్</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>లాగ్ బేస్</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>ఖచ్చితమైన విలువ</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>ఎడమ షిఫ్ట్</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>కుడి షిఫ్ట్</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>క్రమగుణకం</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>డిగ్రీ నిమిషం సెకను</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>సహజ లాగ్</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>చతురస్రము</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y రూట్</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 వర్గం</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft సర్వీసెస్ అగ్రిమెంట్</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>Pyeong</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>నుండి</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఎడమకు గణన ఫలితాన్ని స్క్రోల్ చేయండి</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>కుడికి గణన ఫలితాన్ని స్క్రోల్ చేయండి</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>గణన విఫలమైంది</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>లాగ్ బేస్ Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>త్రికోణమితి</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>ఫంక్షన్</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>అసమానతలు</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>అసమానతలు</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>బిట్ పద్ధతి</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>బిట్ మార్పు</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>విలోమ ఫంక్షన్</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్‌బోలిక్ ఫంక్షన్</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సీకెంట్</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ సీకెంట్</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఆర్క్ సీకెంట్</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ ఆర్క్ సీకెంట్</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>కోసీకెంట్</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ కోసీకెంట్</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఆర్క్ కోసీకెంట్</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ ఆర్క్ కోసీకెంట్</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>కోటాంజెంట్</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ కోటాంజెంట్</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఆర్క్ కోటాంజెంట్</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>హైపర్బోలిక్ ఆర్క్ కోటాంజెంట్</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఫ్లోర్</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సీలింగ్</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>యాదృచ్ఛిక</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఖచ్చితమైన విలువ</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఐలర్ సంఖ్య</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>పదికి ఘాతాంకం</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>నండ్</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>నండ్</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>నార్</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>నార్</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>క్యారీ చేసే దానితో ఎడమవైపు రొటేట్ చేయి</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>క్యారీ చేసే దానితో కుడివైపు రొటేట్ చేయి</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఎడమ షిఫ్ట్</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ఎడమ షిఫ్ట్</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>కుడి షిఫ్ట్</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>కుడి షిఫ్ట్</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>అంకగణిత మార్పు</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>లాజికల్ షిఫ్ట్</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>వృత్తాకార షిఫ్ట్‌లో రొటేట్ చేయి</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>క్యారీ చేసే దానితో వృత్తాకార షిఫ్ట్‌లో రొటేట్ చేయి</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>క్యూబ్ రూట్</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>త్రికోణమితి</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>విధులు</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>బిట్ పద్ధతి</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>బిట్ మార్పు</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సైంటిఫిక్ ఆపరేటర్ ప్యానెళ్లు</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ప్రోగ్రామర్ ఆపరేటర్ ప్యానెళ్లు</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>ఎక్కువ ప్రాముఖ్యత ఉన్న బిట్</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>గ్రాఫింగ్</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ప్లాట్</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>వీక్షణని స్వయంచాలకంగా రీఫ్రెష్ చేయండి (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>గ్రాఫ్ వీక్షణ</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>స్వయంచాలకంగా ఉత్తమంగా సరిపోతుంది</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>మాన్యువల్ సర్దుబాటు</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>గ్రాఫ్ వీక్షణ రీసెట్ చేయబడింది</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>జూమ్ ఇన్ (Ctrl + ప్లస్)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>జూమ్ ఇన్</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>జూమ్ అవుట్ (Ctrl + మైనస్)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>జూమ్ అవుట్</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>సమీకరణను జోడించండి</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>ఈ సమయంలో పంచుకోవడం కుదరడం లేదు.</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>సరే</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>నేను Windows కాలిక్యులేటర్‌తో ఏమి గ్రాఫ్ చేసానో చూడండి</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>సమీకరణలు</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>వెరియబుల్స్</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>సమీకరణలతో ఒక గ్రాఫ్ చిత్రం</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>వెరియబుల్స్</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>దశ</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>కనిష్టం</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>గరిష్టం</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>రంగు</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>శైలి</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>ఫంక్షన్‌ విశ్లేషణ</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ కోసం ఎటువంటి క్షితిజ అసీమపథములు లేవు.</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ కోసం ఎటువంటి పదనిష్పత్తి బిందువులు లేవు.</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ కోసం ఎటువంటి గరిష్ట బిందువులు లేవు.</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ కోసం ఎటువంటి కనిష్ట బిందువులు లేవు.</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>స్థిరమైన</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>తగ్గుదల</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ యొక్క ఏకరీతిని నిర్ధారించలేకపోతున్నాము.</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>పెరుగుదల</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ యొక్క ఏకరీతి అనామకం.</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్‌కి ఎటువంటి తిర్యక అసీమపథములు లేవు.</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ యొక్క సమార్హత నిర్ధారించలేకపోతున్నాము.</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ సమానమైనది.</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ సమానమైనది కాదు బేసి కాదు.</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ బేసి.</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ యొక్క సమార్హత అనామకం.</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ కోసం ఆవర్తనానికి మద్దతు లేదు.</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ ఆవర్తనం కాదు.</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ ఆవర్తనం అనామకం.</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>కాలిక్యులేటర్ లెక్కించడానికి ఈ ఫీచర్స్ చాలా క్లిష్ఠంగా ఉన్నాయి:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ కోసం ఎటువంటి క్షితిజలంబ అసీమపథములు లేవు.</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ కోసం ఎటువంటి x-అంతర్వర్తినులు లేవు</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ కోసం ఎటువంటి y-అంతర్వర్తినులు లేవు</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>డొమేయిన్</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>క్షితిజ సమతల అనంత స్పర్శి</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>విభక్తి స్థానాలు</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ కోసం విశ్లేషణకు మద్దతు లేదు.</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>విశ్లేషణ f(x) ఆకృతిలో ఉన్న ఫంక్షన్లకు మాత్రమే మద్దతు ఇస్తుంది. ఉదాహరణ: y = x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>గరిష్ట</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>కనిష్ట</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>ఏకరీతి</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>తిర్యక అనంత స్పర్శి</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>సమార్హత</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>వ్యవధి</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>పరిథి</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>క్షితిజ లంబ అనంత స్పర్శి</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X-అంతర్వర్తిని</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y-అంతర్వర్తిని</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>ఫంక్షన్ కోసం విశ్లేషణ చేయలేము.</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ కోసం డొమెయిన్‌ని లెక్కించలేము.</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ కోసం పరిథిని లెక్కించలేము.</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>పొంగిపొర్లుతోంది (సంఖ్య చాలా పెద్దది)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>ఈ సమీకరణాన్ని గ్రాఫ్ చేయడానికి రేడియన్స్ మోడ్ అవసరం.</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>ఈ ఫంక్షన్ గ్రాఫ్ చేయడానికి చాలా క్లిష్టంగా ఉంటుంది</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>ఈ సమీకరణాన్ని గ్రాఫ్ చేయడానికి డిగ్రీల మోడ్ అవసరం.</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>కారకమైన సమీకరణం చెల్లని వాదనను కలిగి ఉంది</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>కారకమైన ఫంక్షన్ గ్రాఫ్‌కు చాలా పెద్దదిగా ఉండే వాదనను కలిగి ఉంది</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>మాడ్యులో మొత్తం సంఖ్యలతో మాత్రమే ఉపయోగించబడుతుంది</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>సమీకరణానికి పరిష్కారం లేదు</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>సున్నాచే భాగహారం చేయలేరు</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>సమీకరణంలో పరస్పరం ప్రత్యేకమైన తార్కిక పరిస్థితులు ఉన్నాయి</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>సమీకరణం డొమైన్ వెలుపన వుంది.</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>ఈ సమీకరణాన్ని గ్రాఫింగ్ చేయడానికి మద్దతు లేదు</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>సమీకరణానికి ప్రారంభ కుండలీకరణం లేదు</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>సమీకరణం ముగింపు కుండలీకరణం లేదు</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>ఒక సంఖ్యలో చాలా దశాంశ బిందువులు ఉన్నాయి</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>దశాంశ బిందువుకు అంకెల స్థానాలు లేవు</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>వ్యక్తీకరణ యొక్క వూహించని ముగింపు</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>వ్యక్తీకరణలో వూహించని అక్షరాలు</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>వ్యక్తీకరణలో చెల్లని అక్షరాలు</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>సమాన సంకేతాలు చాలా ఉన్నాయి</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>ఫంక్షన్‌లో కనీసం ఒక x లేదా y వేరియబుల్ ఉండాలి</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>చెల్లని వ్యక్తీకరణ</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>వ్యక్తీకరణ ఖాళీగా ఉంది</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>సమీకరణం లేకుండా సమానం ఉపయోగించబడింది</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>ఫంక్షన్ పేరు తర్వాత కుండలీకరణాలు లేవు</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>ఒక గణిత చర్యలో పారామితుల సంఖ్య తప్పుగా ఉంది</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>వేరియబుల్ పేరు చెల్లదు</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>సమీకరణం ప్రారాంభం బ్రాకెట్ లేదు</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>సమీకరణం ముగింపు బ్రాకెట్ లేదు</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" మరియు \"I\" ను వేరియబుల్ పేర్లుగా ఉపయోగించలేము</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>సమీకరణాన్ని గ్రాఫ్ చెయ్యలేము</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>ఇచ్చిన బేస్ కోసం అంకెను పరిష్కరించడం సాధ్యం కాలేదు</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>బేస్ 2 కంటే ఎక్కువ మరియు 36 కన్నా తక్కువగా ఉండాలి</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>ఒక గణిత ఆపరేషన్‌కు దాని పారామీటర్‌లలో ఒకటి వేరియబుల్‌గా ఉండాలి</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>మీకరణం తార్కిక మరియు స్కేలార్ ఆపరేషన్లను మిళితం చేస్తుంది</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x లేదా y ఎగువ లేదా దిగువ పరిమితుల్లో ఉపయోగించబడదు</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>x లేదా yను పరిమితి బిందువులో ఉపయోగించబడదు</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>సంక్లిష్ట అనంతాన్ని ఉపయోగించలేరు</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>అసమానతలలో సంక్లిష్ట సంఖ్యలను ఉపయోగించలేరు</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>విధి జాబితాకు తిరిగి వెళ్లు</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>విధి జాబితాకు తిరిగి వెళ్లు</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ఫంక్షన్‌ను విశ్లేషించండి</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఫంక్షన్‌ను విశ్లేషించండి</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>ఫంక్షన్‌ను విశ్లేషించండి</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>సమికరణ తీసేయండి</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సమికరణ తీసేయండి</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>సమికరణ తీసేయండి</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>భాగస్వామ్యం చేయి</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>భాగస్వామ్యం చేయి</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>సమీకరణ శైలిని మార్చండి</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సమీకరణ శైలిని మార్చండి</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>సమీకరణ శైలిని మార్చండి</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>సమీకరణం చూపు</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>సమికరణ దాచు</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>సమీకరణం చూపు %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>సమీకరణం దాచు %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>ట్రెస్ చేయడం ఆపండి</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>ట్రెస్ ప్రారంభించండి</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>గ్రాఫ్ వీక్షణ విండో, %1 మరియు %2 లు సరిహద్దులుగా x-అక్షం ఉంది, %3 మరియు %4 లు సరిహద్దులుగా y-అక్షం ఉంది, %5 సమీకరణాలను ప్రదర్శిస్తుంది</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>స్లైడర్‌ని కాంఫిగర్ చేయండి</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>స్లైడర్‌ని కాంఫిగర్ చేయండి</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>సమీకరణం మోడ్‌కు మారండి</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>గ్రాఫ్ మోడ్‌కు మారండి</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సమీకరణ మోడ్‌కు మారండి</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>ప్రస్తుత మోడ్ సమీకరణ మోడ్</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>ప్రస్తుత మోడ్ గ్రాఫ్ మోడ్</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>విండో</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>డిగ్రీలు</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>గ్రేడియన్‌లు</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>రేడియన్‌లు</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>యూనిట్‌లు</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>వీక్షణను రీసెట్ చేయి</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-గరిష్ఠ</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-కనిష్ఠ</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-గరిష్ఠ</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-కనిష్ఠ</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>గ్రాఫ్ ఐఛ్చికాలు</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>గ్రాఫ్ ఐఛ్చికాలు</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>గ్రాఫ్ ఐఛ్చికాలు</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>వేరియబుల్ ఎంపికలు</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>టోగుల్ వేరియబుల్ ఎంపికలు</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>పంక్తి మందం</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>పంక్తి ఎంపికలు</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>చిన్న పంక్తి వెడల్పు</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>మధ్యస్థ పంక్తి వెడల్పు</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>పెద్ద పంక్తి వెడల్పు</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>అదనపు పెద్ద పంక్తి వెడల్పు</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>సూత్రీకరణను నమోదు చేయండి</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>కాపీ చేయి</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>కత్తిరించు</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>కాపీ చేయి</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>అతికించు</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>చర్య రద్దు చేయి</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>అన్నింటినీ ఎంచుకోండి</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>విధి ఇన్‌పుట్</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>విధి ఇన్‌పుట్</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>విధి ఇన్‌పుట్ ప్యానెల్</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>వేరియబుల్ ప్యానెల్</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>వేరియబుల్ జాబితా</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>వేరియబుల్ %1 జాబితా అంశం</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>వేరియబుల్ విలువ టెక్స్ట్‌బాక్స్</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>వేరియబుల్ విలువ స్థితి నిర్థారణి</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>వేరియబుల్ కనీస విలువ టెక్స్ట్‌బాక్స్</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>వేరియబుల్ దశ విలువ టెక్స్ట్‌బాక్స్</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>వేరియబుల్ గరిష్ట విలువ టెక్స్ట్‌బాక్స్</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>ఘన పంక్తి శైలి</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>డాట్ లైన్ శైలి</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>డాష్ లైన్ శైలి</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>నావికాదళం నీలం</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>సీఫోం</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>వైలెట్</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>ఆకుపచ్చ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>పుదీనా ఆకుపచ్చ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>ముదురు ఆకుపచ్చ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>బొగ్గు</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>ఎరుపు</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>లేత నేరేడు రంగు</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>మెజెంతా</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>పసుపుపచ్చ బంగారం</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>ప్రకాశవంతమైన నారింజ రంగు</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>గోధుమ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>నలుపు</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>తెలుపు</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>వర్ణం 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>వర్ణం 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>రంగు 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>రంగు 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>గ్రాఫ్ నేపథ్యం</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>ఎల్లప్పుడూ కాంతి</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>యాప్ థీమ్‌ను సరిపోల్చండి</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>థీమ్</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఎల్లప్పుడూ కాంతి</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>యాప్ థీమ్‌ను సరిపోల్చండి</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>ఫంక్షన్ తీసివేయబడింది</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>విధి విశ్లేషణ సమీకరణ బాక్స్</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సమానం</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>దీని కంటే తక్కువ</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>దీని కంటే తక్కువ లేదా సమానం</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సమానం</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>దీని కంటే ఎక్కువ లేదా సమానం</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>దీని కంటే ఎక్కువ</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>సమర్పించు</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ఫంక్షన్ విశ్లేషణ</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>గ్రాఫ్ ఐఛ్చికాలు</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>చరిత్ర మరియు జ్ఞాపకాల జాబితాలు</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>మెమరీ జాబితా</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>చరిత్ర స్లాట్ %1 క్లియర్ చేయబడింది</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>ఎల్లప్పుడూ కాలిక్యులేటర్ ఎగువ భాగంలో</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>కాలిక్యులేటర్ తిరిగి పూర్తి వీక్షణ కోసం</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>అంకగణిత షిఫ్ట్ ఎంచుకోబడింది</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>లాజికల్ షిఫ్ట్ ఎంచుకోబడింది</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>వృత్తాకార షిఫ్ట్‌లో రొటేట్ చేయి ఎంచుకోబడింది</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>క్యారీ చేసే దానితో వృత్తాకార షిఫ్ట్‌లో రొటేట్ చేయి ఎంచుకోబడింది</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>సెట్టింగ్‌లు</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>కనిపించే తీరు</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>అనువర్తనం థీమ్</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>ప్రదర్శించాలనుకునే అనువర్తనం థీమ్‌ను ఎంచుకోండి</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>లైట్</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>డార్క్</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>సిస్టమ్ సెట్టింగ్‌ని ఉపయోగించండి</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>వెనుకకు</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>సెట్టింగ్‌ల పేజీ</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>అందుబాటులో ఉన్న చర్యల కోసం సందర్భ మెనుని తెరవండి</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>సరే</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>ఈ స్నాప్‌షాట్‌ని పునరుద్ధరించడం సాధ్యపడలేదు.</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/th-TH/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>ข้อมูลที่ป้อนไม่ถูกต้อง</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>ไม่มีการกำหนดผลลัพธ์</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>ความจำไม่พอ</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>ยาวเกิน</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>ไม่มีการกำหนดผลลัพธ์</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>ไม่มีการกำหนดผลลัพธ์</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>ยาวเกิน</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>ยาวเกิน</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>ไม่สามารถหารด้วยศูนย์ได้</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/th-TH/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>เครื่องคิดเลข</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>เครื่องคิดเลข [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>เครื่องคิดเลขของ Windows</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>เครื่องคิดเลขของ Windows [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>เครื่องคิดเลข</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>เครื่องคิดเลข [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>คัดลอก</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>วาง</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>เกี่ยวกับเท่ากับ</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1, ค่า %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>บิต%1</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>ที่ 63</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>ที่ 62</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>ที่ 61</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>ที่ 60</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>ที่ 59</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>ที่ 58</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>ที่ 57</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>ที่ 56</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>ที่ 55</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>ที่ 54</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>ที่ 53</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>ที่ 52</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>ที่ 51</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>ที่ 50</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>ที่ 49</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>ที่ 48</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>ที่ 47</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>ที่ 46</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>ที่ 45</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>ที่ 44</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>ที่ 43</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>ที่ 42</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>ที่ 41</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>ที่ 40</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>ที่ 39</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>ที่ 38</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>ที่ 37</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>ที่ 36</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>ที่ 35</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>ที่ 34</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>ที่ 33</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>ที่ 32</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>ที่ 31</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>ที่ 30</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>ที่ 29</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>ที่ 28</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>ที่ 27</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>ที่ 26</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>ที่ 25</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>ที่ 24</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>ที่ 23</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>ที่ 22</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>ที่ 21</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>ที่ 20</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>ที่ 19</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>ที่ 18</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>ที่ 17</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>ที่ 16</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>ที่ 15</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>ที่ 14</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>ที่ 13</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>ที่ 12</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>ที่ 11</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>ที่ 10</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>ที่ 9</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>ที่ 8</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>ที่ 7</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>ที่ 6</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>ที่ 5</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>ที่ 4</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>ที่ 3</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>ที่ 2</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>ที่ 1</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>บิตที่สำคัญน้อยที่สุด</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>เปิดแถบลอยความจำ</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>ปิดแถบลอยความจำ</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>อยู่ด้านบนเสมอ</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>กลับไปยังมุมมองแบบเต็ม</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ความจำ</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ประวัติ (Ctrl+H)</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>สลับบิตแป้นคีย์</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>แป้นคีย์แบบเต็ม</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ล้างความจำทั้งหมด (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>ความจำ</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ความจำ</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>ประวัติ</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ประวัติ</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>ตัวแปลง</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>วิทยาศาสตร์</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>มาตรฐาน</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>โหมดตัวแปลง</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>โหมดวิทยาศาสตร์</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>โหมดมาตรฐาน</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>ล้างประวัติทั้งหมด</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ล้างประวัติทั้งหมด</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>ซ่อน</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>มาตรฐาน</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>วิทยาศาสตร์</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>นักเขียนโปรแกรม</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>ตัวแปลง</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>เครื่องคิดเลข</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>ตัวแปลง</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>เครื่องคิดเลข</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>ตัวแปลง</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>เครื่องคิดเลข</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>การแสดงผลเป็น %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>นิพจน์คือ %1 ข้อมูลป้อนเข้าปัจจุบันคือ %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>การแสดงผลเป็นจุด %1</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>นิพจน์เป็น %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>คัดลอกค่าที่แสดงไปยังคลิปบอร์ดแล้ว</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>ประวัติ</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>ความจำ</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>ฐานสิบหก %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>ทศนิยม %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>ฐานแปด %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>ฐานสอง %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ล้างประวัติทั้งหมด</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>ล้างประวัติ</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ซ่อนประวัติ</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>เปิดแถบลอยประวัติ</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>ปิดแถบลอยประวัติ</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เก็บเข้าความจำ</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>เก็บเข้าความจำ (Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ล้างความจำทั้งหมด</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>ล้างความจำแล้ว</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เรียกคืนความจำ</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>เรียกคืนความจำ (Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เพิ่มความจำ</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>เพิ่มความจำ (Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ลบความจำ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ลบความจำ (Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ล้างรายการความจำ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ล้างรายการความจำ</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เพิ่มเข้ารายการความจำ</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>เพิ่มเข้ารายการความจำ</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ลบจากรายการความจำ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ลบจากรายการความจำ</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ล้างรายการความจำ</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>ล้างรายการความจำ</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เพิ่มเข้ารายการความจำ</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>เพิ่มเข้ารายการความจำ</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ลบจากรายการความจำ</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>ลบจากรายการความจำ</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>ลบ</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>คัดลอก</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>ลบ</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ลบรายการประวัติ</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ลบรายการประวัติ</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ศูนย์</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>หนึ่ง</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สอง</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สาม</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สี่</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ห้า</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>หก</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เจ็ด</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แปด</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เก้า</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>และ</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>หรือ</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไม่ใช่</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>หมุนไปทางซ้าย</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>หมุนไปทางขวา</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shift ซ้าย</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shift ขวา</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เอกสิทธิ์เฉพาะบุคคล or</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สลับสี่คำ</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สลับคำคู่</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สลับคำ</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สลับไบต์</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สลับบิตแป้นคีย์</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แป้นคีย์แบบเต็ม</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ตัวคั่นทศนิยม</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ล้างรายการ</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ล้าง</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>หารด้วย</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>คูณด้วย</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เท่ากับ</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ฟังก์ชันผกผัน</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ลบ</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>ลบ</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>บวก</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>รากที่สอง</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เปอร์เซ็นต์</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>บวก ลบ</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>บวก ลบ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ส่วนกลับ</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>วงเล็บซ้าย</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>วงเล็บซ้าย จำนวนวงเล็บเปิด %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>วงเล็บขวา</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>จำนวนวงเล็บเปิด %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>ไม่มีวงเล็บเปิดที่จะปิด</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สัญกรณ์วิทยาศาสตร์</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ฟังก์ชันไฮเพอร์โบลิก</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไซน์</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>โคไซน์</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แทนเจนต์</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกไซน์</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกโคไซน์</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกแทนเจนต์</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สี่เหลี่ยมจัตุรัส</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ลูกบาศก์</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>อาร์คไซน์</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>อาร์คโคไซน์</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>อาร์คแทนเจนต์</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกอาร์คไซน์</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกอาร์คโคไซน์</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกอาร์คแทนเจนต์</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ยกกำลัง \"X\"</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ยกกำลังสิบ</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ยกกำลัง \"e\"</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>รากที่ \"y\" ของ \"x\"</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ลอการิทึม</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ลอการิทึมธรรมชาติ</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>มอดุโล</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เลขชี้กำลัง</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>องศา นาที วินาที</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>องศา</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>จำนวนเต็ม</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เครื่องหมายเศษส่วน</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แฟกทอเรียล</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สลับองศา</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สลับเกรเดียน</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สลับเรเดียน</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ดรอปดาวน์โหมด</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ดรอปดาวน์ประเภท</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>อยู่ด้านบนเสมอ</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>กลับไปยังมุมมองแบบเต็ม</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>อยู่ด้านบนเสมอ (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>กลับไปยังมุมมองแบบเต็ม (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>แปลงจาก %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>แปลงจาก %1 จุด %2</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>แปลงเป็น %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 เท่ากับ %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>หน่วยป้อนเข้า</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>หน่วยผลลัพธ์</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>พื้นที่</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>ข้อมูล</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>พลังงาน</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>ความยาว</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>แรง</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>ความเร็ว</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>เวลา</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>ปริมาตร</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>อุณหภูมิ</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>น้ำหนักและมวล</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>ความดัน</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>มุม</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>สกุลเงิน</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>ออนซ์ของเหลว (UK)</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>fl oz (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>ออนซ์ของเหลว (สหรัฐอเมริกา)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>fl oz (สหรัฐอเมริกา)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>แกลลอน (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>gal (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>แกลลอน (สหรัฐอเมริกา)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>gal (สหรัฐอเมริกา)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>ลิตร</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>มิลลิลิตร</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>มล.</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>ไพนต์ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>pt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>ไพนต์ (สหรัฐอเมริกา)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>pt (สหรัฐอเมริกา)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>ช้อนโต๊ะ (สหรัฐอเมริกา)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>ช.ต. (สหรัฐอเมริกา)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ช้อนชา (สหรัฐอเมริกา)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>ช.ช. (สหรัฐอเมริกา)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>ช้อนโต๊ะ (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>ช.ต. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>ช้อนชา (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>ชช. (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>ควอร์ต (UK)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>qt (UK)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>ควอร์ต (สหรัฐอเมริกา)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>qt (สหรัฐอเมริกา)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>ถ้วย (สหรัฐอเมริกา)</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>ถ้วย (สหรัฐอเมริกา)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>ac</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>BTU</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/นาที</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>แคล</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>ซม.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>ซม./วิ.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>ลบ.ซม.</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>ลบ.ฟุค</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>ลบ.นิ้ว</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>ลบ.ม.</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>ลบ.หลา</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>d</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>eV</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>ฟุต</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ฟุต/วิ.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>ฟุต•ป.</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>ha</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>hp (สหรัฐอเมริกา)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>ชม.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>นิ้ว</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>J</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>kWh</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>kcal</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>kJ</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>กม.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>กม./ชม.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>kW</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>kn</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>ม.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>ม./วิ.</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>µm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>µs</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>mi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>mph</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>มม.</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>ms</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>นาที</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>nm</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>nmi</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ฟุต•ป./นาที</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>วิ.</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>ตร.ซม.</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>ตร.ฟุต</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>ตร.น.</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>ตร.กม.</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>ตร.ม.</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>ตร.ไมล์</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>ตร.มม.</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>ตร.หลา</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>สัปดาห์</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>หลา</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>ปี</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>เอเคอร์</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>บิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>หน่วยความร้อนแบบอังกฤษ</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/นาที</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>ไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>แคลอรีความร้อน</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>เซนติเมตร</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>เซนติเมตรต่อวินาที</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>ลูกบาศก์เซนติเมตร</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>ลูกบาศก์ฟุต</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>ลูกบาศก์นิ้ว</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>ลูกบาศก์เมตร</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>ลูกบาศก์หลา</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>วัน</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>เซลเซียส</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>ฟาเรนไฮต์</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>โวลต์อิเล็กตรอน</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>ฟุต</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>ฟุตต่อวินาที</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>ฟุต-ปอนด์</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>ฟุต-ปอนด์/นาที</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>กิกะบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>กิกะไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>เฮกตาร์</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>แรงม้า (สหรัฐอเมริกา)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>ชั่วโมง</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>นิ้ว</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>จูล</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>กิโลวัตต์-ชั่วโมง</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>เคลวิน</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>กิโลบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>กิโลไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>แคลอรีอาหาร</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>กิโลจูล</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>กิโลเมตร</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>กิโลเมตรต่อชั่วโมง</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>กิโลวัตต์</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>น็อต</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>มัค</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>เมกะบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>เมกะไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>เมตร</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>เมตรต่อวินาที</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>ไมครอน</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>ไมโครวินาที</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>ไมล์</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>ไมล์ต่อชั่วโมง</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>มิลลิเมตร</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>มิลลิวินาที</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>นาที</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>สี่บิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>นาโนเมตร</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>อังสตรอม</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>ไมล์ทะเล</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>เพตะบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>เพตะไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>วินาที</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>ตารางเซนติเมตร</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>ตารางฟุต</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>ตารางนิ้ว</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>ตารางกิโลเมตร</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>ตารางเมตร</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>ตารางไมล์</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>ตารางมิลลิเมตร</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>ตารางหลา</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>เทราบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>เทราไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>วัตต์</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>สัปดาห์</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>หลา</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>ปี</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>องศา</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>rad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>grad</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>atm</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>ba</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>kPa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>mmHg</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>psi</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>ซก.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>dag</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>ดก.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>ก.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>hg</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>กก.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>ตัน (UK)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>มก.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>oz</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>ป.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>ตัน (สหรัฐอเมริกา)</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>st</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>ต.</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>กะรัต</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>องศา</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>เรเดียน</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>เกรเดียน</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>บรรยากาศ</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>บาร์</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>กิโลปาสกาล</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>มิลลิเมตรปรอท</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>ปาสกาล</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>ปอนด์ต่อตารางนิ้ว</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>เซนติกรัม</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>เดคากรัม</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>เดซิกรัม</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>กรัม</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>เฮกโตกรัม</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>กิโลกรัม</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>ตัน (UK)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>มิลลิกรัม</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>ออนซ์</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>ปอนด์</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>ตัน (สหรัฐอเมริกา)</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>สโตน</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>เมตริกตัน</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>ซีดี</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>ซีดี</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>สนามฟุตบอล</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>สนามฟุตบอล</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>ฟลอปปีดิสก์</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>ฟลอปปีดิสก์</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>ดีวีดี</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>ดีวีดี</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>แบตเตอรี่</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>แบตเตอรี่</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>ที่หนีบกระดาษ</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>ที่หนีบกระดาษ</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>จัมโบ้เจ็ต</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>จัมโบ้เจ็ต</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>หลอดไฟ</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>หลอดไฟ</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>ม้า</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>ม้า</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>อ่างอาบน้ำ</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>อ่างอาบน้ำ</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>เกล็ดหิมะ</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>เกล็ดหิมะ</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>ช้าง</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>ช้าง</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>เต่า</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>เต่า</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>เจ็ต</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>เจ็ต</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>วาฬ</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>วาฬ</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>ถ้วยกาแฟ</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>ถ้วยกาแฟ</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>สระว่ายน้ำ</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>สระว่ายน้ำ</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>ฝ่ามือ</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>ฝ่ามือ</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>แผ่นกระดาษ</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>แผ่นกระดาษ</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>ปราสาท</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>ปราสาท</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>กล้วย</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>กล้วย</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>ชิ้นเค้ก</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>ชิ้นเค้ก</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>เครื่องยนต์รถไฟ</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>เครื่องยนต์รถไฟ</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>ลูกฟุตบอล</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>ลูกฟุตบอล</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>รายการความจำ</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ย้อนกลับ</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ย้อนกลับ</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>เงื่อนไขการอนุญาตให้ใช้สิทธิสำหรับซอฟต์แวร์ของ Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>ตัวอย่าง</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>คำชี้แจงสิทธิ์ส่วนบุคคลของ Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft สงวนลิขสิทธิ์</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>เมื่อต้องการเรียนรู้วิธีที่คุณสามารถให้ความช่วยเหลือกับเครื่องคิดเลขของ Windows ได้ให้ตรวจสอบโครงการบน %HL%GitHub%HL%</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>เกี่ยวกับ</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>ส่งคำติชม</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>ยังไม่มีประวัติ</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>ไม่มีสิ่งใดบันทึกอยู่ในความจำ</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ความจำ</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>ไม่สามารถวางนิพจน์นี้ได้</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>กิบิบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>กิบิไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>คิบิบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>คิบิไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>เมบิบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>เมบิไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>เพบิบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>เพบิไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>เทบิบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>เทบิไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>เอกซะบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>เอกซะไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>เอ็กซ์บิบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>เอกบิไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>เซตะบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>เซตะไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>เซบิบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>เซบิไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>ยอตตะบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>ยอตตะไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>ยอบิบิต</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>ยอบิไบต์</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>การคำนวณจากวัน</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>โหมดการคำนวณ</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>เพิ่ม</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>เพิ่มหรือลบวัน</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>วันที่</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>ค่าความต่างระหว่างวัน</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>วัน</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>ค่าความต่าง</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>ตั้งแต่</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>เดือน</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>ลบ</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>ถึง</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>ปี</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>วันที่เลยกำหนด</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>วัน</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>วัน</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>เดือน</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>เดือน</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>วันเดียวกัน</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>สัปดาห์</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>สัปดาห์</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>ปี</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>ปี</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>ความแตกต่าง %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>วันที่เป็นผล %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>โหมดเครื่องคิดเลข %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>โหมดตัวแปลง %1</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>โหมดการคำนวณจากวัน</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ประวัติและรายการความจำ</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ตัวควบคุมความจำ</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ฟังก์ชันมาตรฐาน</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แสดงตัวควบคุม</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ตัวดำเนินการมาตรฐาน</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แป้นหมายเลข</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ตัวดำเนินการมุม</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ฟังก์ชันวิทยาศาสตร์</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>การเลือกเลขฐาน</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ตัวดำเนินการนักเขียนโปรแกรม</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>การเลือกโหมดป้อนข้อมูล</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แป้นพิมพ์การสลับบิต</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เลื่อนนิพจน์ไปทางซ้าย</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เลื่อนนิพจน์ไปทางขวา</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>ถึงจำนวนตัวเลขสูงสุดแล้ว %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>บันทึก %1 เข้าความจำแล้ว</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>ช่องความจำ %1 คือ %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>ล้างช่องใส่ความจำ %1 แล้ว</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>หารด้วย</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>คูณ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ลบ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>บวก</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>ยกกำลัง</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>รากที่ y</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>mod</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Shift ซ้าย</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>Shift ขวา</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>หรือ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x หรือ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>และ</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>อัปเดตเมื่อ %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>อัปเดตอัตรา</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>อาจมีค่าธรรมเนียมการใช้ข้อมูล</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>ไม่สามารถเรียกดูอัตราใหม่ได้ โปรดลองอีกครั้งในภายหลัง</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>ออฟไลน์อยู่ โปรดตรวจสอบ%HL%การตั้งค่าเครือข่าย%HL%ของคุณ</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>กำลังอัปเดตอัตราแลกเปลี่ยน</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>อัปเดตอัตราแลกเปลี่ยนแล้ว</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>ไม่สามารถอัปเดตอัตราได้</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>W</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ล้างความจำทั้งหมด (Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ล้างความจำทั้งหมด</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>องศาไซน์</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>ไซน์เรเดียนส์</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>การไล่ระดับสีไซน์</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>แปลงกลับองศาไซน์</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>แปลงกลับไซน์เรเดียนส์</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>แปลงกลับการไล่ระดับสีไซน์</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกไซน์</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>แปลงกลับไฮเพอร์โบลิกไซน์</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>องศาโคไซน์</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>โคไซน์เรเดียนส์</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>การไล่ระดับสีโคไซน์</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>แปลงกลับองศาโคไซน์</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>แปลงกลับโคไซน์เรเดียนส์</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>แปลงกลับการไล่ระดับสีโคไซน์</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกโคไซน์</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>แปลงกลับไฮเพอร์โบลิกโคไซน์</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>องศาแทนเจนต์</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>แทนเจนต์เรเดียนส์</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>การไล่ระดับสีแทนเจนต์</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>แปลงกลับองศาแทนเจนต์</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>แปลงกลับแทนเจนต์เรเดียนส์</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>แปลงกลับการไล่ระดับสีแทนเจนต์</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกแทนเจนต์</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>แปลงกลับไฮเพอร์โบลิกแทนเจนต์</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>องศาซีแคนต์</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>เรเดียนซีแคนต์</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>เกรเดียนซีแคนต์</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>องศาซีแคนต์ผกผัน</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>เรเดียนซีแคนต์ผกผัน</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>เกรเดียนซีแคนต์ผกผัน</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกซีแคนต์</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกซีแคนต์ผกผัน</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>องศาโคซีแคนต์</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>เรเดียนโคซีแคนต์</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>เกรเดียนโคซีแคนต์</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>องศาโคซีแคนต์ผกผัน</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>เรเดียนโคซีแคนต์ผกผัน</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>เกรเดียนโคซีแคนต์ผกผัน</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกโคซีแคนต์</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกโคซีแคนต์ผกผัน</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>องศาโคแทนเจนต์</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>เรเดียนโคแทนเจนต์</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>เกรเดียนโคแทนเจนต์</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>องศาโคแทนเจนต์ผกผัน</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>เรเดียนโคแทนเจนต์ผกผัน</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>เกรเดียนโคแทนเจนต์ผกผัน</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกโคแทนเจนต์</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกโคแทนเจนต์ผกผัน</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>รากที่สาม</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>ล็อกฐาน</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>ค่าสัมบูรณ์</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>Shift ซ้าย</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>Shift ขวา</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>แฟกทอเรียล</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>องศา นาที วินาที</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>ลอการิทึมธรรมชาติ</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>สี่เหลี่ยมจัตุรัส</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>รากที่ y</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>หมวดหมู่ %1</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>ข้อตกลงการใช้บริการของ Microsoft</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>พยอง</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>พยอง</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>ตั้งแต่</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เลื่อนผลการคำนวณไปทางซ้าย</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เลื่อนผลการคำนวณไปทางขวา</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>ไม่สามารถคำนวณได้</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ล็อกฐาน Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>ตรีโกณมิติ</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>ฟังก์ชัน</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>อสมการ</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>อสมการ</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>แบบบิต</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>การเลื่อนบิต</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ฟังก์ชันผกผัน</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ฟังก์ชันไฮเพอร์โบลิก</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ซีแคนต์</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกซีแคนต์</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>อาร์กซีแคนต์</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกอาร์กซีแคนต์</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>โคซีแคนต์</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกโคซีแคนต์</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>อาร์กโคซีแคนต์</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกอาร์กโคซีแคนต์</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>โคแทนเจนต์</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกโคแทนเจนต์</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>อาร์กโคแทนเจนต์</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ไฮเพอร์โบลิกอาร์กโคแทนเจนต์</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>พื้น</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เพดาน</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แบบสุ่ม</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ค่าสัมบูรณ์</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>จำนวนของออยเลอร์</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สองยกกำลัง</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แนนด์</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>แนนด์</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>นอร์</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>นอร์</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>หมุนไปทางซ้ายแบบมีตัวทด</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>หมุนไปทางขวาแบบมีตัวทด</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shift ซ้าย</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>การเลื่อนไปทางซ้าย</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Shift ขวา</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>การเลื่อนไปทางขวา</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>การเลื่อนเชิงคำนวณ</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>การเลื่อนแบบตรรกะ</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>การเลื่อนวนแบบหมุน</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>การเลื่อนวนแบบหมุนผ่านตัวทด</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>รากที่สาม</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ตรีโกณมิติ</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ฟังก์ชัน</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แบบบิต</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>การเลื่อนบิต</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แผงตัวดำเนินการทางวิทยาศาสตร์</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แผงตัวดำเนินการของนักเขียนโปรแกรม</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>บิตที่สำคัญมากที่สุด</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>การสร้างกราฟ</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ลงจุด</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>รีเฟรชมุมมองโดยอัตโนมัติ (Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>มุมมองกราฟ</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>ปรับให้พอดีโดยอัตโนมัติ</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>การปรับปรุงด้วยตนเอง</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>มุมมองกราฟถูกรีเซ็ต</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ซูมเข้า (Ctrl + เครื่องหมายบวก)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ขยาย</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ซูมออก (Ctrl + เครื่องหมายลบ)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ย่อ</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>เพิ่มสมการ</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>ไม่สามารถแชร์ได้ในเวลานี้</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>ตกลง</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>ดูสิ่งที่ฉันได้เขียนกราฟโดยใช้ 'เครื่องคิดเลขของ Windows'</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>สมการ</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>ตัวแปร</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>รูปกราฟที่มีสมการ</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>ตัวแปร</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>ขั้นตอน</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>ต่ำสุด</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>สูงสุด</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>สี</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>สไตล์</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>การวิเคราะห์ฟังก์ชัน</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>ฟังก์ชันไม่มีเส้นกำกับแนวนอน</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>ฟังก์ชันไม่มีจุดเปลี่ยนเว้า</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>ฟังก์ชันไม่มีจุดสูงสุด</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>ฟังก์ชันไม่มีจุดต่ำสุด</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>ค่าคงที่</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>ลดลง</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>ไม่สามารถระบุภาวะทางเดียวของฟังก์ชันได้</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>เพิ่มขึ้น</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>ไม่รู้จักภาวะทางเดียวของฟังก์ชัน</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>ฟังก์ชันไม่มีเส้นกำกับแนวเฉียง</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>ไม่สามารถกำหนดพาริตี้ของฟังก์ชันได้</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>ฟังก์ชันเป็นเลขคู่</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>ฟังก์ชันไม่ใช่เลขคู่และไม่ใช่เลขคี่</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>ฟังก์ชันเป็นเลขคี่</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>ไม่รู้จักพาริตี้ของฟังก์ชัน</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>ไม่รองรับภาวะเป็นคาบสำหรับฟังก์ชันนี้</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>ไม่ใช่ฟังก์ชันเป็นคาบ</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>ไม่รู้จักภาวะเป็นคาบของฟังก์ชัน</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>คุณลักษณะเหล่านี้ซับซ้อนเกินกว่าที่ เครื่องคิดเลข จะคำนวณได้:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>ฟังก์ชันไม่มีเส้นกำกับแนวตั้ง</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>ฟังก์ชันไม่มีระยะตัดแกน X</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>ฟังก์ชันไม่มีระยะตัดแกน Y</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>โดเมน</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>เส้นกำกับแนวนอน</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>จุดเปลี่ยนเว้า</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>ไม่รองรับการวิเคราะห์สำหรับฟังก์ชันนี้</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>รองรับการวิเคราะห์สำหรับฟังก์ชันในรูปแบบ f(x) เท่านั้น ตัวอย่าง: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>สูงสุด</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>ต่ำสุด</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>ภาวะทางเดียว</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>เส้นกำกับแนวเฉียง</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>พาริตี้</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>คาบ</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>พิสัย</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>เส้นกำกับแนวตั้ง</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>ระยะตัดแกน X</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>ระยะตัดแกน Y</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>ไม่สามารถดำเนินการวิเคราะห์สำหรับฟังก์ชันได้</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>ไม่สามารถคำนวณโดเมนสำหรับฟังก์ชันนี้ได้</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>ไม่สามารถคำนวณพิสัยสำหรับฟังก์ชันนี้ได้</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>ยาวเกิน (จำนวนใหญ่เกินไป)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>จำเป็นต้องใช้โหมดเรเดียนเพื่อเขียนกราฟสมการนี้</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>ฟังก์ชันนี้ซับซ้อนเกินกว่าจะเขียนกราฟได้</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>จำเป็นต้องใช้โหมดองศาเพื่อเขียนกราฟฟังก์ชันนี้</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>ฟังก์ชันแฟกทอเรียลมีอาร์กิวเมนต์ที่ไม่ถูกต้อง</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>ฟังก์ชันแฟกทอเรียลมีอาร์กิวเมนต์ที่ใหญ่เกินกว่าจะเขียนกราฟได้</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>Modulo สามารถใช้ได้กับจำนวนเต็มเท่านั้น</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>สมการไม่มีวิธีแก้ไข</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>ไม่สามารถหารด้วยศูนย์ได้</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>สมการมีเงื่อนไขเชิงตรรกะที่ไม่สามารถใช้ร่วมกันได้</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>สมการไม่อยู่ในโดเมน</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>การสร้างกราฟสมการนี้ไม่ได้รับการสนับสนุน</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>สมการไม่มีวงเล็บเปิด</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>สมการไม่มีวงเล็บปิด</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>มีจุดทศนิยมมากเกินไปในตัวเลข</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>จุดทศนิยมไม่มีตัวเลข</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>สิ้นสุดนิพจน์โดยไม่คาดคิด</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>มีอักขระที่ไม่คาดคิดในนิพจน์</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>มีอักขระที่ไม่ถูกต้องในนิพจน์</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>มีเครื่องหมายเท่ากับมากเกินไป</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>ฟังก์ชันต้องมีตัวแปร x หรือ y อย่างน้อยหนึ่งตัว</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>นิพจน์ไม่ถูกต้อง</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>นิพจน์ว่างเปล่า</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>ใช้เท่ากับโดยไม่มีสมการ</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>ไม่มีวงเล็บหลังจากชื่อฟังก์ชัน</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>การดำเนินการทางคณิตศาสตร์มีจำนวนพารามิเตอร์ที่ไม่ถูกต้อง</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>ชื่อตัวแปรไม่ถูกต้อง</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>สมการไม่มีวงเล็บเหลี่ยมเปิด</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>สมการไม่มีวงเล็บเหลี่ยมปิด</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>\"i\" และ \"I\" ไม่สามารถใช้เป็นชื่อตัวแปรได้</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>ไม่สามารถเขียนกราฟสมการได้</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>ไม่สามารถแก้ไขตัวเลขสำหรับฐานที่กำหนด</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>ฐานต้องมากกว่า 2 และน้อยกว่า 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>การดำเนินการทางคณิตศาสตร์ต้องใช้พารามิเตอร์ใดพารามิเตอร์หนึ่งเป็นตัวแปร</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>สมการคือการผสมตัวถูกดำเนินการเชิงตรรกะและสเกลา</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>ไม่สามารถใช้ x หรือ y ในขีดจำกัดบนหรือขีดจำกัดล่าง</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>ไม่สามารถใช้ x หรือ y ในจุดของขีดจำกัดได้</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>ไม่สามารถใช้ค่าอนันต์เชิงซ้อนได้</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>ไม่สามารถใช้จำนวนเชิงซ้อนในอสมการได้</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>กลับไปยังรายการฟังก์ชัน</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>กลับไปยังรายการฟังก์ชัน</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>วิเคราะห์ฟังก์ชัน</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>วิเคราะห์ฟังก์ชัน</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>วิเคราะห์ฟังก์ชัน</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ลบสมการออก</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ลบสมการออก</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>ลบสมการออก</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>แชร์</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แชร์</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>เปลี่ยนรูปแบบสมการ</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เปลี่ยนรูปแบบสมการ</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>เปลี่ยนรูปแบบสมการ</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>แสดงสมการ</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>ซ่อนสมการ</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>แสดงสมการ %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>ซ่อนสมการ %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>หยุดติดตาม</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>เริ่มติดตาม</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>หน้าต่างการดูกราฟ, แกน x bounded โดย %1 และ %2, แกน y bounded ตาม %3 และ %4 การแสดงสมการ %5</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>กำหนดค่าแถบเลื่อน</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>กำหนดค่าแถบเลื่อน</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>สลับเป็นโหมดสมการ</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>สลับเป็นโหมดกราฟ</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สลับเป็นโหมดสมการ</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>โหมดปัจจุบันเป็นโหมดสมการ</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>โหมดปัจจุบันเป็นโหมดกราฟ</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>หน้าต่าง</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>องศา</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>เกรเดียน</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>เรเดียน</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>หน่วย</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>รีเซ็ตมุมมอง</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>ค่าสูงสุดของ X</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>ค่าต่ำสุดของ X</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>ค่าสูงสุดของ Y</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>ค่าต่ำสุดของ Y</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>ตัวเลือกกราฟ</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ตัวเลือกกราฟ</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>ตัวเลือกกราฟ</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ตัวเลือกตัวแปร</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>สลับตัวเลือกตัวแปร</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>ความหนาของเส้น</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>ตัวเลือกเส้น</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ความกว้างของเส้นขนาดเล็ก</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ความกว้างของเส้นขนาดปานกลาง</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ความกว้างของเส้นขนาดใหญ่</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>ความกว้างของเส้นขนาดใหญ่พิเศษ</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>ใส่นิพจน์</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>คัดลอก</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>ตัด</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>คัดลอก</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>วาง</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>เลิกทำ</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>เลือกทั้งหมด</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>การป้อนข้อมูลฟังก์ชัน</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>การป้อนข้อมูลฟังก์ชัน</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แผงป้อนข้อมูลฟังก์ชัน</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แผงตัวแปร</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>รายการตัวแปร</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>ข้อมูลในรายการ %1 ของตัวแปร</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>กล่องข้อความค่าของตัวแปร</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>แถบเลื่อนค่าของตัวแปร</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>กล่องข้อความค่าต่ำสุดของตัวแปร</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>กล่องข้อความค่าขั้นตอนของตัวแปร</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>กล่องข้อความค่าสูงสุดของตัวแปร</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>สไตล์เส้นทึบ</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>สไตล์เส้นจุด</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>สไตล์เส้นประ</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>น้ำเงินกรมท่า</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>ฟองทะเล</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>ม่วง</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>เขียว</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>สีเขียวอ่อน</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>เขียวเข้ม</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>ดำถ่าน</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>แดง</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>ม่วงพลัมอ่อน</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>ม่วงอมชมพู</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>เหลืองทอง</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>ส้มอ่อน</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>น้ำตาล</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>สีดำ</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>สีขาว</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>สี 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>สี 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>สี 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>สี 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>ธีมกราฟ</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>สว่างเสมอ</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>ตรงกับธีมของแอป</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ธีม</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>สว่างเสมอ</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ตรงกับธีมของแอป</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>นำฟังก์ชันออกแล้ว</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>กล่องสมการการวิเคราะห์ฟังก์ชัน</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เท่ากับ</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>น้อยกว่า</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>น้อยกว่าหรือเท่ากับ</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เท่ากับ</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>มากกว่าหรือเท่ากับ</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>มากกว่า</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ส่ง</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>การวิเคราะห์ฟังก์ชัน</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ตัวเลือกกราฟ</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>ประวัติและรายการความจำ</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>รายการความจำ</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>ล้างช่วงเวลาประวัติ %1 แล้ว</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>เครื่องคิดเลขอยู่ด้านบนเสมอ</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>เครื่องคิดเลขกลับไปเป็นมุมมองแบบเต็ม</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>เลือก การเลื่อนเชิงคำนวณ แล้ว</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>เลือก การเลื่อนเชิงตรรกะ แล้ว</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>เลือก หมุนการเลื่อนวน แล้ว</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>เลือก หมุนผ่านการเลื่อนวน แล้ว</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>การตั้งค่า</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>ลักษณะที่ปรากฏ</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>ธีมแอป</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>เลือกธีมแอปที่จะแสดง</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>สว่าง</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>มืด</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>ใช้การตั้งค่าระบบ</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>ย้อนกลับ</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>เพจการตั้งค่า</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>เปิดเมนูบริบทสําหรับการดําเนินการที่พร้อมใช้งาน</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>ตกลง</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>ไม่สามารถคืนค่าสแนปช็อตนี้ได้</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/tr-TR/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Geçersiz giriş</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Sonuç tanımsız</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Bellek yetersiz</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Taşma</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Sonuç tanımlanmadı</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Sonuç tanımlanmadı</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Taşma</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Taşma</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Sıfıra bölünemez</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/vi-VN/CEngineStrings.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"100\" xml:space=\"preserve\">\n    <value>Mục nhập không hợp lệ</value>\n    <comment>Error message shown when the input makes a function fail, like log(-1)</comment>\n  </data>\n  <data name=\"101\" xml:space=\"preserve\">\n    <value>Kết quả không xác định</value>\n    <comment>Error message shown when there's no possible value for a function.</comment>\n  </data>\n  <data name=\"105\" xml:space=\"preserve\">\n    <value>Không đủ bộ nhớ</value>\n    <comment>Error message shown when we run out of memory during a calculation.</comment>\n  </data>\n  <data name=\"107\" xml:space=\"preserve\">\n    <value>Tràn ra</value>\n    <comment>Error message shown when there's an overflow during the calculation.</comment>\n  </data>\n  <data name=\"108\" xml:space=\"preserve\">\n    <value>Kết quả không được xác định</value>\n    <comment>Same as 101</comment>\n  </data>\n  <data name=\"118\" xml:space=\"preserve\">\n    <value>Kết quả không được xác định</value>\n    <comment>Same 101</comment>\n  </data>\n  <data name=\"119\" xml:space=\"preserve\">\n    <value>Tràn ra</value>\n    <comment>Same as 107</comment>\n  </data>\n  <data name=\"120\" xml:space=\"preserve\">\n    <value>Tràn ra</value>\n    <comment>Same 107</comment>\n  </data>\n  <data name=\"99\" xml:space=\"preserve\">\n    <value>Không thể chia cho không</value>\n    <comment>Error string shown when a divide by zero condition happens during the calculation</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Resources/zh-CN/Resources.resw",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"AppName\" xml:space=\"preserve\">\n    <value>计算器</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the title of the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppName\" xml:space=\"preserve\">\n    <value>计算器 [Dev]</value>\n    <comment>{@Appx_ShortDisplayName@}{StringCategory=\"Feature Title\"} This is the name of the application when built by a user via GitHub. We use a different name to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"AppStoreName\" xml:space=\"preserve\">\n    <value>Windows 计算器</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps.</comment>\n  </data>\n  <data name=\"DevAppStoreName\" xml:space=\"preserve\">\n    <value>Windows 计算器 [Dev]</value>\n    <comment>{@Appx_DisplayName@}{StringCategory=\"Feature Title\"} Name that shows up in the app store. It contains \"Windows\" to distinguish it from 3rd party calculator apps. This is the the version of the name used when the app is built by a user via GitHub.</comment>\n  </data>\n  <data name=\"AppDescription\" xml:space=\"preserve\">\n    <value>计算器</value>\n    <comment>{@Appx_Description@} This description is used for the official application when published through Windows Store.</comment>\n  </data>\n  <data name=\"DevAppDescription\" xml:space=\"preserve\">\n    <value>计算器 [Dev]</value>\n    <comment>{@Appx_Description@} This is the description of the application when built by a user via GitHub. We use a different description to make it easier for users to distinguish the apps when both this version and the Store version are installed on the same device.</comment>\n  </data>\n  <data name=\"copyMenuItem\" xml:space=\"preserve\">\n    <value>复制</value>\n    <comment>Copy context menu string</comment>\n  </data>\n  <data name=\"pasteMenuItem\" xml:space=\"preserve\">\n    <value>粘贴</value>\n    <comment>Paste context menu string</comment>\n  </data>\n  <data name=\"SupplementaryResultsHeader.Text\" xml:space=\"preserve\">\n    <value>约等于</value>\n    <comment>The text that shows at the bottom of the converter to head the supplementary results. Indicates that the main result is approximately equal to the supplementary results.</comment>\n  </data>\n  <data name=\"BitFlipItemAutomationName\" xml:space=\"preserve\">\n    <value>%1，值 %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. String used in automation name for each bit in bit flip. %1 will be replaced by the position of the bit (1st bit, 3rd bit), %2 by a binary value (1 or 0)</comment>\n  </data>\n  <data name=\"BitPosition\" xml:space=\"preserve\">\n    <value>%1 位</value>\n    <comment>{Locked=\"%1\"}. Sub-string used to indicate the position of a bit (e.g. 1st bit, 2nd bit...)</comment>\n  </data>\n  <data name=\"63\" xml:space=\"preserve\">\n    <value>第 63</value>\n    <comment>Sub-string used in automation name for 63 bit in bit flip</comment>\n  </data>\n  <data name=\"62\" xml:space=\"preserve\">\n    <value>第 62</value>\n    <comment>Sub-string used in automation name for 62 bit in bit flip</comment>\n  </data>\n  <data name=\"61\" xml:space=\"preserve\">\n    <value>第 61</value>\n    <comment>Sub-string used in automation name for 61 bit in bit flip</comment>\n  </data>\n  <data name=\"60\" xml:space=\"preserve\">\n    <value>第 60</value>\n    <comment>Sub-string used in automation name for 60 bit in bit flip</comment>\n  </data>\n  <data name=\"59\" xml:space=\"preserve\">\n    <value>第 59</value>\n    <comment>Sub-string used in automation name for 59 bit in bit flip</comment>\n  </data>\n  <data name=\"58\" xml:space=\"preserve\">\n    <value>第 58</value>\n    <comment>Sub-string used in automation name for 58 bit in bit flip</comment>\n  </data>\n  <data name=\"57\" xml:space=\"preserve\">\n    <value>第 57</value>\n    <comment>Sub-string used in automation name for 57 bit in bit flip</comment>\n  </data>\n  <data name=\"56\" xml:space=\"preserve\">\n    <value>第 56</value>\n    <comment>Sub-string used in automation name for 56 bit in bit flip</comment>\n  </data>\n  <data name=\"55\" xml:space=\"preserve\">\n    <value>第 55</value>\n    <comment>Sub-string used in automation name for 55 bit in bit flip</comment>\n  </data>\n  <data name=\"54\" xml:space=\"preserve\">\n    <value>第 54</value>\n    <comment>Sub-string used in automation name for 54 bit in bit flip</comment>\n  </data>\n  <data name=\"53\" xml:space=\"preserve\">\n    <value>第 53</value>\n    <comment>Sub-string used in automation name for 53 bit in bit flip</comment>\n  </data>\n  <data name=\"52\" xml:space=\"preserve\">\n    <value>第 52</value>\n    <comment>Sub-string used in automation name for 52 bit in bit flip</comment>\n  </data>\n  <data name=\"51\" xml:space=\"preserve\">\n    <value>第 51</value>\n    <comment>Sub-string used in automation name for 51 bit in bit flip</comment>\n  </data>\n  <data name=\"50\" xml:space=\"preserve\">\n    <value>第 50</value>\n    <comment>Sub-string used in automation name for 50 bit in bit flip</comment>\n  </data>\n  <data name=\"49\" xml:space=\"preserve\">\n    <value>第 49</value>\n    <comment>Sub-string used in automation name for 49 bit in bit flip</comment>\n  </data>\n  <data name=\"48\" xml:space=\"preserve\">\n    <value>第 48</value>\n    <comment>Sub-string used in automation name for 48 bit in bit flip</comment>\n  </data>\n  <data name=\"47\" xml:space=\"preserve\">\n    <value>第 47</value>\n    <comment>Sub-string used in automation name for 47 bit in bit flip</comment>\n  </data>\n  <data name=\"46\" xml:space=\"preserve\">\n    <value>第 46</value>\n    <comment>Sub-string used in automation name for 46 bit in bit flip</comment>\n  </data>\n  <data name=\"45\" xml:space=\"preserve\">\n    <value>第 45</value>\n    <comment>Sub-string used in automation name for 45 bit in bit flip</comment>\n  </data>\n  <data name=\"44\" xml:space=\"preserve\">\n    <value>第 44</value>\n    <comment>Sub-string used in automation name for 44 bit in bit flip</comment>\n  </data>\n  <data name=\"43\" xml:space=\"preserve\">\n    <value>第 43</value>\n    <comment>Sub-string used in automation name for 43 bit in bit flip</comment>\n  </data>\n  <data name=\"42\" xml:space=\"preserve\">\n    <value>第 42</value>\n    <comment>Sub-string used in automation name for 42 bit in bit flip</comment>\n  </data>\n  <data name=\"41\" xml:space=\"preserve\">\n    <value>第 41</value>\n    <comment>Sub-string used in automation name for 41 bit in bit flip</comment>\n  </data>\n  <data name=\"40\" xml:space=\"preserve\">\n    <value>第 40</value>\n    <comment>Sub-string used in automation name for 40 bit in bit flip</comment>\n  </data>\n  <data name=\"39\" xml:space=\"preserve\">\n    <value>第 39</value>\n    <comment>Sub-string used in automation name for 39 bit in bit flip</comment>\n  </data>\n  <data name=\"38\" xml:space=\"preserve\">\n    <value>第 38</value>\n    <comment>Sub-string used in automation name for 38 bit in bit flip</comment>\n  </data>\n  <data name=\"37\" xml:space=\"preserve\">\n    <value>第 37</value>\n    <comment>Sub-string used in automation name for 37 bit in bit flip</comment>\n  </data>\n  <data name=\"36\" xml:space=\"preserve\">\n    <value>第 36</value>\n    <comment>Sub-string used in automation name for 36 bit in bit flip</comment>\n  </data>\n  <data name=\"35\" xml:space=\"preserve\">\n    <value>第 35</value>\n    <comment>Sub-string used in automation name for 35 bit in bit flip</comment>\n  </data>\n  <data name=\"34\" xml:space=\"preserve\">\n    <value>第 34</value>\n    <comment>Sub-string used in automation name for 34 bit in bit flip</comment>\n  </data>\n  <data name=\"33\" xml:space=\"preserve\">\n    <value>第 33</value>\n    <comment>Sub-string used in automation name for 33 bit in bit flip</comment>\n  </data>\n  <data name=\"32\" xml:space=\"preserve\">\n    <value>第 32</value>\n    <comment>Sub-string used in automation name for 32 bit in bit flip</comment>\n  </data>\n  <data name=\"31\" xml:space=\"preserve\">\n    <value>第 31</value>\n    <comment>Sub-string used in automation name for 31 bit in bit flip</comment>\n  </data>\n  <data name=\"30\" xml:space=\"preserve\">\n    <value>第 30</value>\n    <comment>Sub-string used in automation name for 30 bit in bit flip</comment>\n  </data>\n  <data name=\"29\" xml:space=\"preserve\">\n    <value>第 29</value>\n    <comment>Sub-string used in automation name for 29 bit in bit flip</comment>\n  </data>\n  <data name=\"28\" xml:space=\"preserve\">\n    <value>第 28</value>\n    <comment>Sub-string used in automation name for 28 bit in bit flip</comment>\n  </data>\n  <data name=\"27\" xml:space=\"preserve\">\n    <value>第 27</value>\n    <comment>Sub-string used in automation name for 27 bit in bit flip</comment>\n  </data>\n  <data name=\"26\" xml:space=\"preserve\">\n    <value>第 26</value>\n    <comment>Sub-string used in automation name for 26 bit in bit flip</comment>\n  </data>\n  <data name=\"25\" xml:space=\"preserve\">\n    <value>第 25</value>\n    <comment>Sub-string used in automation name for 25 bit in bit flip</comment>\n  </data>\n  <data name=\"24\" xml:space=\"preserve\">\n    <value>第 24</value>\n    <comment>Sub-string used in automation name for 24 bit in bit flip</comment>\n  </data>\n  <data name=\"23\" xml:space=\"preserve\">\n    <value>第 23</value>\n    <comment>Sub-string used in automation name for 23 bit in bit flip</comment>\n  </data>\n  <data name=\"22\" xml:space=\"preserve\">\n    <value>第 22</value>\n    <comment>Sub-string used in automation name for 22 bit in bit flip</comment>\n  </data>\n  <data name=\"21\" xml:space=\"preserve\">\n    <value>第 21</value>\n    <comment>Sub-string used in automation name for 21 bit in bit flip</comment>\n  </data>\n  <data name=\"20\" xml:space=\"preserve\">\n    <value>第 20</value>\n    <comment>Sub-string used in automation name for 20 bit in bit flip</comment>\n  </data>\n  <data name=\"19\" xml:space=\"preserve\">\n    <value>第 19</value>\n    <comment>Sub-string used in automation name for 19 bit in bit flip</comment>\n  </data>\n  <data name=\"18\" xml:space=\"preserve\">\n    <value>第 18</value>\n    <comment>Sub-string used in automation name for 18 bit in bit flip</comment>\n  </data>\n  <data name=\"17\" xml:space=\"preserve\">\n    <value>第 17</value>\n    <comment>Sub-string used in automation name for 17 bit in bit flip</comment>\n  </data>\n  <data name=\"16\" xml:space=\"preserve\">\n    <value>第 16</value>\n    <comment>Sub-string used in automation name for 16 bit in bit flip</comment>\n  </data>\n  <data name=\"15\" xml:space=\"preserve\">\n    <value>第 15</value>\n    <comment>Sub-string used in automation name for 15 bit in bit flip</comment>\n  </data>\n  <data name=\"14\" xml:space=\"preserve\">\n    <value>第 14</value>\n    <comment>Sub-string used in automation name for 14 bit in bit flip</comment>\n  </data>\n  <data name=\"13\" xml:space=\"preserve\">\n    <value>第 13</value>\n    <comment>Sub-string used in automation name for 13 bit in bit flip</comment>\n  </data>\n  <data name=\"12\" xml:space=\"preserve\">\n    <value>第 12</value>\n    <comment>Sub-string used in automation name for 12 bit in bit flip</comment>\n  </data>\n  <data name=\"11\" xml:space=\"preserve\">\n    <value>第 11</value>\n    <comment>Sub-string used in automation name for 11 bit in bit flip</comment>\n  </data>\n  <data name=\"10\" xml:space=\"preserve\">\n    <value>第 10</value>\n    <comment>Sub-string used in automation name for 10 bit in bit flip</comment>\n  </data>\n  <data name=\"9\" xml:space=\"preserve\">\n    <value>第 9</value>\n    <comment>Sub-string used in automation name for 9 bit in bit flip</comment>\n  </data>\n  <data name=\"8\" xml:space=\"preserve\">\n    <value>第 8</value>\n    <comment>Sub-string used in automation name for 8 bit in bit flip</comment>\n  </data>\n  <data name=\"7\" xml:space=\"preserve\">\n    <value>第 7</value>\n    <comment>Sub-string used in automation name for 7 bit in bit flip</comment>\n  </data>\n  <data name=\"6\" xml:space=\"preserve\">\n    <value>第 6</value>\n    <comment>Sub-string used in automation name for 6 bit in bit flip</comment>\n  </data>\n  <data name=\"5\" xml:space=\"preserve\">\n    <value>第 5</value>\n    <comment>Sub-string used in automation name for 5 bit in bit flip</comment>\n  </data>\n  <data name=\"4\" xml:space=\"preserve\">\n    <value>第 4</value>\n    <comment>Sub-string used in automation name for 4 bit in bit flip</comment>\n  </data>\n  <data name=\"3\" xml:space=\"preserve\">\n    <value>第 3</value>\n    <comment>Sub-string used in automation name for 3 bit in bit flip</comment>\n  </data>\n  <data name=\"2\" xml:space=\"preserve\">\n    <value>第 2</value>\n    <comment>Sub-string used in automation name for 2 bit in bit flip</comment>\n  </data>\n  <data name=\"1\" xml:space=\"preserve\">\n    <value>第 1</value>\n    <comment>Sub-string used in automation name for 1 bit in bit flip</comment>\n  </data>\n  <data name=\"LeastSignificantBit\" xml:space=\"preserve\">\n    <value>最低有效位</value>\n    <comment>Used to describe the first bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"MemoryButton_Open\" xml:space=\"preserve\">\n    <value>打开记忆浮出控件</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is closed.</comment>\n  </data>\n  <data name=\"MemoryButton_Close\" xml:space=\"preserve\">\n    <value>关闭记忆浮出控件</value>\n    <comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Enter\" xml:space=\"preserve\">\n    <value>始终置顶</value>\n    <comment>This is the tool tip automation name for the always-on-top button when out of always-on-top mode.</comment>\n  </data>\n  <data name=\"AlwaysOnTop_Exit\" xml:space=\"preserve\">\n    <value>返回完整视图</value>\n    <comment>This is the tool tip automation name for the always-on-top button when in always-on-top mode.</comment>\n  </data>\n  <data name=\"MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>记忆</value>\n    <comment>This is the tool tip automation name for the memory button.</comment>\n  </data>\n  <data name=\"HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>历史记录（Ctrl+H）</value>\n    <comment>This is the tool tip automation name for the history button.</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>位切换键盘</value>\n    <comment>This is the tool tip automation name for the bitFlip button.</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>全键盘</value>\n    <comment>This is the tool tip automation name for the numberPad button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>清除所有记忆(Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>\n  </data>\n  <data name=\"MemoryLabel.Text\" xml:space=\"preserve\">\n    <value>记忆</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>记忆</value>\n    <comment>The automation name for the Memory pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"HistoryLabel.Text\" xml:space=\"preserve\">\n    <value>历史记录</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"HistoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>历史记录</value>\n    <comment>The automation name for the History pivot item that is shown when Calculator is in wide layout.</comment>\n  </data>\n  <data name=\"converterModeButton.Content\" xml:space=\"preserve\">\n    <value>转换器</value>\n    <comment>Label for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.Content\" xml:space=\"preserve\">\n    <value>科学</value>\n    <comment>Label for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.Content\" xml:space=\"preserve\">\n    <value>标准</value>\n    <comment>Label for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"converterModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>转换器模式</value>\n    <comment>Screen reader prompt for a control that activates the unit converter mode.</comment>\n  </data>\n  <data name=\"scientificModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>科学模式</value>\n    <comment>Screen reader prompt for a control that activates scientific mode calculator layout</comment>\n  </data>\n  <data name=\"standardModeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>标准模式</value>\n    <comment>Screen reader prompt for a control that activates standard mode calculator layout.</comment>\n  </data>\n  <data name=\"ClearHistory.Name\" xml:space=\"preserve\">\n    <value>清除所有历史记录</value>\n    <comment>\"ClearHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>清除所有历史记录</value>\n    <comment>This is the tool tip automation name for the Clear History button.</comment>\n  </data>\n  <data name=\"HideHistory.Name\" xml:space=\"preserve\">\n    <value>隐藏</value>\n    <comment>\"HideHistory\" used on the calculator history pane that stores the calculation history.</comment>\n  </data>\n  <data name=\"StandardModeText\" xml:space=\"preserve\">\n    <value>标准</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when standard calculator mode is selected.</comment>\n  </data>\n  <data name=\"ScientificModeText\" xml:space=\"preserve\">\n    <value>科学</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when scientific calculator mode is selected.</comment>\n  </data>\n  <data name=\"ProgrammerModeText\" xml:space=\"preserve\">\n    <value>程序员</value>\n    <comment>The text that shows in the dropdown navigation control in snapped mode when programmer calculator mode is selected.</comment>\n  </data>\n  <data name=\"ConverterModeText\" xml:space=\"preserve\">\n    <value>转换器</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeText\" xml:space=\"preserve\">\n    <value>计算器</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group.</comment>\n  </data>\n  <data name=\"ConverterModeTextCaps\" xml:space=\"preserve\">\n    <value>转换器</value>\n    <comment>The text that shows in the dropdown navigation control for the converter group in upper case. The previous key for this was \"ConverterMode.Text\".</comment>\n  </data>\n  <data name=\"CalculatorModeTextCaps\" xml:space=\"preserve\">\n    <value>计算器</value>\n    <comment>The text that shows in the dropdown navigation control for the calculator group in upper case.</comment>\n  </data>\n  <data name=\"ConverterModePluralText\" xml:space=\"preserve\">\n    <value>转换器</value>\n    <comment>Pluralized version of the converter group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"CalculatorModePluralText\" xml:space=\"preserve\">\n    <value>计算器</value>\n    <comment>Pluralized version of the calculator group text, used for the screen reader prompt.</comment>\n  </data>\n  <data name=\"Format_CalculatorResults\" xml:space=\"preserve\">\n    <value>显示为 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator results text block. %1 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorAlwaysOnTopResults\" xml:space=\"preserve\">\n    <value>表达式为 %1，当前输入为 %2</value>\n    <comment>{Locked=\"%1\",\"%2\"}. Screen reader prompt for the Calculator always-on-top expression. %1 = Expression, e.g. \"50 + 2 - 60 +\", %2 = Localized display value, e.g. \"50\".</comment>\n  </data>\n  <data name=\"Format_CalculatorResults_Decimal\" xml:space=\"preserve\">\n    <value>显示为 %1 磅</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Display is 7 point\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_CalculatorExpression\" xml:space=\"preserve\">\n    <value>表达式为 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the Calculator expression results. %1 = Localized display value, e.g. \"50 + 2 - 60 +\".</comment>\n  </data>\n  <data name=\"Display_Copied\" xml:space=\"preserve\">\n    <value>显示复制到剪贴板的值</value>\n    <comment>Screen reader prompt for the Calculator display copy button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HistoryPane\" xml:space=\"preserve\">\n    <value>历史记录</value>\n    <comment>Screen reader prompt for the history flyout</comment>\n  </data>\n  <data name=\"MemoryPane\" xml:space=\"preserve\">\n    <value>记忆</value>\n    <comment>Screen reader prompt for the memory flyout</comment>\n  </data>\n  <data name=\"Format_HexButtonValue\" xml:space=\"preserve\">\n    <value>十六进制 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the hexadecimal value in Programmer mode. %1 = the localized hexadecimal value, e.g. \"21B4 8F73\".</comment>\n  </data>\n  <data name=\"Format_DecButtonValue\" xml:space=\"preserve\">\n    <value>十进制 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the decimal value in Programmer mode. %1 = the localized decimal value, e.g. \"5,732\".</comment>\n  </data>\n  <data name=\"Format_OctButtonValue\" xml:space=\"preserve\">\n    <value>八进制 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the octal value in Programmer mode. %1 = the localized octal value, e.g. \"155 174\".</comment>\n  </data>\n  <data name=\"Format_BinButtonValue\" xml:space=\"preserve\">\n    <value>二进制 %1</value>\n    <comment>{Locked=\"%1\"}. Screen reader prompt for the binary value in Programmer mode. %1 = the localized binary value, e.g. \"0010 1011\".</comment>\n  </data>\n  <data name=\"ClearHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>清除所有历史记录</value>\n    <comment>Screen reader prompt for the Calculator History Clear button</comment>\n  </data>\n  <data name=\"HistoryList_Cleared\" xml:space=\"preserve\">\n    <value>已清除历史记录</value>\n    <comment>Screen reader prompt for the Calculator History Clear button, when the button is invoked.</comment>\n  </data>\n  <data name=\"HideHistory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>隐藏历史记录</value>\n    <comment>Screen reader prompt for the Calculator History Hide button</comment>\n  </data>\n  <data name=\"HistoryButton_Open\" xml:space=\"preserve\">\n    <value>打开历史记录浮出控件</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is closed.</comment>\n  </data>\n  <data name=\"HistoryButton_Close\" xml:space=\"preserve\">\n    <value>关闭历史记录浮出控件</value>\n    <comment>Screen reader prompt for the Calculator History button, when the flyout is open.</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>记忆存储</value>\n    <comment>Screen reader prompt for the Calculator Memory button</comment>\n  </data>\n  <data name=\"memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>记忆存储(Ctrl+M)</value>\n    <comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>\n  </data>\n  <data name=\"ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>清除所有记忆</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"Memory_Cleared\" xml:space=\"preserve\">\n    <value>记忆已清除</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button, when the button is invoked.</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>记忆调用</value>\n    <comment>Screen reader prompt for the Calculator Memory Recall button</comment>\n  </data>\n  <data name=\"MemRecall.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>记忆调用(Ctrl+R)</value>\n    <comment>This is the tool tip automation name for the Memory Recall (MR) button.</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>记忆加法</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button</comment>\n  </data>\n  <data name=\"MemPlus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>记忆加法(Ctrl+P)</value>\n    <comment>This is the tool tip automation name for the Memory Add (M+) button.</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>记忆减法</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button</comment>\n  </data>\n  <data name=\"MemMinus.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>记忆减法(Ctrl+Q)</value>\n    <comment>This is the tool tip automation name for the Memory Subtract (M-) button.</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>清除记忆项</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryItemButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>清除记忆项</value>\n    <comment>This is the tool tip automation name for the Clear Memory Item (MC) button in the Memory list.</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>增加到记忆项</value>\n    <comment>Screen reader prompt for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>增加到记忆项</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Add button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>从记忆项中减去</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusItem.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>从记忆项中减去</value>\n    <comment>This is the tool tip automation name for the Calculator Memory Subtract button in the Memory list</comment>\n  </data>\n  <data name=\"ClearMemorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>清除记忆项</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button</comment>\n  </data>\n  <data name=\"ClearMemoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>清除记忆项</value>\n    <comment>Text string for the Calculator Clear Memory option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemPlusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>增加到记忆项</value>\n    <comment>Screen reader prompt for the Calculator Memory Add swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemPlusMenuItem.Text\" xml:space=\"preserve\">\n    <value>增加到记忆项</value>\n    <comment>Text string for the Calculator Memory Add option in the Memory list context menu</comment>\n  </data>\n  <data name=\"MemMinusSwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>从记忆项中减去</value>\n    <comment>Screen reader prompt for the Calculator Memory Subtract swipe button in the Memory list</comment>\n  </data>\n  <data name=\"MemMinusMenuItem.Text\" xml:space=\"preserve\">\n    <value>从记忆项中减去</value>\n    <comment>Text string for the Calculator Memory Subtract option in the Memory list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.Text\" xml:space=\"preserve\">\n    <value>删除</value>\n    <comment>Text string for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"CopyHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>复制</value>\n    <comment>Text string for the Calculator Copy option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.Text\" xml:space=\"preserve\">\n    <value>删除</value>\n    <comment>Text string for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"DeleteHistorySwipeItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>删除历史记录项</value>\n    <comment>Screen reader prompt for the Calculator Delete swipe button in the History list</comment>\n  </data>\n  <data name=\"DeleteHistoryMenuItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>删除历史记录项</value>\n    <comment>Screen reader prompt for the Calculator Delete option in the History list context menu</comment>\n  </data>\n  <data name=\"backSpaceButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Backspace</value>\n    <comment>Screen reader prompt for the Calculator Backspace button</comment>\n  </data>\n  <data name=\"BinaryZero.Text\" xml:space=\"preserve\">\n    <value>0</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"BinaryOne.Text\" xml:space=\"preserve\">\n    <value>1</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num0Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>零</value>\n    <comment>Screen reader prompt for the Calculator number \"0\" button</comment>\n  </data>\n  <data name=\"num1Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>一</value>\n    <comment>Screen reader prompt for the Calculator number \"1\" button</comment>\n  </data>\n  <data name=\"num2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>二</value>\n    <comment>Screen reader prompt for the Calculator number \"2\" button</comment>\n  </data>\n  <data name=\"num3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>三</value>\n    <comment>Screen reader prompt for the Calculator number \"3\" button</comment>\n  </data>\n  <data name=\"num4Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>四</value>\n    <comment>Screen reader prompt for the Calculator number \"4\" button</comment>\n  </data>\n  <data name=\"num5Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>五</value>\n    <comment>Screen reader prompt for the Calculator number \"5\" button</comment>\n  </data>\n  <data name=\"num6Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>六</value>\n    <comment>Screen reader prompt for the Calculator number \"6\" button</comment>\n  </data>\n  <data name=\"num7Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>七</value>\n    <comment>Screen reader prompt for the Calculator number \"7\" button</comment>\n  </data>\n  <data name=\"num8Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>八</value>\n    <comment>Screen reader prompt for the Calculator number \"8\" button</comment>\n  </data>\n  <data name=\"num9Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>九</value>\n    <comment>Screen reader prompt for the Calculator number \"9\" button</comment>\n  </data>\n  <data name=\"aButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>Screen reader prompt for the Calculator number \"A\" button</comment>\n  </data>\n  <data name=\"bButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>Screen reader prompt for the Calculator number \"B\" button</comment>\n  </data>\n  <data name=\"cButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Screen reader prompt for the Calculator number \"C\" button</comment>\n  </data>\n  <data name=\"dButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>Screen reader prompt for the Calculator number \"D\" button</comment>\n  </data>\n  <data name=\"eButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>Screen reader prompt for the Calculator number \"E\" button</comment>\n  </data>\n  <data name=\"fButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>F</value>\n    <comment>Screen reader prompt for the Calculator number \"F\" button</comment>\n  </data>\n  <data name=\"andButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>与</value>\n    <comment>Screen reader prompt for the Calculator And button</comment>\n  </data>\n  <data name=\"orButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>或</value>\n    <comment>Screen reader prompt for the Calculator Or button</comment>\n  </data>\n  <data name=\"notButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>非</value>\n    <comment>Screen reader prompt for the Calculator Not button</comment>\n  </data>\n  <data name=\"rolButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>左边旋转</value>\n    <comment>Screen reader prompt for the Calculator ROL button</comment>\n  </data>\n  <data name=\"rorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>右边旋转</value>\n    <comment>Screen reader prompt for the Calculator ROR button</comment>\n  </data>\n  <data name=\"lshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>向左移位</value>\n    <comment>Screen reader prompt for the Calculator LSH button</comment>\n  </data>\n  <data name=\"rshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>向右移位</value>\n    <comment>Screen reader prompt for the Calculator RSH button</comment>\n  </data>\n  <data name=\"xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>异或</value>\n    <comment>Screen reader prompt for the Calculator XOR button</comment>\n  </data>\n  <data name=\"qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>四字切换</value>\n    <comment>Screen reader prompt for the Calculator qword button. Should read as \"Quadruple word toggle button\".</comment>\n  </data>\n  <data name=\"dwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双字切换</value>\n    <comment>Screen reader prompt for the Calculator dword button. Should read as \"Double word toggle button\".</comment>\n  </data>\n  <data name=\"wordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>单字切换</value>\n    <comment>Screen reader prompt for the Calculator word button. Should read as \"Word toggle button\".</comment>\n  </data>\n  <data name=\"byteButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>字节切换</value>\n    <comment>Screen reader prompt for the Calculator byte button. Should read as \"Byte toggle button\".</comment>\n  </data>\n  <data name=\"bitFlip.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>比特绷板键盘</value>\n    <comment>Screen reader prompt for the Calculator bitFlip button</comment>\n  </data>\n  <data name=\"fullKeypad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>全键盘</value>\n    <comment>Screen reader prompt for the Calculator numberPad button</comment>\n  </data>\n  <data name=\"decimalSeparatorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>十进制分隔符</value>\n    <comment>Screen reader prompt for the \".\" button</comment>\n  </data>\n  <data name=\"clearEntryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>清除条目</value>\n    <comment>Screen reader prompt for the \"CE\" button</comment>\n  </data>\n  <data name=\"clearButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>清除</value>\n    <comment>Screen reader prompt for the \"C\" button</comment>\n  </data>\n  <data name=\"divideButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>除以</value>\n    <comment>Screen reader prompt for the divide button on the number pad</comment>\n  </data>\n  <data name=\"multiplyButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>乘以</value>\n    <comment>Screen reader prompt for the multiply button on the number pad</comment>\n  </data>\n  <data name=\"equalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>等于</value>\n    <comment>Screen reader prompt for the equals button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"shiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>反函数</value>\n    <comment>Screen reader prompt for the shift button on the number pad in scientific mode.</comment>\n  </data>\n  <data name=\"minusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>减</value>\n    <comment>Screen reader prompt for the minus button on the number pad</comment>\n  </data>\n  <data name=\"minus\" xml:space=\"preserve\">\n    <value>减</value>\n    <comment>We use this resource to replace \"-\" sign for accessibility. So expression like, 1 - 3 = -2 becomes 1 minus 3 = minus 2</comment>\n  </data>\n  <data name=\"plusButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>加</value>\n    <comment>Screen reader prompt for the plus button on the number pad</comment>\n  </data>\n  <data name=\"squareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>平方根</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"percentButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>百分比</value>\n    <comment>Screen reader prompt for the percent button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"negateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>正负</value>\n    <comment>Screen reader prompt for the negate button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"converterNegateButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>正负</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"invertButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>倒数</value>\n    <comment>Screen reader prompt for the invert button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"openParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>左括号</value>\n    <comment>Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>左括号，左开式括号计数 %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"closeParenthesisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>右括号</value>\n    <comment>Screen reader prompt for the Calculator \")\" button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"Format_OpenParenthesisCountAutomationNamePrefix\" xml:space=\"preserve\">\n    <value>左圆括号计数 %1</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator \"(\" button on the scientific and programmer operator keypad. %1 is the localized count of open parenthesis, e.g. \"2\".</comment>\n  </data>\n  <data name=\"NoRightParenthesisAdded_Announcement\" xml:space=\"preserve\">\n    <value>缺少右圆括号，因此无法结束。</value>\n    <comment>{Locked=\"%1\"} Screen reader prompt for the Calculator when the \")\" button on the scientific and programmer operator keypad cannot be added to the equation. e.g. \"1+)\".</comment>\n  </data>\n  <data name=\"ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>科学记数法</value>\n    <comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>\n  </data>\n  <data name=\"hyperbolicButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲线函数</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific operator keypad</comment>\n  </data>\n  <data name=\"piButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>π</value>\n    <comment>Screen reader prompt for the Calculator pi button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>正弦</value>\n    <comment>Screen reader prompt for the Calculator sin button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"cosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>余弦</value>\n    <comment>Screen reader prompt for the Calculator cos button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>正切</value>\n    <comment>Screen reader prompt for the Calculator tan button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"sinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲正弦</value>\n    <comment>Screen reader prompt for the Calculator sinh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"coshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲余弦</value>\n    <comment>Screen reader prompt for the Calculator cosh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"tanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲正切</value>\n    <comment>Screen reader prompt for the Calculator tanh button  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"xpower2Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>平方</value>\n    <comment>Screen reader prompt for the x squared on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"xpower3Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>立方体</value>\n    <comment>Screen reader prompt for the x cubed on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"invsinButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>反正弦</value>\n    <comment>Screen reader prompt for the inverted sin on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcosButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>反余弦</value>\n    <comment>Screen reader prompt for the inverted cos on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>反正切</value>\n    <comment>Screen reader prompt for the inverted tan on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invsinhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲反正弦</value>\n    <comment>Screen reader prompt for the inverted sinh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invcoshButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲反余弦</value>\n    <comment>Screen reader prompt for the inverted cosh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"invtanhButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲反正切</value>\n    <comment>Screen reader prompt for the inverted tanh on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>“X”的指数</value>\n    <comment>Screen reader prompt for x power y button on the scientific operator keypad. </comment>\n  </data>\n  <data name=\"powerOf10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>十的指数</value>\n    <comment>Screen reader prompt for the 10 power x button on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"powerOfEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>“e”的指数</value>\n    <comment>Screen reader for the e power x on the scientific operator keypad.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>“x”的“y”根</value>\n    <comment>Screen reader for the yth root of x on the scientific operator keypad. Note: String is meant to read out whatever the \"Yth root\" mathematical operator sounds like.</comment>\n  </data>\n  <data name=\"logBase10Button.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>对数</value>\n    <comment>Screen reader for the log base 10  on the scientific operator keypad</comment>\n  </data>\n  <data name=\"logBaseEButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>自然对数</value>\n    <comment>Screen reader for the log base e on the scientific operator keypad</comment>\n  </data>\n  <data name=\"modButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>模数</value>\n    <comment>Screen reader for the mod button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"expButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>指数</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"dmsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>度分秒</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"degreesButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>度</value>\n    <comment>Screen reader for the exp button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"intButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>整数部分</value>\n    <comment>Screen reader for the int button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"fractButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>小数部分</value>\n    <comment>Screen reader for the frac button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"factorialButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>分数</value>\n    <comment>Screen reader for the factorial button on the basic operator keypad</comment>\n  </data>\n  <data name=\"degButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>度数切换</value>\n    <comment>This the Deg button's Degree mode automation nameon the scientific operator keypad. Should read as \"Degrees toggle button\".</comment>\n  </data>\n  <data name=\"gradButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>梯度切换</value>\n    <comment>This is the Deg button's Grad mode automation name on the scientific operator keypad. Should read as \"Gradians toggle button\".</comment>\n  </data>\n  <data name=\"radButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>弧度切换</value>\n    <comment>This is the Deg button's Rad mode automation name on the scientific operator keypad. Should read as \"Radians toggle button\".</comment>\n  </data>\n  <data name=\"FlyoutNav.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>模式下拉列表</value>\n    <comment>Screen reader prompt for the Mode dropdown field in Snapped and Portrait modes.</comment>\n  </data>\n  <data name=\"Categories.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>类别下拉列表</value>\n    <comment>Screen reader prompt for the Categories dropdown field.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>始终置顶</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>返回完整视图</value>\n    <comment>Screen reader prompt for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"EnterAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>保持在顶部 (Alt+Up)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in normal mode.</comment>\n  </data>\n  <data name=\"ExitAlwaysOnTopButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>返回全视图 (Alt+Down)</value>\n    <comment>This is the tool tip automation name for the Always-on-Top button when in Always-on-Top mode.</comment>\n  </data>\n  <data name=\"Format_ValueFrom\" xml:space=\"preserve\">\n    <value>从 %1 %2 转换</value>\n    <comment>Screen reader prompt for the Unit Converter Value1 i.e. top number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ValueFrom_Decimal\" xml:space=\"preserve\">\n    <value>从 %1 点 %2 转换</value>\n    <comment>{Locked=\"%1\"}. Automation label for the calculator display in the specific case where the user has just pressed the decimal separator button. For example, the user wants to input \"7.5\".  When they have input \"7.\" they will hear \"Convert from 7 point _current_unit_\". \"point\" should be localized to the locale's appropriate decimal separator.</comment>\n  </data>\n  <data name=\"Format_ValueTo\" xml:space=\"preserve\">\n    <value>转换成 %1 %2</value>\n    <comment>Screen reader prompt for the Unit Converter Value2 i.e. bottom number field. %1 = DisplayValue, %2 = Unit field localized name.</comment>\n  </data>\n  <data name=\"Format_ConversionResult\" xml:space=\"preserve\">\n    <value>%1 %2 是 %3 %4</value>\n    <comment>Screen reader prompt for a conversion result, ie \"2 liters is 2,000 milliliters\" . %1 = From unit display value, %2 = From unit, %3 = To unit display value, %4 = To unit.</comment>\n  </data>\n  <data name=\"InputUnit_Name\" xml:space=\"preserve\">\n    <value>输入单位</value>\n    <comment>Screen reader prompt for the Unit Converter Units1 i.e. top units field.</comment>\n  </data>\n  <data name=\"OutputUnit_Name\" xml:space=\"preserve\">\n    <value>输出单元</value>\n    <comment>Screen reader prompt for the Unit Converter Units2 i.e. bottom units field.</comment>\n  </data>\n  <data name=\"CategoryName_AreaText\" xml:space=\"preserve\">\n    <value>面积</value>\n    <comment>Unit conversion category name called Area (eg. area of a sports field in square meters)</comment>\n  </data>\n  <data name=\"CategoryName_DataText\" xml:space=\"preserve\">\n    <value>数据</value>\n    <comment>Unit conversion category name called Data</comment>\n  </data>\n  <data name=\"CategoryName_EnergyText\" xml:space=\"preserve\">\n    <value>能量</value>\n    <comment>Unit conversion category name called Energy. (eg. the energy in a battery or in food)</comment>\n  </data>\n  <data name=\"CategoryName_LengthText\" xml:space=\"preserve\">\n    <value>长度</value>\n    <comment>Unit conversion category name called Length</comment>\n  </data>\n  <data name=\"CategoryName_PowerText\" xml:space=\"preserve\">\n    <value>功率</value>\n    <comment>Unit conversion category name called Power (eg. the power of an engine or a light bulb)</comment>\n  </data>\n  <data name=\"CategoryName_SpeedText\" xml:space=\"preserve\">\n    <value>速度</value>\n    <comment>Unit conversion category name called Speed</comment>\n  </data>\n  <data name=\"CategoryName_TimeText\" xml:space=\"preserve\">\n    <value>时间</value>\n    <comment>Unit conversion category name called Time</comment>\n  </data>\n  <data name=\"CategoryName_VolumeText\" xml:space=\"preserve\">\n    <value>体积</value>\n    <comment>Unit conversion category name called Volume (eg. cups, teaspoons, milliliters)</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureText\" xml:space=\"preserve\">\n    <value>温度</value>\n    <comment>Unit conversion category name called Temperature</comment>\n  </data>\n  <data name=\"CategoryName_WeightText\" xml:space=\"preserve\">\n    <value>重量</value>\n    <comment>Unit conversion category name called Weight and mass. Note that this category includes units of both mass and weight. People use the word \"weight\" in everyday life for measuring things such as food and people. In case a language has same word for \"weight\" and \"mass\" please use one word only.</comment>\n  </data>\n  <data name=\"CategoryName_PressureText\" xml:space=\"preserve\">\n    <value>压强</value>\n    <comment>Unit conversion category name called Pressure</comment>\n  </data>\n  <data name=\"CategoryName_AngleText\" xml:space=\"preserve\">\n    <value>角度</value>\n    <comment>Unit conversion category name called Angle</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyText\" xml:space=\"preserve\">\n    <value>货币</value>\n    <comment>Unit conversion category name called Currency</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUK\" xml:space=\"preserve\">\n    <value>液盎司（英制）</value>\n    <comment>A measurement unit for volume, in plural. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUK\" xml:space=\"preserve\">\n    <value>液盎司（英制）</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_FluidOunceUS\" xml:space=\"preserve\">\n    <value>液盎司（美制）</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FluidOunceUS\" xml:space=\"preserve\">\n    <value>液盎司（美制）</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUK\" xml:space=\"preserve\">\n    <value>加仑（英制）</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUK\" xml:space=\"preserve\">\n    <value>加仑（英制）</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_GallonUS\" xml:space=\"preserve\">\n    <value>加仑（美制）</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_GallonUS\" xml:space=\"preserve\">\n    <value>加仑(美制)</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Liter\" xml:space=\"preserve\">\n    <value>升</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Liter\" xml:space=\"preserve\">\n    <value>升</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_Milliliter\" xml:space=\"preserve\">\n    <value>毫升</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milliliter\" xml:space=\"preserve\">\n    <value>毫升</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUK\" xml:space=\"preserve\">\n    <value>品脱（英制）</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUK\" xml:space=\"preserve\">\n    <value>品脱（英制）</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_PintUS\" xml:space=\"preserve\">\n    <value>品脱（美制）</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PintUS\" xml:space=\"preserve\">\n    <value>品脱（美制）</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUS\" xml:space=\"preserve\">\n    <value>汤匙（美制）</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUS\" xml:space=\"preserve\">\n    <value>汤匙（美制）</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUS\" xml:space=\"preserve\">\n    <value>茶匙（美制）</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUS\" xml:space=\"preserve\">\n    <value>茶匙（美制）</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TablespoonUK\" xml:space=\"preserve\">\n    <value>汤匙（英制）</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TablespoonUK\" xml:space=\"preserve\">\n    <value>汤匙（英制）</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_TeaspoonUK\" xml:space=\"preserve\">\n    <value>茶匙（英制）</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TeaspoonUK\" xml:space=\"preserve\">\n    <value>茶匙（英制）</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUK\" xml:space=\"preserve\">\n    <value>夸脱（英制）</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUK\" xml:space=\"preserve\">\n    <value>夸脱（英制）</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_QuartUS\" xml:space=\"preserve\">\n    <value>夸脱（美制）</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_QuartUS\" xml:space=\"preserve\">\n    <value>夸脱（美制）</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitName_CupUS\" xml:space=\"preserve\">\n    <value>杯（美制）</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CupUS\" xml:space=\"preserve\">\n    <value>杯（美制）</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Angstrom\" xml:space=\"preserve\">\n    <value>A</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Acre\" xml:space=\"preserve\">\n    <value>英亩</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bit\" xml:space=\"preserve\">\n    <value>b</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>英国热量单位</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/分钟</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Calorie\" xml:space=\"preserve\">\n    <value>卡路里</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centimeter\" xml:space=\"preserve\">\n    <value>厘米</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>厘米/秒</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicCentimeter\" xml:space=\"preserve\">\n    <value>立方厘米</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicFoot\" xml:space=\"preserve\">\n    <value>立方英尺</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicInch\" xml:space=\"preserve\">\n    <value>立方英寸</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicMeter\" xml:space=\"preserve\">\n    <value>立方米</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CubicYard\" xml:space=\"preserve\">\n    <value>立方码</value>\n    <comment>An abbreviation for a measurement unit of volume</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Day\" xml:space=\"preserve\">\n    <value>天</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesCelsius\" xml:space=\"preserve\">\n    <value>°C</value>\n    <comment>An abbreviation for \"degrees Celsius\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>°F</value>\n    <comment>An abbreviation for a \"degrees Fahrenheit\"</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Electron-Volt\" xml:space=\"preserve\">\n    <value>电子伏特</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot\" xml:space=\"preserve\">\n    <value>英尺</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FeetPerSecond\" xml:space=\"preserve\">\n    <value>英尺/秒</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-Pound\" xml:space=\"preserve\">\n    <value>磅英尺</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectare\" xml:space=\"preserve\">\n    <value>公顷</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horsepower\" xml:space=\"preserve\">\n    <value>马力(美制)</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hour\" xml:space=\"preserve\">\n    <value>小时</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Inch\" xml:space=\"preserve\">\n    <value>英寸</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Joule\" xml:space=\"preserve\">\n    <value>焦耳</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatthour\" xml:space=\"preserve\">\n    <value>千瓦时</value>\n    <comment>An abbreviation for a measurement unit of electricity consumption</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kelvin\" xml:space=\"preserve\">\n    <value>K</value>\n    <comment>An abbreviation for the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilocalorie\" xml:space=\"preserve\">\n    <value>千卡</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilojoule\" xml:space=\"preserve\">\n    <value>千焦</value>\n    <comment>An abbreviation for a measurement unit of energy</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilometer\" xml:space=\"preserve\">\n    <value>公里</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KilometersPerHour\" xml:space=\"preserve\">\n    <value>千米/小时</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilowatt\" xml:space=\"preserve\">\n    <value>千瓦</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Knot\" xml:space=\"preserve\">\n    <value>节</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mach\" xml:space=\"preserve\">\n    <value>马赫</value>\n    <comment>An abbreviation for a measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Meter\" xml:space=\"preserve\">\n    <value>米</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MetersPerSecond\" xml:space=\"preserve\">\n    <value>米/秒</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Micron\" xml:space=\"preserve\">\n    <value>微米</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Microsecond\" xml:space=\"preserve\">\n    <value>微秒</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mile\" xml:space=\"preserve\">\n    <value>英里</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MilesPerHour\" xml:space=\"preserve\">\n    <value>英里/小时</value>\n    <comment>An abbreviation for a measurement unit of speed</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millimeter\" xml:space=\"preserve\">\n    <value>毫米</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Millisecond\" xml:space=\"preserve\">\n    <value>毫秒</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Minute\" xml:space=\"preserve\">\n    <value>分钟</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nanometer\" xml:space=\"preserve\">\n    <value>纳米</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_NauticalMile\" xml:space=\"preserve\">\n    <value>海里</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>磅英尺/分钟</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Second\" xml:space=\"preserve\">\n    <value>秒</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareCentimeter\" xml:space=\"preserve\">\n    <value>平方厘米</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareFoot\" xml:space=\"preserve\">\n    <value>平方英尺</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareInch\" xml:space=\"preserve\">\n    <value>平方英寸</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareKilometer\" xml:space=\"preserve\">\n    <value>平方公里</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMeter\" xml:space=\"preserve\">\n    <value>平方米</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMile\" xml:space=\"preserve\">\n    <value>平方英里</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareMillimeter\" xml:space=\"preserve\">\n    <value>平方毫米</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SquareYard\" xml:space=\"preserve\">\n    <value>平方码</value>\n    <comment>An abbreviation for a measurement unit of area</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Watt\" xml:space=\"preserve\">\n    <value>瓦</value>\n    <comment>An abbreviation for a measurement unit of power</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Week\" xml:space=\"preserve\">\n    <value>周</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yard\" xml:space=\"preserve\">\n    <value>码</value>\n    <comment>An abbreviation for a measurement unit of length</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Year\" xml:space=\"preserve\">\n    <value>年</value>\n    <comment>An abbreviation for a measurement unit of time</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibits\" xml:space=\"preserve\">\n    <value>Gi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibits\" xml:space=\"preserve\">\n    <value>Ki</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibits\" xml:space=\"preserve\">\n    <value>Mi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Nibble\" xml:space=\"preserve\">\n    <value>nybl</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibits\" xml:space=\"preserve\">\n    <value>Pi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibits\" xml:space=\"preserve\">\n    <value>Ti</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabits\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibits\" xml:space=\"preserve\">\n    <value>Ei</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabits\" xml:space=\"preserve\">\n    <value>Z</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibits\" xml:space=\"preserve\">\n    <value>Zi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabit\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yottabyte\" xml:space=\"preserve\">\n    <value>YB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibits\" xml:space=\"preserve\">\n    <value>Yi</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>An abbreviation for a measurement unit of data</comment>\n  </data>\n  <data name=\"UnitName_Acre\" xml:space=\"preserve\">\n    <value>英亩</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bit\" xml:space=\"preserve\">\n    <value>位</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BritishThermalUnit\" xml:space=\"preserve\">\n    <value>英国热量单位</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_BTUPerMinute\" xml:space=\"preserve\">\n    <value>BTU/分钟</value>\n    <comment>A measurement unit for power: British Thermal Units per minute. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Byte\" xml:space=\"preserve\">\n    <value>B</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Calorie\" xml:space=\"preserve\">\n    <value>热卡路里</value>\n    <comment>A measurement unit for energy. Please note that this is the \"small calorie\" used in science for measuring heat energy, not the \"large calorie\" commonly used for measuring food energy. If there is a simple term to distinguish this one from the large \"Food calorie\", please use that. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Centimeter\" xml:space=\"preserve\">\n    <value>厘米</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CentimetersPerSecond\" xml:space=\"preserve\">\n    <value>厘米/秒</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicCentimeter\" xml:space=\"preserve\">\n    <value>立方厘米</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicFoot\" xml:space=\"preserve\">\n    <value>立方英尺</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicInch\" xml:space=\"preserve\">\n    <value>立方英寸</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicMeter\" xml:space=\"preserve\">\n    <value>立方米</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CubicYard\" xml:space=\"preserve\">\n    <value>立方码</value>\n    <comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Day\" xml:space=\"preserve\">\n    <value>天</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DegreesCelsius\" xml:space=\"preserve\">\n    <value>摄氏度</value>\n    <comment>An option in the unit converter to select degrees Celsius</comment>\n  </data>\n  <data name=\"UnitName_DegreesFahrenheit\" xml:space=\"preserve\">\n    <value>华氏度</value>\n    <comment>An option in the unit converter to select degrees Fahrenheit</comment>\n  </data>\n  <data name=\"UnitName_Electron-Volt\" xml:space=\"preserve\">\n    <value>电子伏特</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot\" xml:space=\"preserve\">\n    <value>英尺</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FeetPerSecond\" xml:space=\"preserve\">\n    <value>英尺/秒</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-Pound\" xml:space=\"preserve\">\n    <value>英尺磅</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Foot-PoundPerMinute\" xml:space=\"preserve\">\n    <value>英尺磅/分钟</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabit\" xml:space=\"preserve\">\n    <value>Gb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gigabyte\" xml:space=\"preserve\">\n    <value>GB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectare\" xml:space=\"preserve\">\n    <value>公顷</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horsepower\" xml:space=\"preserve\">\n    <value>马力(美制)</value>\n    <comment>A measurement unit for power</comment>\n  </data>\n  <data name=\"UnitName_Hour\" xml:space=\"preserve\">\n    <value>小时</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Inch\" xml:space=\"preserve\">\n    <value>英寸</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Joule\" xml:space=\"preserve\">\n    <value>焦耳</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatthour\" xml:space=\"preserve\">\n    <value>千瓦时</value>\n    <comment>A measurement unit for electricity consumption. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kelvin\" xml:space=\"preserve\">\n    <value>开尔文</value>\n    <comment>An option in the unit converter to select the temperature system \"Kelvin\" (eg. 0 degrees Celsius = 273 Kelvin). At least in English, Kelvin does not use \"degrees\". A measurement is just stated as \"273 Kelvin\".</comment>\n  </data>\n  <data name=\"UnitName_Kilobit\" xml:space=\"preserve\">\n    <value>Kb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilobyte\" xml:space=\"preserve\">\n    <value>KB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilocalorie\" xml:space=\"preserve\">\n    <value>食物卡路里</value>\n    <comment>A measurement unit for energy. The scientific name is kilocalorie, but this is what is commonly referred to as a \"calorie\" or \"large calorie\" when talking about food. Please use the everyday-use word for food energy calories if there is one. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilojoule\" xml:space=\"preserve\">\n    <value>千焦耳</value>\n    <comment>A measurement unit for energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilometer\" xml:space=\"preserve\">\n    <value>公里</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_KilometersPerHour\" xml:space=\"preserve\">\n    <value>公里/小时</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilowatt\" xml:space=\"preserve\">\n    <value>千瓦</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Knot\" xml:space=\"preserve\">\n    <value>节</value>\n    <comment>A nautical/aerial measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mach\" xml:space=\"preserve\">\n    <value>马赫</value>\n    <comment>A measurement of speed (Mach is the speed of sound, Mach 2 is 2 times the speed of sound)</comment>\n  </data>\n  <data name=\"UnitName_Megabit\" xml:space=\"preserve\">\n    <value>Mb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Megabyte\" xml:space=\"preserve\">\n    <value>MB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Meter\" xml:space=\"preserve\">\n    <value>米</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MetersPerSecond\" xml:space=\"preserve\">\n    <value>米/秒</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Micron\" xml:space=\"preserve\">\n    <value>微米</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Microsecond\" xml:space=\"preserve\">\n    <value>微秒</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mile\" xml:space=\"preserve\">\n    <value>英里</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_MilesPerHour\" xml:space=\"preserve\">\n    <value>英里/小时</value>\n    <comment>A measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millimeter\" xml:space=\"preserve\">\n    <value>毫米</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Millisecond\" xml:space=\"preserve\">\n    <value>毫秒</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Minute\" xml:space=\"preserve\">\n    <value>分钟</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nibble\" xml:space=\"preserve\">\n    <value>半字节</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Nanometer\" xml:space=\"preserve\">\n    <value>纳米</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Angstrom\" xml:space=\"preserve\">\n    <value>埃</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_NauticalMile\" xml:space=\"preserve\">\n    <value>海里</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabit\" xml:space=\"preserve\">\n    <value>Pb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Petabyte\" xml:space=\"preserve\">\n    <value>PB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Second\" xml:space=\"preserve\">\n    <value>秒</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareCentimeter\" xml:space=\"preserve\">\n    <value>平方厘米</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareFoot\" xml:space=\"preserve\">\n    <value>平方英尺</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareInch\" xml:space=\"preserve\">\n    <value>平方英寸</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareKilometer\" xml:space=\"preserve\">\n    <value>平方公里</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMeter\" xml:space=\"preserve\">\n    <value>平方米</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMile\" xml:space=\"preserve\">\n    <value>平方英里</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareMillimeter\" xml:space=\"preserve\">\n    <value>平方毫米</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SquareYard\" xml:space=\"preserve\">\n    <value>平方码</value>\n    <comment>A measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabit\" xml:space=\"preserve\">\n    <value>Tb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Terabyte\" xml:space=\"preserve\">\n    <value>TB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Watt\" xml:space=\"preserve\">\n    <value>瓦特</value>\n    <comment>A measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Week\" xml:space=\"preserve\">\n    <value>周</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yard\" xml:space=\"preserve\">\n    <value>码</value>\n    <comment>A measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Year\" xml:space=\"preserve\">\n    <value>年</value>\n    <comment>A measurement unit for time. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Carat\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Degree\" xml:space=\"preserve\">\n    <value>度</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Radian\" xml:space=\"preserve\">\n    <value>弧度</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gradian\" xml:space=\"preserve\">\n    <value>梯度</value>\n    <comment>An abbreviation for a measurement unit of Angle</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Atmosphere\" xml:space=\"preserve\">\n    <value>大气压</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bar\" xml:space=\"preserve\">\n    <value>巴</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_KiloPascal\" xml:space=\"preserve\">\n    <value>千帕</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>毫米汞柱</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pascal\" xml:space=\"preserve\">\n    <value>Pa</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_PSI\" xml:space=\"preserve\">\n    <value>磅每平方英寸</value>\n    <comment>An abbreviation for a measurement unit of Pressure</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Centigram\" xml:space=\"preserve\">\n    <value>厘克</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decagram\" xml:space=\"preserve\">\n    <value>十克</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Decigram\" xml:space=\"preserve\">\n    <value>分克</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Gram\" xml:space=\"preserve\">\n    <value>克</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hectogram\" xml:space=\"preserve\">\n    <value>百克</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Kilogram\" xml:space=\"preserve\">\n    <value>公斤</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LongTon\" xml:space=\"preserve\">\n    <value>吨（英制）</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Milligram\" xml:space=\"preserve\">\n    <value>毫克</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Ounce\" xml:space=\"preserve\">\n    <value>盎司</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pound\" xml:space=\"preserve\">\n    <value>磅</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_ShortTon\" xml:space=\"preserve\">\n    <value>吨（美制）</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Stone\" xml:space=\"preserve\">\n    <value>英石</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Tonne\" xml:space=\"preserve\">\n    <value>吨</value>\n    <comment>An abbreviation for a measurement unit of weight</comment>\n  </data>\n  <data name=\"UnitName_Carat\" xml:space=\"preserve\">\n    <value>克拉</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Degree\" xml:space=\"preserve\">\n    <value>度</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Radian\" xml:space=\"preserve\">\n    <value>弧度</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Gradian\" xml:space=\"preserve\">\n    <value>百分度</value>\n    <comment>A measurement unit for Angle.</comment>\n  </data>\n  <data name=\"UnitName_Atmosphere\" xml:space=\"preserve\">\n    <value>大气压</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Bar\" xml:space=\"preserve\">\n    <value>巴</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_KiloPascal\" xml:space=\"preserve\">\n    <value>千帕</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_MillimeterOfMercury\" xml:space=\"preserve\">\n    <value>毫米汞柱 </value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Pascal\" xml:space=\"preserve\">\n    <value>帕</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_PSI\" xml:space=\"preserve\">\n    <value>磅每平方英寸</value>\n    <comment>A measurement unit for Pressure.</comment>\n  </data>\n  <data name=\"UnitName_Centigram\" xml:space=\"preserve\">\n    <value>厘克</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decagram\" xml:space=\"preserve\">\n    <value>十克</value>\n    <comment>A measurement unit for weight. Note: Dekagram is spelled \"decagram\" everywhere except where US English is used. (EN-US dekagram, elsewhere decagram). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Decigram\" xml:space=\"preserve\">\n    <value>分克</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gram\" xml:space=\"preserve\">\n    <value>克</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hectogram\" xml:space=\"preserve\">\n    <value>百克</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kilogram\" xml:space=\"preserve\">\n    <value>千克</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LongTon\" xml:space=\"preserve\">\n    <value>长吨(英制)</value>\n    <comment>A measurement unit for weight. This is the UK version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Milligram\" xml:space=\"preserve\">\n    <value>毫克</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Ounce\" xml:space=\"preserve\">\n    <value>盎司</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pound\" xml:space=\"preserve\">\n    <value>磅</value>\n    <comment>A measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_ShortTon\" xml:space=\"preserve\">\n    <value>短吨（美制）</value>\n    <comment>A measurement unit for weight. This is the US version of ton. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Stone\" xml:space=\"preserve\">\n    <value>英石</value>\n    <comment>A measurement unit for weight. Equal to 14 pounds. Note that this is the plural form of the word in English (eg. \"This man weighs 11 stone.\"). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tonne\" xml:space=\"preserve\">\n    <value>公吨</value>\n    <comment>A measurement unit for weight. This is the metric version of tonne. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CD\" xml:space=\"preserve\">\n    <value>CD</value>\n    <comment>A compact disc, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerField\" xml:space=\"preserve\">\n    <value>足球场</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerField\" xml:space=\"preserve\">\n    <value>足球场</value>\n    <comment>A professional-sized soccer field, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_FloppyDisk\" xml:space=\"preserve\">\n    <value>软盘</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_FloppyDisk\" xml:space=\"preserve\">\n    <value>软盘</value>\n    <comment>A 1.44 MB floppy disk, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_DVD\" xml:space=\"preserve\">\n    <value>DVD</value>\n    <comment>A DVD, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Battery\" xml:space=\"preserve\">\n    <value>电池</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Battery\" xml:space=\"preserve\">\n    <value>电池</value>\n    <comment>AA-cell battery, used as a comparison measurement unit for data storage. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paperclip\" xml:space=\"preserve\">\n    <value>曲别针</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paperclip\" xml:space=\"preserve\">\n    <value>曲别针</value>\n    <comment>A standard paperclip, used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_JumboJet\" xml:space=\"preserve\">\n    <value>大型喷气式客机</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_JumboJet\" xml:space=\"preserve\">\n    <value>大型喷气式客机</value>\n    <comment>A jumbo jet (eg. Boeing 747), used as a comparison measurement unit for length. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_LightBulb\" xml:space=\"preserve\">\n    <value>灯炮</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_LightBulb\" xml:space=\"preserve\">\n    <value>灯炮</value>\n    <comment>A light bulb, used as a comparison measurement unit for power (60 watts). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Horse\" xml:space=\"preserve\">\n    <value>马</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Horse\" xml:space=\"preserve\">\n    <value>马</value>\n    <comment>A horse, used as a comparison measurement unit for power (~1 horsepower) or speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Bathtub\" xml:space=\"preserve\">\n    <value>浴缸</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Bathtub\" xml:space=\"preserve\">\n    <value>浴缸</value>\n    <comment>A bathtub full of water, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Snowflake\" xml:space=\"preserve\">\n    <value>雪花</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Snowflake\" xml:space=\"preserve\">\n    <value>雪花</value>\n    <comment>A snowflake, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Elephant\" xml:space=\"preserve\">\n    <value>大象</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Elephant\" xml:space=\"preserve\">\n    <value>大象</value>\n    <comment>An elephant, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Turtle\" xml:space=\"preserve\">\n    <value>海龟</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Turtle\" xml:space=\"preserve\">\n    <value>海龟</value>\n    <comment>A turtle, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Jet\" xml:space=\"preserve\">\n    <value>喷气式飞机</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Jet\" xml:space=\"preserve\">\n    <value>喷气式飞机</value>\n    <comment>A jet plane, used as a comparison measurement unit for speed. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Whale\" xml:space=\"preserve\">\n    <value>鲸鱼</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Whale\" xml:space=\"preserve\">\n    <value>鲸鱼</value>\n    <comment>A blue whale, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_CoffeeCup\" xml:space=\"preserve\">\n    <value>咖啡杯</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_CoffeeCup\" xml:space=\"preserve\">\n    <value>咖啡杯</value>\n    <comment>A coffee cup, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SwimmingPool\" xml:space=\"preserve\">\n    <value>游泳池</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SwimmingPool\" xml:space=\"preserve\">\n    <value>游泳池</value>\n    <comment>An Olympic-sized swimming pool, used as a comparison measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Hand\" xml:space=\"preserve\">\n    <value>手</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Hand\" xml:space=\"preserve\">\n    <value>手</value>\n    <comment>A human hand, used as a comparison measurement unit for length or area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Paper\" xml:space=\"preserve\">\n    <value>纸张</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Paper\" xml:space=\"preserve\">\n    <value>纸张</value>\n    <comment>A sheet of 8.5 x 11 inch paper, used as a comparison measurement unit for area. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Castle\" xml:space=\"preserve\">\n    <value>城堡</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Castle\" xml:space=\"preserve\">\n    <value>城堡</value>\n    <comment>A castle, used as a comparison measurement unit for area (floorspace). (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Banana\" xml:space=\"preserve\">\n    <value>香蕉</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Banana\" xml:space=\"preserve\">\n    <value>香蕉</value>\n    <comment>A banana, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SliceOfCake\" xml:space=\"preserve\">\n    <value>蛋糕片</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SliceOfCake\" xml:space=\"preserve\">\n    <value>切块蛋糕</value>\n    <comment>A slice of chocolate cake, used as a comparison measurement unit for food energy. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_TrainEngine\" xml:space=\"preserve\">\n    <value>火车引擎</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_TrainEngine\" xml:space=\"preserve\">\n    <value>火车引擎</value>\n    <comment>A train engine, used as a comparison measurement unit for power. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_SoccerBall\" xml:space=\"preserve\">\n    <value>足球</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitAbbreviation_SoccerBall\" xml:space=\"preserve\">\n    <value>足球</value>\n    <comment>A soccer ball, used as a comparison measurement unit for weight. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"MemoryItemHelpText\" xml:space=\"preserve\">\n    <value>记忆项</value>\n    <comment>Help text used by accessibility tools to indicate that an item in the list of memory values is a memory item.</comment>\n  </data>\n  <data name=\"SupplementaryUnit_AutomationName\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>This string is what is read by Narrator, and other screen readers, for the supplementary value at the bottom of the converter view, %1 = the value of the supplementary unit (i.e. 0.5), %2 = the unit itself (i.e. inches, meters, etc)</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>返回</value>\n    <comment>Screen reader prompt for the About panel back button</comment>\n  </data>\n  <data name=\"AboutControlBackButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>返回</value>\n    <comment>Content of tooltip being displayed on AboutControlBackButton</comment>\n  </data>\n  <data name=\"AboutEULA.Text\" xml:space=\"preserve\">\n    <value>Microsoft 软件许可条款</value>\n    <comment>Displayed on a link to the Microsoft Software License Terms on the About panel</comment>\n  </data>\n  <data name=\"PreviewTag.Text\" xml:space=\"preserve\">\n    <value>预览</value>\n    <comment>Label displayed next to upcoming features</comment>\n  </data>\n  <data name=\"AboutControlPrivacyStatement.Text\" xml:space=\"preserve\">\n    <value>Microsoft 隐私声明</value>\n    <comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>\n  </data>\n  <data name=\"AboutControlCopyright\" xml:space=\"preserve\">\n    <value>© %1 Microsoft。保留所有权利。</value>\n    <comment>{Locked=\"%1\"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>\n  </data>\n  <data name=\"AboutControlContribute\" xml:space=\"preserve\">\n    <value>若要了解如何参与 Windows 计算器，请在 %HL%GitHub%HL% 上查看该项目。</value>\n    <comment>{Locked=\"%HL%GitHub%HL%\"}. GitHub link, Displayed on the About panel</comment>\n  </data>\n  <data name=\"AboutGroupTitle.Text\" xml:space=\"preserve\">\n    <value>关于</value>\n    <comment>Subtitle of about message on Settings page</comment>\n  </data>\n  <data name=\"FeedbackButton.Content\" xml:space=\"preserve\">\n    <value>发送反馈</value>\n    <comment>The text that shows in the dropdown navigation control to give the user the option to send feedback about the app and it launches Windows Feedback app</comment>\n  </data>\n  <data name=\"HistoryEmpty.Text\" xml:space=\"preserve\">\n    <value>尚无历史记录。</value>\n    <comment>The text that shows as the header for the history list</comment>\n  </data>\n  <data name=\"MemoryPaneEmpty.Text\" xml:space=\"preserve\">\n    <value>内存中未保存任何内容。</value>\n    <comment>The text that shows as the header for the memory list</comment>\n  </data>\n  <data name=\"MemoryFlyout.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>记忆</value>\n    <comment>Screen reader prompt for the negate button on the converter operator keypad</comment>\n  </data>\n  <data name=\"CannotPaste\" xml:space=\"preserve\">\n    <value>不能粘贴此表达式</value>\n    <comment>The paste operation cannot be performed, if the expression is invalid.</comment>\n  </data>\n  <data name=\"UnitName_Gibibits\" xml:space=\"preserve\">\n    <value>Gib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Gibibytes\" xml:space=\"preserve\">\n    <value>GiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibits\" xml:space=\"preserve\">\n    <value>Kib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Kibibytes\" xml:space=\"preserve\">\n    <value>KiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibits\" xml:space=\"preserve\">\n    <value>Mib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Mebibytes\" xml:space=\"preserve\">\n    <value>MiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibits\" xml:space=\"preserve\">\n    <value>Pib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Pebibytes\" xml:space=\"preserve\">\n    <value>PiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibits\" xml:space=\"preserve\">\n    <value>Tib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Tebibytes\" xml:space=\"preserve\">\n    <value>TiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabits\" xml:space=\"preserve\">\n    <value>Eb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exabytes\" xml:space=\"preserve\">\n    <value>EB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibits\" xml:space=\"preserve\">\n    <value>Eib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Exbibytes\" xml:space=\"preserve\">\n    <value>EiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabits\" xml:space=\"preserve\">\n    <value>Zb</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zetabytes\" xml:space=\"preserve\">\n    <value>ZB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibits\" xml:space=\"preserve\">\n    <value>Zib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Zebibytes\" xml:space=\"preserve\">\n    <value>ZiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabit\" xml:space=\"preserve\">\n    <value>Yottabits</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yottabyte\" xml:space=\"preserve\">\n    <value>Yottabytes</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibits\" xml:space=\"preserve\">\n    <value>Yib</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"UnitName_Yobibytes\" xml:space=\"preserve\">\n    <value>YiB</value>\n    <comment>A measurement unit for data. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>\n  </data>\n  <data name=\"DateCalculationModeText\" xml:space=\"preserve\">\n    <value>日期计算</value>\n  </data>\n  <data name=\"DateCalculationOption.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>计算模式</value>\n    <comment>Automation label for the Date calculation Mode combobox. Users will hear \"Calculation mode combobox\".</comment>\n  </data>\n  <data name=\"AddOption.Content\" xml:space=\"preserve\">\n    <value>添加</value>\n    <comment>Add toggle button text</comment>\n  </data>\n  <data name=\"Date_AddSubtractOption.Content\" xml:space=\"preserve\">\n    <value>添加或减去天数</value>\n    <comment>Add or Subtract days option</comment>\n  </data>\n  <data name=\"DateLabel.Text\" xml:space=\"preserve\">\n    <value>日期</value>\n    <comment>Date result label</comment>\n  </data>\n  <data name=\"Date_DifferenceOption.Content\" xml:space=\"preserve\">\n    <value>日期之间的相隔时间</value>\n    <comment>Date difference option</comment>\n  </data>\n  <data name=\"DaysLabel.Text\" xml:space=\"preserve\">\n    <value>天</value>\n    <comment>Add/Subtract Days label</comment>\n  </data>\n  <data name=\"Date_DifferenceLabel.Text\" xml:space=\"preserve\">\n    <value>差值</value>\n    <comment>Difference result label</comment>\n  </data>\n  <data name=\"DateDiff_FromHeader.Header\" xml:space=\"preserve\">\n    <value>开始日期</value>\n    <comment>From Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"MonthsLabel.Text\" xml:space=\"preserve\">\n    <value>月</value>\n    <comment>Add/Subtract Months label</comment>\n  </data>\n  <data name=\"SubtractOption.Content\" xml:space=\"preserve\">\n    <value>减去</value>\n    <comment>Subtract toggle button text</comment>\n  </data>\n  <data name=\"DateDiff_ToHeader.Header\" xml:space=\"preserve\">\n    <value>结束日期</value>\n    <comment>To Date Header for Difference Date Picker</comment>\n  </data>\n  <data name=\"YearsLabel.Text\" xml:space=\"preserve\">\n    <value>年</value>\n    <comment>Add/Subtract Years label</comment>\n  </data>\n  <data name=\"Date_OutOfBoundMessage\" xml:space=\"preserve\">\n    <value>超出日期</value>\n    <comment>Out of bound message shown as result when the date calculation exceeds the bounds</comment>\n  </data>\n  <data name=\"Date_Day\" xml:space=\"preserve\">\n    <value>天</value>\n  </data>\n  <data name=\"Date_Days\" xml:space=\"preserve\">\n    <value>天</value>\n  </data>\n  <data name=\"Date_Month\" xml:space=\"preserve\">\n    <value>月</value>\n  </data>\n  <data name=\"Date_Months\" xml:space=\"preserve\">\n    <value>月</value>\n  </data>\n  <data name=\"Date_SameDates\" xml:space=\"preserve\">\n    <value>相同日期</value>\n  </data>\n  <data name=\"Date_Week\" xml:space=\"preserve\">\n    <value>周</value>\n  </data>\n  <data name=\"Date_Weeks\" xml:space=\"preserve\">\n    <value>周</value>\n  </data>\n  <data name=\"Date_Year\" xml:space=\"preserve\">\n    <value>年</value>\n  </data>\n  <data name=\"Date_Years\" xml:space=\"preserve\">\n    <value>年</value>\n  </data>\n  <data name=\"Date_DifferenceResultAutomationName\" xml:space=\"preserve\">\n    <value>间隔天数 %1</value>\n    <comment>Automation name for reading out the date difference. %1 =  Date difference</comment>\n  </data>\n  <data name=\"Date_ResultingDateAutomationName\" xml:space=\"preserve\">\n    <value>所得日期 %1</value>\n    <comment>Automation name for reading out the resulting date in Add/Subtract mode. %1 = Resulting date</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Calculator\" xml:space=\"preserve\">\n    <value>%1 计算器模式</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current calculator mode: Scientific, Standard, or Programmer.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Converter\" xml:space=\"preserve\">\n    <value>%1 转换器模式</value>\n    <comment>{Locked='%1'} Automation name for when the mode header is focused. %1 = the current converter mode: \"Weight and mass\", \"Energy\", \"Volume\", etc.</comment>\n  </data>\n  <data name=\"HeaderAutomationName_Date\" xml:space=\"preserve\">\n    <value>日期计算模式</value>\n    <comment>Automation name for when the mode header is focused and the current mode is Date calculation.</comment>\n  </data>\n  <data name=\"DockPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>历史记录和记忆列表</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"MemoryPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>记忆控件</value>\n    <comment>Automation name for the group of memory controls (Mem Clear, Mem Recall, Mem Add, Mem Subtract, Mem Store, Memory flyout toggle)</comment>\n  </data>\n  <data name=\"StandardFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>标准函数</value>\n    <comment>Automation name for the group of standard function buttons (Percent, Square Root, Square, Cube, Reciprocal)</comment>\n  </data>\n  <data name=\"DisplayControls.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>显示控件</value>\n    <comment>Automation name for the group of display control buttons (Clear, Clear Entry, and Backspace)</comment>\n  </data>\n  <data name=\"StandardOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>标准运算符</value>\n    <comment>Automation name for the group of standard operator buttons (Add, Subtract, Multiply, Divide, and Equals)</comment>\n  </data>\n  <data name=\"NumberPad.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>数字键盘</value>\n    <comment>Automation name for the group of NumberPad buttons (0-9, A-F and Decimal button)</comment>\n  </data>\n  <data name=\"ScientificAngleOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>角度运算符</value>\n    <comment>Automation name for the group of Scientific angle operators (Degree mode, Hyperbolic toggle, and Precision button)</comment>\n  </data>\n  <data name=\"ScientificFunctions.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>科学函数</value>\n    <comment>Automation name for the group of Scientific functions.</comment>\n  </data>\n  <data name=\"RadixGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>基数选择</value>\n    <comment>Automation name for the group of radices (Hexadecimal, Decimal, Octal, Binary). https://en.wikipedia.org/wiki/Radix </comment>\n  </data>\n  <data name=\"ProgrammerOperators.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>编程运算符</value>\n    <comment>Automation name for the group of programmer operators (RoL, RoR, Lsh, Rsh, OR, XOR, NOT, AND).</comment>\n  </data>\n  <data name=\"InputModeSelectionGroup.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>输入模式选择</value>\n    <comment>Automation name for the group of input mode toggling buttons.</comment>\n  </data>\n  <data name=\"BitFlipPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>位切换数字键盘</value>\n    <comment>Automation name for the group of bit toggling buttons.</comment>\n  </data>\n  <data name=\"scrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>向左滚动太多无法看到</value>\n    <comment>Automation label for the \"scroll left\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"scrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>向右滚动太多无法看到</value>\n    <comment>Automation label for the \"scroll right\" button that appears when an expression is too large to fit in the window.</comment>\n  </data>\n  <data name=\"Format_MaxDigitsReached\" xml:space=\"preserve\">\n    <value>达到最大位数。%1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when user reaches max digits. The %1 is the automation name of the display. Users will hear \"Max digits reached. Display is _current_value_\".</comment>\n  </data>\n  <data name=\"Format_ButtonPressAuditoryFeedback\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when user presses a button with auditory feedback. \"%1\" is the display value and \"%2\" is the button press feedback. Example, user presses \"plus\" and hears \"Display is 7 plus\".</comment>\n  </data>\n  <data name=\"Format_MemorySave\" xml:space=\"preserve\">\n    <value>%1 已保存到记忆</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user stores a number to memory. The %1 is the automation name of the display. Users will hear \"_current_value_ saved to memory\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotChanged\" xml:space=\"preserve\">\n    <value>记忆组 %1 是 %2</value>\n    <comment>{Locked='%1','%2'} Formatting string for a Narrator announcement when the user changes a memory slot. The %1 is the index of the memory slot and %2 is the new value. For example, users might hear \"Memory slot 2 is 37\".</comment>\n  </data>\n  <data name=\"Format_MemorySlotCleared\" xml:space=\"preserve\">\n    <value>记忆组 %1 已清除</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a memory slot. The %1 is the index of the memory slot. For example, users might hear \"Memory slot 2 cleared\".</comment>\n  </data>\n  <data name=\"divideButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>除以</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 divided by\" when the button is pressed.</comment>\n  </data>\n  <data name=\"multiplyButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>乘以</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 times\" when the button is pressed.</comment>\n  </data>\n  <data name=\"minusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>减</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 minus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"plusButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>加</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 plus\" when the button is pressed.</comment>\n  </data>\n  <data name=\"powerButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>次方</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 to the power of\" when the button is pressed.</comment>\n  </data>\n  <data name=\"ySquareRootButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>y 根</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 y root\" when the button is pressed.</comment>\n  </data>\n  <data name=\"modButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>取余</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 mod\" when the button is pressed.</comment>\n  </data>\n  <data name=\"lshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>位元左移</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"rshButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>位元右移</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed.</comment>\n  </data>\n  <data name=\"orButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>或</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 or\" when the button is pressed. OR is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"xorButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>x 或</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 x or\" when the button is pressed. XOR is a mathematical operation on two binary values. Here the feedback is \"x or\" in order to get the correct pronunciation.</comment>\n  </data>\n  <data name=\"andButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>和</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 and\" when the button is pressed. AND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"CurrencyFromToRatioFormat\" xml:space=\"preserve\">\n    <value>%1 %2 = %3 %4</value>\n    <comment>The exact ratio between converted currencies, e.g. \"1 USD = 0.8885 EUR\". %1 will always be '1'. %2 is the From currency code. %3 is the formatted conversion ratio. %4 is the To currency code.</comment>\n  </data>\n  <data name=\"CurrencyTimestampFormat\" xml:space=\"preserve\">\n    <value>已更新 %1 %2</value>\n    <comment>The timestamp of currency conversion ratios fetched from an online service. %1 is the date. %2 is the time. Example: \"Updated Sep 28, 2016 5:42 PM\"</comment>\n  </data>\n  <data name=\"RefreshButtonText.Content\" xml:space=\"preserve\">\n    <value>更新汇率</value>\n    <comment>The text displayed for a hyperlink button that refreshes currency converter ratios.</comment>\n  </data>\n  <data name=\"DataChargesMayApply\" xml:space=\"preserve\">\n    <value>可能会收取数据费用。</value>\n    <comment>The text displayed when users are on a metered connection and using currency converter.</comment>\n  </data>\n  <data name=\"FailedToRefresh\" xml:space=\"preserve\">\n    <value>无法获取新费率。请稍后重试。</value>\n    <comment>The text displayed when currency ratio data fails to load.</comment>\n  </data>\n  <data name=\"OfflineStatusHyperlinkText\" xml:space=\"preserve\">\n    <value>离线。请检查你的%HL%网络设置%HL%</value>\n    <comment>Status text displayed when currency converter is disconnected from the internet. The text \"Notification Settings\" should be surrounded by %HL% since they are used to indicate that that text should be the hyperlink text. {Locked=\"%HL%\"}</comment>\n  </data>\n  <data name=\"UpdatingCurrencyRates\" xml:space=\"preserve\">\n    <value>正在更新货币汇率</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the \"Update rates\" button in the Currency Converter is clicked.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdated\" xml:space=\"preserve\">\n    <value>货币汇率已更新</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have successfully updated.</comment>\n  </data>\n  <data name=\"CurrencyRatesUpdateFailed\" xml:space=\"preserve\">\n    <value>无法更新货币汇率</value>\n    <comment>This string is what is read by Narrator, and other screen readers, when the currency rates in Currency converter have failed to update.</comment>\n  </data>\n  <data name=\"HistoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryButton.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"NavView.AccessKey\" xml:space=\"preserve\">\n    <value>H</value>\n    <comment>Access key for the Hamburger button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AngleAccessKey\" xml:space=\"preserve\">\n    <value>AN</value>\n    <comment>AccessKey for the angle converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_AreaAccessKey\" xml:space=\"preserve\">\n    <value>AR</value>\n    <comment>AccessKey for the area converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_CurrencyAccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>AccessKey for the currency converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_DataAccessKey\" xml:space=\"preserve\">\n    <value>D</value>\n    <comment>AccessKey for the data converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_EnergyAccessKey\" xml:space=\"preserve\">\n    <value>E</value>\n    <comment>AccessKey for the energy converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_LengthAccessKey\" xml:space=\"preserve\">\n    <value>L</value>\n    <comment>AccessKey for the length converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PowerAccessKey\" xml:space=\"preserve\">\n    <value>PO</value>\n    <comment>AccessKey for the power converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_PressureAccessKey\" xml:space=\"preserve\">\n    <value>PR</value>\n    <comment>AccessKey for the pressure converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_SpeedAccessKey\" xml:space=\"preserve\">\n    <value>S</value>\n    <comment>AccessKey for the speed converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TimeAccessKey\" xml:space=\"preserve\">\n    <value>TI</value>\n    <comment>AccessKey for the time converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_VolumeAccessKey\" xml:space=\"preserve\">\n    <value>V</value>\n    <comment>AccessKey for the volume converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_WeightAccessKey\" xml:space=\"preserve\">\n    <value>瓦</value>\n    <comment>AccessKey for the weight converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"CategoryName_TemperatureAccessKey\" xml:space=\"preserve\">\n    <value>TE</value>\n    <comment>AccessKey for the temperature converter navbar item. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearHistory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear history button.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.AccessKey\" xml:space=\"preserve\">\n    <value>C</value>\n    <comment>Access key for the Clear memory button. {StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>清除所有记忆(Ctrl+L)</value>\n    <comment>This is the tool tip automation name for the Clear Memory button in the Memory Pane.</comment>\n  </data>\n  <data name=\"ClearMemory.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>清除所有记忆</value>\n    <comment>Screen reader prompt for the Calculator Clear Memory button in the Memory Pane</comment>\n  </data>\n  <data name=\"HistoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>I</value>\n    <comment>Access key for the History pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"MemoryLabel.AccessKey\" xml:space=\"preserve\">\n    <value>M</value>\n    <comment>Access key for the Memory pivot item.{StringCategory=\"Accelerator\"}</comment>\n  </data>\n  <data name=\"SineDegrees\" xml:space=\"preserve\">\n    <value>角度正弦</value>\n    <comment>Name for the sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineRadians\" xml:space=\"preserve\">\n    <value>弧度正弦</value>\n    <comment>Name for the sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SineGradians\" xml:space=\"preserve\">\n    <value>梯度正弦</value>\n    <comment>Name for the sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineDegrees\" xml:space=\"preserve\">\n    <value>角度反正弦</value>\n    <comment>Name for the inverse sine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineRadians\" xml:space=\"preserve\">\n    <value>弧度反正弦</value>\n    <comment>Name for the inverse sine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSineGradians\" xml:space=\"preserve\">\n    <value>梯度反正弦</value>\n    <comment>Name for the inverse sine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSine\" xml:space=\"preserve\">\n    <value>双曲正弦</value>\n    <comment>Name for the hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSine\" xml:space=\"preserve\">\n    <value>反双曲正弦</value>\n    <comment>Name for the inverse hyperbolic sine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineDegrees\" xml:space=\"preserve\">\n    <value>角度余弦</value>\n    <comment>Name for the cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineRadians\" xml:space=\"preserve\">\n    <value>弧度余弦</value>\n    <comment>Name for the cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosineGradians\" xml:space=\"preserve\">\n    <value>梯度余弦</value>\n    <comment>Name for the cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineDegrees\" xml:space=\"preserve\">\n    <value>角度反余弦</value>\n    <comment>Name for the inverse cosine function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineRadians\" xml:space=\"preserve\">\n    <value>弧度反余弦</value>\n    <comment>Name for the inverse cosine function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosineGradians\" xml:space=\"preserve\">\n    <value>梯度反余弦</value>\n    <comment>Name for the inverse cosine function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosine\" xml:space=\"preserve\">\n    <value>双曲余弦</value>\n    <comment>Name for the hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosine\" xml:space=\"preserve\">\n    <value>反双曲余弦</value>\n    <comment>Name for the inverse hyperbolic cosine function. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentDegrees\" xml:space=\"preserve\">\n    <value>度数正切</value>\n    <comment>Name for the tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentRadians\" xml:space=\"preserve\">\n    <value>弧度正切</value>\n    <comment>Name for the tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"TangentGradians\" xml:space=\"preserve\">\n    <value>梯度正切</value>\n    <comment>Name for the tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentDegrees\" xml:space=\"preserve\">\n    <value>角度反正切</value>\n    <comment>Name for the inverse tangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentRadians\" xml:space=\"preserve\">\n    <value>弧度反正切</value>\n    <comment>Name for the inverse tangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseTangentGradians\" xml:space=\"preserve\">\n    <value>梯度反正切</value>\n    <comment>Name for the inverse tangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicTangent\" xml:space=\"preserve\">\n    <value>双曲正切</value>\n    <comment>Name for the hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicTangent\" xml:space=\"preserve\">\n    <value>反双曲正切</value>\n    <comment>Name for the inverse hyperbolic tangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantDegrees\" xml:space=\"preserve\">\n    <value>正割度数</value>\n    <comment>Name for the secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantRadians\" xml:space=\"preserve\">\n    <value>正割弧度</value>\n    <comment>Name for the secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"SecantGradians\" xml:space=\"preserve\">\n    <value>正割梯度</value>\n    <comment>Name for the secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantDegrees\" xml:space=\"preserve\">\n    <value>反正割度数</value>\n    <comment>Name for the inverse secant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantRadians\" xml:space=\"preserve\">\n    <value>反正割弧度</value>\n    <comment>Name for the inverse secant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseSecantGradians\" xml:space=\"preserve\">\n    <value>反正割梯度</value>\n    <comment>Name for the inverse secant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicSecant\" xml:space=\"preserve\">\n    <value>双曲正割</value>\n    <comment>Name for the hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicSecant\" xml:space=\"preserve\">\n    <value>反双曲正割</value>\n    <comment>Name for the inverse hyperbolic secant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantDegrees\" xml:space=\"preserve\">\n    <value>余割度数</value>\n    <comment>Name for the cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantRadians\" xml:space=\"preserve\">\n    <value>余割弧度</value>\n    <comment>Name for the cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CosecantGradians\" xml:space=\"preserve\">\n    <value>余割梯度</value>\n    <comment>Name for the cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantDegrees\" xml:space=\"preserve\">\n    <value>反余割度数</value>\n    <comment>Name for the inverse cosecant function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantRadians\" xml:space=\"preserve\">\n    <value>反余割弧度</value>\n    <comment>Name for the inverse cosecant function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCosecantGradians\" xml:space=\"preserve\">\n    <value>反余割梯度</value>\n    <comment>Name for the inverse cosecant function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCosecant\" xml:space=\"preserve\">\n    <value>双曲余割</value>\n    <comment>Name for the hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCosecant\" xml:space=\"preserve\">\n    <value>反双曲余割</value>\n    <comment>Name for the inverse hyperbolic cosecant function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentDegrees\" xml:space=\"preserve\">\n    <value>余切度数</value>\n    <comment>Name for the cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentRadians\" xml:space=\"preserve\">\n    <value>余切弧度</value>\n    <comment>Name for the cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"CotangentGradians\" xml:space=\"preserve\">\n    <value>余切梯度</value>\n    <comment>Name for the cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentDegrees\" xml:space=\"preserve\">\n    <value>反余切度数</value>\n    <comment>Name for the inverse cotangent function in degrees mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentRadians\" xml:space=\"preserve\">\n    <value>反余切弧度</value>\n    <comment>Name for the inverse cotangent function in radians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseCotangentGradians\" xml:space=\"preserve\">\n    <value>反余切梯度</value>\n    <comment>Name for the inverse cotangent function in gradians mode. Used by screen readers.</comment>\n  </data>\n  <data name=\"HyperbolicCotangent\" xml:space=\"preserve\">\n    <value>双曲余切</value>\n    <comment>Name for the hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"InverseHyperbolicCotangent\" xml:space=\"preserve\">\n    <value>反双曲余切</value>\n    <comment>Name for the inverse hyperbolic cotangent function. Used by screen readers.</comment>\n  </data>\n  <data name=\"CubeRoot\" xml:space=\"preserve\">\n    <value>立方根</value>\n    <comment>Name for the cube root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Logy\" xml:space=\"preserve\">\n    <value>底数对数</value>\n    <comment>Name for the logbasey function. Used by screen readers.</comment>\n  </data>\n  <data name=\"AbsoluteValue\" xml:space=\"preserve\">\n    <value>绝对值</value>\n    <comment>Name for the absolute value function. Used by screen readers.</comment>\n  </data>\n  <data name=\"LeftShift\" xml:space=\"preserve\">\n    <value>位元左移</value>\n    <comment>Name for the programmer function that shifts bits to the left. Used by screen readers.</comment>\n  </data>\n  <data name=\"RightShift\" xml:space=\"preserve\">\n    <value>位元右移</value>\n    <comment>Name for the programmer function that shifts bits to the right. Used by screen readers.</comment>\n  </data>\n  <data name=\"Factorial\" xml:space=\"preserve\">\n    <value>阶乘</value>\n    <comment>Name for the factorial function. Used by screen readers.</comment>\n  </data>\n  <data name=\"DegreeMinuteSecond\" xml:space=\"preserve\">\n    <value>度分秒</value>\n    <comment>Name for the degree minute second (dms) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NaturalLog\" xml:space=\"preserve\">\n    <value>自然对数</value>\n    <comment>Name for the natural log (ln) function. Used by screen readers.</comment>\n  </data>\n  <data name=\"Square\" xml:space=\"preserve\">\n    <value>平方</value>\n    <comment>Name for the square function. Used by screen readers.</comment>\n  </data>\n  <data name=\"YRoot\" xml:space=\"preserve\">\n    <value>y 根</value>\n    <comment>Name for the y root function. Used by screen readers.</comment>\n  </data>\n  <data name=\"NavCategoryItem_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 %2</value>\n    <comment>{Locked='%1','%2'}.  Format string for the accessible name of a Calculator menu item, used by screen readers. \"%1\" is the item name, e.g. Standard, Programmer, etc. %2 is the category name, e.g. Calculator, Converter. An example when formatted is \"Standard Calculator\" or \"Currency Converter\".</comment>\n  </data>\n  <data name=\"NavCategoryHeader_AutomationNameFormat\" xml:space=\"preserve\">\n    <value>%1 类别</value>\n    <comment>{Locked='%1'} Format string for the accessible name of a Calculator menu category header, used by screen readers. \"%1\" is the pluralized category name, e.g. Calculators, Converters. An example when formatted is \"Calculators category\".</comment>\n  </data>\n  <data name=\"AboutControlServicesAgreement.Text\" xml:space=\"preserve\">\n    <value>Microsoft 服务协议</value>\n    <comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>\n  </data>\n  <data name=\"UnitAbbreviation_Pyeong\" xml:space=\"preserve\">\n    <value>坪</value>\n    <comment>An abbreviation for a measurement unit of area.</comment>\n  </data>\n  <data name=\"UnitName_Pyeong\" xml:space=\"preserve\">\n    <value>坪</value>\n    <comment>A measurement unit for area.</comment>\n  </data>\n  <data name=\"AddSubtract_Date_FromHeader.Header\" xml:space=\"preserve\">\n    <value>开始日期</value>\n    <comment>From Date Header for AddSubtract Date Picker</comment>\n  </data>\n  <data name=\"CalculationResultScrollLeft.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>向左滚动计算结果</value>\n    <comment>Automation label for the \"Scroll Left\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationResultScrollRight.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>向右滚动计算结果</value>\n    <comment>Automation label for the \"Scroll Right\" button that appears when a calculation result is too large to fit in calculation result text box.</comment>\n  </data>\n  <data name=\"CalculationFailed\" xml:space=\"preserve\">\n    <value>计算失败</value>\n    <comment>Text displayed when the application is not able to do a calculation</comment>\n  </data>\n  <data name=\"logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>底数对数 Y</value>\n    <comment>Screen reader prompt for the logBaseY button</comment>\n  </data>\n  <data name=\"trigButton.Text\" xml:space=\"preserve\">\n    <value>三角学</value>\n    <comment>Displayed on the button that contains a flyout for the trig functions in scientific mode.</comment>\n  </data>\n  <data name=\"funcButton.Text\" xml:space=\"preserve\">\n    <value>函数</value>\n    <comment>Displayed on the button that contains a flyout for the general functions in scientific mode.</comment>\n  </data>\n  <data name=\"inequalityButton.Text\" xml:space=\"preserve\">\n    <value>不等式</value>\n    <comment>Displayed on the button that contains a flyout for the inequality functions.</comment>\n  </data>\n  <data name=\"inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>不等式</value>\n    <comment>Screen reader prompt for the Inequalities button</comment>\n  </data>\n  <data name=\"bitwiseButton.Text\" xml:space=\"preserve\">\n    <value>按位</value>\n    <comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>\n  </data>\n  <data name=\"bitShiftButton.Text\" xml:space=\"preserve\">\n    <value>位移位</value>\n    <comment>Displayed on the button that contains a flyout for the bit shift functions in programmer mode.</comment>\n  </data>\n  <data name=\"trigShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>反函数</value>\n    <comment>Screen reader prompt for the shift button in the trig flyout in scientific mode.</comment>\n  </data>\n  <data name=\"hypButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲函数</value>\n    <comment>Screen reader prompt for the Calculator button HYP in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"secButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>正割</value>\n    <comment>Screen reader prompt for the Calculator button sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"sechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲正割</value>\n    <comment>Screen reader prompt for the Calculator button sech in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsecButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>反正割</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invsechButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲反正割</value>\n    <comment>Screen reader prompt for the Calculator button arc sec in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>余割</value>\n    <comment>Screen reader prompt for the Calculator button csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲余割</value>\n    <comment>Screen reader prompt for the Calculator button csch in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcscButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>反余割</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcschButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲反余割</value>\n    <comment>Screen reader prompt for the Calculator button arc csc in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>余切</value>\n    <comment>Screen reader prompt for the Calculator button cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"cothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲余切</value>\n    <comment>Screen reader prompt for the Calculator button coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>反余切</value>\n    <comment>Screen reader prompt for the Calculator button arc cot in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"invcothButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>双曲反余切</value>\n    <comment>Screen reader prompt for the Calculator button arc coth in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"floorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>下限</value>\n    <comment>Screen reader prompt for the Calculator button floor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"ceilButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>上限</value>\n    <comment>Screen reader prompt for the Calculator button ceiling in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"randButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>随机</value>\n    <comment>Screen reader prompt for the Calculator button random in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"absButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>绝对值</value>\n    <comment>Screen reader prompt for the Calculator button abs in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"eulerButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Euler 数字</value>\n    <comment>Screen reader prompt for the Calculator button e in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"twoPowerXButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>2 的指数次方</value>\n    <comment>Screen reader prompt for the Calculator button 2^x in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>与非</value>\n    <comment>Screen reader prompt for the Calculator button nand in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"nandButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>与非</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nand\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"norButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>或非</value>\n    <comment>Screen reader prompt for the Calculator button nor in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"norButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>或非</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 nor\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rolCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>带进位向左旋转</value>\n    <comment>Screen reader prompt for the Calculator button rol with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rorCarryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>带进位向右旋转</value>\n    <comment>Screen reader prompt for the Calculator button ror with carry in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>向左移位</value>\n    <comment>Screen reader prompt for the Calculator button lshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"lshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>左移</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 left shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>向右移位</value>\n    <comment>Screen reader prompt for the Calculator button rshLogical in the scientific flyout keypad</comment>\n  </data>\n  <data name=\"rshLogicalButton.[using:CalculatorApp.Controls]CalculatorButton.AuditoryFeedback\" xml:space=\"preserve\">\n    <value>右移</value>\n    <comment>Auditory feedback for screen reader users. Users will hear \"Display is 7 right shift\" when the button is pressed. NAND is a mathematical operation on two binary values.</comment>\n  </data>\n  <data name=\"arithmeticShiftButton.Content\" xml:space=\"preserve\">\n    <value>算术移位</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButton.Content\" xml:space=\"preserve\">\n    <value>逻辑移位</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButton.Content\" xml:space=\"preserve\">\n    <value>旋转循环移位</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButton.Content\" xml:space=\"preserve\">\n    <value>带进位旋转循环移位</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"cubeRootButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>立方根</value>\n    <comment>Screen reader prompt for the cube root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"trigButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>三角学</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"funcButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>函数</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitwiseButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>按位</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"bitShiftButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>位移位</value>\n    <comment>Screen reader prompt for the square root button on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ScientificOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>科学运算符面板</value>\n    <comment>Screen reader prompt for the Scientific Operator Panels on the scientific operator keypad</comment>\n  </data>\n  <data name=\"ProgrammerOperatorPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>程序员运算符面板</value>\n    <comment>Screen reader prompt for the Programmer Operator Panels on the programmer operator keypad</comment>\n  </data>\n  <data name=\"MostSignificantBit\" xml:space=\"preserve\">\n    <value>最高有效位</value>\n    <comment>Used to describe the last bit of a binary number. Used in bit flip</comment>\n  </data>\n  <data name=\"GraphingCalculatorModeText\" xml:space=\"preserve\">\n    <value>绘图</value>\n    <comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>\n  </data>\n  <data name=\"plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>绘图</value>\n    <comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>自动刷新视图(Ctrl + 0)</value>\n    <comment>This is the tool tip automation name for the Calculator graph view button.</comment>\n  </data>\n  <data name=\"graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>图表视图</value>\n    <comment>Screen reader prompt for the graph view button.</comment>\n  </data>\n  <data name=\"GraphViewAutomaticBestFitAnnouncement\" xml:space=\"preserve\">\n    <value>自动最佳适应</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set</comment>\n  </data>\n  <data name=\"GraphViewManualAdjustmentAnnouncement\" xml:space=\"preserve\">\n    <value>手动调整</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and manual adjustment is set</comment>\n  </data>\n  <data name=\"GridResetAnnouncement\" xml:space=\"preserve\">\n    <value>图形视图已重置</value>\n    <comment>Announcement used in Graphing Calculator when graph view button is clicked and automatic best fit is set, resetting the graph</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>放大(Ctrl + 加号)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom in button.</comment>\n  </data>\n  <data name=\"zoomInButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>放大</value>\n    <comment>Screen reader prompt for the zoom in button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>缩小(Ctrl + 减号)</value>\n    <comment>This is the tool tip automation name for the Calculator zoom out button.</comment>\n  </data>\n  <data name=\"zoomOutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>缩小</value>\n    <comment>Screen reader prompt for the zoom out button.</comment>\n  </data>\n  <data name=\"EquationTextBoxAddPanel.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>添加公式</value>\n    <comment>Placeholder text for the equation input button</comment>\n  </data>\n  <data name=\"ShareActionErrorMessage\" xml:space=\"preserve\">\n    <value>此时无法共享。</value>\n    <comment>If there is an error in the sharing action will display a dialog with this text.</comment>\n  </data>\n  <data name=\"ShareActionErrorOk\" xml:space=\"preserve\">\n    <value>确定</value>\n    <comment>Used on the dismiss button of the share action error dialog.</comment>\n  </data>\n  <data name=\"ShareActionTitle\" xml:space=\"preserve\">\n    <value>查看我使用 Windows 计算器绘出的图形</value>\n    <comment>Sent as part of the shared content. The title for the share.</comment>\n  </data>\n  <data name=\"EquationsShareHeader\" xml:space=\"preserve\">\n    <value>公式</value>\n    <comment>Header that appears over the equations section when sharing</comment>\n  </data>\n  <data name=\"VariablesShareHeader\" xml:space=\"preserve\">\n    <value>变量</value>\n    <comment>Header that appears over the variables section when sharing</comment>\n  </data>\n  <data name=\"GraphImageAltText\" xml:space=\"preserve\">\n    <value>包含公式的图形的图像</value>\n    <comment>Alt text for the graph image when output via Share</comment>\n  </data>\n  <data name=\"VaiablesHeader.Text\" xml:space=\"preserve\">\n    <value>变量</value>\n    <comment>Header text for variables area</comment>\n  </data>\n  <data name=\"StepTextBlock.Text\" xml:space=\"preserve\">\n    <value>步骤</value>\n    <comment>Label text for the step text box</comment>\n  </data>\n  <data name=\"MinTextBlock.Text\" xml:space=\"preserve\">\n    <value>最小值</value>\n    <comment>Label text for the min text box</comment>\n  </data>\n  <data name=\"MaxTextBlock.Text\" xml:space=\"preserve\">\n    <value>最大值</value>\n    <comment>Label text for the max text box</comment>\n  </data>\n  <data name=\"LineColorText.Text\" xml:space=\"preserve\">\n    <value>颜色</value>\n    <comment>Label for the Line Color section of the style picker</comment>\n  </data>\n  <data name=\"StyleChooserBoxHeading.Text\" xml:space=\"preserve\">\n    <value>样式</value>\n    <comment>Label for the Line Style section of the style picker</comment>\n  </data>\n  <data name=\"KeyGraphFeaturesLabel.Text\" xml:space=\"preserve\">\n    <value>函数分析</value>\n    <comment>Title for KeyGraphFeatures Control</comment>\n  </data>\n  <data name=\"KGFHorizontalAsymptotesNone\" xml:space=\"preserve\">\n    <value>此函数没有任何水平渐近线。</value>\n    <comment>Message displayed when the graph does not have any horizontal asymptotes</comment>\n  </data>\n  <data name=\"KGFInflectionPointsNone\" xml:space=\"preserve\">\n    <value>此函数没有任何转折点。</value>\n    <comment>Message displayed when the graph does not have any inflection points</comment>\n  </data>\n  <data name=\"KGFMaximaNone\" xml:space=\"preserve\">\n    <value>此函数没有任何极大值点。</value>\n    <comment>Message displayed when the graph does not have any maxima</comment>\n  </data>\n  <data name=\"KGFMinimaNone\" xml:space=\"preserve\">\n    <value>此函数没有任何极小值点。</value>\n    <comment>Message displayed when the graph does not have any minima</comment>\n  </data>\n  <data name=\"KGFMonotonicityConstant\" xml:space=\"preserve\">\n    <value>恒定</value>\n    <comment>String describing constant monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityDecreasing\" xml:space=\"preserve\">\n    <value>下降</value>\n    <comment>String describing decreasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityError\" xml:space=\"preserve\">\n    <value>无法确定函数的单调性。</value>\n    <comment>Error displayed when monotonicity cannot be determined</comment>\n  </data>\n  <data name=\"KGFMonotonicityIncreasing\" xml:space=\"preserve\">\n    <value>上升</value>\n    <comment>String describing increasing monotonicity of a function</comment>\n  </data>\n  <data name=\"KGFMonotonicityUnknown\" xml:space=\"preserve\">\n    <value>函数的单调性未知。</value>\n    <comment>Error displayed when monotonicity is unknown</comment>\n  </data>\n  <data name=\"KGFObliqueAsymptotesNone\" xml:space=\"preserve\">\n    <value>此函数没有任何倾斜渐近线。</value>\n    <comment>Message displayed when the graph does not have any oblique asymptotes</comment>\n  </data>\n  <data name=\"KGFParityError\" xml:space=\"preserve\">\n    <value>无法确定函数的奇偶性。</value>\n    <comment>Error displayed when parity is cannot be determined</comment>\n  </data>\n  <data name=\"KGFParityEven\" xml:space=\"preserve\">\n    <value>此函数为偶函数。</value>\n    <comment>Message displayed with the function parity is even</comment>\n  </data>\n  <data name=\"KGFParityNeither\" xml:space=\"preserve\">\n    <value>此函数既不是偶函数也不是奇函数。</value>\n    <comment>Message displayed with the function parity is neither even nor odd</comment>\n  </data>\n  <data name=\"KGFParityOdd\" xml:space=\"preserve\">\n    <value>此函数为奇函数。</value>\n    <comment>Message displayed with the function parity is odd</comment>\n  </data>\n  <data name=\"KGFParityUnknown\" xml:space=\"preserve\">\n    <value>函数的奇偶性未知。</value>\n    <comment>Error displayed when parity is unknown</comment>\n  </data>\n  <data name=\"KGFPeriodicityError\" xml:space=\"preserve\">\n    <value>此函数不支持周期性。</value>\n    <comment>Error displayed when periodicity is not supported</comment>\n  </data>\n  <data name=\"KGFPeriodicityNotPeriodic\" xml:space=\"preserve\">\n    <value>此函数不是定期的。</value>\n    <comment>Message displayed with the function periodicity is not periodic</comment>\n  </data>\n  <data name=\"KGFPeriodicityUnknown\" xml:space=\"preserve\">\n    <value>函数的周期性未知。</value>\n    <comment>Message displayed with the function periodicity is unknown</comment>\n  </data>\n  <data name=\"KGFTooComplexFeaturesError\" xml:space=\"preserve\">\n    <value>这些功能过于复杂，计算器无法计算:</value>\n    <comment>Error displayed when analysis features cannot be calculated</comment>\n  </data>\n  <data name=\"KGFVerticalAsymptotesNone\" xml:space=\"preserve\">\n    <value>此函数没有任何垂直渐近线。</value>\n    <comment>Message displayed when the graph does not have any vertical asymptotes</comment>\n  </data>\n  <data name=\"KGFXInterceptNone\" xml:space=\"preserve\">\n    <value>此函数没有任何 x 轴截距。</value>\n    <comment>Message displayed when the graph does not have any x-intercepts</comment>\n  </data>\n  <data name=\"KGFYInterceptNone\" xml:space=\"preserve\">\n    <value>此函数没有任何 y 轴截距。</value>\n    <comment>Message displayed when the graph does not have any y-intercepts</comment>\n  </data>\n  <data name=\"Domain\" xml:space=\"preserve\">\n    <value>定义域</value>\n    <comment>Title for KeyGraphFeatures Domain Property</comment>\n  </data>\n  <data name=\"HorizontalAsymptotes\" xml:space=\"preserve\">\n    <value>水平渐近线</value>\n    <comment>Title for KeyGraphFeatures Horizontal aysmptotes Property</comment>\n  </data>\n  <data name=\"InflectionPoints\" xml:space=\"preserve\">\n    <value>拐点</value>\n    <comment>Title for KeyGraphFeatures Inflection points Property</comment>\n  </data>\n  <data name=\"KGFAnalysisNotSupported\" xml:space=\"preserve\">\n    <value>此函数不支持分析。</value>\n    <comment>Error displayed when graph analysis is not supported or had an error.</comment>\n  </data>\n  <data name=\"KGFVariableIsNotX\" xml:space=\"preserve\">\n    <value>仅 f(x) 格式的函数支持分析。示例: y=x</value>\n    <comment>Error displayed when graph analysis detects the function format is not f(x).</comment>\n  </data>\n  <data name=\"Maxima\" xml:space=\"preserve\">\n    <value>极大值</value>\n    <comment>Title for KeyGraphFeatures Maxima Property</comment>\n  </data>\n  <data name=\"Minima\" xml:space=\"preserve\">\n    <value>极小值</value>\n    <comment>Title for KeyGraphFeatures Minima Property</comment>\n  </data>\n  <data name=\"Monotonicity\" xml:space=\"preserve\">\n    <value>单调性</value>\n    <comment>Title for KeyGraphFeatures Monotonicity Property</comment>\n  </data>\n  <data name=\"ObliqueAsymptotes\" xml:space=\"preserve\">\n    <value>斜渐近线</value>\n    <comment>Title for KeyGraphFeatures Oblique asymptotes Property</comment>\n  </data>\n  <data name=\"Parity\" xml:space=\"preserve\">\n    <value>奇偶性</value>\n    <comment>Title for KeyGraphFeatures Parity Property</comment>\n  </data>\n  <data name=\"Periodicity\" xml:space=\"preserve\">\n    <value>周期</value>\n    <comment>Title for KeyGraphFeatures Periodicity Property. The period of a mathematical function is the smallest interval in its input values such that its output values repeat every such interval.</comment>\n  </data>\n  <data name=\"Range\" xml:space=\"preserve\">\n    <value>值域</value>\n    <comment>Title for KeyGraphFeatures Range Property</comment>\n  </data>\n  <data name=\"VerticalAsymptotes\" xml:space=\"preserve\">\n    <value>垂直渐近线</value>\n    <comment>Title for KeyGraphFeatures Vertical asymptotes Property</comment>\n  </data>\n  <data name=\"XIntercept\" xml:space=\"preserve\">\n    <value>X 轴截距</value>\n    <comment>Title for KeyGraphFeatures XIntercept Property</comment>\n  </data>\n  <data name=\"YIntercept\" xml:space=\"preserve\">\n    <value>Y 轴截距</value>\n    <comment>Title for KeyGraphFeatures YIntercept Property</comment>\n  </data>\n  <data name=\"KGFAnalysisCouldNotBePerformed\" xml:space=\"preserve\">\n    <value>无法对此函数执行分析。</value>\n  </data>\n  <data name=\"KGFDomainNone\" xml:space=\"preserve\">\n    <value>无法计算此函数的定义域。</value>\n    <comment>Error displayed when Domain is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"KGFRangeNone\" xml:space=\"preserve\">\n    <value>无法计算此函数的值域。</value>\n    <comment>Error displayed when Range is not returned from the analyzer.</comment>\n  </data>\n  <data name=\"Overflow\" xml:space=\"preserve\">\n    <value>溢出 (数字过大)</value>\n    <comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing \"a:=a*a\" until it happens.</comment>\n  </data>\n  <data name=\"RequireRadiansMode\" xml:space=\"preserve\">\n    <value>需要“弧度”模式才能将此公式绘入图表。</value>\n    <comment>Error that occurs during graphing when radians is required.</comment>\n  </data>\n  <data name=\"TooComplexToSolve\" xml:space=\"preserve\">\n    <value>此函数过于复杂，无法绘入图表</value>\n    <comment>Error that occurs during graphing when the equation is too complex.</comment>\n  </data>\n  <data name=\"RequireDegreesMode\" xml:space=\"preserve\">\n    <value>需要“度数”模式才能将此函数绘入图表</value>\n    <comment>Error that occurs during graphing when degrees is required</comment>\n  </data>\n  <data name=\"FactorialInvalidArgument\" xml:space=\"preserve\">\n    <value>阶乘函数有无效参数</value>\n    <comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>\n  </data>\n  <data name=\"FactorialCannotPerformOnLargeNumber\" xml:space=\"preserve\">\n    <value>阶乘函数的参数太大，无法绘入图表</value>\n    <comment>Error that occurs during graphing when a factorial has a large n</comment>\n  </data>\n  <data name=\"ModuloCannotPerformOnFloat\" xml:space=\"preserve\">\n    <value>模除只能用于整数</value>\n    <comment>Error that occurs during graphing when modulo is used with a float.</comment>\n  </data>\n  <data name=\"EquationHasNoSolution\" xml:space=\"preserve\">\n    <value>该等式无解</value>\n    <comment>Error that occurs during graphing when the equation has no solution.</comment>\n  </data>\n  <data name=\"DivideByZero\" xml:space=\"preserve\">\n    <value>除数不能为零</value>\n    <comment>Error that occurs during graphing when a divison by zero occurs.</comment>\n  </data>\n  <data name=\"MutuallyExclusiveConditions\" xml:space=\"preserve\">\n    <value>公式包含互斥的逻辑条件</value>\n    <comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>\n  </data>\n  <data name=\"OutOfDomain\" xml:space=\"preserve\">\n    <value>方程超出定义域</value>\n    <comment>Error that occurs during graphing when the equation is out of domain.</comment>\n  </data>\n  <data name=\"GE_NotSupported\" xml:space=\"preserve\">\n    <value>不支持将此公式绘入图表</value>\n    <comment>Error that occurs during graphing when the equation is not supported.</comment>\n  </data>\n  <data name=\"ParenthesisMismatch\" xml:space=\"preserve\">\n    <value>公式缺少左圆括号</value>\n    <comment>Error that occurs during graphing when the equation is missing a (</comment>\n  </data>\n  <data name=\"UnmatchedParenthesis\" xml:space=\"preserve\">\n    <value>公式缺少右圆括号</value>\n    <comment>Error that occurs during graphing when the equation is missing a )</comment>\n  </data>\n  <data name=\"TooManyDecimalPoints\" xml:space=\"preserve\">\n    <value>数字中的小数位数太多</value>\n    <comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>\n  </data>\n  <data name=\"DecimalPointWithoutDigits\" xml:space=\"preserve\">\n    <value>数字缺少小数点</value>\n    <comment>Error that occurs during graphing with a decimal point without digits</comment>\n  </data>\n  <data name=\"UnexpectedEndOfExpression\" xml:space=\"preserve\">\n    <value>表达式意外结束</value>\n    <comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>\n  </data>\n  <data name=\"UnexpectedToken\" xml:space=\"preserve\">\n    <value>表达式中包含异常字符</value>\n    <comment>Error that occurs during graphing when there is an unexpected token.</comment>\n  </data>\n  <data name=\"InvalidToken\" xml:space=\"preserve\">\n    <value>表达式中包含无效字符</value>\n    <comment>Error that occurs during graphing when there is an invalid token.</comment>\n  </data>\n  <data name=\"TooManyEquals\" xml:space=\"preserve\">\n    <value>等号过多</value>\n    <comment>Error that occurs during graphing when there are too many equals.</comment>\n  </data>\n  <data name=\"EqualWithoutGraphVariable\" xml:space=\"preserve\">\n    <value>函数必须包含至少一个 x 或 y 变量</value>\n    <comment>Error that occurs during graphing when the equation is missing x or y.</comment>\n  </data>\n  <data name=\"InvalidEquationSyntax\" xml:space=\"preserve\">\n    <value>表达式无效</value>\n    <comment>Error that occurs during graphing when an invalid syntax is used.</comment>\n  </data>\n  <data name=\"EmptyExpression\" xml:space=\"preserve\">\n    <value>表达式为空</value>\n    <comment>Error that occurs during graphing when the expression is empty</comment>\n  </data>\n  <data name=\"EqualWithoutEquation\" xml:space=\"preserve\">\n    <value>在不相等的情况下使用了等于号</value>\n    <comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>\n  </data>\n  <data name=\"ExpectParenthesisAfterFunctionName\" xml:space=\"preserve\">\n    <value>函数名后缺少括号</value>\n    <comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>\n  </data>\n  <data name=\"IncorrectNumParameter\" xml:space=\"preserve\">\n    <value>数学运算的参数数目不正确</value>\n    <comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>\n  </data>\n  <data name=\"InvalidVariableNameFormat\" xml:space=\"preserve\">\n    <value>变量名无效</value>\n    <comment>Error that occurs during graphing when a variable name is invalid.</comment>\n  </data>\n  <data name=\"BracketMismatch\" xml:space=\"preserve\">\n    <value>公式缺少左方括号</value>\n    <comment>Error that occurs during graphing when a { is missing</comment>\n  </data>\n  <data name=\"UnmatchedBracket\" xml:space=\"preserve\">\n    <value>公式缺少右方括号</value>\n    <comment>Error that occurs during graphing when a } is missing.</comment>\n  </data>\n  <data name=\"CannotUseIInReal\" xml:space=\"preserve\">\n    <value>“i”和“I”不能用作变量名称</value>\n    <comment>Error that occurs during graphing when i or I is used.</comment>\n  </data>\n  <data name=\"GeneralError\" xml:space=\"preserve\">\n    <value>无法将公式绘入图表</value>\n    <comment>General error that occurs during graphing.</comment>\n  </data>\n  <data name=\"InvalidNumberDigit\" xml:space=\"preserve\">\n    <value>无法为给定底数解出该数字</value>\n    <comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>\n  </data>\n  <data name=\"InvalidNumberBase\" xml:space=\"preserve\">\n    <value>底数必须大于 2 且小于等于 36</value>\n    <comment>Error that occurs during graphing when the base is out of range.</comment>\n  </data>\n  <data name=\"InvalidVariableSpecification\" xml:space=\"preserve\">\n    <value>数学运算要求其中一个参数为变量</value>\n    <comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>\n  </data>\n  <data name=\"ExpectingLogicalOperands\" xml:space=\"preserve\">\n    <value>公式混合了逻辑和标量操作数</value>\n    <comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInOpLimits\" xml:space=\"preserve\">\n    <value>x 或 y 不能用于上限或下限</value>\n    <comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>\n  </data>\n  <data name=\"CannotUseIndexVarInLimPoint\" xml:space=\"preserve\">\n    <value>不能在限制点中使用 x 或 y</value>\n    <comment>Error that occurs during graphing when x or y is used in the limit point.</comment>\n  </data>\n  <data name=\"CannotUseComplexInfinityInReal\" xml:space=\"preserve\">\n    <value>不能使用复数无穷大</value>\n    <comment>Error that occurs during graphing when complex infinity is used</comment>\n  </data>\n  <data name=\"CannotUseIInInequalitySolving\" xml:space=\"preserve\">\n    <value>不能在不等式中使用复数</value>\n    <comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>返回至函数列表</value>\n    <comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>返回至函数列表</value>\n    <comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>分析函数</value>\n    <comment>This is the tooltip for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>分析函数</value>\n    <comment>This is the automation name for the analyze function button</comment>\n  </data>\n  <data name=\"functionAnalysisMenuItem\" xml:space=\"preserve\">\n    <value>分析函数</value>\n    <comment>This is the text for the for the analyze function context menu command</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>删除公式</value>\n    <comment>This is the tooltip for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>删除公式</value>\n    <comment>This is the automation name for the graphing calculator remove equation buttons</comment>\n  </data>\n  <data name=\"removeMenuItem\" xml:space=\"preserve\">\n    <value>删除公式</value>\n    <comment>This is the text for the for the remove equation context menu command</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>共享</value>\n    <comment>This is the automation name for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"shareButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>共享</value>\n    <comment>This is the tooltip for the graphing calculator share button.</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>更改公式样式</value>\n    <comment>This is the tooltip for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>更改公式样式</value>\n    <comment>This is the automation name for the graphing calculator equation style button</comment>\n  </data>\n  <data name=\"colorChooserMenuItem\" xml:space=\"preserve\">\n    <value>更改公式样式</value>\n    <comment>This is the text for the for the equation style context menu command</comment>\n  </data>\n  <data name=\"showEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>显示公式</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>\n  </data>\n  <data name=\"hideEquationButtonToolTip\" xml:space=\"preserve\">\n    <value>隐藏公式</value>\n    <comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>\n  </data>\n  <data name=\"showEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>显示公式 %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"hideEquationButtonAutomationName\" xml:space=\"preserve\">\n    <value>隐藏公式 %1</value>\n    <comment>{Locked=\"%1\"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>\n  </data>\n  <data name=\"disableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>停止跟踪</value>\n    <comment>This is the tooltip/automation name for the graphing calculator stop tracing button</comment>\n  </data>\n  <data name=\"enableTracingButtonToolTip\" xml:space=\"preserve\">\n    <value>开始跟踪</value>\n    <comment>This is the tooltip/automation name for the graphing calculator start tracing button</comment>\n  </data>\n  <data name=\"graphAutomationName\" xml:space=\"preserve\">\n    <value>图表查看窗口，x 轴由 %1 和 %2 包围，y 轴由 %3 和 %4 包围，显示 %5 公式</value>\n    <comment>{Locked=\"%1\",\"%2\", \"%3\", \"%4\", \"%5\"}. </comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>配置滑块</value>\n    <comment>This is the tooltip text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"sliderOptionsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>配置滑块</value>\n    <comment>This is the automation name text for the slider options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphSwitchToEquationMode\" xml:space=\"preserve\">\n    <value>切换到公式模式</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchToGraphMode\" xml:space=\"preserve\">\n    <value>切换到图形模式</value>\n    <comment>Used in Graphing Calculator to switch the view to the graph mode</comment>\n  </data>\n  <data name=\"SwitchModeToggleButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>切换到公式模式</value>\n    <comment>Used in Graphing Calculator to switch the view to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToEquationModeAnnouncement\" xml:space=\"preserve\">\n    <value>当前模式为公式模式</value>\n    <comment>Announcement used in Graphing Calculator when switching to the equation mode</comment>\n  </data>\n  <data name=\"GraphSwitchedToGraphModeAnnouncement\" xml:space=\"preserve\">\n    <value>当前模式为图形模式</value>\n    <comment>Announcement used in Graphing Calculator when switching to the graph mode</comment>\n  </data>\n  <data name=\"GridHeading.Text\" xml:space=\"preserve\">\n    <value>窗口</value>\n    <comment>Heading for window extents on the settings </comment>\n  </data>\n  <data name=\"TrigModeDegrees.Content\" xml:space=\"preserve\">\n    <value>度</value>\n    <comment>Degrees mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeGradians.Content\" xml:space=\"preserve\">\n    <value>百分度</value>\n    <comment>Gradian mode on settings page</comment>\n  </data>\n  <data name=\"TrigModeRadians.Content\" xml:space=\"preserve\">\n    <value>弧度</value>\n    <comment>Radians mode on settings page</comment>\n  </data>\n  <data name=\"UnitsHeading.Text\" xml:space=\"preserve\">\n    <value>单位</value>\n    <comment>Heading for Unit's on the settings</comment>\n  </data>\n  <data name=\"ResetViewButton.Content\" xml:space=\"preserve\">\n    <value>重置视图</value>\n    <comment>Hyperlink button to reset the view of the graph</comment>\n  </data>\n  <data name=\"GraphSettingsXMax.Header\" xml:space=\"preserve\">\n    <value>X-最大值</value>\n    <comment>X maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsXMin.Header\" xml:space=\"preserve\">\n    <value>X-最小值</value>\n    <comment>X minimum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMax.Header\" xml:space=\"preserve\">\n    <value>Y-最大值</value>\n    <comment>Y Maximum value header</comment>\n  </data>\n  <data name=\"GraphSettingsYMin.Header\" xml:space=\"preserve\">\n    <value>Y-最小值</value>\n    <comment>Y minimum value header</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>图形选项</value>\n    <comment>This is the tooltip text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"graphSettingsButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>图形选项</value>\n    <comment>This is the automation name text for the graph options button in Graphing Calculator</comment>\n  </data>\n  <data name=\"GraphOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>图形选项</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>变量选项</value>\n    <comment>Screen reader prompt for the variable settings toggle button</comment>\n  </data>\n  <data name=\"VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip\" xml:space=\"preserve\">\n    <value>变量选项</value>\n    <comment>Tool tip for the variable settings toggle button</comment>\n  </data>\n  <data name=\"LineThicknessBoxHeading.Text\" xml:space=\"preserve\">\n    <value>线条粗细</value>\n    <comment>Heading for the Graph options flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"LineOptionsHeading.Text\" xml:space=\"preserve\">\n    <value>线条选项</value>\n    <comment>Heading for the equation style flyout in Graphing mode.</comment>\n  </data>\n  <data name=\"SmallLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>小线条宽度</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"MediumLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>中等线条宽度</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"LargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>大线条宽度</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"ExtraLargeLineWidthAutomationName\" xml:space=\"preserve\">\n    <value>特大线条宽度</value>\n    <comment>Automation name for line width setting</comment>\n  </data>\n  <data name=\"mathRichEditBox.PlaceholderText\" xml:space=\"preserve\">\n    <value>输入表达式</value>\n    <comment>this is the placeholder text used by the textbox to enter an equation</comment>\n  </data>\n  <data name=\"GraphCopyMenuItem.Text\" xml:space=\"preserve\">\n    <value>复制</value>\n    <comment>Copy menu item for the graph context menu</comment>\n  </data>\n  <data name=\"cutEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>剪切</value>\n    <comment>Cut menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"copyEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>复制</value>\n    <comment>Copy menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"pasteEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>粘贴</value>\n    <comment>Paste menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"undoEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>撤消</value>\n    <comment>Undo menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"selectAllEquationMenuItem.Text\" xml:space=\"preserve\">\n    <value>全选</value>\n    <comment>Select all menu item from the Equation TextBox</comment>\n  </data>\n  <data name=\"EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>函数输入</value>\n    <comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>函数输入</value>\n    <comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>函数输入面板</value>\n    <comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>变量面板</value>\n    <comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>变量列表</value>\n    <comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableListViewItem\" xml:space=\"preserve\">\n    <value>变量 %1 列表项</value>\n    <comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>数值变量文本框</value>\n    <comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>变量值滑块</value>\n    <comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>最小值变量文本框</value>\n    <comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>步长值变量文本框</value>\n    <comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>最大值变量文本框</value>\n    <comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>\n  </data>\n  <data name=\"solidLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>实线样式</value>\n    <comment>Name of the solid line style for a graphed equation</comment>\n  </data>\n  <data name=\"dotLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>虚线样式</value>\n    <comment>Name of the dotted line style for a graphed equation</comment>\n  </data>\n  <data name=\"dashLineStyleAutomationName\" xml:space=\"preserve\">\n    <value>划线样式</value>\n    <comment>Name of the dashed line style for a graphed equation</comment>\n  </data>\n  <data name=\"equationColor1AutomationName\" xml:space=\"preserve\">\n    <value>海军蓝色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor2AutomationName\" xml:space=\"preserve\">\n    <value>海蓝色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor3AutomationName\" xml:space=\"preserve\">\n    <value>紫色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor4AutomationName\" xml:space=\"preserve\">\n    <value>绿色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor5AutomationName\" xml:space=\"preserve\">\n    <value>薄荷绿</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor6AutomationName\" xml:space=\"preserve\">\n    <value>深绿色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor7AutomationName\" xml:space=\"preserve\">\n    <value>字符型</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor8AutomationName\" xml:space=\"preserve\">\n    <value>红色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor9AutomationName\" xml:space=\"preserve\">\n    <value>浅紫红色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor10AutomationName\" xml:space=\"preserve\">\n    <value>洋红色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor11AutomationName\" xml:space=\"preserve\">\n    <value>黄金色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor12AutomationName\" xml:space=\"preserve\">\n    <value>亮橙色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor13AutomationName\" xml:space=\"preserve\">\n    <value>棕色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14BlackAutomationName\" xml:space=\"preserve\">\n    <value>黑色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationColor14WhiteAutomationName\" xml:space=\"preserve\">\n    <value>白色</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor1AutomationName\" xml:space=\"preserve\">\n    <value>颜色 1</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor2AutomationName\" xml:space=\"preserve\">\n    <value>颜色 2</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor3AutomationName\" xml:space=\"preserve\">\n    <value>颜色 3</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"equationHighContrastColor4AutomationName\" xml:space=\"preserve\">\n    <value>颜色 4</value>\n    <comment>Name of color in the color picker</comment>\n  </data>\n  <data name=\"GraphThemeHeading.Text\" xml:space=\"preserve\">\n    <value>图形主题</value>\n    <comment>Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.Content\" xml:space=\"preserve\">\n    <value>始终亮</value>\n    <comment>Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.Content\" xml:space=\"preserve\">\n    <value>匹配应用主题</value>\n    <comment>Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>主题</value>\n    <comment>This is the automation name text for the Graph settings heading for the theme options</comment>\n  </data>\n  <data name=\"AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>始终亮</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>\n  </data>\n  <data name=\"MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>匹配应用主题</value>\n    <comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>\n  </data>\n  <data name=\"FunctionRemovedAnnouncement\" xml:space=\"preserve\">\n    <value>功能已删除</value>\n    <comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>\n  </data>\n  <data name=\"KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>函数分析公式框</value>\n    <comment>This is the automation name text for the equation box in the function analysis panel</comment>\n  </data>\n  <data name=\"graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>等于</value>\n    <comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>少于</value>\n    <comment>Screen reader prompt for the Less than button</comment>\n  </data>\n  <data name=\"lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>小于等于</value>\n    <comment>Screen reader prompt for the Less than or equal button</comment>\n  </data>\n  <data name=\"equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>等于号</value>\n    <comment>Screen reader prompt for the Equal button</comment>\n  </data>\n  <data name=\"greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>大于等于</value>\n    <comment>Screen reader prompt for the Greater than or equal button</comment>\n  </data>\n  <data name=\"greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>大于</value>\n    <comment>Screen reader prompt for the Greater than button</comment>\n  </data>\n  <data name=\"xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>X</value>\n    <comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>Y</value>\n    <comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>提交</value>\n    <comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>\n  </data>\n  <data name=\"FunctionAnalysisGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>函数分析</value>\n    <comment>Screen reader prompt for the function analysis grid</comment>\n  </data>\n  <data name=\"GraphSettingsGrid.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>图形选项</value>\n    <comment>Screen reader prompt for the graph options panel</comment>\n  </data>\n  <data name=\"DockPanel_HistoryMemoryLists\" xml:space=\"preserve\">\n    <value>历史记录和记忆列表</value>\n    <comment>Automation name for the group of controls for history and memory lists.</comment>\n  </data>\n  <data name=\"DockPanel_MemoryList\" xml:space=\"preserve\">\n    <value>记忆列表</value>\n    <comment>Automation name for the group of controls for memory list.</comment>\n  </data>\n  <data name=\"Format_HistorySlotCleared\" xml:space=\"preserve\">\n    <value>已清除历史记录时段 %1</value>\n    <comment>{Locked='%1'} Formatting string for a Narrator announcement when the user clears a history slot. The %1 is the index of the history slot. For example, users might hear \"History slot 2 cleared\".</comment>\n  </data>\n  <data name=\"CalcAlwaysOnTop\" xml:space=\"preserve\">\n    <value>计算器始终置顶</value>\n    <comment>Announcement to indicate calculator window is always shown on top.</comment>\n  </data>\n  <data name=\"CalcBackToFullView\" xml:space=\"preserve\">\n    <value>计算器返回完整视图</value>\n    <comment>Announcement to indicate calculator window is now back to full view.</comment>\n  </data>\n  <data name=\"arithmeticShiftButtonSelected\" xml:space=\"preserve\">\n    <value>已选择算术移位</value>\n    <comment>Label for a radio button that toggles arithmetic shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"logicalShiftButtonSelected\" xml:space=\"preserve\">\n    <value>已选择逻辑移位</value>\n    <comment>Label for a radio button that toggles logical shift behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCircularButtonSelected\" xml:space=\"preserve\">\n    <value>已选择旋转循环移位</value>\n    <comment>Label for a radio button that toggles rotate circular behavior for the shift operations.</comment>\n  </data>\n  <data name=\"rotateCarryShiftButtonSelected\" xml:space=\"preserve\">\n    <value>已选择带进位旋转循环移位</value>\n    <comment>Label for a radio button that toggles rotate circular with carry behavior for the shift operations.</comment>\n  </data>\n  <data name=\"SettingsHeader.Text\" xml:space=\"preserve\">\n    <value>设置</value>\n    <comment>Header text of Settings page</comment>\n  </data>\n  <data name=\"SettingsAppearance.Text\" xml:space=\"preserve\">\n    <value>外观</value>\n    <comment>Subtitle of appearance setting on Settings page</comment>\n  </data>\n  <data name=\"AppThemeExpander.Header\" xml:space=\"preserve\">\n    <value>应用程序主题</value>\n    <comment>Title of App theme expander</comment>\n  </data>\n  <data name=\"AppThemeExpander.Description\" xml:space=\"preserve\">\n    <value>选择要显示的应用主题</value>\n    <comment>Description of App theme expander</comment>\n  </data>\n  <data name=\"LightThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>浅色</value>\n    <comment>Lable for light theme option</comment>\n  </data>\n  <data name=\"DarkThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>深色</value>\n    <comment>Lable for dark theme option</comment>\n  </data>\n  <data name=\"SystemThemeRadioButton.Content\" xml:space=\"preserve\">\n    <value>使用系统设置</value>\n    <comment>Lable for the app theme option to use system setting</comment>\n  </data>\n  <data name=\"TitleBarBackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>返回</value>\n    <comment>Screen reader prompt for the Back button in title bar to back to main page</comment>\n  </data>\n  <data name=\"SettingsPageOpenedAnnouncement\" xml:space=\"preserve\">\n    <value>“设置”页面</value>\n    <comment>Announcement used when Settings page is opened</comment>\n  </data>\n  <data name=\"MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name\" xml:space=\"preserve\">\n    <value>打开可用操作的上下文菜单</value>\n    <comment>Screen reader prompt for the context menu of the expression box</comment>\n  </data>\n  <data name=\"ErrorButtonOk\" xml:space=\"preserve\">\n    <value>确定</value>\n    <comment>The text of OK button to dismiss an error dialog.</comment>\n  </data>\n  <data name=\"SnapshotRestoreError\" xml:space=\"preserve\">\n    <value>无法还原此快照。</value>\n    <comment>The error message to notify user that restoring from snapshot has failed.</comment>\n  </data>\n</root>"
  },
  {
    "path": "src/Calculator/Selectors/KeyGraphFeaturesTemplateSelector.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing CalculatorApp.ViewModel;\n\nusing Windows.UI.Xaml;\n\nnamespace CalculatorApp\n{\n    namespace TemplateSelectors\n    {\n        public sealed class KeyGraphFeaturesTemplateSelector : Windows.UI.Xaml.Controls.DataTemplateSelector\n        {\n            public KeyGraphFeaturesTemplateSelector()\n            {\n            }\n\n            public Windows.UI.Xaml.DataTemplate RichEditTemplate { get; set; }\n            public Windows.UI.Xaml.DataTemplate GridTemplate { get; set; }\n            public Windows.UI.Xaml.DataTemplate TextBlockTemplate { get; set; }\n\n            protected override DataTemplate SelectTemplateCore(object item)\n            {\n                var kgfItem = (KeyGraphFeaturesItem)item;\n\n                if (!kgfItem.IsText)\n                {\n                    if (kgfItem.DisplayItems.Count != 0)\n                    {\n                        return RichEditTemplate;\n                    }\n                    else if (kgfItem.GridItems.Count != 0)\n                    {\n                        return GridTemplate;\n                    }\n                }\n\n                return TextBlockTemplate;\n            }\n\n            protected override DataTemplate SelectTemplateCore(object item, DependencyObject container)\n            {\n                return SelectTemplateCore(item);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "src/Calculator/Selectors/NavViewMenuItemTemplateSelector.cs",
    "content": "// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT License.\n\nusing CalculatorApp.ViewModel.Common;\n\nusing System;\n\nusing Windows.UI.Xaml;\nusing Windows.UI.Xaml.Controls;\n\nnamespace CalculatorApp.TemplateSelectors\n{\n    internal sealed class NavViewMenuItemTemplateSelector : DataTemplateSelector\n    {\n        public DataTemplate CategoryItemTemplate { get; set; }\n        public DataTemplate CategoryGroupItemTemplate { get; set; }\n\n        protected override DataTemplate SelectTemplateCore(object item)\n        {\n            if (item is NavCategory)\n            {\n                return CategoryItemTemplate;\n            }\n            else if (item is NavCategoryGroup)\n            {\n                return CategoryGroupItemTemplate;\n            }\n            else\n            {\n                throw new NotSupportedException($\"typeof(item) must be {nameof(NavCategory)} or {nameof(NavCategoryGroup)}.\");\n            }\n        }\n\n        protected override DataTemplate SelectTemplateCore(object item, DependencyObject container)\n        {\n            return SelectTemplateCore(item);\n        }\n    }\n}\n\n"
  }
]